/* 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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.container {
  width: 100%;
}

.container-full {
  width: 100%;
  padding: 0 3rem;
}

html {
  font-size: 10px;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

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

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #0E111A;
  /*overflow-x: hidden;*/
  font-size: 1.5rem;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-right: 5px;
}

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

a {
  color: #1b2030;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 .5em;
}

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

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

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

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

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

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

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

.mask.active {
  opacity: .7;
  visibility: visible;
}

.login_page {
  height: calc(100vh + 4px);
  margin-top: -10rem;
  margin-bottom: 7.5rem;
  border-bottom: solid 4px #1952e5;
  text-align: center;
}

.login_page .remodal__line {
  height: 100%;
}

.login_page .remodal__block:last-child {
  padding-top: 10rem;
}

.login_page .btn {
  width: 21.5rem;
  height: 5.4rem;
  padding: 0 2rem;
}

.green {
  color: #5eb648;
}

.light-yellow {
  color: #e5e0ac;
}

/* Vendor libs

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

/* Arrows */
.slick-prev,
.slick-next {
  position: relative;
  display: block;
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: linear-gradient(#7474bf, #348ac7);
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  transition: 0.3s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.097631 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538408 7.04738 0.538408 6.65685 0.928933L0.292893 7.29289ZM2 7L1 7L1 9L2 9L2 7Z' fill='white'/%3e%3c/svg%3e ");
}

.slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='white'/%3e%3c/svg%3e ");
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  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:before {
  content: '';
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #292e3d;
  transition: 0.3s;
}

.slick-dots li button:hover:before {
  background: linear-gradient(to right, #7474bf, #348ac7);
}

.slick-dots li.slick-active button:before {
  background: linear-gradient(to right, #7474bf, #348ac7);
}

.slick-dots li.slick-active button {
  background: linear-gradient(to right, rgba(116, 116, 191, .4), rgba(52, 138, 199, .4));
}

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

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: auto;
}

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

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

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

.remodal-wrapper {
  padding: 6rem;
}

.remodal {
  width: 1170px;
  max-width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.remodal--ok {
  width: 490px;
  padding: 100px 0 60px;
  background-color: #1b2030;
}

.remodal--ok .remodal-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

.remodal--ok .remodal-close:after {
  background-color: #5f6474;
}

.remodal--ok .remodal-close:before {
  background-color: #5f6474;
}

.remodal__column-img {
  margin-bottom: 30px;
}

.remodal__column-img svg {
  display: block;
  width: 72px;
  margin: 0 auto;
}

.remodal__column-text {
  color: #57bf9e;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 2;
}

.remodal--not_ok .remodal__column-text {
  color: #c86f67;
}

.remodal .btn {
  min-width: 21.5rem;
}

.remodal-close {
  position: absolute;
  top: 3.3rem;
  right: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  overflow: visible;
  cursor: pointer;
  z-index: 4;
  transition: 0.3s;
}

.remodal-close:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  transform: rotate(-45deg);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
}

.remodal-close:after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  transform: rotate(45deg);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
}

.remodal-close:hover {
  transform: rotate(90deg);
}

.remodal__line {
  display: flex;
  background-color: #141824;
}

.remodal__block {
  position: relative;
}

.remodal__block:first-child {
  width: 45%;
}

.remodal__block:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 5rem 11rem;
}

.remodal__img {
  display: flex;
  height: 100%;
}

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

.remodal__footer {
  /*position: absolute;
  bottom: 9rem;
  left: 0;*/
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.remodal__footer .form__link {
  font-size: 1.4rem;
}

.remodal#steam {
  width: 660px;
  padding: 120px 50px 80px;
  background-color: #161c40;
}

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

.remodal__row .btn {
  height: 54px;
}

.remodal__icon {
  width: 128px;
  margin-bottom: 75px;
}

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

.remodal__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.remodal__text {
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1260px) {
  .container {
    width: 1230px;
    max-width: 100%;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 560px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1260px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

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

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

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

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.error__page {
  padding: 10rem 0;
}

.error__page .btn {
  display: flex;
  width: 16rem;
  margin: 0 auto;
  height: 5.4rem;
  padding: 0 2rem;
}

.error__page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.error__page-block {
  padding: 3.5rem 5rem;
}

.error__page-block:first-child {
  border-right: solid 3px #1952e5;
}

.error__title {
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 1;
  color: #ffffff;
}

.error__subtitle {
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 1;
  color: #ffffff;
}

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

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

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

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

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

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

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #19181e;
}

.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: #19181e;
}

.header {
  position: relative;
  z-index: 10;
}

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

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

.header__block:first-child {
  width: 15%;
}

.header__block:nth-child(2) {
  width: 70%;
  justify-content: center;
}

.header__block:last-child {
  width: 15%;
}

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

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

.header__action {
  display: flex;
  align-items: center;
  margin-right: 3.5rem;
}

.header__action:last-of-type {
  margin-right: 0;
}

.logo {
  transition: 0.3s;
}

.logo:hover {
  transform: scale(1.02);
}

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

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

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 5rem;
}

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

.nav__item.active > a {
  opacity: 0.6;
}

.nav__item:hover .nav__submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__item a {
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.nav__item a:hover {
  opacity: 0.6;
}

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

.nav__submenu-container {
  position: relative;
  background-color: #1b2030;
  box-shadow: 0 0 1rem 0 #0E111A;
  border-radius: 0.8rem;
  overflow: hidden;
  padding: 1.2rem 0;
}

.nav__submenu-item {
  display: flex;
}

.nav__submenu-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 1rem 3.5rem;
  text-decoration: none;
}

.nav__submenu-item:hover a {
  background-color: #1952e5;
  opacity: 1;
}

.nav__submenu-item.active a {
  background-color: #1952e5;
  opacity: 1;
}

.header__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

.header__link {
  padding: 0 4.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.33;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}

.header__link:hover {
  color: #1952e5;
  text-decoration: none;
}

.header__cart {
  position: relative;
  margin-right: 6.5rem;
}

.header__cart:hover .header__cart-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__cart-list {
  max-height: 590px;
  overflow-y: auto;
}

.header__cart-container {
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.header__btn {
  display: block;
}

.header__btn img {
  display: block;
  width: auto;
  max-height: 3.5rem;
}

.header__cart-icon {
  position: relative;
  display: block;
}

.header__cart-icon:hover img {
  opacity: 0.7;
}

.header__cart-icon img {
  display: block;
  width: 2rem;
  height: auto;
  transition: 0.3s;
}

.header__cart-count {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #19181e;
  text-align: center;
}

.header__cart-wrapper {
  position: absolute;
  top: 100%;
  right: -2rem;
  width: 76rem;
  padding-top: 4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: 0.3s;
}

.header__cart-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 2.3rem 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.header__cart-item .products__price {
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
  font-size: 1.6rem;
}

.header__cart-img {
  width: 133px;
  margin-right: 3rem;
}

.header__cart-img a {
  display: block;
  transition: 0.3s;
}

.header__cart-img a:hover {
  opacity: 0.7;
}

.header__cart-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 10rem;
}

.header__cart-info {
  width: 30rem;
}

.header__cart-info .products__title {
  margin-bottom: 0;
}

.header__cart-info .products__title:hover {
  color: #1952e5;
}

.products__remove {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 6rem;
  width: 1.4rem;
  height: 1.4rem;
}

.products__remove .btn--remove {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  transform-origin: center;
  cursor: pointer;
  transition: 0.3s;
}

.products__remove .btn--remove:hover {
  transform: rotate(90deg);
}

.products__remove .btn--remove:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5f6474;
  transform-origin: center;
  transform: rotate(45deg);
}

.products__remove .btn--remove:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5f6474;
  transform-origin: center;
  transform: rotate(-45deg);
}

.header__cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.header__cart-footer .header__cart-total {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #ffffff;
}

.header__cart-footer .btn {
  min-width: 16rem;
  height: 5.4rem;
}

.header__nav .nav {
  padding-top: 0;
}

.header__nav .nav__item > a {
  color: #1952e5;
}

.header__nav .nav__item:hover > a {
  opacity: 0.7;
}

.header__nav .nav__submenu-wrapper {
  left: auto;
  right: 0;
}

.header__nav .nav__submenu-item.logout a {
  color: #d95959;
}

.header__nav .nav__submenu-item.logout a:hover {
  opacity: 0.7;
}

.lng {
  position: relative;
  height: 10rem;
}
.lng--sorting {
  height: 4.4rem;
  padding: 0 4rem 0 1.5rem;
}
.lng--sorting .lng__wrapper {
  width: 20rem;
}

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

.lng__item:hover .lng__link:before {
  transform: translateY(-50%) rotate(180deg);
}

.lng__item:hover .lng__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lng__link {
  position: relative;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
}

.lng__link:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(#7474bf, #348ac7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lng__link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.000110527 0.578901C0.000110527 0.250894 0.253627 2.38236e-07 0.543407 2.38236e-07C0.688294 2.38236e-07 0.833177 0.0578763 0.923757 0.173629L4.00222 3.58897L7.08069 0.173629C7.29796 -0.0578763 7.64203 -0.0578763 7.84126 0.173629C8.04046 0.385887 8.05853 0.73313 7.85932 0.96478L4.40054 4.82389C4.20133 5.05539 3.85724 5.05539 3.63997 4.84313L3.62178 4.82389L0.144887 0.96478C0.0544428 0.868275 0 0.733275 0 0.578904L0.000110527 0.578901Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.lng__link:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.000110527 0.578901C0.000110527 0.250894 0.253627 2.38236e-07 0.543407 2.38236e-07C0.688294 2.38236e-07 0.833177 0.0578763 0.923757 0.173629L4.00222 3.58897L7.08069 0.173629C7.29796 -0.0578763 7.64203 -0.0578763 7.84126 0.173629C8.04046 0.385887 8.05853 0.73313 7.85932 0.96478L4.40054 4.82389C4.20133 5.05539 3.85724 5.05539 3.63997 4.84313L3.62178 4.82389L0.144887 0.96478C0.0544428 0.868275 0 0.733275 0 0.578904L0.000110527 0.578901Z' fill='%23348AC7'/%3e%3c/svg%3e ");
}

.lng__wrapper {
  position: absolute;
  top: 100%;
  right: -4.5rem;
  width: 16rem;
  padding-top: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(1rem);
}

.lng__list {
  background: linear-gradient(#7474bf, #348ac7);
  border-radius: 14px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/*.lng__list:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -0.5rem;*/
/*  right: 4.5rem;*/
/*  width: 2.6rem;*/
/*  height: 2.6rem;*/
/*  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 0L23.2583 15.75H0.74167L12 0Z' fill='white'/%3e%3c/svg%3e ");*/
/*  background-repeat: no-repeat;*/
/*  background-position: bottom center;*/
/*  background-size: contain;*/
/*}*/

.lng__sub-item {
  height: 6rem;
}

.lng__sub-item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2.4rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.lng__sub-item img {
  display: block;
  width: 2.4rem;
  margin-right: 0.5rem;
}
.lng__sub-item span {
  flex: 1;
}

.lng__sub-item a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */
}

.switcher__input:checked + .switcher__label:after {
  transform: translate(-5rem, -50%);
}

.switcher__input:checked + .switcher__label .no {
  color: #333333;
}

.switcher__input:checked + .switcher__label .yes {
  color: #ffffff;
}

.switcher__label {
  width: 10rem;
  height: 50px;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid #1b2030;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}

.switcher__label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 40px;
  right: .4rem;
  background-color: #1b2030;
  border-radius: 2.2rem;
  transition: transform .2s ease;
}

.switcher__label span {
  color: #333333;
  position: relative;
  z-index: 2;
  transition: color .2s ease;
}

.switcher__label .no {
  color: #ffffff;
}

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

/* 8. Checkbox
=========================*/
.checkbox {
  position: relative;
  display: block;
}

.checkbox label {
  position: relative;
  display: block;
  padding-left: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.checkbox label:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: solid 1px #2a2e6f;
  z-index: 1;
}

.checkbox label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.2rem;
  display: block;
  width: 0.7rem;
  height: 1.4rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #1952e5;
  transform: rotate(45deg);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.checkbox label a {
  color: #1952e5;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}

.checkbox label a:hover {
  text-decoration-color: #1952e5;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input:checked + label:after {
  opacity: 1;
}

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

.radio--inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.radio__input {
  display: none;
}

.radio__input:checked + .radio__label {
  color: #19181e;
}

.radio__input:checked + .radio__label--disabled {
  color: #565656;
}

.radio__input:checked + .radio__label:before {
  border-color: #1437cc;
}

.radio__input:checked + .radio__label:after {
  opacity: 1;
  background-color: #1437cc;
}

.radio__input:checked + .radio__label:hover:after {
  opacity: 1;
}

.radio__input:checked + .radio__label--not-active {
  user-select: auto;
  color: #565656;
}

.radio__input:checked + .radio__label--not-active:before {
  border-color: #7c7c7c;
}

.radio__input:checked + .radio__label--not-active:after {
  opacity: 1;
  background-color: #565656;
}

.radio__input:checked + .radio__label--not-active:hover {
  cursor: auto;
}

.radio__input--square:checked + .radio__label--square:before {
  content: "\f00c";
}

.radio__input--square:checked + .radio__label--text {
  border-color: #1b2030;
}

.radio__input--square:checked + .radio__label--square {
  border-color: #1b2030;
}

.radio__input--cart:checked + .radio__label--cart {
  border-color: #60a2ab !important;
}

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #19181e;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear;
}

.radio__label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #565656;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: border-color .1s linear;
}

