@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=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;500;600;700&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: 'Outfit', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.5rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .header {
    position: relative;
    background-color: #000; }

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

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

p {
  margin: 0 0 .5em; }

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

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

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

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

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

.img_lightmode {
  display: block; }

.img_darkmode {
  display: none; }

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

.page-wrapper > .breadcrumbs {
  padding-left: 3rem;
  padding-right: 3rem; }

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

.wrapper {
  padding: 0 4rem 12rem; }

/* 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: 1rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #D9D9D9;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1.2rem;
      width: 1.2rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      margin: 0;
      border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #CE8054; }

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

.slick-slide {
  min-height: 1px;
  display: none;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #1B1F25;
  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; }

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

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

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

.remodal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #1B1F25;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal-close img {
    max-width: 100%; }
  .remodal-close:before, .remodal-close:after {
    content: '';
    position: absolute;
    top: 0.9rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2rem;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.3s; }
  .remodal-close:before {
    transform: rotate(-45deg); }
  .remodal-close:after {
    transform: rotate(45deg); }

.remodal {
  border-radius: 10px;
  background: #252A31;
  padding: 8rem; }
  .remodal .btn {
    min-width: 16rem; }
  .remodal .input__wrapper .input {
    padding-left: 15rem; }
  .remodal .label {
    color: #fff; }
  .remodal .checkbox__label {
    color: #fff; }

.remodal__title {
  margin-bottom: 3.5rem;
  color: #fff;
  font-size: 3rem; }

.remodal__footer {
  font-weight: 700;
  color: #1B1F25;
  text-align: center; }

.remodal__footer-link {
  color: #0E8AE4; }

.remodal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff; }

#itemDelModal .block__text {
  margin-bottom: 1rem;
  color: #FFFFFF; }

#itemDelModal .remodal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1500px) {
    .container {
      width: 1470px;
      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;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1500px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.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;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 1500px) {
    .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: 1500px) {
  .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-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  padding: 17rem 0 17rem; }

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

.error__title {
  font-weight: 400;
  font-size: 30rem;
  line-height: 1.2;
  color: #1B1F25;
  font-family: "Marcellus SC", serif; }

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

.error__text {
  margin: 1rem 0 4rem;
  font-weight: 700;
  font-size: 3rem;
  color: #1B1F25;
  letter-spacing: -1.5px; }
  .error__text a {
    color: #F0B83B;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s;
    min-width: 16rem; }
    .error__text a:hover {
      text-decoration-color: #F0B83B; }

.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 #6A6A6A;
  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: #1B1F25; }
  .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: #1B1F25; }

.header {
  position: absolute;
  z-index: 44;
  top: 0;
  left: 0;
  width: 100%; }
  .header--logged .header__wrapper {
    padding: 0 0 0 3.5rem; }

.header__wrapper {
  height: 8rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__wrapper .btn {
    height: 4.4rem;
    min-width: 12rem; }

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

.header__nav {
  display: flex;
  height: 100%;
  align-items: center; }

.nav {
  flex: 1;
  display: flex; }

.nav__item {
  margin-right: 4.5rem; }
  .nav__item:last-child {
    margin-right: 0; }

.logo {
  display: block;
  margin-right: 9rem; }

.header__search {
  position: relative; }
  .header__search .input {
    height: 4.4rem;
    width: 15rem;
    background: none;
    border: 0;
    padding-right: 0;
    padding-left: 4rem;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Marcellus SC", serif; }
    .header__search .input:-webkit-autofill, .header__search .input:-webkit-autofill:hover, .header__search .input:-webkit-autofill:focus, .header__search .input:-webkit-autofill:active {
      background-color: transparent;
      -webkit-box-shadow: 0 0 0 55px #000000 inset !important;
      -webkit-text-fill-color: #fff; }
    .header__search .input::placeholder {
      color: #fff;
      opacity: 1; }

.header__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.nav__link {
  margin-right: 6rem;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase;
  position: relative; }
  .nav__link:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    height: .6rem;
    width: .6rem;
    background: #00EDB2;
    position: absolute;
    border-radius: 50%;
    opacity: 0; }
  .nav__link:last-child {
    margin-right: 0; }
  .nav__link.active:before {
    opacity: 1; }
  .nav__link .event {
    width: 2.4rem;
    height: 2.4rem;
    padding-top: .2rem;
    margin-left: .8rem;
    font-weight: 500;
    background-color: #ed6565;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center; }

.header__wallet {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  white-space: nowrap; }
  .header__wallet img {
    height: 2rem;
    margin-right: .6rem; }

.header__profile-link {
  color: #FFFFFF; }
  .header__profile-link:after {
    border-color: #00DFBA; }

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  transition: all .2s ease;
  transform: translateY(-1rem);
  padding: 3rem 4rem;
  z-index: 222; }
  .menu.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .menu .nav {
    flex-direction: column; }
    .menu .nav__item {
      margin-right: 0;
      margin-bottom: 2rem; }

.menu__btn-wrapper {
  margin-right: 2rem;
  height: 100%;
  position: relative; }

.menu__btn {
  height: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .menu__btn:before, .menu__btn:after,
  .menu__btn i {
    content: '';
    width: 2.2rem;
    display: block;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.3s; }
  .menu__btn:after {
    width: 1.6rem;
    margin-left: auto; }
  .menu__btn.active {
    background-color: #0E8AE4; }
    .menu__btn.active:before, .menu__btn.active:after,
    .menu__btn.active i {
      background-color: #fff; }
  .menu__btn:hover:after {
    width: 100%; }

.menu__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10; }
  .menu__close:before, .menu__close:after {
    content: '';
    background-color: #000000;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-radius: 2px; }
  .menu__close:after {
    transform: rotate(-45deg); }

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

.menu__nav-link {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3rem;
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .menu__nav-link:last-child {
    margin-bottom: 0; }

.lng {
  position: relative;
  text-transform: uppercase; }
  .lng:hover .lng__wrapper {
    opacity: 1;
    visibility: visible; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  opacity: 0;
  left: -1rem;
  visibility: hidden;
  padding: 1rem;
  min-width: 6rem;
  background-color: #000000; }

.lng__link {
  font-weight: 700;
  color: #fff;
  padding-right: 1.4rem;
  position: relative;
  text-transform: uppercase; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:after {
    right: 0;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.2rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00DFBA;
    padding: .3rem; }

.lng__list-item a {
  color: #fff;
  padding: .5rem 0;
  display: block;
  text-align: center;
  font-weight: 500; }

.header__actions {
  display: flex; }

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

.header__cart-link {
  position: relative; }

.header__mode img {
  height: 2.8rem; }

.event {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem; }

.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  height: 8rem; }

.header__cart-menu {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 71rem;
  transition: all .2s ease; }
  .header__cart-menu .checkout__footer {
    margin-top: 0;
    padding: 4rem 4rem;
    margin-bottom: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; }
    .header__cart-menu .checkout__footer .btn {
      height: 4rem; }
  .header__cart-menu .checkout__img {
    height: 11rem; }
  .header__cart-menu .checkout__remove {
    transform: translateY(0.2rem); }
  .header__cart-menu .table tbody tr:first-child td:last-child {
    border-top-right-radius: 1rem; }
  .header__cart-menu.opened {
    opacity: 1;
    visibility: visible; }

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

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #6A6A6A; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #0E8AE4; }
    .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:before {
    border-color: #0E8AE4; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #CD594F; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #CD594F; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4.2rem;
  color: #1B1F25;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #E5E7EA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: .5rem;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: .8rem;
    height: 1.2rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #0E8AE4;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    border-radius: 1px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    color: #0E8AE4; }
    .checkbox__label a:hover {
      text-decoration: none; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 5.4rem;
  padding: 0 3rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #1B1F25;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: -0.8px;
  border-radius: 3rem;
  min-width: 16rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #6A6A6A;
    color: #fff; }
    .btn--gray:focus {
      background-color: #626262; }
    .btn--gray:hover {
      background-color: #5d5d5d; }
    .btn--gray:active {
      background-color: #585858; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #CD594F;
    color: #fff; }
    .btn--red:focus {
      background-color: #ca4e43; }
    .btn--red:hover {
      background-color: #c7463b; }
    .btn--red:active {
      background-color: #c14237; }
  .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: #1B1F25; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .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--teal {
    background-color: #00EDB2;
    color: #fff; }
    .btn--teal:focus {
      background-color: #00dea7; }
    .btn--teal:hover {
      background-color: #00d49f; }
    .btn--teal:active {
      background-color: #00c997; }
  .btn--green {
    background-color: #2CAE7F;
    color: #fff; }
    .btn--green:focus {
      background-color: #29a276; }
    .btn--green:hover {
      background-color: #279a70; }
    .btn--green:active {
      background-color: #25926a; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #0E8AE4;
    color: #fff; }
    .btn--main:focus {
      background-color: #0d81d6; }
    .btn--main:hover {
      background-color: #0d7bcc; }
    .btn--main:active {
      background-color: #0c76c2; }
  .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: #1B1F25;
    color: #fff; }
    .btn--black:focus {
      background-color: #15181c; }
    .btn--black:hover {
      background-color: #101316; }
    .btn--black:active {
      background-color: #0c0e10; }
  .btn--gray {
    background-color: #6A6A6A;
    color: #fff; }
    .btn--gray:focus {
      background-color: #626262; }
    .btn--gray:hover {
      background-color: #5d5d5d; }
    .btn--gray:active {
      background-color: #585858; }
  .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: 1px solid #6A6A6A;
    color: #6A6A6A; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6A6A6A;
      border-color: #656565; }
    .btn--o-gray:hover {
      border-color: #6A6A6A;
      background-color: #6A6A6A;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #626262;
      background-color: #626262; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #CD594F;
    color: #CD594F; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #CD594F;
      border-color: #cb5247; }
    .btn--o-red:hover {
      border-color: #CD594F;
      background-color: #CD594F;
      color: #fff; }
    .btn--o-red:active {
      border-color: #ca4e43;
      background-color: #ca4e43; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px 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: 1px 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-blue {
    background-color: transparent;
    border: 1px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-teal {
    background-color: transparent;
    border: 1px solid #00EDB2;
    color: #00EDB2; }
    .btn--o-teal:focus {
      background-color: transparent;
      color: #00EDB2;
      border-color: #00e3aa; }
    .btn--o-teal:hover {
      border-color: #00EDB2;
      background-color: #00EDB2;
      color: #fff; }
    .btn--o-teal:active {
      border-color: #00dea7;
      background-color: #00dea7; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #2CAE7F;
    color: #2CAE7F; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #2CAE7F;
      border-color: #2aa679; }
    .btn--o-green:hover {
      border-color: #2CAE7F;
      background-color: #2CAE7F;
      color: #fff; }
    .btn--o-green:active {
      border-color: #29a276;
      background-color: #29a276; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #0E8AE4;
    color: #0E8AE4; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #0E8AE4;
      border-color: #0d84da; }
    .btn--o-main:hover {
      border-color: #0E8AE4;
      background-color: #0E8AE4;
      color: #fff; }
    .btn--o-main:active {
      border-color: #0d81d6;
      background-color: #0d81d6; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #1B1F25;
    color: #1B1F25; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #1B1F25;
      border-color: #171a1f; }
    .btn--o-black:hover {
      border-color: #1B1F25;
      background-color: #1B1F25;
      color: #fff; }
    .btn--o-black:active {
      border-color: #15181c;
      background-color: #15181c; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #6A6A6A; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6A6A6A;
      border-color: #656565; }
    .btn--o-gray:hover {
      border-color: #6A6A6A;
      background-color: #6A6A6A;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #626262;
      background-color: #626262; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6A6A6A;
      border-color: #656565; }
    .btn--i-gray:hover {
      border-color: #6A6A6A;
      background-color: transparent;
      color: #6A6A6A; }
    .btn--i-gray:active {
      border-color: #626262;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #CD594F;
      border-color: #cb5247; }
    .btn--i-red:hover {
      border-color: #CD594F;
      background-color: transparent;
      color: #CD594F; }
    .btn--i-red:active {
      border-color: #ca4e43;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    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 #6A6A6A;
    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-blue {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    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 #6A6A6A;
    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-teal {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-teal:focus {
      background-color: transparent;
      color: #00EDB2;
      border-color: #00e3aa; }
    .btn--i-teal:hover {
      border-color: #00EDB2;
      background-color: transparent;
      color: #00EDB2; }
    .btn--i-teal:active {
      border-color: #00dea7;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #2CAE7F;
      border-color: #2aa679; }
    .btn--i-green:hover {
      border-color: #2CAE7F;
      background-color: transparent;
      color: #2CAE7F; }
    .btn--i-green:active {
      border-color: #29a276;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #0E8AE4;
      border-color: #0d84da; }
    .btn--i-main:hover {
      border-color: #0E8AE4;
      background-color: transparent;
      color: #0E8AE4; }
    .btn--i-main:active {
      border-color: #0d81d6;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    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 #6A6A6A;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #1B1F25;
      border-color: #171a1f; }
    .btn--i-black:hover {
      border-color: #1B1F25;
      background-color: transparent;
      color: #1B1F25; }
    .btn--i-black:active {
      border-color: #15181c;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6A6A6A;
      border-color: #656565; }
    .btn--i-gray:hover {
      border-color: #6A6A6A;
      background-color: transparent;
      color: #6A6A6A; }
    .btn--i-gray:active {
      border-color: #626262;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #6A6A6A;
    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: #1B1F25; }
  .btn--main {
    color: #fff;
    background: linear-gradient(#00DFBA 0%, #0E8AE4 100%); }

.form__group {
  margin-bottom: 3rem; }
  .form__group.last {
    margin-bottom: 3rem; }

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

.form__link {
  font-weight: 700;
  color: #0E8AE4;
  font-size: 1.5rem; }

.form__actions {
  margin-bottom: 7rem; }
  .form__actions .btn {
    min-width: 15rem;
    font-weight: 700; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: .5rem 1.5rem;
  vertical-align: middle;
  border: 1px solid #E5E7EA;
  border-radius: .6rem;
  font-family: inherit;
  font-size: 1.6rem;
  color: #1B1F25;
  font-weight: 600;
  background-color: transparent;
  letter-spacing: -0.8px;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #a9a9a9;
    font-weight: 600; }
  .input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 40px #1B1F25 inset !important;
    -webkit-text-fill-color: #fff; }
  .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: #CD594F;
    color: #CD594F;
    background-color: rgba(205, 89, 79, 0.05); }
    .input--error::placeholder {
      color: #CD594F; }
    .input--error:focus {
      background-color: rgba(205, 89, 79, 0.05); }
  .input--success {
    border-color: #2CAE7F;
    color: #2CAE7F;
    background-color: rgba(44, 174, 127, 0.05); }
    .input--success::placeholder {
      color: #2CAE7F; }
    .input--success:focus {
      background-color: rgba(44, 174, 127, 0.05); }
  .input.error {
    border-color: #CD594F; }
  .input.success {
    border-color: #CD594F;
    color: #CD594F;
    background-color: rgba(205, 89, 79, 0.05); }
    .input.success::placeholder {
      color: #CD594F; }
    .input.success:focus {
      background-color: rgba(205, 89, 79, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__error {
  font-weight: 500;
  font-size: 1.4rem;
  color: #CD594F;
  position: absolute;
  top: calc(100% + .4rem);
  left: 0; }

.input__wrapper {
  position: relative; }

.input__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 600;
  font-size: 1.8rem; }
  .input__icon .select {
    display: block;
    margin-top: -2.8rem; }
    .input__icon .select select {
      height: 5rem;
      background-color: #252A31;
      border: none;
      color: #fff; }
    .input__icon .select:after {
      right: 0; }

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

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

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

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

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 17rem;
  padding: 1.5rem 2rem;
  vertical-align: middle;
  border: 1px solid #E5E7EA;
  border-radius: .6rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1B1F25;
  background-color: transparent;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #A9A9A9;
    font-weight: 600; }
  .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: #CD594F;
    color: #CD594F;
    background-color: rgba(205, 89, 79, 0.05); }
    .textarea--error::placeholder {
      color: #CD594F; }
    .textarea--error:focus {
      background-color: rgba(205, 89, 79, 0.05); }
  .textarea--success {
    border-color: #2CAE7F;
    color: #2CAE7F;
    background-color: rgba(44, 174, 127, 0.05); }
    .textarea--success::placeholder {
      color: #2CAE7F; }
    .textarea--success:focus {
      background-color: rgba(44, 174, 127, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: baseline;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #1B1F25;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase;
  z-index: 1; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: .2rem;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
    border: .4rem solid transparent;
    border-top-color: #0E8AE4;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: .5rem 2rem;
    border-radius: .6rem;
    border: 1px solid #E5E7EA;
    vertical-align: middle;
    background-color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    color: #1B1F25;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #CD594F;
      color: #CD594F;
      background-color: rgba(205, 89, 79, 0.05); }
      .select select.error::placeholder {
        color: #CD594F; }
      .select select.error:focus {
        background-color: rgba(205, 89, 79, 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: #CD594F; }
  .select--success:before, .select--success:after {
    color: #2CAE7F; }
  .select--error select {
    color: #CD594F;
    border-color: #CD594F;
    color: #CD594F;
    background-color: rgba(205, 89, 79, 0.05); }
    .select--error select::placeholder {
      color: #CD594F; }
    .select--error select:focus {
      background-color: rgba(205, 89, 79, 0.05); }
  .select--success select {
    color: #2CAE7F;
    border-color: #2CAE7F;
    color: #2CAE7F;
    background-color: rgba(44, 174, 127, 0.05); }
    .select--success select::placeholder {
      color: #2CAE7F; }
    .select--success select:focus {
      background-color: rgba(44, 174, 127, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #1B1F25;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

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

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  justify-content: center;
  background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .breadcrumbs__item:hover {
    text-decoration: none; }
  .breadcrumbs__item:not(.current):after {
    content: '>';
    display: inline-block;
    margin-left: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #768EA6;
    background: none;
    pointer-events: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
  .breadcrumbs__item:last-child {
    color: #768EA6;
    pointer-events: none;
    background: none;
    border: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
    .breadcrumbs__item:last-child:after {
      display: none; }

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

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #0E8AE4;
  transition: 0.3s;
  width: 4.4rem;
  height: 4.4rem;
  background: #252A31;
  margin-right: .5rem;
  border-radius: .8rem; }
  .pagination__item:last-child {
    border-right: 0;
    margin-right: 0; }
  .pagination__item:hover {
    text-decoration: none; }
  .pagination__item.active {
    color: #6A6A6A; }
  .pagination__item.disabled {
    color: #6A6A6A;
    pointer-events: none; }
  .pagination__item.prev {
    flex: 1;
    text-align: center; }
  .pagination__item.next {
    flex: 1;
    text-align: center; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  color: #1B1F25;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #6A6A6A;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #CD594F;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #1B1F25; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--teal {
    background-color: #00EDB2;
    color: #fff; }
  .alert--green {
    background-color: #2CAE7F;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #0E8AE4;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #1B1F25;
    color: #fff; }
  .alert--gray {
    background-color: #6A6A6A;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #6A6A6A;
    border: 1px solid #6A6A6A; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #CD594F;
    border: 1px solid #CD594F; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-teal {
    background: transparent;
    color: #00EDB2;
    border: 1px solid #00EDB2; }
  .alert--o-green {
    background: transparent;
    color: #2CAE7F;
    border: 1px solid #2CAE7F; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #0E8AE4;
    border: 1px solid #0E8AE4; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #1B1F25;
    border: 1px solid #1B1F25; }
  .alert--o-gray {
    background: transparent;
    color: #6A6A6A;
    border: 1px solid #6A6A6A; }
  .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: #CD594F;
  font-size: 1.2rem; }

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

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

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

.news {
  margin-bottom: 7rem; }
  .news .text__page {
    max-width: 90rem; }
    .news .text__page .block__text {
      font-size: 1.6rem;
      font-weight: 500; }
      .news .text__page .block__text h2 {
        letter-spacing: -1.2px; }
      .news .text__page .block__text h3 {
        letter-spacing: -1.2px; }
      .news .text__page .block__text h4 {
        letter-spacing: -1.2px; }

.news__item {
  width: 100%;
  margin-bottom: 1px;
  display: flex;
  color: #1B1F25;
  text-decoration: none; }
  .news__item:hover {
    text-decoration: none; }
  .news__item .date {
    font-size: 1.4rem; }

.news__img {
  position: relative;
  width: 40rem;
  min-height: 27rem;
  overflow: hidden; }
  .news__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s; }

.news__content {
  position: relative;
  width: calc(100% - 42rem);
  padding: 3rem 3.5rem; }

.news__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-family: "Marcellus SC", serif; }

.news__date {
  margin-bottom: 1rem;
  color: #768EA6; }

.news__except {
  max-width: 82.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5; }

.news__opened .block__title {
  padding-left: 3rem; }

.news__opened-content .block__text {
  max-width: 100rem;
  padding: 0 3rem; }

.news__content-footer {
  padding-top: 2rem; }

.news__link {
  font-size: 1.4rem;
  font-weight: 600; }

.news__img-single {
  position: relative;
  width: 100%;
  max-height: 45rem;
  margin-bottom: 3rem;
  overflow: hidden; }
  .news__img-single img {
    display: block;
    width: 100%; }

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

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #0E8AE4;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #0E8AE4; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #f4f4f4; }

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1B1F25;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table thead tr {
    border-bottom: 2px solid #F4F4F4; }
  .table th {
    padding: 1.1rem 0;
    color: #898989;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #E5E7EA; }
    .table tbody tr:first-child {
      border-top: 1px solid #e5e7ea; }
  .table td {
    padding: 4rem 0;
    font-size: 1.6rem;
    font-weight: 500; }
    .table td.text-main {
      color: #0E8AE4; }
    .table td.text-right {
      text-align: right; }
    .table td .btn {
      height: 3.6rem;
      font-size: 1.4rem;
      border-radius: 1.2rem; }
  .table tbody tr.row--gray {
    background-color: #6A6A6A;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #CD594F;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #1B1F25; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--teal {
    background-color: #00EDB2;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #2CAE7F;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #0E8AE4;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #1B1F25;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #6A6A6A;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table tbody tr td:first-child {
    padding-left: 4rem; }
  .table tbody tr td:last-child {
    padding-right: 4rem;
    text-align: right; }
  .table--balance {
    font-size: 1.6rem;
    letter-spacing: -0.8px; }
    .table--balance thead tr {
      border-bottom: .1rem solid #E5E7EA; }
      .table--balance thead tr th {
        color: #768EA6;
        font-weight: 700; }
        .table--balance thead tr th:last-child {
          padding-right: 4rem;
          text-align: right; }
    .table--balance tbody tr {
      border-bottom: 1px solid #E5E7EA; }
      .table--balance tbody tr:first-child {
        border-top: 0;
        padding-left: 0; }
      .table--balance tbody tr:last-child {
        border-bottom: 1px solid #E5E7EA; }
      .table--balance tbody tr td {
        background: none;
        color: #1B1F25;
        padding: 0;
        height: 5rem; }

/* 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;
  margin-bottom: 4rem; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1rem;
  flex: 1;
  text-align: center;
  font-size: 3.2rem;
  color: #B7B7B7;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: .4rem solid #b7b7b7;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(14, 138, 228, 0.5); }
  .tabs__nav-item.active {
    color: #1B1F25;
    border-bottom-color: #0E8AE4; }

.tabs__content {
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #1B1F25;
    background-color: #fff;
    border: 1px solid #9d9d9d; }
  .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: #1B1F25;
    border-color: #1B1F25;
    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 {
  border-top: 1px solid #E5E7EA;
  margin: 0 0 10rem; }

.accordion__item {
  margin-bottom: .5rem;
  border-bottom: 1px solid #E5E7EA; }
  .accordion__item.active .accordion__title:before {
    background-image: url("../../images/minus.svg"); }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1B1F25;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase;
  position: relative; }
  .accordion__title:before {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 4rem;
    width: 4rem;
    transition: color .1s linear;
    pointer-events: none;
    background-image: url("../../images/plus.svg");
    background-repeat: no-repeat;
    background-size: cover; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 3.4rem 10rem 3.4rem 3rem;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding: 0 0 2rem 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 100rem;
  letter-spacing: -0.7px; }
  .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; }

.footer {
  padding-top: 7rem;
  border-top: 1px solid #E5E7EA; }

.footer__wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem; }

.footer__block {
  width: 40%; }
  .footer__block.left {
    display: flex;
    justify-content: space-between; }
  .footer__block.right {
    display: flex;
    justify-content: flex-end; }
  .footer__block .nav {
    flex-direction: column; }
  .footer__block .nav__item {
    margin-right: 0;
    margin-bottom: 5rem; }
  .footer__block .nav__link {
    color: #1B1F25; }

.footer__text {
  line-height: 1.8;
  color: #1B1F25;
  font-size: 1.6rem; }
  .footer__text a {
    color: #0E8AE4;
    display: inline-block;
    margin-top: .8rem; }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem 4rem; }

.copyright {
  width: 20%;
  color: #768EA6;
  font-size: 1.6rem;
  font-weight: 500; }

.footer__cards {
  display: block;
  margin-bottom: 2rem;
  height: 2rem; }

.catalog__block {
  flex: 1; }
  .catalog__block .breadcrumbs {
    padding: 4.5rem 0 1.5rem; }

.products__similar .block__title {
  padding: 0 3rem; }

.catalog__wrapper .products__wrapper {
  margin: 0 -.2rem; }

.catalog__wrapper .products__block {
  padding: 0 .2rem;
  margin-bottom: .4rem; }

.products__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .products__wrapper .products__block {
    width: 20%; }

.products__slider {
  padding-bottom: 4.5rem;
  margin-bottom: 10rem; }
  .products__slider .slick-list {
    margin: 0 -.25rem; }
  .products__slider .slick-slide {
    padding: 0 .25rem; }
  .products__slider .slick-arrow {
    top: auto;
    bottom: calc(100% + 2rem);
    width: 2.4rem;
    height: 2rem;
    background-size: contain; }
    .products__slider .slick-arrow:before {
      display: none; }
  .products__slider .slick-prev {
    right: 4rem;
    left: auto;
    background: url("/src/assets/images/arrow_l.svg") no-repeat; }
  .products__slider .slick-next {
    right: 0;
    background: url("/src/assets/images/arrow_r.svg") no-repeat; }
  .products__slider .products__block {
    width: 100%; }
  .products__slider .slick-dots {
    bottom: 0; }
    .products__slider .slick-dots li.slick-active button {
      background-color: #0E8AE4; }
    .products__slider .slick-dots li button {
      height: .5rem;
      width: 6.7rem;
      border-radius: .3rem;
      background-color: #3D434A; }
      .products__slider .slick-dots li button:before {
        display: none; }

.products__item {
  height: 100%;
  color: #000000;
  display: block; }
  .products__item:hover {
    text-decoration: none; }

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

.products__content {
  padding: 2.5rem 2.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.products__img {
  padding: 0 0; }
  .products__img img {
    height: 18.7rem;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%; }

.products__label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0E8AE4;
  text-transform: uppercase; }

.products__title {
  margin-bottom: 1rem;
  min-height: 7rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Marcellus SC", serif; }

.products__type {
  font-weight: 500;
  font-size: 1.4rem;
  color: #768EA6;
  margin-bottom: .8rem; }

.products__footer {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.7px; }
  .products__footer .price {
    color: #768EA6;
    font-weight: 500; }
  .products__footer .buy {
    font-size: 1.4rem;
    color: #0E8AE4; }

.products__rarity {
  position: relative;
  display: flex;
  margin: 0 -2.4rem 2rem; }

.rarity__item {
  height: .6rem;
  position: relative; }
  .rarity__item:after {
    content: '';
    position: absolute;
    border-width: 7px 5px 7px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #626262;
    bottom: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; }
  .rarity__item.active:after {
    opacity: 1; }
  .rarity__item.uncommon {
    width: 10%; }
  .rarity__item.common {
    width: 15%; }
  .rarity__item.rare {
    width: 20%; }
  .rarity__item.epic {
    width: 10%; }
  .rarity__item.legendary {
    width: 45%; }

.catalog__wrapper {
  display: flex;
  align-items: flex-start; }
  .catalog__wrapper .products__wrapper {
    flex: 1; }

.filter__item {
  width: 26rem; }

.catalog__slider {
  margin-bottom: 9rem; }
  .catalog__slider .slick-list {
    padding: 0 11.5rem;
    margin: 0; }
  .catalog__slider .slick-slide {
    padding: 0 .4rem; }

.catalog__item {
  display: flex;
  height: 15rem;
  padding: 2.5rem 2rem 2.5rem .8rem;
  color: #fff;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .catalog__item:hover {
    text-decoration: none; }
  .catalog__item img {
    margin-right: 1.5rem;
    width: 12rem;
    height: 9rem;
    object-fit: contain; }

.catalog__item-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.7px; }

.catalog__item-label {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #F0B83B;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px; }

.product {
  padding: 0 3rem; }

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

.product__image {
  padding: 0 .2rem;
  width: 33%;
  text-align: center;
  position: relative; }
  .product__image .product__img {
    height: 373px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover; }

.product__title {
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase; }

.product__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .product__btns .btn {
    min-width: inherit;
    max-width: 25rem;
    margin-left: 2rem; }
    .product__btns .btn:first-child {
      margin-left: 0; }

.product__steam {
  position: absolute;
  height: 3rem;
  width: 3rem;
  object-fit: contain;
  top: 6.5rem;
  right: 6.5rem; }

.product__info {
  width: 66%;
  display: flex;
  flex-direction: column;
  color: #000000;
  border-bottom: 1px solid #e5e7ea; }

.product__eye {
  padding: 0 2rem; }

.product__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 3rem 3rem;
  height: 12rem;
  border-bottom: 1px solid #e5e7ea;
  gap: 1rem; }
  .product__row .price {
    min-width: 13rem;
    margin-right: 2rem;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -1.5px; }
  .product__row .btn {
    min-width: 15rem;
    margin-bottom: 0;
    padding: 0 1rem 0; }
  .product__row .count__block {
    margin-right: 2rem; }

.product__sub-info {
  padding: 4rem 0 3rem 3rem; }

.product__price-wrapper {
  border-top: 1px solid #e5e7ea; }

.product__info-row {
  display: flex;
  margin-bottom: 4rem;
  font-weight: 700;
  font-family: "Marcellus SC", serif; }
  .product__info-row .title {
    color: #768ea6;
    margin-right: .4rem;
    text-transform: uppercase;
    width: 14rem; }
  .product__info-row .text {
    text-transform: uppercase; }

.product__rarity {
  padding: 0 0;
  display: flex; }
  .product__rarity .rarity__item {
    height: 1.4rem; }
    .product__rarity .rarity__item:after {
      border-width: 1.4rem 1rem 1.4rem 1rem;
      border-top-color: transparent;
      border-bottom-color: #ffffff;
      top: calc(100% - 1.4rem); }

.product__rarity-title {
  margin-bottom: .4rem;
  padding-left: 4rem;
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  color: #6a6a6a; }

.shop__cart .block__title {
  padding: 0 3rem; }

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

.empty__cart-title {
  margin: 2rem 0; }

.checkout__name {
  padding-left: 5rem; }
  .checkout__name .type {
    color: #768EA6;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: .6rem; }
  .checkout__name .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1B1F25;
    text-transform: uppercase;
    font-family: "Marcellus SC", serif; }

.checkout__img {
  height: 15rem;
  object-fit: cover; }

.count__block {
  display: flex; }
  .count__block .input {
    padding: 0;
    border: 0;
    background: none;
    width: 4.4rem;
    height: 4.4rem;
    text-align: center;
    color: #fff; }

.count__btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
  position: relative;
  display: flex; }
  .count__btn.minus:before {
    content: '';
    height: .2rem;
    width: 1.4rem;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2; }
  .count__btn.plus:before {
    content: '';
    height: .2rem;
    width: 1.4rem;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2; }
  .count__btn.plus:after {
    content: '';
    width: .2rem;
    height: 1.4rem;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2; }

.checkout__price {
  font-weight: 500;
  color: #768EA6;
  font-size: 1.6rem;
  text-align: right; }

.checkout__remove {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block; }
  .checkout__remove:before {
    height: .1rem;
    width: 100%;
    position: absolute;
    background-color: #CC0000;
    content: '';
    transform: rotate(45deg);
    top: .6rem;
    left: 0; }
  .checkout__remove:after {
    height: .1rem;
    width: 100%;
    position: absolute;
    background-color: #CC0000;
    content: '';
    transform: rotate(-45deg);
    top: .6rem;
    left: 0; }

.checkout__footer {
  margin-bottom: 8rem;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .checkout__footer .btn {
    min-width: 16rem;
    margin-left: 3rem; }

.checkout__total {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1B1F25; }

.intro {
  background-size: cover;
  background-repeat: no-repeat; }

.intro__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 80rem;
  padding: 7rem 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  position: relative; }
  .intro__content:hover {
    text-decoration: none; }

.intro__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3; }

.intro__block {
  width: 100%;
  max-width: 58rem; }
  .intro__block .btn {
    min-width: 17.2rem; }

.intro__title {
  max-width: 80rem;
  font-size: 8.9rem;
  line-height: 1.15;
  color: #fff;
  font-family: "Marcellus SC", serif; }

.intro__subtitle {
  font-size: 5rem;
  color: #fff;
  font-family: "Marcellus SC", serif; }

.intro__text {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px; }

.intro__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1B1F25;
  display: flex;
  align-items: center; }
  .intro__link img {
    margin-right: 2rem; }

.intro__arrows-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative; }

.intro__arrows {
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden; }

.my__orders-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  margin-bottom: 2rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.profile__wrapper {
  border-top: 1px solid #e5e7ea;
  border-bottom: 1px solid #e5e7ea; }

.profile__block {
  width: 100%;
  border-bottom: 1px solid #e5e7ea; }
  .profile__block:last-child {
    border-right: 0; }

.profile__form {
  width: 100%;
  margin: 0 auto;
  padding: 3rem; }
  .profile__form .form__row {
    margin: 0 -1rem;
    display: flex;
    align-items: flex-end; }
    @media (max-width: 992px) {
      .profile__form .form__row {
        flex-direction: column; } }
  .profile__form .form__group {
    position: relative;
    padding: 0 1rem 3rem;
    margin-bottom: 0;
    flex: 1; }
    @media (max-width: 992px) {
      .profile__form .form__group {
        margin-bottom: 2rem; } }
  .profile__form .btn {
    margin-bottom: 3rem; }
  .profile__form--password .input {
    padding-left: 15rem; }
  .profile__form .block__title {
    font-size: 2rem;
    padding: 0 !important; }
  .profile__form .input__wrapper.error {
    border-color: #cc0000; }

.js-input-error-msg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }

.header__profile {
  white-space: nowrap;
  position: relative; }
  .header__profile:hover .profile__menu {
    opacity: 1;
    visibility: visible; }

.header__profile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E8AE4;
  height: 8rem;
  font-weight: 700;
  cursor: pointer;
  padding-right: 2rem; }
  .header__profile-link:after {
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #0E8AE4;
    padding: .3rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.2rem;
    right: 0; }
  .header__profile-link:hover {
    text-decoration: none; }

.profile__menu {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  position: absolute;
  top: 100%;
  right: 0; }

.profile__link {
  width: 19rem;
  font-weight: 700;
  height: 6rem;
  background-color: #000000;
  color: #fff;
  transition: all .2s ease;
  padding-left: 3rem;
  display: flex;
  align-items: center; }
  .profile__link:hover {
    background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
    color: #1B1F25;
    text-decoration: none; }

.balance__wrapper {
  display: flex;
  border-top: 1px solid #e5e7ea;
  border-bottom: 1px solid #e5e7ea; }

.balance {
  background: #fff;
  padding: 3rem;
  margin-bottom: .6rem;
  width: 40%;
  border-right: 1px solid #e5e7ea; }

.balance__img {
  height: 4.4rem;
  margin-right: 2rem; }

.balance__title {
  font-size: 3rem;
  color: #1B1F25;
  font-family: "Marcellus SC", serif; }

.balance__price {
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .balance__price a {
    margin-left: 2rem; }

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

.orders {
  padding: 3rem 4rem;
  width: 60%; }

.orders__footer {
  padding-top: 4rem;
  display: flex;
  justify-content: flex-end; }

.cabinet__container {
  margin-bottom: 15rem; }
  .cabinet__container .breadcrumbs {
    padding-left: 3rem;
    padding-right: 3rem; }
  .cabinet__container .block__title {
    padding: 0 3rem; }

.order {
  margin-bottom: 6rem; }
  .order:last-child {
    margin-bottom: 0; }

.order__wrapper {
  display: flex;
  border-bottom: 1px solid #e5e7ea;
  border-top: 1px solid #e5e7ea; }

.order__block {
  width: 50%; }
  .order__block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .order__block:last-child {
    border-left: 1px solid #e5e7ea; }
  .order__block .table tbody tr:last-child {
    border-bottom: 0; }
  .order__block .table tbody tr td:last-child {
    text-align: left; }
  .order__block .table tbody tr .checkout__price {
    margin-top: 2rem;
    padding-left: 5rem;
    text-align: left; }

.order__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem; }

.order__name {
  font-size: 3rem;
  color: #1B1F25;
  font-weight: 700;
  margin-bottom: 1rem; }

.order__text {
  font-size: 1.6rem;
  color: #1B1F25;
  margin-bottom: 1.4rem;
  display: flex;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase; }
  .order__text span {
    width: 15rem;
    color: #768ea6; }

.order__line {
  display: flex; }
  .order__line .order__status {
    margin-right: 2rem; }

.order__status {
  margin-top: 1rem;
  color: #1B1F25;
  font-size: 1.6rem;
  display: flex;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase; }
  .order__status span {
    width: 15rem;
    color: #768ea6; }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #fff;
  width: 100%;
  line-height: 1.5;
  color: #000;
  padding: 3rem;
  border-radius: 1rem;
  z-index: 200;
  max-width: 38.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .cookie-window-block.closed {
    display: none; }
  .cookie-window-block .btn {
    margin-bottom: 0;
    border-radius: 2rem; }

.cookie-window-text {
  color: #1B1F25;
  margin-bottom: 2rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5; }
  .cookie-window-text a {
    color: #0E8AE4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery {
  padding: 12rem 0 25rem;
  background-color: #F8F7F3; }

.gallery__wrapper {
  display: flex; }

.gallery__block {
  width: 50%; }

.gallery__item {
  flex: 1;
  padding-left: 15rem; }
  .gallery__item .block__text {
    max-width: 51rem;
    margin-left: auto; }

.gallery__img {
  position: relative; }

.gallery__link {
  position: absolute;
  bottom: -13rem;
  right: -13.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  width: 37.8rem;
  background-color: #0E8AE4;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all .2s ease; }
  .gallery__link:hover {
    text-decoration: none;
    background-color: #0d7bcc; }
  .gallery__link img {
    margin-right: 1rem; }

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

.contact__block {
  width: 600px;
  max-width: 100%;
  padding-bottom: 3rem; }
  .contact__block .block__text {
    margin-bottom: 0;
    font-weight: 400; }
    .contact__block .block__text a {
      color: #1B1F25; }
    .contact__block .block__text strong {
      font-size: 2rem; }

.contact__form {
  border-top: 1px solid #e5e7ea;
  padding: 3rem 0; }
  .contact__form .input:-webkit-autofill,
  .contact__form .input:-webkit-autofill:hover,
  .contact__form .input:-webkit-autofill:focus,
  .contact__form .input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #FFFFFF inset !important;
    -webkit-text-fill-color: #1B1F25; }

/*
 * 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__block {
  min-height: 180px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3rem;
  border: 4px dashed #F4F4F4;
  border-radius: 16px; }

.dropzone {
  box-sizing: border-box; }
  .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: #898989;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .dropzone .dz-message .btn {
      margin-top: 2rem;
      margin-bottom: 3rem; }
    .dropzone .dz-message .dz-text {
      font-size: 1.2rem;
      font-weight: 500; }
  .dropzone .dz-preview {
    position: relative;
    vertical-align: top;
    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:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      font-size: 13px;
      padding: 2rem 0;
      border-bottom: 1px solid #F4F4F4;
      text-align: center;
      color: #1B1F25;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .dropzone .dz-preview .dz-details:last-child {
        border-bottom: 0; }
      .dropzone .dz-preview .dz-details .dz-details-block {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 500; }
        .dropzone .dz-preview .dz-details .dz-details-block img {
          margin-right: 1.7rem;
          display: block; }
      .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; }

.dropzone__slider {
  margin-bottom: 2rem;
  padding-bottom: 5rem; }
  .dropzone__slider .slick-dots {
    bottom: 0; }

.dropzone__slide {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative; }
  .dropzone__slide:hover:after {
    opacity: 1; }
  .dropzone__slide:hover a {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .dropzone__slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    opacity: 0;
    transition: all .2s ease; }
  .dropzone__slide a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s ease; }
    .dropzone__slide a img {
      height: auto;
      width: auto; }
  .dropzone__slide img {
    height: 18.5rem;
    width: 100%;
    object-fit: cover; }

.filter__item {
  position: relative;
  margin-right: .5rem;
  padding-top: 4.5rem; }
  .filter__item .select select {
    height: 4.4rem;
    border-radius: .6rem; }

.filter__show {
  display: block;
  margin-top: 2rem;
  color: #5b6adb; }
  .filter__show:hover {
    text-decoration: underline; }

.filter__content-item {
  padding: 2rem 3rem 2rem; }
  .filter__content-item .checkbox__label {
    display: flex;
    justify-content: space-between; }
  .filter__content-item .checkbox {
    margin-bottom: 2rem; }

.filter__block-title {
  font-size: 1.6rem;
  color: #000000;
  position: relative;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Marcellus SC", serif; }
  .filter__block-title:hover {
    text-decoration: none; }
  .filter__block-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #0E8AE4;
    padding: .4rem; }
  .filter__block-title.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotate(-135deg); }

.filter__block-content {
  padding-top: 2rem;
  display: none; }

.filter__title {
  color: #1B1F25;
  margin-bottom: 10px;
  display: flex; }
  .filter__title .fa {
    transition: all .1s ease; }
  .filter__title.active i {
    transform: rotate(-180deg); }

.filter__range-currency {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem; }
  .filter__range-currency .input {
    padding-right: 3rem; }

.filter__range-inputs {
  margin-bottom: 2rem;
  padding: 0 0 .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter__range-inputs .input {
    border: 1px solid #cacaca;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    min-height: auto; }
  .filter__range-inputs .separator {
    display: block;
    transform: translateX(1px); }

.filter__range-input {
  display: flex;
  align-items: center; }

.filter__range {
  margin-top: 2rem;
  padding-bottom: 4rem; }

.filter__actions {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1rem; }
  .filter__actions .btn {
    margin-bottom: 0;
    width: 49%;
    min-width: auto; }

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

.catalog__menu-list {
  margin-top: 10px; }
  .catalog__menu-list ul {
    margin-left: .6em; }
  .catalog__menu-list li {
    margin-bottom: 1rem; }
    .catalog__menu-list li a {
      color: #6c6c6c;
      font-size: 1rem;
      font-weight: 500;
      font-family: Roboto, sans-serif; }

.filter__search {
  margin-bottom: 2rem; }
  .filter__search .input {
    border-radius: 2px;
    border: 1px solid #cacaca; }

.catalog__menu-block {
  width: 23%; }

.filter__sort-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-right: 4rem; }

.filter__sort-block {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.filter__sort-title {
  margin: 1rem 1rem 1rem 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #6A6A6A;
  line-height: 1; }

.filter__sort-item {
  display: flex;
  color: #1B1F25;
  padding: .3rem 1.5rem .3rem .7rem;
  border-radius: 1rem;
  border: 1px solid #6A6A6A;
  margin-right: .5rem;
  align-items: center; }
  .filter__sort-item:hover {
    text-decoration: none; }
  .filter__sort-item .icon-remove {
    width: 1rem;
    height: 1rem;
    position: relative;
    transform: translateX(0.6rem);
    cursor: pointer; }
    .filter__sort-item .icon-remove:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 100%;
      height: .2rem;
      background-color: #6A6A6A;
      transform: rotate(45deg); }
    .filter__sort-item .icon-remove:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 100%;
      height: .2rem;
      background-color: #6A6A6A;
      transform: rotate(-45deg); }

.sort__reset {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #000; }

.no__products-block {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center; }

.no__products-title {
  margin-bottom: 1rem; }

.filter__head {
  display: none; }

.filter__content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem; }
  .filter__content-footer .btn {
    height: 4rem;
    padding: 0 1.5rem;
    min-width: 10rem; }

.filter__link {
  color: #0E8AE4;
  font-weight: 600; }

@media (max-width: 1260px) {
  .filter__range-inputs .input {
    width: 8rem; } }

@media (max-width: 1160px) {
  .catalog__wrapper:not(.no-filter) .products__block {
    width: 33.333%; } }

@media (max-width: 992px) {
  .filter__head {
    margin: -1.5rem -2rem 3rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4; }
    .filter__head .title {
      font-size: 2rem;
      font-weight: 700; }
  .filter__close {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: relative; }
    .filter__close:before {
      content: '';
      position: absolute;
      top: 1.1rem;
      left: 0;
      width: 100%;
      height: .2rem;
      background-color: #000;
      transform: rotate(45deg); }
    .filter__close:after {
      content: '';
      position: absolute;
      top: 1.1rem;
      left: 0;
      width: 100%;
      height: .2rem;
      background-color: #000;
      transform: rotate(-45deg); }
  .catalog__menu-block {
    width: 30%; }
  .catalog__wrapper:not(.no-filter) .products__block {
    width: 50%; }
  .filter__item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    z-index: 101;
    overflow-y: auto;
    transition: all .2s ease;
    border-radius: 0; }
    .filter__item.opened {
      transform: translateY(0); } }

@media (max-width: 768px) {
  .filter__wrapper > .filter__block {
    padding: 0 1rem; } }

/*! nouislider - 12.0.0 - 9/14/2018 */
/* 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;
  direction: ltr; }

.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;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* 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 {
  position: absolute; }

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

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

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

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

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

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

.noUi-connect {
  border-radius: 10px;
  background: linear-gradient(#00dfba 0%, #0e8ae4 100%); }

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

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

.noUi-handle {
  border: 0;
  border-radius: 3px;
  background: transparent;
  cursor: pointer; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.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%, 0);
  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;
  color: #1B1F25;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

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

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

.main__wrapper {
  display: flex; }

.main__sidebar {
  width: 28rem; }

.main__content {
  width: 100%; }

.section {
  padding-bottom: 14rem; }

.text__page {
  padding-bottom: 12rem;
  max-width: 105rem; }
  .text__page .block__text {
    font-weight: 400; }
    .text__page .block__text h1 {
      font-weight: 700;
      font-size: 3rem; }
    .text__page .block__text h2 {
      font-weight: 700;
      font-size: 2.4rem; }
    .text__page .block__text h3 {
      font-weight: 700;
      font-size: 2.2rem; }
    .text__page .block__text h4 {
      font-weight: 700;
      font-size: 2rem; }

.title__block {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  height: 12rem; }
  .title__block .block__title {
    margin-bottom: 0; }

.title__link {
  color: #0E8AE4;
  font-weight: 700;
  font-size: 1.6rem;
  background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.block__title {
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase; }

.block__subtitle {
  margin-bottom: 4.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0E8AE4;
  letter-spacing: .2em; }

.block__text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1B1F25;
  font-weight: 500; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.explore {
  margin-bottom: 9rem;
  height: 49rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-size: cover;
  overflow: hidden; }

.explore__title {
  font-size: 4rem;
  color: #fff;
  font-family: "Marcellus SC", serif;
  text-transform: uppercase;
  line-height: 1; }

.explore__list {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 6.6rem;
  font-family: "Marcellus SC", serif;
  line-height: 1; }
  .explore__list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem; }
    .explore__list li:last-child {
      margin-bottom: 0; }
    .explore__list li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: .92rem;
      height: 1.2rem;
      background-image: url("/src/assets/images/list_icon.svg");
      background-position: center;
      background-size: cover; }

.about {
  padding: 3rem 0 0;
  border-bottom: 0.6rem solid #0E8AE4; }

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

.about__item {
  max-width: 46rem;
  padding-bottom: 15rem; }

.about__img {
  display: block;
  margin: 0 auto 0;
  max-width: 100%; }

.about__title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700; }

.about__block {
  max-width: 98rem;
  margin-left: auto; }
  .about__block .block__text {
    font-weight: 600;
    line-height: 1.6; }
    .about__block .block__text h2 {
      font-size: 3.4rem; }

.about__text {
  font-size: 2rem;
  font-weight: 700;
  max-width: 97rem;
  margin: 0 auto;
  color: #fff;
  letter-spacing: -1px; }

.info__wrapper {
  margin-bottom: 10rem;
  display: flex; }

.info__block {
  width: 33.333%;
  position: relative; }
  .info__block img {
    margin-bottom: 2.5rem; }
  .info__block:last-child:after {
    display: none; }
  .info__block:after {
    content: '';
    width: .4rem;
    height: 100%;
    transform: rotate(10deg);
    position: absolute;
    bottom: 0;
    right: 7rem;
    background-color: #0E8AE4; }
  .info__block .title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1.5px;
    margin-bottom: .8rem; }
  .info__block .text {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    max-width: 34rem; }

.about__mission {
  padding: 9rem 0;
  display: flex; }
  .about__mission .block__text {
    width: 50%; }

.about__mission-title {
  width: 50%;
  color: #fff;
  font-size: 3rem;
  letter-spacing: -1.5px;
  font-weight: 700; }

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

.contact__block {
  width: 600px;
  max-width: 100%;
  padding-bottom: 3rem; }
  .contact__block .block__text {
    margin-bottom: 0;
    font-weight: 400; }
    .contact__block .block__text a {
      color: #1B1F25; }
    .contact__block .block__text strong {
      font-size: 2rem; }

.contact__form {
  border-top: 1px solid #e5e7ea;
  padding: 3rem 0; }
  .contact__form .input:-webkit-autofill,
  .contact__form .input:-webkit-autofill:hover,
  .contact__form .input:-webkit-autofill:focus,
  .contact__form .input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #FFFFFF inset !important;
    -webkit-text-fill-color: #1B1F25; }

.login__content {
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.login__container {
  width: 50rem;
  margin: 0 auto; }

.login__form {
  padding: 5rem;
  background-color: #fff; }

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

.login__link {
  background: linear-gradient(#00DFBA 0%, #0E8AE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.login__actions {
  position: relative;
  padding-top: 4rem;
  text-align: center; }
  .login__actions:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 5rem);
    height: .6rem;
    background: linear-gradient(#00DFBA 0%, #0E8AE4 100%); }

.messages {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 8rem);
  background: rgba(25, 15, 49, 0.8);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .messages.opened {
    opacity: 1;
    visibility: visible; }

.messages__block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%; }

.messages__item {
  background-color: #fff;
  padding-top: 3rem;
  width: 63rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.message {
  padding: 1.5rem 1.5rem 1.5rem 0;
  display: flex;
  border-bottom: 1px solid #F4F4F4; }

.messages__title {
  padding-bottom: 2.4rem;
  padding-left: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #F4F4F4; }

.messages__content {
  padding-left: 3rem;
  overflow-y: auto;
  max-height: 70rem; }
  .messages__content::-webkit-scrollbar {
    width: 15px; }
  .messages__content::-webkit-scrollbar-track {
    background: #F4F4F4; }
  .messages__content::-webkit-scrollbar-thumb {
    background: #0E8AE4; }

.message__text {
  padding-top: 1.1rem; }

.message__author {
  margin-bottom: .6rem;
  font-size: 1.4rem;
  font-weight: 600; }

.message__text {
  font-size: 1.6rem;
  font-weight: 500; }

.message__img {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  margin-right: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff; }

.message__date {
  padding-top: 1.2rem;
  color: #898989;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap; }

.message__form {
  padding: 3.5rem 3rem;
  position: relative; }
  .message__form .textarea {
    padding: 1.7rem 4rem .4rem 1.5rem;
    height: 5.4rem;
    border-radius: 1.6rem;
    font-size: 1.4rem; }

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

.message__info {
  width: 36.4rem;
  background-color: #F4F4F4;
  height: 100%;
  position: relative;
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .message__info .message__info-close {
    display: none; }

.message__info-block {
  margin-bottom: 1rem; }
  .message__info-block .title {
    font-size: 1.8rem;
    font-weight: 600; }
  .message__info-block .text {
    margin-bottom: .4rem;
    font-size: 1.5rem; }
  .message__info-block .date {
    color: #1B1F25;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center; }
    .message__info-block .date img {
      transform: translateY(-0.1rem);
      margin-right: .6rem; }

.message__plane {
  margin-bottom: 1.5rem; }
  .message__plane img {
    display: block; }

.message__price {
  margin-bottom: 5rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500; }
  .message__price b {
    font-weight: 600; }

.message__docs .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600; }

.message__document {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500; }
  .message__document img {
    margin-right: 1.5rem; }

.message__info-actions {
  display: flex;
  justify-content: space-between; }
  .message__info-actions .btn {
    min-width: 14rem; }

.message__info-close {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #0E8AE4;
  display: block;
  margin-left: auto;
  position: relative; }
  .message__info-close:before {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: .2rem;
    top: 21px;
    left: 16px;
    transform: rotate(45deg);
    background-color: #fff; }
  .message__info-close:after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: .2rem;
    top: 21px;
    left: 16px;
    transform: rotate(-45deg);
    background-color: #fff; }

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

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

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

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

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

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

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

.bg-teal {
  background-color: #00EDB2; }

.bg-green {
  background-color: #2CAE7F; }

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

.bg-main {
  background-color: #0E8AE4; }

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

.bg-black {
  background-color: #1B1F25; }

.bg-gray {
  background-color: #6A6A6A; }

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

.alert.visible-success {
  background-color: #2CAE7F;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #2CAE7F;
  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: 1460px) {
  .balance {
    width: 50%; }
  .orders {
    padding: 3rem;
    width: 50%; } }

@media (max-width: 1400px) {
  .header__block {
    width: auto; } }

@media (max-width: 1300px) {
  .header__search {
    display: none; }
  .header__block {
    width: auto; }
  .nav__item {
    margin-right: 3rem; }
  .logo {
    margin-right: 6rem; }
  .contact__form {
    padding: 3rem 4rem; } }

@media (max-width: 1200px) {
  .balance__price {
    flex-direction: column;
    align-items: flex-start; }
    .balance__price a {
      margin-left: 0;
      margin-right: 2rem; }
      .balance__price a:last-child {
        margin-right: 0; }
  .balance__price-block {
    flex-wrap: wrap; }
    .balance__price-block a {
      margin-bottom: 2rem; }
      .balance__price-block a:last-child {
        margin-bottom: 0; } }

@media (max-width: 1100px) {
  .info__block:after {
    display: none; }
  .logo {
    margin-right: 3rem; }
  .header__action {
    margin-right: 3rem; }
  .main__sidebar {
    display: none; }
  .main__content {
    width: 100%; }
  .product__wrapper {
    flex-direction: column; }
  .product__image {
    width: 100%; }
  .product__info {
    width: 100%; }
  .product__row {
    padding-left: 0; }
  .product__sub-info {
    padding-left: 0; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .logo {
    margin-right: 2rem; }
  .intro {
    margin-bottom: 4rem; }
  .intro__title {
    font-size: 4rem; }
  .intro__content {
    min-height: 30rem; }
  .explore__title {
    font-size: 4rem; }
  .explore {
    height: 35rem;
    background-position: center; }
  .products__slider {
    margin-bottom: 4rem; }
  .wrapper {
    padding: 2rem 2rem 4rem; }
  .lng {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center; }
  .lng__link {
    margin-right: 1.5rem;
    text-transform: uppercase; }
    .lng__link:after {
      display: none; }
    .lng__link:last-child {
      margin-right: 0; }
    .lng__link.active {
      color: #0E8AE4; }
  .header__wrapper {
    padding-left: 2rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__block {
    width: 100%;
    flex-direction: column;
    align-items: center; }
    .footer__block .nav__item {
      margin-bottom: 2rem; }
    .footer__block.left {
      width: 100%;
      order: 2; }
      .footer__block.left .nav {
        align-items: center; }
        .footer__block.left .nav:first-child {
          margin-right: 0; }
    .footer__block.right {
      order: 3; }
  .footer__logo {
    order: 1;
    margin-bottom: 2rem; }
    .footer__logo img {
      max-width: 10rem; }
  .footer__text {
    text-align: center; }
  .footer__line {
    padding-top: 2rem;
    flex-direction: column;
    align-items: center; }
  .copyright {
    margin-bottom: 1rem; }
  .product__row .price {
    min-width: auto; }
  .product__image img {
    max-width: 100%; }
  .products__wrapper .products__block {
    width: 50%; }
  .news__block {
    width: 33.333%; }
  .contact__wrapper {
    flex-direction: column; }
  .contact__block {
    width: 100%; }
  .about {
    margin-bottom: 4rem; }
  .about__text {
    font-size: 1.6rem; }
  .block__text {
    font-size: 1.6rem; }
  .error__title {
    font-size: 5rem; }
  .table {
    display: block; }
    .table tbody {
      display: block; }
      .table tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table tbody tr td {
          display: flex;
          align-items: center;
          width: 50%;
          padding: 2rem;
          vertical-align: middle; }
          .table tbody tr td:last-child {
            justify-content: center;
            width: 100%; }
  .header__cart-menu {
    width: 100vw;
    right: -17rem; }
  .profile__wrapper {
    flex-direction: column; }
  .profile__block {
    width: 100%;
    padding: 1rem 0; }
  .header__action {
    margin-right: 2rem; }
  .menu__content .header__cart-link {
    display: inline-flex;
    margin-bottom: 2rem; }
  .info__wrapper {
    flex-direction: column; }
  .info__block {
    margin-bottom: 2rem;
    width: 100%; }
    .info__block:last-child {
      margin-bottom: 0; }
    .info__block:after {
      display: none; }
  .footer__cards {
    padding-bottom: 2rem;
    margin-top: 2rem;
    width: auto; }
  .footer__icon {
    display: none; }
  .copyright {
    width: auto; }
  .footer__wrapper {
    margin-bottom: 3rem; }
  .about__wrapper {
    flex-direction: column; }
  .about__item {
    max-width: 100%; }
  .about__mission {
    flex-direction: column;
    padding: 3rem 0; }
    .about__mission .block__text {
      margin-top: 2rem;
      width: 100%; }
  .product__image {
    margin-bottom: 1.5rem; }
  .checkout__img {
    max-height: 10rem;
    height: auto; }
  .table tbody tr:first-child td:last-child {
    border-top-right-radius: 0; }
  .checkout__name {
    padding-left: 0; }
  .header__actions {
    margin-left: 2rem; }
  .balance__title {
    font-size: 2rem; }
  .table--balance thead {
    display: none; }
  .table--balance tbody tr td:first-child {
    padding-left: 2rem; }
  .balance {
    flex-direction: column;
    padding: 2rem 0; }
  .order__wrapper {
    flex-direction: column; }
  .order__block {
    width: 100%; }
  .table--balance tbody tr td {
    height: auto; }
  .balance__wrapper {
    flex-direction: column; }
  .balance {
    width: 100%;
    padding: 0 3rem; }
  .orders {
    padding: 3rem;
    width: 100%; } }

@media (max-width: 768px) {
  .block__title {
    font-size: 3rem; } }

@media (max-width: 660px) {
  .product__row {
    flex-direction: column;
    height: auto;
    gap: 2rem; } }

@media (max-width: 640px) {
  .explore {
    height: auto; }
  .news__block {
    width: 50%; }
  .product__wrapper {
    flex-direction: column; }
  .product__image {
    width: 100%; }
  .product__info {
    width: 100%; }
  .product__row .btn {
    width: auto; }
  .product__title {
    font-size: 3rem; }
  .cookie-window-block {
    flex-direction: column;
    padding: 2rem;
    align-items: flex-start; }
  .cookie-window-text {
    margin-bottom: 2rem; } }

@media (max-width: 560px) {
  .news__block {
    width: 100%; }
  .header__profile-link {
    padding: 0 1.5rem; }
  .catalog__slider .slick-list {
    padding: 0 3rem; }
  .products__content {
    padding: 2.5rem 1rem 0; }
  .products__rarity {
    margin: 0 -1rem; }
  .remodal {
    padding: 5rem 3rem; } }

@media (max-width: 500px) {
  .header__cart-menu {
    right: -15rem; } }