.radio__label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #565656;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  transition: background-color .1s linear, opacity .1s linear;
}

.radio__label:hover:not(.radio__label--disabled):after {
  opacity: 0.5;
}

.radio__label--error {
  color: #fc4340;
}

.radio__label--error:before {
  border-color: #fc4340;
}

.radio__label--disabled {
  color: #565656;
}

.radio__label--disabled:before {
  border-color: #7c7c7c;
}

.radio__label--disabled:hover {
  cursor: not-allowed;
}

.radio__label--not-active {
  user-select: auto;
  color: #565656;
}

.radio__label--not-active:before {
  border-color: #7c7c7c;
}

.radio__label--not-active:after {
  opacity: 0;
}

.radio__label--not-active:hover {
  cursor: pointer;
}

.radio__label--square {
  min-width: 75px;
  height: 40px;
  padding-left: 0;
  transition: all .1s ease;
  border: 2px solid #333333;
}

.radio__label--square:hover {
  border-color: #1b2030;
}

.radio__label--square:hover:before {
  content: '\f00c';
  opacity: .4;
}

.radio__label--square:after {
  display: none;
}

.radio__label--square:before {
  content: '';
  margin: auto;
  border-radius: 0;
  font-family: FontAwesome;
  font-size: 16px;
  z-index: 4;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.radio__label--text {
  padding: 10px 3px;
  background-color: #ffffff;
  color: #333333;
  border: 2px solid #333333;
  transition: all .1s ease;
}

.radio__label--text:hover {
  border-color: #1b2030;
}

.radio__label--text:before {
  display: none;
}

.radio__label--text .radio__span {
  width: auto;
  height: auto;
  text-align: center;
}

.radio__label--cart {
  padding: 0;
  display: block;
  border: 1px solid #dddddd;
  transition: all .1s ease-in;
  text-align: center;
  border-radius: 0;
}

.radio__label--cart:before {
  display: none;
}

.radio__label--cart:after {
  display: none;
}

.radio__label--cart .radio__label-img,
.radio__label--cart .radio__label-time {
  display: block;
  margin-bottom: 10px;
}

.radio__label--cart .radio__label-cost {
  display: block;
  margin-bottom: 10px;
  color: #60a2ab;
  font-weight: 600;
  font-size: 1.3em;
}

.radio__label--cart img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
  max-height: 45px;
}

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

.radio__span--text {
  background-color: #ffffff;
  color: #ffffff;
}

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

.about {
  padding-top: 26rem;
  position: relative;
}

.about__img-first {
  position: absolute;
  right: 0;
  top: -100px;
  max-width: 50%;
}

.about__img-second {
  position: absolute;
  left: 0;
  top: -100px;
  max-width: 50%;
}

.about img {
}

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

.about__block {
  width: 50%;
}

.about__block-wrapper {

  position: relative;
  z-index: 1;
  max-width: 67rem;
  margin: 0 auto;
  transform: translateX(9.5rem);
  width: 100%;
}

.about__block-img {
  margin-bottom: 28px;
  max-width: 100%;
}

.about__block-wrapper--bg .about__title {
  max-width: 60rem;
}

.about__block-wrapper--bg .about__text {
  max-width: 74.4rem;
}

.about__block-wrapper--bg:before {
  content: '';
  position: absolute;
  top: -3rem;
  left: -5rem;
  right: -1000rem;
  bottom: -5.5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
  z-index: -1;
}

.about__title {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.28;
  color: #ffffff;
}

.about__text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}

.about__block-wrapper {
  transform: translateX(0);
}

/* 11. Buttons
=========================*/
.btn {
  position: relative;
  display: inline-flex;
  height: 4.4rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
}

.btn--yellow {
  background: linear-gradient(to right, #7474bf, #348ac7);
}

.btn--yellow:hover {
  background-color: transparent;
}

.btn--o-yellow {
  background-color: transparent;
  border: 2px solid #348ac7;
}

.btn--o-yellow:hover {
  background: linear-gradient(to right, #7474bf, #348ac7);
}

.btn--o-yellow:active {
  background-color: #1952e5;
}

.btn--o-yellow:focus {
  background-color: #1952e5;
}

.btn--search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background-color: transparent;
  clip-path: inherit;
  transition: 0.3s;
}

.btn--quantity {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
}

.btn--quantity span {
  position: relative;
}

.btn--quantity span:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.7rem);
  width: 1.4rem;
  height: 2px;
  background-color: #ffffff;
}

.btn--quantity.plus span:after {
  content: '';
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 1px);
  width: 2px;
  height: 1.4rem;
  background-color: #ffffff;
}

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: .7rem;
  line-height: 1;
}

.dropdown-wrapper .btn.opened i {
  transform: rotate(-180deg);
}

.dropdown-wrapper .btn i {
  transition: transform .2s ease;
}

.dropdown-wrapper--cabinet {
  display: block;
  width: 230px;
}

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

.dropdown {
  width: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.11);
  border: 1px solid #f1f1f1;
  list-style: none;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}

.dropdown--right {
  left: auto;
  right: 0;
  text-align: right;
}

.dropdown--full {
  width: 100%;
}

.dropdown--nowrap {
  white-space: nowrap;
}

.dropdown--lng {
  color: #19181e;
}

.dropdown--lng .dropdown__link {
  color: #19181e;
  font-weight: 700;
}

.dropdown__link {
  display: block;
  padding: 0.4em 0.6em;
  color: #916868;
  font-size: 1em;
  line-height: 1.2;
  background-color: #ffffff;
  transition: background-color .1s linear;
}

.dropdown__link:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.dropdown__link:focus {
  text-decoration: none;
}

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

form {
  max-width: 100%;
}

.form__line {
  margin-bottom: 3rem;
}

.form__line.center {
  text-align: center;
}

.form__title {
  margin-bottom: 3.5rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}

.form__link {
  border: none;
  background: transparent;
  padding: 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.8rem;
  color: #1952e5;
  text-decoration: underline;
  text-decoration-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.form__link:hover {
  text-decoration-color: #1952e5;
}

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4.4rem;
  padding: 0;
  border: none;
  border-radius: 0.8rem;
  vertical-align: middle;
  background-color: transparent;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  transition: 0.3s;
}

.input:focus {
  outline: 0;
}

.input::placeholder {
  color: #5f6474;
}

.input--search {
  width: 22rem;
  max-width: 100%;
  padding-left: 3rem;
}

.input--search::placeholder {
  color: #ffffff;
  transition: 0.3s;
}

.input--search:hover::placeholder {
  opacity: 0.7;
}

.input--search:hover + .btn--search {
  opacity: 0.7;
}

.input--search:focus::placeholder {
  opacity: 0.7;
}

.input--search:focus + .btn--search {
  opacity: 0.7;
}

.input--quantity {
  width: 7.5rem;
  text-align: center;
}

.input--error {
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.input--error::placeholder {
  color: #fc4340;
}

.input--error:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.input--success {
  border-color: #5eb648;
  color: #5eb648;
  background-color: rgba(94, 182, 72, 0.05);
}

.input--success::placeholder {
  color: #5eb648;
}

.input--success:focus {
  background-color: rgba(94, 182, 72, 0.05);
}

.input.error {
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.input.error::placeholder {
  color: #fc4340;
}

.input.error:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.input.success {
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.input.success::placeholder {
  color: #fc4340;
}

.input.success:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.input__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-radius: 0.8rem;
  border: 1px solid #2e354a;
}

.input__wrapper .form__link {
  display: flex;
  align-items: center;
  height: 5.4rem;
  padding-right: 2rem;
  font-size: 1.6rem;
}

.input__wrapper .label {
  position: absolute;
  top: 0;
  left: 2rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  transform: translateY(-50%);
  background-color: #1b2030;
}

.input__wrapper .input {
  height: 5.4rem;
  padding: 0 2rem;
}

/* Textarea */
/* Styling */
/* States */
.textarea {
  width: 100%;
  height: 14rem;
  padding: 2rem;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  resize: none;
  transition: 0.3s;
  /* States */
}

.textarea:focus {
  outline: 0;
}

.textarea::placeholder {
  color: #5f6474;
}

.textarea.error {
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.textarea.error::placeholder {
  color: #fc4340;
}

.textarea.error:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.textarea--success {
  border-color: #5eb648;
  color: #5eb648;
  background-color: rgba(94, 182, 72, 0.05);
}

.textarea--success::placeholder {
  color: #5eb648;
}

.textarea--success:focus {
  background-color: rgba(94, 182, 72, 0.05);
}

/* 6. Label
=========================*/
.label {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0.8rem;
}

.label .required {
  color: red;
}

/* 19. Select
=========================*/
.select {
  position: relative;
  color: #ffffff;
  font-family: inherit;
  /* States */
}

.select:after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.50503 6.49497C5.77839 6.76834 6.22161 6.76834 6.49497 6.49497L10.9497 2.0402C11.2231 1.76684 11.2231 1.32362 10.9497 1.05025C10.6764 0.776886 10.2332 0.776886 9.9598 1.05025L6 5.01005L2.0402 1.05025C1.76684 0.776885 1.32362 0.776885 1.05025 1.05025C0.776886 1.32362 0.776886 1.76683 1.05025 2.0402L5.50503 6.49497ZM5.3 5L5.3 6L6.7 6L6.7 5L5.3 5Z' fill='%231952E5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0 4rem 0 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #2e354a;
  background-color: #141824;
  font-family: inherit;
  color: #ffffff;
  height: 4.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  transition: 0.3s;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus {
  outline: 0;
  background-color: #141824;
}

.select select:hover {
  cursor: pointer;
}

.select select.error {
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.select select.error::placeholder {
  color: #fc4340;
}

.select select.error:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.select--error:before, .select--error:after {
  color: #fc4340;
}

.select--success:before, .select--success:after {
  color: #5eb648;
}

.select--error select {
  color: #fc4340;
  border-color: #fc4340;
  color: #fc4340;
  background-color: rgba(252, 67, 64, 0.05);
}

.select--error select::placeholder {
  color: #fc4340;
}

.select--error select:focus {
  background-color: rgba(252, 67, 64, 0.05);
}

.select--success select {
  color: #5eb648;
  border-color: #5eb648;
  color: #5eb648;
  background-color: rgba(94, 182, 72, 0.05);
}

.select--success select::placeholder {
  color: #5eb648;
}

.select--success select:focus {
  background-color: rgba(94, 182, 72, 0.05);
}

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  margin-bottom: 2rem;
}

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

.breadcrumbs__item {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-right: 1.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #ffffff;
  transition: 0.3s;
}

.breadcrumbs__item:not(.current):after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 6px;
  background: url('../../images/bullet.svg') no-repeat;
  background-size: cover;
  margin-left: 1.5rem;
  pointer-events: none;
  color: #1952e5;
}

.breadcrumbs__item:hover:not(.current) {
  text-decoration-color: #ffffff;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
  opacity: 0.6;
  pointer-events: none;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  gap: 20px;
  text-align: center;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 1px 1px 0;
  border-radius: 0.8rem;
  background-color: #1B2030;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #7474BF;
  transition: 0.3s;
}

.pagination__item:focus {
  text-decoration: none;
}

.pagination__item:hover {
  text-decoration: none;
  background-color: #171C2B;
  color: #ffffff;
}
.pagination__item:active {
  color: #ffffff;
}

.pagination__item--disabled {
  pointer-events: none;
}

.pagination__item--disabled.pagination__item--left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976309 7.68342 -0.097631 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538408 7.04738 0.538408 6.65685 0.928933L0.292893 7.29289ZM2 7L1 7L1 9L2 9L2 7Z' fill='%235F6474'/%3e%3c/svg%3e ");
}

.pagination__item--disabled.pagination__item--right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='%235F6474'/%3e%3c/svg%3e ");
}

.pagination__item--current {
  background-color: #1b2030;
  color: #5f6474;
}

.pagination__item--current:hover {
  background-color: #1b2030;
  color: #5f6474;
}

.pagination__item--left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976309 7.68342 -0.097631 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538408 7.04738 0.538408 6.65685 0.928933L0.292893 7.29289ZM2 7L1 7L1 9L2 9L2 7Z' fill='white'/%3e%3c/svg%3e ");
}

.pagination__item--right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='white'/%3e%3c/svg%3e ");
}

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 3rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  height: 5.4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  color: #19181e;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */
}

.alert p:last-of-type {
  margin-bottom: 0;
}

.alert p.alert__text {
  margin-bottom: 20px;
}

.alert--gray {
  background-color: #565656;
  color: #ffffff;
}

.alert--dark-blue {
  background-color: #1437cc;
  color: #ffffff;
}

.alert--red {
  background-color: #fc4340;
  color: #ffffff;
}

.alert--rblack {
  background-color: #000000;
  color: #ffffff;
}

.alert--white {
  background-color: #ffffff;
  color: #19181e;
}

.alert--pink {
  background-color: #ebdddd;
  color: #19181e;
}

.alert--deep-pink {
  background-color: #dcc9c3;
  color: #19181e;
}

.alert--purple {
  background-color: #a08ca7;
  color: #ffffff;
}

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

.alert--dark-pink {
  background-color: #bc9999;
  color: #19181e;
}

.alert--blue {
  background-color: #1b2030;
  color: #ffffff;
}

.alert--cyan {
  background-color: #60a2ab;
  color: #ffffff;
}

.alert--green {
  background-color: #5eb648;
  color: #ffffff;
}

.alert--yellow {
  background-color: #1952e5;
  color: #ffffff;
}

.alert--main {
  background-color: #141824;
  color: #ffffff;
}

.alert--moicvet {
  background-color: #000000;
  color: #ffffff;
}

.alert--secondary {
  background-color: #000000;
  color: #ffffff;
}

.alert--brown {
  background-color: #94816c;
  color: #ffffff;
}

.alert--black {
  background-color: #19181e;
  color: #ffffff;
}

.alert--gray {
  background-color: #565656;
  color: #ffffff;
}

.alert--peach {
  background-color: #916868;
  color: #ffffff;
}

.alert--o-gray {
  background: transparent;
  color: #565656;
  border: 1px solid #565656;
}

.alert--o-dark-blue {
  background: transparent;
  color: #1437cc;
  border: 1px solid #1437cc;
}

.alert--o-red {
  background: transparent;
  color: #fc4340;
  border: 1px solid #fc4340;
}

.alert--o-rblack {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.alert--o-pink {
  background: transparent;
  color: #ebdddd;
  border: 1px solid #ebdddd;
}

.alert--o-deep-pink {
  background: transparent;
  color: #dcc9c3;
  border: 1px solid #dcc9c3;
}

.alert--o-purple {
  background: transparent;
  color: #a08ca7;
  border: 1px solid #a08ca7;
}

.alert--o-deep-purple {
  background: transparent;
  color: #673ab7;
  border: 1px solid #673ab7;
}

.alert--o-dark-pink {
  background: transparent;
  color: #bc9999;
  border: 1px solid #bc9999;
}

.alert--o-blue {
  background: transparent;
  color: #1b2030;
  border: 1px solid #1b2030;
}

.alert--o-cyan {
  background: transparent;
  color: #60a2ab;
  border: 1px solid #60a2ab;
}

.alert--o-green {
  background: transparent;
  color: #5eb648;
  border: 1px solid #5eb648;
}

.alert--o-yellow {
  background: transparent;
  color: #1952e5;
  border: 1px solid #1952e5;
}

.alert--o-main {
  background: transparent;
  color: #141824;
  border: 1px solid #141824;
}

.alert--o-moicvet {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-secondary {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-brown {
  background: transparent;
  color: #94816c;
  border: 1px solid #94816c;
}

.alert--o-black {
  background: transparent;
  color: #19181e;
  border: 1px solid #19181e;
}

.alert--o-gray {
  background: transparent;
  color: #565656;
  border: 1px solid #565656;
}

.alert--o-peach {
  background: transparent;
  color: #916868;
  border: 1px solid #916868;
}

.alert--rounded {
  border-radius: 0.3em;
}

.alert--shadow {
  box-shadow: 0 0 0.3em currentColor;
}

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1;
}

.alert__button:focus {
  outline: 0;
}

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

.content__wrapper.quad .content__block {
  width: 25%;
}

.content__wrapper.half .content__block {
  width: 50%;
}

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.content__item {
  display: block;
  color: #000000;
}

.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: #fc4340;
  font-size: 1.2rem;
}

.content__slider {
  height: 36rem;
  overflow: hidden;
}

.content__slider .slick-dots {
  bottom: 2rem;
  z-index: 2;
}

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
}

.content__slide:after {
  background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content__slide:hover {
  text-decoration: none;
}

.content__slide-item {
  position: relative;
  z-index: 2;
}

.content__slide-item .title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #ffffff;
}

.content__slide-item .text {
  font-size: 1rem;
  color: #ffffff;
}

.news--opened .news__img {
  height: 60rem;
  margin-bottom: 7rem;
}

.news--opened .news__text {
  width: 108rem;
  max-width: 100%;
  margin: 0 auto;
}

.news--opened .news__text .block__text {
  font-weight: 500;
  font-size: 1.6rem;
}

.news--opened .news__text h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  text-transform: uppercase;
}

.news__wrapper {
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}

.news__item {
  width: calc(100% / 3);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}

.news__item-wrapper {
  display: block;
  background-color: #161c40;
  height: 100%;
  transition: 0.3s;
}

.news__item-wrapper:hover {
  text-decoration: none;
}

.news__item-wrapper:hover .news__img {
  opacity: 0.7;
}

.news__item-wrapper:hover .news__title {
  color: #1952e5;
}

.news__item-wrapper:hover .news__link {
  text-decoration-color: #1952e5;
}

.news__img {
  width: 100%;
  height: 34rem;
  transition: 0.3s;
}

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

.news__content {
  padding: 3.5rem 4rem;
}

.news__title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}

.date {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  color: #ffffff;
}

.news__text {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffffff;
}

.news__link {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #1952e5;
  transition: 0.3s;
}

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto;
}

.table__wrapper::-webkit-scrollbar {
  background-color: #19181e;
  -webkit-appearance: none;
}

.table__wrapper::-webkit-scrollbar:vertical {
  background-color: #19181e;
  width: 15px;
}

.table__wrapper::-webkit-scrollbar:horizontal {
  background-color: #19181e;
  height: 15px;
}

.table__wrapper::-webkit-scrollbar-thumb {
  background-color: #1952e5;
}

.table__wrapper::-webkit-scrollbar-track {
  background-color: #19181e;
}

.table__wrapper--header {
  padding-top: 10px;
  background-color: #ffffff;
}

.table__wrapper--header .table {
  margin-bottom: 0;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #19181e;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */
}

.table thead tr {
  background-color: #f1f1f1;
  border-bottom: 2px solid #565656;
}

.table th {
  padding: 0.5em 1em;
  color: #19181e;
  font-weight: normal;
  text-align: left;
}

.table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}

.table td {
  padding: 0.5em 1em;
}

.table--striped-odd tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.table--striped-even tbody tr:nth-child(even) {
  background-color: #ececec;
}

.table--hover {
  /* Row Colors */
}

.table--hover tbody tr {
  transition: background-color .1s linear;
}

.table--hover tbody tr:hover {
  background-color: #f6f6f6;
}

.table--hover tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table--hover tbody tr.row--gray:hover {
  color: #ffffff;
  background-color: #494949;
}

.table--hover tbody tr.row--dark-blue {
  background-color: #1437cc;
  color: #ffffff;
}

.table--hover tbody tr.row--dark-blue:hover {
  color: #ffffff;
  background-color: #1231b5;
}

.table--hover tbody tr.row--red {
  background-color: #fc4340;
  color: #ffffff;
}

.table--hover tbody tr.row--red:hover {
  color: #ffffff;
  background-color: #fc2a27;
}

.table--hover tbody tr.row--rblack {
  background-color: #000000;
  color: #ffffff;
}

.table--hover tbody tr.row--rblack:hover {
  color: #ffffff;
  background-color: black;
}

.table--hover tbody tr.row--white {
  background-color: #ffffff;
  color: #19181e;
}

.table--hover tbody tr.row--white:hover {
  color: #ffffff;
  background-color: #f2f2f2;
}

.table--hover tbody tr.row--pink {
  background-color: #ebdddd;
  color: #19181e;
}

.table--hover tbody tr.row--pink:hover {
  color: #ffffff;
  background-color: #e2cdcd;
}

.table--hover tbody tr.row--deep-pink {
  background-color: #dcc9c3;
  color: #19181e;
}

.table--hover tbody tr.row--deep-pink:hover {
  color: #ffffff;
  background-color: #d3bbb3;
}

.table--hover tbody tr.row--purple {
  background-color: #a08ca7;
  color: #ffffff;
}

.table--hover tbody tr.row--purple:hover {
  color: #ffffff;
  background-color: #947e9c;
}

.table--hover tbody tr.row--deep-purple {
  background-color: #673ab7;
  color: #ffffff;
}

.table--hover tbody tr.row--deep-purple:hover {
  color: #ffffff;
  background-color: #5c34a4;
}

.table--hover tbody tr.row--dark-pink {
  background-color: #bc9999;
  color: #19181e;
}

.table--hover tbody tr.row--dark-pink:hover {
  color: #ffffff;
  background-color: #b28a8a;
}

.table--hover tbody tr.row--blue {
  background-color: #1b2030;
  color: #ffffff;
}

.table--hover tbody tr.row--blue:hover {
  color: #ffffff;
  background-color: #121520;
}

.table--hover tbody tr.row--cyan {
  background-color: #60a2ab;
  color: #ffffff;
}

.table--hover tbody tr.row--cyan:hover {
  color: #ffffff;
  background-color: #53959e;
}

.table--hover tbody tr.row--green {
  background-color: #5eb648;
  color: #ffffff;
}

.table--hover tbody tr.row--green:hover {
  color: #ffffff;
  background-color: #55a441;
}

.table--hover tbody tr.row--yellow {
  background-color: #1952e5;
  color: #ffffff;
}

.table--hover tbody tr.row--yellow:hover {
  color: #ffffff;
  background-color: #164ace;
}

.table--hover tbody tr.row--main {
  background-color: #141824;
  color: #ffffff;
}

.table--hover tbody tr.row--main:hover {
  color: #ffffff;
  background-color: #0b0d14;
}

.table--hover tbody tr.row--moicvet {
  background-color: #000000;
  color: #ffffff;
}

.table--hover tbody tr.row--moicvet:hover {
  color: #ffffff;
  background-color: black;
}

.table--hover tbody tr.row--secondary {
  background-color: #000000;
  color: #ffffff;
}

.table--hover tbody tr.row--secondary:hover {
  color: #ffffff;
  background-color: black;
}

.table--hover tbody tr.row--brown {
  background-color: #94816c;
  color: #ffffff;
}

.table--hover tbody tr.row--brown:hover {
  color: #ffffff;
  background-color: #857461;
}

.table--hover tbody tr.row--black {
  background-color: #19181e;
  color: #ffffff;
}

.table--hover tbody tr.row--black:hover {
  color: #ffffff;
  background-color: #0d0d10;
}

.table--hover tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table--hover tbody tr.row--gray:hover {
  color: #ffffff;
  background-color: #494949;
}

.table--hover tbody tr.row--peach {
  background-color: #916868;
  color: #ffffff;
}

.table--hover tbody tr.row--peach:hover {
  color: #ffffff;
  background-color: #825d5d;
}

.table--separate-cols th {
  border: 1px solid #565656;
}

.table--separate-cols td {
  border: 1px solid #f1f1f1;
}

.table--dark {
  color: #ffffff;
}

.table--dark thead th {
  color: #1952e5;
}

.table--dark thead tr {
  border-color: #1952e5;
  background-color: transparent;
}

.table--dark.table--striped-odd tbody tr:nth-child(odd) {
  background-color: #0d0d10;
  color: #ffffff;
}

.table--dark.table--striped-even tbody tr:nth-child(even) {
  background-color: #0d0d10;
  color: #ffffff;
}

.table--dark.table--separate-cols th {
  border: 1px solid #1952e5;
}

.table--dark.table--separate-cols td {
  border: 1px solid #ffffff;
}

.table--dark.table--hover tbody tr {
  /* Row Colors */
}

.table--dark.table--hover tbody tr:hover {
  background-color: #121116;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--gray:hover {
  color: #ffffff;
  background-color: #494949;
}

.table--dark.table--hover tbody tr.row--dark-blue {
  background-color: #1437cc;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--dark-blue:hover {
  color: #ffffff;
  background-color: #1231b5;
}

.table--dark.table--hover tbody tr.row--red {
  background-color: #fc4340;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--red:hover {
  color: #ffffff;
  background-color: #fc2a27;
}

.table--dark.table--hover tbody tr.row--rblack {
  background-color: #000000;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--rblack:hover {
  color: #ffffff;
  background-color: black;
}

.table--dark.table--hover tbody tr.row--white {
  background-color: #ffffff;
  color: #19181e;
}

.table--dark.table--hover tbody tr.row--white:hover {
  color: #ffffff;
  background-color: #f2f2f2;
}

.table--dark.table--hover tbody tr.row--pink {
  background-color: #ebdddd;
  color: #19181e;
}

.table--dark.table--hover tbody tr.row--pink:hover {
  color: #ffffff;
  background-color: #e2cdcd;
}

.table--dark.table--hover tbody tr.row--deep-pink {
  background-color: #dcc9c3;
  color: #19181e;
}

.table--dark.table--hover tbody tr.row--deep-pink:hover {
  color: #ffffff;
  background-color: #d3bbb3;
}

.table--dark.table--hover tbody tr.row--purple {
  background-color: #a08ca7;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--purple:hover {
  color: #ffffff;
  background-color: #947e9c;
}

.table--dark.table--hover tbody tr.row--deep-purple {
  background-color: #673ab7;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--deep-purple:hover {
  color: #ffffff;
  background-color: #5c34a4;
}

.table--dark.table--hover tbody tr.row--dark-pink {
  background-color: #bc9999;
  color: #19181e;
}

.table--dark.table--hover tbody tr.row--dark-pink:hover {
  color: #ffffff;
  background-color: #b28a8a;
}

.table--dark.table--hover tbody tr.row--blue {
  background-color: #1b2030;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--blue:hover {
  color: #ffffff;
  background-color: #121520;
}

.table--dark.table--hover tbody tr.row--cyan {
  background-color: #60a2ab;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--cyan:hover {
  color: #ffffff;
  background-color: #53959e;
}

.table--dark.table--hover tbody tr.row--green {
  background-color: #5eb648;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--green:hover {
  color: #ffffff;
  background-color: #55a441;
}

.table--dark.table--hover tbody tr.row--yellow {
  background-color: #1952e5;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--yellow:hover {
  color: #ffffff;
  background-color: #164ace;
}

.table--dark.table--hover tbody tr.row--main {
  background-color: #141824;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--main:hover {
  color: #ffffff;
  background-color: #0b0d14;
}

.table--dark.table--hover tbody tr.row--moicvet {
  background-color: #000000;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--moicvet:hover {
  color: #ffffff;
  background-color: black;
}

.table--dark.table--hover tbody tr.row--secondary {
  background-color: #000000;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--secondary:hover {
  color: #ffffff;
  background-color: black;
}

.table--dark.table--hover tbody tr.row--brown {
  background-color: #94816c;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--brown:hover {
  color: #ffffff;
  background-color: #857461;
}

.table--dark.table--hover tbody tr.row--black {
  background-color: #19181e;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--black:hover {
  color: #ffffff;
  background-color: #0d0d10;
}

.table--dark.table--hover tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--gray:hover {
  color: #ffffff;
  background-color: #494949;
}

.table--dark.table--hover tbody tr.row--peach {
  background-color: #916868;
  color: #ffffff;
}

.table--dark.table--hover tbody tr.row--peach:hover {
  color: #ffffff;
  background-color: #825d5d;
}

.table tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table tbody tr.row--dark-blue {
  background-color: #1437cc;
  color: #ffffff;
}

.table tbody tr.row--red {
  background-color: #fc4340;
  color: #ffffff;
}

.table tbody tr.row--rblack {
  background-color: #000000;
  color: #ffffff;
}

.table tbody tr.row--white {
  background-color: #ffffff;
  color: #19181e;
}

.table tbody tr.row--pink {
  background-color: #ebdddd;
  color: #19181e;
}

.table tbody tr.row--deep-pink {
  background-color: #dcc9c3;
  color: #19181e;
}

.table tbody tr.row--purple {
  background-color: #a08ca7;
  color: #ffffff;
}

.table tbody tr.row--deep-purple {
  background-color: #673ab7;
  color: #ffffff;
}

.table tbody tr.row--dark-pink {
  background-color: #bc9999;
  color: #19181e;
}

.table tbody tr.row--blue {
  background-color: #1b2030;
  color: #ffffff;
}

.table tbody tr.row--cyan {
  background-color: #60a2ab;
  color: #ffffff;
}

.table tbody tr.row--green {
  background-color: #5eb648;
  color: #ffffff;
}

.table tbody tr.row--yellow {
  background-color: #1952e5;
  color: #ffffff;
}

.table tbody tr.row--main {
  background-color: #141824;
  color: #ffffff;
}

.table tbody tr.row--moicvet {
  background-color: #000000;
  color: #ffffff;
}

.table tbody tr.row--secondary {
  background-color: #000000;
  color: #ffffff;
}

.table tbody tr.row--brown {
  background-color: #94816c;
  color: #ffffff;
}

.table tbody tr.row--black {
  background-color: #19181e;
  color: #ffffff;
}

.table tbody tr.row--gray {
  background-color: #565656;
  color: #ffffff;
}

.table tbody tr.row--peach {
  background-color: #916868;
  color: #ffffff;
}

.table--contacts {
  width: 100%;
  font-size: .8rem;
  color: #769ff5;
}

.table--contacts thead tr {
  background: none;
  border-bottom: 1px solid #ededed;
}

.table--contacts thead th {
  color: #555555;
  font-weight: 600;
  padding: .6rem 1rem;
}

.table--contacts tbody td {
  padding: .8em 1em;
}

.table--contacts tbody td.date {
  color: #555555;
}

.table--contacts tbody td a {
  color: #769ff5;
}

.table--cabinet {
  font-size: 1.5rem;
}

.table--cabinet thead tr {
  border-bottom: 0;
  background-color: transparent;
}

.table--cabinet thead tr th {
  padding: 1rem .5rem;
  font-weight: 700;
}

.table--cabinet thead tr th:first-child {
  padding-left: 0;
}

.table--cabinet thead tr th:last-child {
  padding-right: 0;
}

.table--cabinet tbody tr {
  border-bottom: 1px solid #cccccc;
}

.table--cabinet tbody tr:first-child {
  border-top: 1px solid #cccccc;
}

.table--cabinet tbody tr td {
  padding: 1rem .5rem;
}

.table--cabinet tbody tr td:first-child {
  padding-left: 0;
}

.table--cabinet tbody tr td:last-child {
  padding-right: 0;
}

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

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

.tabs__nav {
  display: flex;
  /* Styling */
}

.tabs__nav--fill .tabs__nav-item {
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  top: 0;
}

.tabs__nav--fill .tabs__nav-item:not(.active):hover {
  color: #1437cc;
}

.tabs__nav--rounded .tabs__nav-item.active {
  border-radius: 0.3em 0.3em 0 0;
}

.tabs__nav--shadow .tabs__nav-item.active {
  box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1);
}

.tabs__nav--dark .tabs__nav-item {
  color: #565656;
}

.tabs__nav--dark .tabs__nav-item.active {
  color: #1952e5;
  background-color: #19181e;
  border-color: #19181e;
}

.tabs__nav--dark .tabs__nav-item:not(.active):hover {
  color: #19181e;
}

.tabs__nav a:not(:last-child) {
  border-right: 1px solid #f1f1f1;
}

.tabs__nav--details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
}

.tabs__nav--details .tabs__nav-item {
  padding: 0;
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #f1f1f1;
  font-size: 1.8rem;
  color: #1b2030;
  opacity: .5;
  transition: all .2s ease;
}

.tabs__nav--details .tabs__nav-item.active {
  opacity: 1;
}

.tabs__nav--details .tabs__nav-item:hover {
  opacity: 1;
  border: 1px solid #f1f1f1;
}

.tabs__nav--lead .tabs__nav-item {
  border-bottom: 1px solid #f1f1f1;
}

.tabs__nav--lead .tabs__nav-item.active {
  border-bottom: 0;
}

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #565656;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color .1s linear;
}

.tabs__nav-item:focus {
  text-decoration: none;
}

.tabs__nav-item:hover {
  text-decoration: none;
  border-bottom-color: rgba(20, 55, 204, 0.5);
}

.tabs__nav-item.active {
  color: #1b2030;
}

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #19181e;
  line-height: 1.4;
  /* Styling */
}

.tabs__content p:last-of-type {
  margin-bottom: 0;
}

.tabs__content--fill {
  color: #19181e;
  background-color: #ffffff;
  border: 1px solid #898989;
}

.tabs__content--rounded {
  border-radius: 0 0 0.3em 0.3em;
}

.tabs__content--shadow {
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2);
}

.tabs__content--dark {
  background-color: #19181e;
  border-color: #19181e;
  color: #ffffff;
}

.tabs__content--lead {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

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

/* 22. Accordion
=========================*/
.accordion {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}

.accordion__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1px);
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__item.active .accordion__title .btn span:after {
  opacity: 0;
}

.accordion__item.active .accordion__title a {
  color: inherit;
}

.accordion__title {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #ffffff;
}

.accordion__title .btn span:after {
  transition: 0.3s;
}

.accordion__title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  transition: 0.3s;
}

.accordion__title a:focus {
  text-decoration: none;
}

.accordion__title a:hover {
  text-decoration: none;
}

.accordion__title a > span {
  flex: 1;
  padding-right: 4rem;
}

.accordion__content {
  position: relative;
  padding-right: 7.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #ffffff;
}

.accordion__content p:last-of-type {
  margin-bottom: 0;
}

.footer {
  margin-top: 7.5rem;
  padding: 6.5rem 0 5.5rem;
  border-top: solid 1px #1b2030;
}

.footer__logo {
  display: flex;
  margin-bottom: 4rem;
}

.footer__logo .logo img {
  height: 3.8rem;
}

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

.footer__block {
  flex: 1;
  margin-bottom: 6rem;
  padding-right: 3rem;
}

.footer__block:first-child {
  width: 50%;
  flex: unset;
}

.footer__nav .nav {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.footer__nav .nav__item {
  margin-right: 0;
  margin-bottom: 4rem;
}

.footer__nav .nav__item:last-child {
  margin-bottom: 0;
}

.footer__nav .nav__submenu-wrapper {
  display: none;
}

.footer__text {
  /*  max-width: 20rem;*/
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ffffff;
  max-width: 53rem;
}

.social {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}

.social__item {
  display: block;
  width: 3rem;
  margin-right: 2rem;
  transition: 0.3s;
}

.social__item:last-child {
  margin-right: 0;
}

.social__item:hover {
  opacity: 0.7;
}

.social__item svg,
.social__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.footer__link a {
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  background: -webkit-linear-gradient(#7474BF, #348AC7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.footer__link a:hover {
  text-decoration-color: #1952e5;
}

.footer__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.copyright {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ffffff;
}

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

.footer__imgs img {
  display: block;
  height: auto;
  max-height: 2.5rem;
  margin-right: 4.2rem;
}

.footer__imgs img:last-child {
  margin-right: 0;
}

.products {
  padding: 4.5rem 0 5.5rem;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;

}

.products__list-slider {
  display: flex;
}
.products__list-slider  > div {
  opacity: 0;
}
.products__list-slider.slick-initialized {
  display: block;
}
.products__list-slider.slick-initialized > div {
  opacity: 1;
}

.seller__categories {
  margin-top: -60px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #292e3d;
}

.remodal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.seller__items {
  display: flex;
  flex-wrap: wrap;
  gap: 115px;
}

.seller__item {
  padding-bottom: 4.8rem;
  position: relative;
}

.seller__item.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFAA01;
}

.seller__item:nth-child(2).active:after {
  background-color: #D43B3B;
}

.seller__item:nth-child(3).active:after {
  background-color: #996524;
}

.seller__item:last-child.active:after {
  background-color: #C5412B;
}




.products__list .products__item {
  width: calc(100% / 6);
  height: auto;
  margin-bottom: 1px;
  padding: 0 10px 20px;
}

.products__item {
  height: 100%;
  margin-bottom: 1px;
  padding: 0 10px 20px;
}

.products__item-wrapper {
  position: relative;
  height: 100%;
  padding: 3rem 3rem 2.5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.products__item-wrapper:hover .products__img img {
  opacity: 0.7;
}

.products__item-wrapper:hover .products__title {
  color: #ffffff;
}

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

.products__category {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  background: -webkit-linear-gradient(#7474bf, #348ac7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products__link {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 1.6rem;
  margin-right: 1.2rem;
  transition: 0.3s;
}

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

.products__link:last-child {
  margin-right: 0;
}

.products__link:hover {
  opacity: 0.7;
}

.products__link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.products__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

.products__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}

.products__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 26.4rem);
}

.products__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 7rem);
}

.products__title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #ffffff;
  transition: 0.3s;
}

.products__title:hover {
  text-decoration: none;
}

.products__label {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #5f6474;
}

.products__footer .btn {
  width: auto;
  /*padding: 0;*/
  border: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0;
}

.products__footer .btn:hover {
  opacity: 0.8;
}

.products__footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2rem;
}

.products__price {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.products__price del {
  font-size: 1.6rem;
  text-decoration-color: #d95959;
  text-decoration-thickness: 2px;
}

.products__icons {
  position: absolute;
  top: 7rem;
  right: 3rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
}

.product .products__icons {
  width: 8rem;
}

@media screen and (max-width: 768px) {
  .product .products__icons {
    width: 4rem;
  }
}

.products__icon {
  position: relative;
  margin-bottom: 1.5rem;
}

.products__icon:last-child {
  margin-bottom: 0;
}

.products__icon:hover .products__icon-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.products__icon img {
  display: block;
  max-width: 100%;
}

.products__icon-tooltip {
  position: absolute;
  top: calc(50% - 2.2rem);
  right: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  min-height: 4.4rem;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  transition: 0.3s;
}

.products__icon-tooltip:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-left: 0.7rem solid rgba(0, 0, 0, 0.9);
  border-bottom: 0.5rem solid transparent;
}

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

.products__header-block.right {
  justify-content: flex-end;
}

.products__header-block img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.products__item-row {
  display: flex;
  overflow: hidden;
  border-radius: 0.2rem;
}

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

.products__item-line span {
  display: block;
  height: 0.6rem;
}

.products__item-line span.green {
  background-color: #57bf9e;
}

.products__item-line span.blue {
  background-color: #61b1ed;
}

.products__item-line span.dark {
  background-color: #8ba5c2;
}

.products__item-line span.yellow {
  background-color: #f2ba7c;
}

.products__item-line span.red {
  background-color: #c86f67;
}

.products__item-line .arrow_wrapper {
  position: absolute;
  top: 0;
  width: 0.3rem;
  height: 1.1rem;
  z-index: 1;
}

.products__item-line .arrow_wrapper span.arrow_tooltip {
  position: absolute;
  top: -100%;
  left: 0;
  color: #5f6474;
  font-weight: 400;
  font-size: 1.2rem;
}

.products__item-line .arrow_wrapper span.arrow_tooltip:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.7rem solid rgba(0, 0, 0, 0.9);
  border-bottom: 0.5rem solid transparent;
}

.products__item-line i.arrow {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#js-arrivals_1 .slick-slide > div {
  height: 50%;
  margin-bottom: 1px;
}

#js-arrivals_1 .slick-slide > div > div {
  height: 100%;
}

.product {
  margin-bottom: 5.5rem;
}

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

.product__block {
  position: relative;
  width: 50%;
  padding: 0 1px 0 0;
}

.products__links {
  position: absolute;
  top: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
}

.products__links .products__link {
  height: auto;
  margin-right: 2rem;
}

.products__links .products__link:last-child {
  margin-right: 0;
}

.product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 7rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.product__img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 36rem;
}

.product__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1px;
  padding: 4rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.product__action:last-child {
  margin-bottom: 0;
}

.product__action .products__label {
  width: 100%;
  margin-bottom: 0.7rem;
  font-weight: 600;
  font-size: 1.4rem;
}

.product__action .products__price {
  flex-direction: row;
  font-size: 2.5rem;
}

.product__action .products__price del {
  margin-right: 2.5rem;
  font-size: 2.5rem;
}

.product__action .btn {
  display: none;
  width: 21.5rem;
  height: 5.4rem;
  padding: 0 2rem;
}

.product__action button.btn {
  display: inline-flex;
}

.product__action .btn.cart-cnt-hideable-js {
  display: inline-flex;
}

.product__action .btn.cart-cnt-hideable-js.hidden {
  display: none;
}

.product__meta {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #ffffff;
}

.intro {
  position: relative;
  margin-top: -10rem;
  z-index: 1;
}

.intro--inside {
  margin-top: 0;
  border-bottom: solid 4px #1952e5;
}

.intro--inside .intro__content {
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  min-height: 62rem;
  padding: 9rem 0;
}

.intro--inside .intro__block {
  align-items: flex-start;
  text-align: left;
}

.intro--inside .intro__title {
  font-size: 7rem;
}

.intro--inside .intro__btns .btn {
  margin-left: 0;
  margin-right: 3rem;
}

.intro--inside .intro__btns .btn:last-child {
  margin-right: 0;
}

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.intro__slider.with-arrow .slick-arrow:before {
  color: #ffffff;
}

.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible;
}

.intro__slider.with-dots .slick-dots li button:before {
  width: .8rem;
  height: .8rem;
}

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

.intro__slider .slick-dots {
  padding-bottom: 6rem;
  z-index: 2;
}

.intro__slider > .slick-slide {
  trasnition: all .2s ease;
}

.intro__slider:not(.slick-initialized) {
  display: flex;
}

.intro__slider:not(.slick-initialized) > div {
  opacity: 0;
}


/*.intro__slider .slick-slide.slick-current .intro__block:last-child img{*/
/*   transform: scale(1);*/
/*  animation: anim 8s ease infinite;*/
/*}*/

/*@keyframes anim {*/
/*  0% {*/
/*    transform: scale(1);*/
/*  }*/

/*  50% {*/
/*    transform: scale(1.2);*/
/*  }*/

/*  100% {*/
/*    transform: scale(1);*/
/*  }*/

/*}*/

.intro__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70rem;
  padding: 16.5rem 0 5.5rem;
}

.intro__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 6rem;
}

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

.intro__block:first-child {
  width: 45%;
  padding-right: 3rem;
}

.intro__block:last-child {
  width: 55%;
  align-items: center;
}

.intro__block:last-child img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.1s ease-out;
}

.intro__subtitle {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
}

.intro__title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1;
  color: #ffffff;
}

.intro__text {
  max-width: 57rem;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffffff;
}

.intro__btns {
  display: flex;
}

.intro__btns .btn {
  min-width: 13rem;
  height: 5.4rem;
  margin-right: 2.5rem;
  padding: 0 2rem;
}

.intro__btns .btn:last-child {
  margin-right: 0;
}

.intro__link {
  position: absolute;
  bottom: 13rem;
  left: 50%;
  padding-left: 4.5rem;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}

.intro__link:hover {
  text-decoration: none;
  color: #1952e5;
}

.intro__link:hover svg path {
  fill: #1952e5;
}

.intro__link svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  display: block;
  transform: translateY(-50%) rotate(90deg);
}

.intro__link svg path {
  transition: 0.3s;
}

.profile {
  margin-bottom: 10rem;
}

.profile form {
  margin-bottom: 7rem;
}

.profile__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4.5rem;
}

.profile__nav-item {
  position: relative;
  flex: 1;
  height: 4.1rem;
  border-bottom: solid 1px #d8d8d8;
}

.profile__nav-item.active a {
  opacity: 1;
}

.profile__nav-item.active:before {
  background-color: #1952e5;
}

.profile__nav-item:hover a {
  text-decoration: none;
  opacity: 1;
}

.profile__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: 0.3s;
}

.profile__nav-item:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: 0.3s;
}

.cabinet__title {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.36;
  color: #000000;
}

.myproducts__item {
  margin-bottom: 5rem;
  padding: 3rem 3.5rem;
  border-radius: 14px;
  background: #ffffff;
}

.myproducts__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

.myproducts__item-wrapper:last-child {
  margin-bottom: 0;
}

.myproducts__item-block {
  display: flex;
}

.myproducts__item-block .btn {
  height: 4.4rem;
  margin-right: 2rem;
}

.myproducts__item-block .btn:last-child {
  margin-right: 0;
}

.myproducts__item-img {
  width: 8rem;
  margin-right: 3rem;
}

.myproducts__item-img img {
  display: block;
  width: 100%;
}

.myproducts__item-title {
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
}

.myproducts__item-price {
  display: block;
  color: rgba(0, 0, 0, 0.4);
}

.myproducts__item-status {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
}

.myproducts__item-status span {
  display: block;
  font-size: 2rem;
}

.cookie-window-block {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  background-color: #1b2030;
  width: 44rem;
  max-width: calc(100% - 6rem);
  padding: 4.5rem;
  z-index: 200;
  border-radius: 0.8rem;
  overflow: hidden;
}

.cookie-window-block.closed {
  display: none;
}

.cookie-window-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #1952e5;
}

.cookie-window-block .btn {
  width: 100%;
  height: 5.4rem;
}

.cookie-window-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cookie__text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
}

.cookie__text a {
  color: #1952e5;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}

.cookie__text a:hover {
  text-decoration-color: #1952e5;
}

.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 {
  padding: 6rem 0 3rem;
}

.gallery--opened .gallery__img-wrapper {
  margin-bottom: 0;
}

.gallery--opened .block__title {
  margin-bottom: 1rem;
}

.gallery__text {
  color: #19181e;
  margin-bottom: 2rem;
}

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

.gallery__wrapper.triple .gallery__block {
  width: 33.33333%;
}

.gallery__block {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.gallery__item {
  display: block;
  color: #19181e;
}

.gallery__item:hover {
  text-decoration: none;
}

.gallery__item:hover .gallery__img {
  transform: scale(1.2);
}

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

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

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

@media (max-width: 992px) {
  .gallery__wrapper.triple .gallery__block {
    width: 50%;
  }

  .gallery__block {
    width: 33.33333%;
  }
}

.contacts {
  padding: 0;
}

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

.contacts__wrapper .breadcrumbs__wrapper {
  justify-content: center;
}

.contacts__wrapper .block__line {
  justify-content: center;
}

.contacts__block {
  width: 80rem;
  max-width: 100%;
}

.contacts__text {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}

.contacts__text a {
  color: #ffffff;
  transition: 0.3s;
}

.contacts__text a:hover {
  color: #1952e5;
}

.contacts__form {
  width: 80rem;
  max-width: 100%;
  margin-top: 3rem;
  padding: 8rem 10rem 5.5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.contacts__form .btn {
  min-width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
}

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

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

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

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

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

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

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

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

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

.dropzone {
  box-sizing: border-box;
  min-height: 90px;
  padding: 20px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #f1f1f1;
}

.dropzone * {
  box-sizing: border-box;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}

.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  color: #cacaca;
  font-size: .8rem;
  font-weight: 600;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 105%;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333333;
  background: linear-gradient(to bottom, #666666, #444444);
  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;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  height: 4.4rem;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #2e354a;
  background-color: #141824;
  box-sizing: border-box;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 1.5rem;
  user-select: none;
  -webkit-user-select: none;
  transition: 0.3s;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 36px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eeeeee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  min-width: 12.5rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  border: 1px solid #2e354a;
  background-color: #141824;
  padding: 0 4rem 0 1.5rem;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  margin-top: 0;
  list-style: none;
  background-color: #2e354a;
  border: none;
  border-radius: 0;
  padding: 3px 10px 1px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered input.select2-search__field {
  width: 100% !important;
  max-width: 11.5rem !important;
  height: 4rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #ffffff;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2e354a;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #2e354a;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 1;
  height: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #2e354a;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #2e354a;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #2e354a;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #ffffff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #2e354a;
}

.banners .banners__container:nth-child(2n) {
  background-color: #ffffff;
}

.banners .banners__container:nth-child(2n) .banner__block {
  flex-direction: row-reverse;
}

.banners .banners__container:nth-child(2n) .banner__item {
  padding-right: 10rem;
  padding-left: 0;
}

.banners__container {
  padding: 6rem 0;
  background-color: #f1f1f1;
}

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

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

.banner__item {
  padding-left: 8rem;
  max-width: 50%;
}

.banner__item .block__title {
  line-height: 1;
  max-width: 40rem;
}

.banner__item .block__text {
  margin-bottom: 3rem;
}

@media (max-width: 992px) {
  .banners .banners__container:nth-child(2n) .banner__block {
    flex-direction: column;
  }

  .banners .banners__container:nth-child(2n) .banner__item {
    padding-right: 0;
    padding-left: 0;
  }

  .banner__block {
    flex-direction: column;
  }

  .banner__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }

  .banner__item {
    max-width: 100%;
    padding-left: 0;
  }
}

.info .info__container:nth-child(2n) {
  background-color: #ffffff;
}

.info .info__container:nth-child(2n) .info__block {
  flex-direction: row-reverse;
}

.info .info__container:nth-child(2n) .info__item {
  padding-right: 10rem;
  padding-left: 0;
}

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

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

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

.info__item {
  padding-left: 8rem;
  max-width: 50%;
}

.info__item .block__title {
  line-height: 1;
  max-width: 40rem;
}

.info__item .block__text {
  margin-bottom: 3rem;
}

@media (max-width: 992px) {
  .info .info__container:nth-child(2n) .info__block {
    flex-direction: column;
  }

  .info .info__container:nth-child(2n) .info__item {
    padding-right: 0;
    padding-left: 0;
  }

  .info__block {
    flex-direction: column;
  }

  .info__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }

  .info__item {
    max-width: 100%;
    padding-left: 0;
  }
}

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

.filter__wrapper .products {
  padding-top: 0;
}

.filter__title {
  margin-right: 2rem;
  color: #ffffff;
}

.filter__item {
  position: relative;
  margin-right: 2rem;
  width: 25rem;
}

.filter__header {
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter__header:hover {
  text-decoration: none;
}

.filter__header.active .filter__arrow {
  transform: rotateZ(225deg);
}

.filter__content {
  margin-top: 15px;
}

.filter__arrow {
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #348AC7;
  padding: .3rem;
  transform: rotateZ(45deg);
}

.filter__item:last-child {
  margin-right: 0;
  width: auto;
  flex: 1;
}

.filter__item .checkbox {
  margin-bottom: 15px;
}

.filter__item .checkbox label {
  line-height: 2.6rem;
}

.filter__item .checkbox label:before {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #0E111A;
  border: 0;
  border-radius: .8rem;
  top: .2rem;
}

.filter__item .checkbox label:after {
  border-color: #7474BF;
  width: .6rem;
  height: 1.2rem;
  left: 1rem;
  top: .6rem;
}

.filter__item .radio {
  margin-bottom: 15px;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio input:checked + label:after {
  opacity: 1;
}

.filter__item .radio label {
  line-height: 2.6rem;
  position: relative;
  display: block;
  padding-left: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.filter__item .radio label:before {
  content: '';
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #0E111A;
  border: 0;
  left: 0;
  border-radius: 50%;
  top: .2rem;
}

.filter__item .radio label:after {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: linear-gradient(#7474BF,#348AC7);
  border-radius: 50%;
  border: 0;
  left: .6rem;
  top: .8rem;
  opacity: 0;
}

.filter__field {
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  background-color: #1B2030;
}

.filter__item:hover .filter__name {
  text-decoration-color: #1952e5;
}

.filter__name {
  color: #1952e5;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}

.filter__remove {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.filter__remove .btn--remove {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transform-origin: center;
  transition: 0.3s;
}

.filter__remove .btn--remove:hover {
  transform: rotate(90deg);
}

.filter__remove .btn--remove:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  transform: rotate(45deg);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #c54747;
}

.filter__remove .btn--remove:after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  transform: rotate(-45deg);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #c54747;
}

.price__slider-nav {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.btn--full {
  width: 100%;
}

.price__slider-nav .input {
  flex: 1;
  height: 44px;
  background-color: #0E111A;
  color: #fff;
  padding: 0 10px;
}

.noUi-target {
  background-color: #0E111A;
  border: 0;
  box-shadow: none;
}

.noUi-connect {
  background: linear-gradient(#7474BF,#348AC7);
}

.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border: 0;
  background: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  background: none;
}

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

.sorting__wrapper .form__line {
  margin-bottom: 0;
}

.sorting__item {
  margin-right: 1.5rem;
  background-color: #1B2030;
  border-radius: .8rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sorting__item:last-child {
  margin-right: 0;
}

.sorting__item .input {
  height: 4.4rem;
  padding: 0 1.5rem;
  border: 0;
  background: none;
}

.sorting__item .label {
  font-size: 14px;
  font-weight: 600;
  color: #5F6474;
}

.sorting__item .select select {
  background: #1B2030;
  border: none;
}

.sorting__item .input::placeholder {
  color: #ffffff;
}

.text__page {
  padding-bottom: 10rem;
}

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

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

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

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

.block__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  z-index: 1;
}

.block__title {
  max-width: 100rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
}

.block__text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}

.block__text .form__link {
  font-size: inherit;
}

.block__text ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: .5em;
}

.block__text h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.block__text h3 {
  font-size: 2.1rem;
  font-weight: 700;
}

.block__text h4 {
  font-size: 2rem;
  font-weight: 700;
}

.block__text p {
  margin-bottom: .5em;
}

.block__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.block__arrows .slick-prev {
  order: 1;
}

.block__arrows .slick-dots {
  order: 2;
  padding-top: 0;
}

.block__arrows .slick-next {
  order: 3;
}

.text__page {
  padding: 0 0 10rem;
}

.text__page-wrapper {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
}

.settings .btn {
  width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
}

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

.settings__block {
  width: 50%;
  margin-bottom: 1px;
  padding: 0 1px 0 0;
}

.settings__block-wrapper {
  height: 100%;
  padding: 8rem 10rem 5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.banner {
  margin: 0 0 5.5rem;
  padding-top: 6.5rem;
}

.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.banner__wrapper .banner__block {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 50%;
}

.banner__wrapper .banner__block--left {
  justify-content: center;
  margin-left: -4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 3rem;
}

.banner__wrapper .banner__block--right {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
}

.banner__wrapper .banner__img {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: -6.5rem;
  padding-right: 7rem;
  object-fit: contain;
}

.banner__wrapper .banner__img img {
  display: block;
  width: 100%;
  height: auto;
}

.banner__title {
  max-width: 45rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;
}

.banner__text {
  margin-bottom: 2rem;
  max-width: 53.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}

@media screen and (max-width: 1300px) {
  .banner__wrapper {
    padding: 0 3rem;
  }

  .banner__wrapper .banner__block--right {
    padding-left: 3rem;
  }

  .banner__wrapper .banner__block--left {
    margin-left: 0;
    padding-right: 3rem;
  }

  .banner__title {
    font-size: 3rem;
  }

  .banner__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 992px) {
  .banner {
    padding: 3rem 0 5rem;
  }

  .banner__wrapper {
    padding-top: 3rem;
  }

  .banner__wrapper .banner__img {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .banner__wrapper .banner__block {
    width: 100%;
  }

  .banner__wrapper .banner__block--right {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
  }

  .banner__wrapper .banner__block--left {
    padding-top: 0;
    padding-bottom: 3rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .banner__wrapper {
    padding: 3rem 1.5rem 0;
  }

  .banner__title {
    font-size: 2.4rem;
  }

  .banner__text {
    font-size: 1.4rem;
  }
}

#itemDelModal {
  width: 70rem;
  padding: 5rem 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

#itemDelModal .remodal-title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 3.2rem;
  color: #ffffff;
}

#itemDelModal .remodal-body {
  max-width: 40rem;
  margin: 0 auto 4rem;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
}

#itemDelModal .btn {
  min-width: 13rem;
  height: 5.4rem;
}

#itemDelModal .btn--green {
  background-color: #1952e5;
}

#itemDelModal .btn--deep-orange {
  background-color: #141824;
}

#itemDelModal .btn:hover {
  opacity: 0.6;
}

.contacts {
  padding: 0;
}

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

.contacts__wrapper .breadcrumbs__wrapper {
  justify-content: center;
}

.contacts__wrapper .block__line {
  justify-content: center;
}

.contacts__block {
  width: 80rem;
  max-width: 100%;
}

.contacts__text {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}

.contacts__text a {
  color: #ffffff;
  transition: 0.3s;
}

.contacts__text a:hover {
  color: #1952e5;
}

.contacts__form {
  width: 80rem;
  max-width: 100%;
  margin-top: 3rem;
  padding: 8rem 10rem 5.5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.contacts__form .btn {
  min-width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
}

.cart {
  padding-bottom: 10rem;
}

.cart .products__price {
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
}

.cart--my_orders .cart__wrapper {
  border-bottom: solid 4px #1952e5;
}

.cart--my_orders .cart__wrapper:last-child {
  border-bottom: none;
}

.cart--my_orders .products__price {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

.cart__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 2.3rem 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.cart__item .products__title:hover {
  color: #1952e5;
}

.cart__item form {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8rem;
}

.cart__item .products__remove {
  top: calc(50% - 0.8rem);
  right: 4rem;
}

.cart__img {
  margin-right: 3rem;
  transition: 0.3s;
}

.cart__img:hover {
  opacity: 0.7;
}

.cart__img img {
  display: block;
  height: 10rem;
}

.cart__info {
  width: calc(100% / 3);
  margin-right: 13rem;
}

.cart__quantity {
  display: flex;
  align-items: center;
  width: 18.5rem;
}

.cart__quantity .btn {
  height: 5.4rem;
}

.cart__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}
.cart__footer .input__wrapper {
  min-width: 24rem;
}

.cart__footer.right {
  justify-content: flex-end;
}

.cart__footer .btn {
  width: 16rem;
  height: 5.4rem;
}

.cart__total {
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
}

.search__page {
  padding-bottom: 10rem;
}

.search__page-wrapper {
  margin-bottom: 3.5rem;
  padding-top: 3rem;
}

.search__item {
  display: flex;
  margin-bottom: 2.5rem;
  padding: 3rem;
  border-radius: 14px;
  background: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000000;
}

.search__item:last-child {
  margin-bottom: 0;
}

.search__item:hover {
  text-decoration: none;
}

.search__item:hover .search__title {
  color: #1952e5;
}

.search__number {
  width: 5rem;
}

.search__title {
  width: calc(100% - 20rem);
  transition: 0.3s;
}

.search__title span {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}

.search__price {
  width: 15rem;
  text-align: center;
}

.search__text {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
}

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none;
}

.ghost {
  opacity: 0;
}

.unvisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.block {
  padding: 20px;
}

.block .text {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #1b2030;
}

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

.bg-green {
  background-color: #5eb648;
}

.bg-yellow {
  background-color: #1952e5;
}

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

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

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

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

.bg-black {
  background-color: #19181e;
}

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

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

.static {
  position: static;
}

.text-xs {
  font-size: .7em;
}

.text-s {
  font-size: .8em;
}

.text-m {
  font-size: 1.2em;
}

.text-l {
  font-size: 1.4em;
}

.text-xl {
  font-size: 1.6em;
}

.text-xxl {
  font-size: 1.8em;
}

.text-thin {
  font-weight: 100;
}

.text-xlight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-sbold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-xbold {
  font-weight: 800;
}

.text-hbold {
  font-weight: 900;
}

.text-italic {
  font-style: italic;
}

.text-oblique {
  font-style: oblique;
}

.text-normal {
  font-style: normal;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-no-transform {
  text-transform: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.text-decor-under {
  text-decoration: underline;
}

.text-decor-over {
  text-decoration: overline;
}

.text-decor-lt {
  text-decoration: line-through;
}

.text-decor-none {
  text-decoration: none;
}

.float-right, .to-right {
  float: right;
}

.float-left, .to-left {
  float: left;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img--text {
  height: 320px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.relative {
  position: relative;
}

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

.alert.error {
  background-color: #fc4340;
  display: block;
  color: #ffffff;
}

.alert.visible-success {
  background-color: #5eb648;
  display: block;
  color: #ffffff;
}

.alert.success {
  background-color: #5eb648;
  display: block;
  color: #ffffff;
}

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

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #ffffff;
  transition: all .2s ease;
  text-align: center;
}

html .ui-widget-content .ui-state-default.ui-state-hover {
  border: 0;
  color: #ffffff;
  background: #ff9a36;
}

html .ui-widget-content .ui-state-default.ui-state-highlight {
  background: #ff8d1c;
  border-color: #ff8d1c;
  color: #ffffff;
}

html .ui-widget-content .ui-state-default.ui-state-active {
  background: #ff8003;
}

.footer__text-wrapper {
  display: flex;
}

.footer__secondary-text {
  margin-left: 2rem;
}

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

.balance__block {
  padding: 0 1rem;
}

.balance__block:first-child {
  width: 50rem;
  max-width: 40%;
}

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

.balance__value {
  margin-bottom: 2rem;
}

.balance__block:last-child .balance__title {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
}

.balance__block-wrapper {
  height: 100%;
  padding: 5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.balance__block .table thead tr {
  background-color: #1b2030;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.balance__block .table th {
  padding: 1rem 1rem 1rem 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.balance__block .table th:last-child {
  padding-right: 0;
  text-align: right;
}

.balance__block .table tbody tr {
  background-color: #1b2030;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.balance__block .table td {
  padding: 1.5rem 1.5rem 1.5rem 0;
  color: #ffffff;
}

.balance__block .table td:last-child {
  padding-right: 0;
  text-align: right;
}

.footer__title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#7474BF, #348AC7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.formh {
  display: none;
}

@media (max-width: 1680px) {
  .header__block:first-child {
    width: auto;
  }

  .header__block:nth-child(2) {
    width: auto;
  }

  .header__block:last-child {
    width: auto;
  }

  .nav__item {
    margin-right: 4rem;
  }

  .header__search {
    margin-left: 0;
  }

  .products__list .products__item {
    width: 20%;
  }

  .settings__block-wrapper {
    padding: 3.5rem 5rem 5rem;
  }

  .intro__subtitle {
    font-size: 2rem;
  }

  .intro__title {
    font-size: 7rem;
  }
}

@media (max-width: 1460px) {
  .nav__item {
    margin-right: 3rem;
  }

  .products__list .products__item {
    width: 25%;
  }

  .about img {
  }
}

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

  .menu__btn {
    display: none;
  }

  .menu {
    display: none;
  }
}

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

  .intro__wrapper {
    padding: 0;
  }

  .container-full {
    padding: 0 3rem;
  }

  .header__block:first-child {
    width: auto;
  }

  .header__block:nth-child(2) {
    width: auto;
  }

  .header__block:last-child {
    width: auto;
  }

  .header__cart {
    margin-right: 3rem;
  }

  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem;
  }

  .menu__btn:before, .menu__btn:after,
  .menu__btn i {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    border-radius: 2px;
    background-color: #1952e5;
    transition: 0.3s;
  }

  .menu__btn:hover:before {
    transform: translateY(0.2rem);
  }

  .menu__btn:hover:after {
    transform: translateY(-0.2rem);
  }

  .menu__close {
    position: absolute;
    top: 2.4rem;
    right: 3.4rem;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    transform-origin: center;
    transition: 0.3s;
  }

  .menu__close:hover {
    transform: rotate(90deg);
  }

  .menu__close:before {
    content: '';
    background-color: #1952e5;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-radius: 2px;
  }

  .menu__close:after {
    content: '';
    background-color: #1952e5;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    transform: rotate(-45deg);
    border-radius: 2px;
  }

  .menu {
    padding: 8rem 0 5rem;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #141824;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001;
  }

  .menu.opened {
    transforM: translateX(0);
  }

  .menu .menu__content {
    width: calc(100% - 3rem);
    padding: 0 3rem;
    overflow-y: auto;
  }

  .menu .header__actions {
    margin-top: 4rem;
  }

  .menu .lng {
    height: auto;
  }

  .menu .lng__wrapper {
    right: auto;
    left: 0;
    width: 14rem;
    padding-top: 1rem;
    z-index: 1;
  }

  .menu .lng__list {
    padding: 2rem 0;
  }

  .menu .lng__list:before {
    display: none;
  }

  .menu .lng__sub-item {
    height: 3rem;
  }

  .menu .lng__sub-item a {
    padding: 0 2rem;
  }

  .menu .header__search {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .menu .header__search .input {
    width: 100%;
  }

  .menu .nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .menu .nav__item {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .menu .nav__item:last-child {
    margin-bottom: 0;
  }

  .menu .nav__item.with-sub:hover:before {
    opacity: 1;
  }

  .menu .nav__submenu-wrapper {
    display: none;
  }

  .menu .header__nav .nav__item:hover:before {
    opacity: 0;
  }

  .menu .header__nav .nav__submenu-wrapper {
    display: block;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 2rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu .header__nav .nav__submenu-container {
    padding: 0;
    background-color: transparent;
    border-top: none;
  }

  .menu .header__nav .nav__submenu-item {
    margin-bottom: 2rem;
  }

  .menu .header__nav .nav__submenu-item a {
    height: auto;
    padding: 0;
  }

  .menu .header__nav .nav__submenu-item a:hover {
    opacity: 0.6;
  }

  .menu .header__nav .nav__submenu-item:hover a {
    background-color: transparent;
    opacity: 1;
  }

  .mob__action {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }

  .mob__action .btn {
    flex: 1;
    padding: 0;
    justify-content: flex-start;
  }

  .header__search .btn {
    flex: inherit;
    padding: 0;
  }

  .header__link {
    padding: 0 4rem 0 0;
  }

  .footer .nav__item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .footer .nav__item:last-child {
    margin-right: 1.5rem;
  }

  .remodal-wrapper {
    padding: 3rem;
  }

  .remodal__block:last-child {
    padding: 5rem;
  }

  .remodal__footer {
    bottom: 5rem;
  }

  .form__title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .cookie-window-block {
    right: 3rem;
    bottom: 3rem;
  }

  .cart__img {
    margin-right: 5rem;
  }

  .cart__img img {
    height: 10rem;
  }

  .cart__info {
    margin-right: 5rem;
  }

  .cart__item form {
    padding-right: 5rem;
  }

  .about {
    padding: 5rem 0;
  }

  .contacts__form {
    padding: 3rem 3rem 1rem;
  }

  .settings__block-wrapper {
    padding: 3rem 3rem 1rem;
  }

  .login_page {
    height: auto;
    margin-top: -16rem;
  }

  .balance__block-wrapper {
    padding: 3rem;
  }

  .balance__block:last-child .balance__title {
    font-size: 3rem;
  }
}

@media (max-width: 1200px) {
  .footer__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer__block:first-child {
    width: 100%;
  }

  .footer__text {
    max-width: 50rem;
  }

  .footer__nav .nav {
    align-items: center;
  }

  .footer__nav .nav__item {
    margin-bottom: 2rem;
  }

  .footer__logo .logo img {
    height: 2.4rem;
  }

  .products__list .products__item {
    width: calc(100% / 3);
  }

  .product__img {
    padding: 5rem;
  }

  .product__action {
    padding: 4rem 3rem;
  }

  .product__action .products__price {
    font-size: 2rem;
  }

  .product__action .products__price del {
    margin-right: 1.5rem;
    font-size: 2rem;
  }

  .about__block:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3rem;
  }

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

  .about img {
    margin-top: 0;
  }

  .about__block-wrapper {
    margin-bottom: 10rem;
  }

  .about__block-wrapper:last-child {
    margin-bottom: 0;
  }

  .news__item {
    width: 50%;
  }

  .news__content {
    padding: 3rem;
  }

  .balance__block:first-child {
    width: 100%;
    max-width: 100%;
  }

  .balance__block:last-child {
    flex: initial;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .error__page-block {
    padding: 2rem 3rem;
  }

  .error__title {
    font-size: 5rem;
  }

  .error__subtitle {
    font-size: 5rem;
  }

  .intro__wrapper {
    flex-direction: column;
  }

  .intro__block:first-child {
    align-items: center;
    width: 100%;
    padding-right: 0;
    padding-bottom: 3rem;
  }

  .intro__block:last-child {
    width: 100%;
  }

  .intro__content {
    min-height: 50rem;
  }

  .intro__title {
    font-size: 5rem;
  }

  .intro__link {
    bottom: 5rem;
    width: 2.5rem;
    height: auto;
    left: 50%;
    padding-left: 0;
    transform: translate(0, 0) rotate(0);
    font-size: 0;
  }

  .intro__link svg {
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0) rotate(0);
  }

  .block__line {
    margin-bottom: 1rem;
  }

  .block__title {
    font-size: 2.7rem;
  }

  .products {
    padding: 3rem 0 5rem;
  }

  .products__title {
    font-size: 2rem;
  }

  .product__block {
    width: 100%;
  }

  .product__block:first-child {
    margin-bottom: 0.6rem;
  }

  .footer {
    padding: 5rem 0;
  }

  .remodal__line {
    position: relative;
    flex-direction: column;
    width: auto;
  }

  .remodal__block:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .remodal__block:last-child {
    position: relative;
    padding: 5rem 3rem 7rem;
    z-index: 1;
  }

  .remodal__block:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d1334;
    opacity: 0.7;
    z-index: -1;
  }

  .label {
    font-size: 1.2rem;
  }

  .remodal__footer {
    bottom: 3rem;
    font-size: 1.4rem;
  }

  .cart__item {
    flex-direction: column;
    padding: 3rem;
  }

  .cart__item form {
    flex-direction: column;
    padding-right: 0;
  }

  .cart__item .products__remove {
    top: 3rem;
    right: 3rem;
  }

  .cart__img {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .cart__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .cart__info .products__category {
    text-align: center;
  }

  .cart__info .products__title {
    text-align: center;
  }

  .cart__quantity {
    margin-bottom: 2rem;
  }

  .cart__footer {
    padding: 3rem;
  }

  .about__title {
    font-size: 3rem;
  }

  .about__text {
    font-size: 1.6rem;
  }

  .accordion {
    margin-right: 0;
  }

  .accordion__item {
    width: 100%;
    margin-right: 0;
  }

  .news--opened .news__img {
    height: 45rem;
    margin-bottom: 5rem;
  }

  .news--opened .news__text h2 {
    font-size: 2.6rem;
  }

  .error__page {
    padding: 5rem 0;
  }

  .text__page {
    padding: 0 0 5rem;
  }

  .news {
    padding: 0 0 5rem;
  }

  .settings__block {
    width: 100%;
  }

  .cart--my_orders .products__price {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
  }

  .cart__footer.right {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .products__list .products__item {
    width: 50%;
  }

  .news__item {
    width: 100%;
  }

  .error__page-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .error__page-block {
    padding: 2rem 0;
  }

  .error__page-block:first-child {
    border-right: none;
  }

  .error__page-block:last-child {
    border-top: solid 3px #1952e5;
  }

  .error__subtitle {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .intro--inside .intro__content {
    min-height: 50rem;
  }

  .intro--inside .intro__title {
    font-size: 5rem;
  }

  .intro__subtitle {
    font-size: 1.8rem;
  }

  .intro__title {
    font-size: 5rem;
  }

  .intro__text {
    font-size: 1.6rem;
  }

  .intro__btns {
    flex-direction: column;
  }

  .intro__btns .btn {
    height: 5.4rem;
    margin: 0 0 1.5rem;
  }

  .intro__btns .btn:last-child {
    margin-bottom: 0;
  }

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

  .copyright {
    margin-bottom: 2rem;
  }

  .products__item-wrapper {
    padding: 2.5rem;
  }

  .products__price {
    font-size: 1.6rem;
  }

  .products__footer .btn {
    padding: 0 1.8rem;
    font-size: 1.2rem;
  }

  .block__title {
    font-size: 2.6rem;
  }

  .product__action:last-child {
    flex-direction: column;
    align-items: flex-start;
  }

  .product__action .products__price {
    margin-bottom: 2rem;
  }

  .cart__footer {
    flex-direction: column;
  }

  .cart__footer .cart__total {
    margin-bottom: 2rem;
  }

  .news--opened .news__img {
    height: 35rem;
    margin-bottom: 3rem;
  }

  .news--opened .news__text h2 {
    font-size: 2.4rem;
  }

  .remodal#steam {
    padding: 50px 15px;
  }

  .remodal__icon {
    width: 80px;
    margin-bottom: 30px;
  }

  .remodal__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .remodal__text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .intro__content {
    padding-top: 12rem;
  }
}

@media (max-width: 580px) {
  .products__list .products__item {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .intro__title {
    font-size: 4rem;
  }

  .block__title {
    font-size: 2.2rem;
  }

  .block__arrows {
    width: 8rem;
  }

  .slick-prev,
  .slick-next {
    width: 3.4rem;
    height: 3.4rem;
  }

  .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu__close {
    right: 1.4rem;
  }

  .remodal-wrapper {
    padding: 1.5rem;
  }

  .form__title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .remodal__block:last-child {
    padding: 5rem 1.5rem 7rem;
  }

  .remodal__footer {
    font-size: 1.2rem;
  }

  .form__link {
    font-size: 1.2rem;
  }

  .input__wrapper .form__link {
    font-size: 1.2rem;
  }

  .cookie-window-block {
    max-width: calc(100% - 3rem);
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 3rem;
  }

  .cookie-window-block .btn {
    padding: 0 2rem;
  }

  .product__img {
    padding: 5rem 1.5rem 3rem;
  }

  .product__action {
    padding: 3rem 1.5rem;
  }

  .products__links {
    top: 2.5rem;
    right: 2.5rem;
  }

  .products__icons {
    top: 5.5rem;
  }

  .products__icon {
    width: 6rem;
  }

  .cart__item {
    padding: 3rem 1.5rem;
  }

  .cart__item .products__remove {
    top: 1.5rem;
    right: 1.5rem;
  }

  .contacts__form {
    padding: 3rem 1.5rem 1rem;
  }

  .contacts__text {
    font-size: 1.6rem;
  }

  .block__text {
    font-size: 1.6rem;
  }

  .text__page .block__text h2 {
    font-size: 2.4rem;
  }

  .text__page .block__text h3 {
    font-size: 2.2rem;
  }

  .text__page .block__text h4 {
    font-size: 2rem;
  }

  .news__content {
    padding: 3rem 1.5rem;
  }

  .news__img {
    height: 23rem;
  }

  .news__title {
    font-size: 2rem;
  }

  .news__except {
    font-size: 1.6rem;
  }

  .news--opened .news__img {
    height: 25rem;
  }

  .news--opened .news__text h2 {
    font-size: 2.2rem;
  }

  .settings__block-wrapper {
    padding: 3rem 1.5rem 1rem;
  }
}

#payment_type_container {
  text-align: center;
}

#payment_type_container .checkout-payment-or-wrapper {
  padding: 1rem 0;
  color: #ffffff;
}

#payment_type_container .radio__label--cart {
  color: #ffffff;
}

#payment_type_container .radio__label-img {
  padding: 2rem;
  border: none;
}

#payment_type_container .radio__label--cart .radio__label-img,
#payment_type_container .radio__label--cart .radio__label-time {
  margin-bottom: 0;
}

.header form {
  position: relative;
  margin-bottom: 0;
}

.banner-friday {
  position: relative;
  overflow: hidden;
  background-color: #090b12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.banner-friday__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8rem 0;
}

.banner-friday__block {
  width: 47rem;
  max-width: 100%;
}

.banner-friday__subtitle {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #1952e5;
}

.banner-friday__title {
  margin-bottom: 4rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
}

.banner-friday__value {
  margin-bottom: 2.5rem;
  font-size: 9rem;
  font-weight: 700;
  line-height: 0.55;
  color: #1952e5;
}

.banner-friday__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}

.banner-friday__img img {
  display: block;
  width: 100%;
}

.banner-gold {
  position: relative;
  overflow: hidden;
  background-color: #090b12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.banner-gold__wrapper {
  display: flex;
  margin: 0 -3rem;
}

.banner-gold__img {
  width: 60%;
}

.banner-gold__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-gold__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 11.5rem 4.6rem 11.5rem 0;
}

.banner-gold__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 22rem;
}

@media (min-width: 1101px) {
  .banner-friday__imgs {
    z-index: -1;
  }

  .banner-friday__img {
    position: absolute;
    width: 25%;
  }

  .banner-friday__img--1 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .banner-friday__img--2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
  }
}

@media (min-width: 1369px) {
  .banner-friday__img {
    width: 28%;
  }

  .banner-friday__img--1 {
    left: 7rem;
  }

  .banner-friday__img--2 {
    transform: translateX(-62%);
  }
}

@media (max-width: 1100px) {
  .banner-friday__content {
    justify-content: center;
    text-align: center;
    padding: 5rem 0 0;
  }

  .banner-friday__imgs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5%;
  }

  .banner-friday__img {
    width: 45%;
    max-width: 40rem;
  }

  .banner-friday__img--1 {
    margin-bottom: -10%;
    transform: translateX(-15%);
  }

  .banner-friday__img--2 {
    transform: translateX(-15%);
  }

  .banner-gold__logo {
    padding: 7rem 3rem 7rem 0;
  }

  .banner-gold__logo img {
    max-height: 15rem;
  }
}

@media (max-width: 992px) {
  .banner-gold__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .banner-gold__img {
    width: 100%;
  }

  .banner-gold__logo {
    width: 100%;
    padding: 5rem 0;
  }
}

@media (max-width: 768px) {
  .banner-friday__subtitle {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .banner-friday__title {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }

  .banner-friday__value {
    font-size: 6rem;
  }
}

@media (max-width: 400px) {
  .banner-gold__wrapper {
    margin: 0 -1.5rem;
  }

  .banner-gold__logo img {
    max-height: 10rem;
  }
}

:root {
  --marquee-animation-duration: 5s;
}

.marquee {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 7rem;
  margin-bottom: 9.5rem;
  padding: 0.5rem 0;
  background: linear-gradient(to right, #7474bf, #348ac7);
}

.marquee__content {
  display: flex;
  height: 100%;
  width: max-content; /* Устанавливает ширину контента в зависимости от его содержимого */
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  will-change: transform;
}

.marquee__item {
  position: relative;
  flex: 0 0 auto;
  padding: 0 16.2rem;
  white-space: nowrap;

&
:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/userfiles/marquee-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

}
.marquee__item-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marquee__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem;
}

.marquee__img img {
  display: block;
  width: 3.6rem;
}

.marquee__text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap; /* Убираем переносы текста */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%));
  }
}

@media (max-width: 992px) {
  .marquee {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .marquee__item {
    padding: 0 10rem;
  }
}

.products--instock .block__title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*color: #1952E5;
  text-shadow: 0 0 30px #1952E5;*/
}

/*.products--instock .products__wrapper {
  position: relative;
  z-index: 1;
}
.products--instock .products__wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  width: 22rem;
  height: 30rem;
  transform: translateY(-18rem);
  background-image: url(/userfiles/instock.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: -1;
}*/
.products--instock .block__line {
  position: relative;
  align-items: flex-end;
  z-index: 2;
}

/*@media (max-width: 1679px) {
  .products--instock .products__wrapper:before {
    left: 20%;
  }
}
@media (max-width: 1459px) {
  .products--instock .products__wrapper:before {
    left: calc(100% / 3);
  }
}
@media (max-width: 1199px) {
  .products--instock .products__wrapper:before {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .products--instock .products__wrapper:before {
    width: 15rem;
    height: 21rem;
    transform: translateY(-12rem);
  }
}*/
@media (max-width: 992px) {
  .products--instock .block__title img {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
  }
}

.reviews .slick-slider {
  height: 100%;
}

.reviews .slick-list {
  height: 100%;
}

.reviews .slick-track {
  height: 100%;
}

.reviews__wrapper {
  display: flex;
  padding-top: 7.5rem;
}

.reviews__block:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 20%;
  gap: 3rem;
  padding-right: 3rem;
}

.reviews__block:first-child .reviews__title {
  max-width: 23rem;
}

.reviews__block:last-child {
  width: 80%;
}

.reviews__img {
  height: 5rem;
  margin-bottom: 1.5rem;
}

.reviews__img img {
  display: block;
  height: 100%;
}

.reviews__stars {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 3rem;
}

.reviews__stars img {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}

.reviews__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.reviews__item {
  height: 100%;
  padding: 0 10px 0;
}

.reviews__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
  padding: 3rem 3rem 2.5rem;
  border-radius: 0.8rem;
  background-color: #1b2030;
}

.reviews__item .reviews__stars {
  gap: 0.2rem;
}

.reviews__item .reviews__stars img {
  width: 2.8rem;
  height: 2.8rem;
}

.reviews__item .reviews__title {
  margin-bottom: 1.5rem;
}

.reviews__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.reviews__user {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.reviews__user-img {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__user-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews__user-info {
  flex: 1;
}

.reviews__user-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.reviews__user-info .date {
  margin-bottom: 0;
  font-weight: 500;
  color: #5f6474;
}

.catalog__text-wrapper {
  display: flex;
  margin: 120px -15px 0;
  overflow: hidden;
  height: 350px;
  position: relative;
}

.catalog__text-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #0E111A 55%, rgba(20, 24, 36, 0));
}

.catalog__text-wrapper.showed {
  height: auto;
  margin-bottom: 25px;
}

.catalog__text-wrapper.showed:after {
  display: none;
}

.catalog__text-block {
  padding: 0 15px;
  width: 33.33%;
}

.catalog__text {
  color: #ffffff;
  font-weight: 500;
}

.catalog__text a {
  text-decoration: none;
  color: #1952e5;
}

.catalog__text a:hover {
  text-decoration: underline;
}

.catalog__text h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
}

.catalog__text h3 {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 700;
}

.catalog__text ul {
  list-style: disc;
  margin: 15px 0;
  margin-left: 1.5em;
}

.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.blog__block {
  width: 33.33%;
  padding: 0 2px;
  margin-bottom: 4px;
}

.blog__item {
  display: block;
}

.blog__img {
  height: 360px;
  overflow: hidden;
  position: relative;
}

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

.blog__content {
  padding: 40px;
  background-color: #1b2030;
}

.blog__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  min-height: 70px;
  max-width: 450px;
}

.blog__link {
  color: #1952e5;
  font-size: 14px;
  font-weight: 700;
}

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

.blog__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog__nav-link {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
  border: 2px solid #2e354a;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #1952e5;
  transition: all .2s ease;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}

.blog__nav-link:last-child {
  margin-right: 0;
}

.blog__nav-link.active {
  background-color: #1b2030;
  border-color: #2e354a;
  color: #ffffff;
}

.blog__nav-link:hover {
  text-decoration: none;
  background-color: #1b2030;
  border-color: #2e354a;
  color: #ffffff;
}

.blog__badge {
  color: #5f6474;
  background-color: #1b2030;
  border-radius: 8px;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
}

.blog__head {
  margin-top: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog__head .blog__nav {
  margin-right: 26px;
  margin-bottom: 0;
}

.blog__head .blog__nav-link {
  margin-bottom: 0;
}

.blog__date {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.blog__date .date {
  color: #5f6474;
  margin-bottom: 0;
  line-height: inherit;
}

.blog__date .separator {
  color: #1952e5;
  margin: 0 6px;
}

.blog__open {
  padding-right: 30px;

}

.blog__open-wrapper {
  position: relative;
  display: flex;
  margin: 0 -35px;
}

.blog__open-block {
  width: 65%;
  padding: 0 35px;
}

.blog__open-block:last-child {
  position: sticky;
  top: 0;
  width: 35%;
  margin-top: -44px;
}

.blog__image {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__open-text {
  padding-left: 30px;
}

.blog__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.blog__text img {
  max-width: 100% !important;
  height: auto !important;
}

.blog__text ul {
  list-style: disc;
  margin: 15px 0;
  margin-left: 1.5em;
}

.blog__text a {
  text-decoration: none;
  color: #1952e5;
}

.blog__text a:hover {
  text-decoration: underline;
}

.blog__text h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.blog__text h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 700;
}

.blog__text table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  color: #ffffff;
}

.blog__text table thead tr th {
  text-transform: uppercase;
  color: #5f6474;
  padding: 9px 0;
  text-align: left;
}

.blog__text table thead tr {
  border-bottom: 4px solid #1b2030;
}

.blog__text table tbody tr {
  border-bottom: 2px solid #1b2030;
}

.blog__text table thead tr th:last-child {
  text-align: right;
}

.blog__text table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  padding: 9px 0;
}

.blog__text table tbody tr td:last-child {
  text-align: right;
}

.blog__bottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 4px solid #1b2030;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog__bottom .title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

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

.blog__soc-link {
  margin-right: 15px;
}

.blog__soc-link:last-child {
  margin-right: 0;
}

blockquote {
  margin: 30px 0;
  padding: 40px 50px;
  position: relative;
  border-left: 7px solid #1952e5;
  background-color: #1b2030;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.blog__open-blocks .blog__block {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

.catalog__more {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}

.catalog__more:hover {
  text-decoration: none;
}

.navigation {
  background-color: #1b2030 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
}

.navigation h2 {
  color: #ffffff !important;
}

.navigation h2 .toggle {
  color: #5f6474 !important;
}

.navigation a {
  color: #5f6474 !important;
}

@media (max-width: 1679px) {
  .reviews__block:first-child {
    width: 25%;
  }

  .reviews__block:last-child {
    width: 75%;
  }
}

@media (max-width: 1459px) {
  .reviews__block:first-child {
    width: calc(100% / 3);
  }

  .reviews__block:last-child {
    width: calc(100% / 3 * 2);
  }
}

@media (max-width: 1199px) {
  .reviews__block:first-child {
    width: 50%;
  }

  .reviews__block:last-child {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .blog__open-wrapper {
    flex-direction: column;
    margin: 0;
  }

  .blog__open-block {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .blog__open-text {
    padding-left: 0;
  }

  .blog__open-block:last-child {
    width: 100%;
    margin-top: 0;
  }

  .blog__open-block .block__title {
    padding: 0 30px;
  }

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

  .catalog__text-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog__open {
    padding-right: 0;
  }

}

@media (max-width: 767px) {
  .reviews__wrapper {
    flex-direction: column;
    gap: 3rem;
  }

  .reviews__block:first-child {
    width: 100%;
    align-items: center;
    gap: 2rem;
    padding-right: 0;
  }

  .reviews__block:first-child .reviews__title {
    margin: 0 auto;
    text-align: center;
  }

  .reviews__block:last-child {
    width: 100%;
  }

  .reviews__img {
    height: 4rem;
  }

  .reviews__img img {
    margin: 0 auto;
  }

  .reviews__stars {
    justify-content: center;
  }

  .reviews__stars img {
    width: 3.6rem;
    height: 3.6rem;
  }

  .blog__block {
    width: 50%;
  }

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

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

}

.uc-toggle-container button.uc-switch[aria-checked=true] {
  background: #0045a5 !important;
}

@media (max-width: 992px) {
  .seller__categories {
    margin-top: 20px;
  }

  .seller__items {
    gap: 55px;
  }

  .filter__wrapper {
    flex-direction: column;
  }

  .filter__item {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .sorting {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .reviews__item-wrapper {
    padding: 2.5rem;
  }

  .seller__categories {
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .blog__block {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .block__arrows {
    gap: 15px;
  }
}