/* 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=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Roboto+Condensed:wght@100;200;300;400;500;600;700&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }
  html.remodal-is-locked .header {
    padding-right: 5px; }

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

body {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  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: #315ED2;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

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

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

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

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

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

/* Vendor libs

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

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2; }

.slick-prev {
  left: 1.5rem;
  background: url("/src/assets/images/arrow_l.svg") no-repeat center;
  background-size: contain; }

.slick-next {
  right: 1.5rem;
  background: url("/src/assets/images/arrow_r.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.remodal {
  border-radius: 3rem;
  padding: 5rem 5rem 4rem;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden; }

.remodal__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
  color: #000; }

.remodal__body {
  padding-bottom: 4rem; }

.remodal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 0 0;
  border-top: solid 4px #026cdf;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #000; }
  .remodal__footer a {
    margin-left: 0.5rem;
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #026cdf;
    transition: 0.3s; }
    .remodal__footer a:hover {
      text-decoration-color: #026cdf; }

.remodal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 37rem;
  padding-bottom: 1rem;
  text-align: center; }

.remodal__body-img img,
.remodal__body-img svg {
  display: block;
  width: 9.6rem;
  margin-bottom: 2.5rem; }

.remodal__body-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #000; }

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1500px) {
    .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 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1500px) {
    .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 {
      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: 1500px) {
  .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%; } }

.error__page {
  padding: 12rem 0; }

.error__content {
  text-align: center; }

.error__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  max-width: 68rem;
  width: 100%;
  margin: 0 auto 3.5rem; }

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

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

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

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

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

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

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #000; }
  .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: #000; }

.header {
  position: relative;
  width: 100%;
  background: #000000;
  z-index: 10; }
  .header .btn {
    height: 4.4rem; }

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

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

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

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

.logo {
  margin-right: 6rem;
  margin-bottom: 7px; }
  .logo img {
    display: block;
    height: 3rem; }

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

.lng__short {
  display: none; }

.nav__item {
  position: relative;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.active > a {
    color: #7d7d7d; }
  .nav__item:hover > a {
    color: #7d7d7d; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%); }
  .nav__item a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 2.5rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-family: "Roboto Condensed", sans-serif; }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(1rem) translateX(-50%); }

.nav__submenu-container {
  position: relative;
  background-color: #000000;
  box-shadow: 0 -4px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.2); }

.nav__submenu-item {
  transition: 0.3s; }
  .nav__submenu-item a {
    display: flex;
    align-items: center;
    height: 6rem;
    padding: 0 3rem;
    text-transform: none;
    color: #ffffff; }
  .nav__submenu-item:hover a {
    background-color: #026cdf;
    text-decoration: none;
    color: #fff; }

.header__btn {
  position: relative;
  margin-left: 3.5rem;
  height: 2.2rem; }
  .header__btn img {
    display: block;
    width: auto;
    height: 100%; }
  .header__btn .count {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000000;
    font-weight: 500;
    font-size: 1.4rem;
    color: #F0B83B;
    text-align: center; }

.header__search {
  position: relative;
  display: flex;
  align-items: center; }
  .header__search .input {
    width: 35.8rem;
    border: 0;
    background-color: #161616;
    border-radius: 3rem;
    height: 4rem;
    color: #fff;
    font-size: 1.6rem;
    padding-left: 2rem;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif; }
    .header__search .input::placeholder {
      color: #7D7D7D;
      font-size: 1.6rem; }

.header__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3.4rem;
  width: 3.4rem;
  background-color: #026cdf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  border: 0;
  right: .3rem;
  border-radius: 50%; }

.btn--search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 5.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }

.header__link {
  margin-right: 2.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.33;
  text-decoration: none;
  color: #000000;
  transition: 0.3s; }
  .header__link:hover {
    color: #026cdf;
    text-decoration: none; }

.lng {
  position: relative;
  height: 10rem; }

.lng__item {
  display: flex;
  align-items: center;
  height: 100%; }
  .lng__item:hover .lng__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .lng__item img {
    margin-right: 1rem; }

.lng__link {
  position: relative;
  padding: 0 3rem 0 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #161616;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 3rem;
  height: 4rem; }
  .lng__link img {
    margin-right: .9rem; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:before {
    content: '';
    position: absolute;
    top: calc(50% - .2rem);
    right: 1.5rem;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg);
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #026cdf;
    padding: .3rem;
    transition: 0.3s; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(1rem); }

.lng__list {
  background-color: #000000;
  box-shadow: 0 -4px 0 #000000, 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.lng__sub-item {
  height: 6rem; }
  .lng__sub-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    font-family: "Roboto Condensed", sans-serif; }
    .lng__sub-item a:hover {
      text-decoration: none;
      background-color: #026cdf;
      color: #fff; }

.checkbox {
  position: relative; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label:before {
    background-color: #026cdf;
    border-color: #026cdf; }
  .checkbox__input.error + .checkbox__label {
    color: #F42B2B; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #F42B2B; }

.checkbox__label {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  line-height: 26px;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  user-select: none; }
  .checkbox__label:before {
    content: '';
    position: absolute;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 2.6rem;
    height: 2.6rem; }
  .checkbox__label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    transform: rotate(45deg);
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: #fff;
    width: .8rem;
    height: 1.2rem; }
  .checkbox__label a {
    color: #026cdf; }

/* 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: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #565656; }
  .radio__input:checked + .radio__label:before {
    border-color: #026cdf; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #026cdf; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #000;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #565656;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-color: #565656;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    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: #F42B2B; }
    .radio__label--error:before {
      border-color: #F42B2B; }
  .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: #315ED2; }
      .radio__label--square:hover:before {
        content: '\f00c';
        opacity: .4; }
    .radio__label--square:after {
      display: none; }
    .radio__label--square:before {
      content: '';
      margin: auto;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 16px;
      z-index: 4;
      color: #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: #315ED2; }
    .radio__label--text:before {
      display: none; }
    .radio__label--text .radio__span {
      width: auto;
      height: auto;
      text-align: center; }
  .radio__label--cart {
    padding: 0;
    display: block;
    border: 1px solid #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; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 5.4rem;
  padding: 0 3rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: .8rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #565656;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4e4e4e; }
    .btn--gray:hover {
      background-color: #494949; }
    .btn--gray:active {
      background-color: #444444; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #F42B2B;
    color: #fff; }
    .btn--red:focus {
      background-color: #f31c1c; }
    .btn--red:hover {
      background-color: #f31313; }
    .btn--red:active {
      background-color: #ef0c0c; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #fff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #315ED2;
    color: #fff; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #4DB45E;
    color: #fff; }
    .btn--green:focus {
      background-color: #48aa58; }
    .btn--green:hover {
      background-color: #45a354; }
    .btn--green:active {
      background-color: #429c50; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #026cdf;
    color: #fff; }
    .btn--main:focus {
      background-color: #0265d0; }
    .btn--main:hover {
      background-color: #0260c6; }
    .btn--main:active {
      background-color: #025bbc; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #565656;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4e4e4e; }
    .btn--gray:hover {
      background-color: #494949; }
    .btn--gray:active {
      background-color: #444444; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #565656; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--o-gray:hover {
      border-color: #565656;
      background-color: #565656;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4e4e4e;
      background-color: #4e4e4e; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #F42B2B;
    color: #F42B2B; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #F42B2B;
      border-color: #f32121; }
    .btn--o-red:hover {
      border-color: #F42B2B;
      background-color: #F42B2B;
      color: #fff; }
    .btn--o-red:active {
      border-color: #f31c1c;
      background-color: #f31c1c; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #4DB45E;
    color: #4DB45E; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #4DB45E;
      border-color: #49ae5a; }
    .btn--o-green:hover {
      border-color: #4DB45E;
      background-color: #4DB45E;
      color: #fff; }
    .btn--o-green:active {
      border-color: #48aa58;
      background-color: #48aa58; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #026cdf;
    color: #026cdf; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #026cdf;
      border-color: #0267d5; }
    .btn--o-main:hover {
      border-color: #026cdf;
      background-color: #026cdf;
      color: #fff; }
    .btn--o-main:active {
      border-color: #0265d0;
      background-color: #0265d0; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #565656; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--o-gray:hover {
      border-color: #565656;
      background-color: #565656;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4e4e4e;
      background-color: #4e4e4e; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--i-gray:hover {
      border-color: #565656;
      background-color: transparent;
      color: #565656; }
    .btn--i-gray:active {
      border-color: #4e4e4e;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #F42B2B;
      border-color: #f32121; }
    .btn--i-red:hover {
      border-color: #F42B2B;
      background-color: transparent;
      color: #F42B2B; }
    .btn--i-red:active {
      border-color: #f31c1c;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--i-blue:hover {
      border-color: #315ED2;
      background-color: transparent;
      color: #315ED2; }
    .btn--i-blue:active {
      border-color: #2c57c8;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--i-cyan:hover {
      border-color: #60A2AB;
      background-color: transparent;
      color: #60A2AB; }
    .btn--i-cyan:active {
      border-color: #579ba5;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #4DB45E;
      border-color: #49ae5a; }
    .btn--i-green:hover {
      border-color: #4DB45E;
      background-color: transparent;
      color: #4DB45E; }
    .btn--i-green:active {
      border-color: #48aa58;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #026cdf;
      border-color: #0267d5; }
    .btn--i-main:hover {
      border-color: #026cdf;
      background-color: transparent;
      color: #026cdf; }
    .btn--i-main:active {
      border-color: #0265d0;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--i-gray:hover {
      border-color: #565656;
      background-color: transparent;
      color: #565656; }
    .btn--i-gray:active {
      border-color: #4e4e4e;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff; }
    .btn--o-white:hover {
      color: #000; }
  .btn--white {
    color: #F0B83B; }
  .btn--main {
    background-color: #026cdf;
    color: #fff; }
  .btn--shape {
    padding-left: 4rem; }
    .btn--shape:before {
      content: '';
      position: absolute;
      left: 2rem;
      height: 100%;
      border-left: 0.2rem dashed #fff; }
  .btn--blue {
    background: linear-gradient(180deg, #0270E3 0%, #315ED2 100%); }

.form__group {
  margin-bottom: 2rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: .5rem 2rem;
  border-radius: .8rem;
  border: 1px solid #D5D5D5;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #818181; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #F42B2B;
    color: #F42B2B;
    background-color: rgba(244, 43, 43, 0.05); }
    .input--error::placeholder {
      color: #F42B2B; }
    .input--error:focus {
      background-color: rgba(244, 43, 43, 0.05); }
  .input--success {
    border-color: #4DB45E;
    color: #4DB45E;
    background-color: rgba(77, 180, 94, 0.05); }
    .input--success::placeholder {
      color: #4DB45E; }
    .input--success:focus {
      background-color: rgba(77, 180, 94, 0.05); }
  .input.error {
    border-color: #F42B2B;
    color: #F42B2B;
    background-color: rgba(244, 43, 43, 0.05); }
    .input.error::placeholder {
      color: #F42B2B; }
    .input.error:focus {
      background-color: rgba(244, 43, 43, 0.05); }
  .input.success {
    border-color: #F42B2B;
    color: #F42B2B;
    background-color: rgba(244, 43, 43, 0.05); }
    .input.success::placeholder {
      color: #F42B2B; }
    .input.success:focus {
      background-color: rgba(244, 43, 43, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

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

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

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

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

.input__error {
  color: #F42B2B;
  margin-top: .2rem; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
  border-radius: 1.6rem;
  border: 1px solid #E7DED4;
  vertical-align: middle;
  background-color: #FBF6F0;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
  resize: none;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #000;
    opacity: 0.3; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #F42B2B;
    color: #F42B2B;
    background-color: rgba(244, 43, 43, 0.05); }
    .textarea--error::placeholder {
      color: #F42B2B; }
    .textarea--error:focus {
      background-color: rgba(244, 43, 43, 0.05); }
  .textarea--success {
    border-color: #4DB45E;
    color: #4DB45E;
    background-color: rgba(77, 180, 94, 0.05); }
    .textarea--success::placeholder {
      color: #4DB45E; }
    .textarea--success:focus {
      background-color: rgba(77, 180, 94, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: baseline;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
  z-index: 1; }
  .label .required {
    color: #F42B2B; }

/* 19. Select
=========================*/
.select {
  position: relative;
  color: #000;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #026cdf;
    pointer-events: none;
    padding: .3rem; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4.4rem;
    padding: .5rem 4rem .5rem  2rem;
    border: 0;
    vertical-align: middle;
    background-color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    border-radius: 3rem;
    color: #000;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #F42B2B;
      color: #F42B2B;
      background-color: rgba(244, 43, 43, 0.05); }
      .select select.error::placeholder {
        color: #F42B2B; }
      .select select.error:focus {
        background-color: rgba(244, 43, 43, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #F42B2B; }
  .select--success:before, .select--success:after {
    color: #4DB45E; }
  .select--error select {
    color: #F42B2B;
    border-color: #F42B2B;
    color: #F42B2B;
    background-color: rgba(244, 43, 43, 0.05); }
    .select--error select::placeholder {
      color: #F42B2B; }
    .select--error select:focus {
      background-color: rgba(244, 43, 43, 0.05); }
  .select--success select {
    color: #4DB45E;
    border-color: #4DB45E;
    color: #4DB45E;
    background-color: rgba(77, 180, 94, 0.05); }
    .select--success select::placeholder {
      color: #4DB45E; }
    .select--success select:focus {
      background-color: rgba(77, 180, 94, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

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

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #026cdf;
    pointer-events: none; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #000;
    opacity: .2;
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.5rem;
  text-align: center; }

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  width: 5.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  color: #026cdf;
  transition: 0.3s;
  border: 1px solid #F1F1F1;
  border-right: 0; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    text-decoration: none;
    color: #000; }
  .pagination__item--disabled {
    background: #F1F1F1;
    pointer-events: none;
    color: #C4C4C4; }
  .pagination__item--current {
    color: #000; }
  .pagination__item--btn {
    height: 5.4rem;
    background-color: #026cdf;
    text-transform: uppercase;
    color: #fff;
    min-width: 20rem;
    letter-spacing: .2em; }
  .pagination__item--left {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem; }
  .pagination__item--next {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #565656;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #F42B2B;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #4DB45E;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #026cdf;
    color: #fff; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #565656;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #565656;
    border: 1px solid #565656; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #F42B2B;
    border: 1px solid #F42B2B; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #4DB45E;
    border: 1px solid #4DB45E; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #026cdf;
    border: 1px solid #026cdf; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #565656;
    border: 1px solid #565656; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

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

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .content__wrapper.quad .content__block {
    width: 25%; }
  .content__wrapper.half .content__block {
    width: 50%; }

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

.content__item {
  display: block;
  color: #000; }
  .content__item:hover {
    text-decoration: none; }
    .content__item:hover .content__img {
      transform: scale(1.2); }

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }

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

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit; }

.content__block-text {
  margin-bottom: 1rem;
  font-size: 1rem; }

.content__block-link {
  color: #F42B2B;
  font-size: 1.2rem; }

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

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

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

.news {
  padding: 5rem 0 12.5rem; }
  .news .block__title {
    margin-bottom: 4rem;
    font-size: 4rem; }

.news__block {
  width: 100%;
  border-bottom: 1px solid #F1F1F1; }

.news__item {
  display: flex;
  align-items: center;
  color: #000; }
  .news__item:hover {
    text-decoration: none; }

.news__img {
  height: 38rem;
  width: 50%; }
  .news__img img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

.news__content {
  padding-left: 6rem;
  flex: 1; }

.news__date {
  margin-bottom: 1.2rem;
  color: #818181; }

.news__title {
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.4; }

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

.news__container {
  max-width: 80rem;
  margin: 0 auto;
  width: 100%; }

.news__image {
  margin-bottom: 2rem; }
  .news__image img {
    width: 100%;
    height: 48.5rem;
    object-fit: cover; }

@media (max-width: 992px) {
  .news__item {
    flex-direction: column; }
  .news__block .container {
    padding: 0; }
  .news__img {
    width: 100%; }
  .news__content {
    padding: 3rem; }
  .news__title {
    font-size: 2.6rem; }
  .news__image img {
    height: 29rem; } }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #000;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #000;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #000;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #F0B83B; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #000; }
  .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: #000;
  /* 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: #000;
    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: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #494949; }
    .table--hover tbody tr.row--dark-blue {
      background-color: #1437CC;
      color: #fff; }
      .table--hover tbody tr.row--dark-blue:hover {
        color: #fff;
        background-color: #1231b5; }
    .table--hover tbody tr.row--red {
      background-color: #F42B2B;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #f31313; }
    .table--hover tbody tr.row--rblack {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--rblack:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #fff;
      color: #000; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #000; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #000; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #fff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #fff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #000; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #315ED2;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #2a54c0; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #fff; }
      .table--hover tbody tr.row--cyan:hover {
        color: #fff;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #4DB45E;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #45a354; }
    .table--hover tbody tr.row--yellow {
      background-color: #F0B83B;
      color: #fff; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #eeaf23; }
    .table--hover tbody tr.row--main {
      background-color: #026cdf;
      color: #fff; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #0260c6; }
    .table--hover tbody tr.row--moicvet {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--moicvet:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--secondary {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--secondary:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--brown {
      background-color: #94816C;
      color: #fff; }
      .table--hover tbody tr.row--brown:hover {
        color: #fff;
        background-color: #857461; }
    .table--hover tbody tr.row--black {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--gray {
      background-color: #565656;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #494949; }
    .table--hover tbody tr.row--peach {
      background-color: #916868;
      color: #fff; }
      .table--hover tbody tr.row--peach:hover {
        color: #fff;
        background-color: #825d5d; }
  .table--separate-cols th {
    border: 1px solid #565656; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #F0B83B; }
    .table--dark thead tr {
      border-color: #F0B83B;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: black;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: black;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #F0B83B; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: black;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #565656;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #494949; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #1437CC;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #fff;
          background-color: #1231b5; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #F42B2B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #f31313; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #fff;
        color: #000; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #fff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #000; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #fff;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #000; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #000; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #fff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #315ED2;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #2a54c0; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #4DB45E;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #45a354; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #F0B83B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #eeaf23; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #026cdf;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: #0260c6; }
      .table--dark.table--hover tbody tr.row--moicvet {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--moicvet:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #565656;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #494949; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #fff;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #565656;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #F42B2B;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #4DB45E;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #026cdf;
    color: #fff; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #565656;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--cart {
    font-size: 1.4rem;
    font-weight: 700; }
    .table--cart thead tr {
      border-bottom: 0; }
      .table--cart thead tr th {
        color: #818181;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.2em;
        padding: 0 1rem .5rem; }
    .table--cart tbody tr td {
      position: relative;
      padding: .5rem 1rem; }
  .table--sector tbody tr td:first-child {
    padding-left: 2rem; }
  .table--sector-list tbody tr:hover {
    background-color: #fafafa;
    cursor: pointer; }
  .table--product {
    font-size: 1.8rem; }
    .table--product thead tr {
      background-color: transparent;
      border-bottom: 0; }
      .table--product thead tr th {
        font-weight: 700;
        padding: 0 0 1.5rem;
        font-size: 1.4rem; }
        .table--product thead tr th.text-center {
          text-align: center; }
        .table--product thead tr th:last-child {
          text-align: right; }
    .table--product tbody tr:first-child td {
      padding-top: 1rem; }
    .table--product tbody tr:hover {
      background: none; }
    .table--product tbody tr:last-child {
      border-bottom: 0; }
      .table--product tbody tr:last-child td {
        padding-bottom: 0; }
    .table--product tbody tr td {
      padding: 2rem 0;
      font-weight: 500;
      position: relative; }
      .table--product tbody tr td:last-child {
        text-align: right; }
      .table--product tbody tr td:first-child {
        padding-left: 0; }
  .table .products__price {
    position: static;
    font-size: 1.8rem; }

.table__link {
  color: #026cdf;
  font-size: 1.8rem;
  font-weight: 500; }

/* 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 {
  margin-bottom: 4.5rem;
  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: #F0B83B;
      background-color: #000;
      border-color: #000; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #000; }
  .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;
  text-align: center;
  font-size: 2.6rem;
  margin-right: 5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  transition: color .1s linear; }
  .tabs__nav-item:last-child {
    margin-right: 0; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #026cdf; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #000;
    background-color: #fff;
    border: 1px solid #898989; }
  .tabs__content--rounded {
    border-radius: 0 0 0.3em 0.3em; }
  .tabs__content--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2); }
  .tabs__content--dark {
    background-color: #000;
    border-color: #000;
    color: #fff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

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

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

.accordion__block-title {
  font-size: 2.6rem;
  font-weight: 700; }

.accordion__item {
  border: 1px solid #d2d2d2;
  margin-bottom: 1rem; }
  .accordion__item.active .accordion__title {
    color: #000; }
    .accordion__item.active .accordion__title:before {
      content: '-'; }
    .accordion__item.active .accordion__title a {
      color: inherit; }

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

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

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

.footer {
  background-color: #000000; }
  .footer .nav {
    height: auto; }
  .footer .nav__item {
    position: relative;
    margin-right: 4.5rem; }
    .footer .nav__item:last-child {
      margin-right: 0; }
    .footer .nav__item a {
      padding: 0; }

.footer__wrapper {
  display: flex;
  padding: 8rem 0 1rem;
  margin: 0 -2rem; }

.footer__block {
  width: 33.33%;
  padding: 0 2rem; }
  .footer__block:last-child {
    width: 25%;
    margin-left: auto; }
  .footer__block .nav {
    padding-top: 1.8rem;
    flex-direction: column; }
  .footer__block .nav__item {
    margin-right: 0;
    margin-bottom: 2rem; }
    .footer__block .nav__item a {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 400; }
      .footer__block .nav__item a:hover {
        color: #026cdf; }
    .footer__block .nav__item:last-of-type {
      margin-right: 0; }

.footer__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #7D7D7D; }

.footer__text {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff; }

.footer__imgs {
  display: flex;
  align-items: center; }
  .footer__imgs img {
    display: block;
    height: auto;
    max-height: 2.6rem;
    margin-right: 4.5rem; }
    .footer__imgs img:last-child {
      margin-right: 0; }

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

.copyright {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #7D7D7D; }

.made-by {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #7D7D7D; }
  .made-by a {
    color: inherit; }
  .made-by img {
    display: block;
    width: 2.4rem;
    margin-left: 1.5rem; }

.subscribe__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1; }

.subscribe__form {
  position: relative;
  width: 39.4rem; }
  .subscribe__form .input {
    height: 5.4rem;
    background-color: #161616;
    border: 0;
    color: #fff;
    border-radius: 3rem; }

.subscribe__btn {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  background-color: #026cdf;
  border-radius: 50%;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  outline: 0;
  padding: 0; }

.footer__soc-wrapper {
  margin-top: 8rem;
  display: flex; }
  .footer__soc-wrapper .soc {
    margin-right: 10rem; }
    .footer__soc-wrapper .soc:last-child {
      margin-right: 0; }

.soc {
  padding-top: 1rem;
  display: flex; }

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

.made__by {
  margin-left: .5rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem; }

.products {
  padding: 2rem 0 0; }

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

.products__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.products__item {
  display: flex;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  border-radius: .8rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s ease; }
  .products__item:hover {
    text-decoration: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }

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

.products__img.cover-img {
  height: 400px; }
  .products__img.cover-img img {
    object-fit: cover;
    height: 100%; }

.products__img.contain-img {
  height: 400px; }
  .products__img.contain-img img {
    object-fit: contain;
    height: 100%; }

.products__content {
  padding: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.products__subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #818181;
  text-transform: uppercase;
  letter-spacing: 1.4px; }

.products__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.products__badge {
  position: absolute;
  top: 3.5rem;
  left: 3.5rem;
  border: 2px solid #fff;
  border-radius: .6rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  padding: .2rem .5rem 0; }

.products__footer {
  margin-top: 1rem;
  position: relative;
  width: 100%; }

.products__date {
  font-size: 1.4rem;
  font-weight: 700; }

.products__time {
  font-size: 2rem;
  font-weight: 700; }

.products__price {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #828282;
  font-weight: 500;
  font-size: 2rem; }

.sort__form {
  display: flex; }
  .sort__form .select {
    margin-right: 2rem; }
    .sort__form .select:last-child {
      margin-right: 0; }

body.buy-tickets .product__wrapper {
  display: none; }

body.buy-tickets .product {
  padding-top: 0;
  margin-bottom: 0; }

body.buy-tickets .footer {
  display: none; }

body.buy-tickets .product__table-container {
  display: flex; }

body.buy-tickets .product__intro {
  display: none; }

body.buy-tickets .header {
  display: none; }

body.buy-tickets .product__nav-container {
  display: none; }

.product__nav-container {
  margin-bottom: 5rem;
  background-color: #fff;
  height: 6rem; }

.product__nav {
  display: flex;
  height: 6rem;
  align-items: center; }
  .product__nav.fixed {
    z-index: 10;
    top: 0;
    position: fixed;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
    .product__nav.fixed:before {
      position: absolute;
      content: '';
      top: 0;
      left: -50vw;
      width: 150vw;
      height: 100%;
      background-color: #fff; }

.product__nav-link {
  color: #000;
  margin-right: 4rem;
  font-size: 2rem;
  transition: all .2s ease;
  position: relative;
  z-index: 2; }
  .product__nav-link:hover {
    text-decoration: none;
    color: #026cdf; }
  .product__nav-link:last-child {
    margin-right: 0; }

.product__intro {
  background-position: center;
  position: relative; }

.product__intro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50rem;
  padding-bottom: 5.5rem;
  z-index: 2;
  position: relative;
  font-family: "Roboto Condensed", sans-serif; }
  .product__intro-content .subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff; }
  .product__intro-content .title {
    font-size: 6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }

.product__intro-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%; }

.product {
  margin-bottom: 12rem; }
  .product .block__text {
    margin-bottom: 0; }
  .product .products__item {
    margin-bottom: 9rem;
    border-bottom: 1px solid #d2d2d2; }
  @media (max-width: 992px) {
    .product .products__img {
      width: 100%; } }
  .product .products__footer {
    margin-top: 5rem; }

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

.product__image {
  width: 68%;
  padding: 0 1rem; }

.product__main {
  width: 32%;
  padding: 0 1rem; }

.product__title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2.4rem; }

.product__info-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", sans-serif; }

.product__image-block {
  padding: 2rem;
  border-radius: .8rem;
  background-color: #fff; }

.product__main-info {
  padding: 2rem;
  border-radius: .8rem;
  background-color: #fff; }

.product__block {
  width: 50%;
  padding-right: 8rem;
  position: relative; }
  .product__block:last-child {
    padding-right: 0;
    padding-left: 8rem; }

.product__item {
  padding: 3rem 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem; }
  .product__item iframe {
    margin-top: 1.5rem;
    height: 243px;
    width: 100%; }
  .product__item .block__text {
    padding-top: 1.5rem; }

.plan-image {
  width: 100%; }

.product__img img {
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  height: 35rem; }

.checkout {
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  position: relative; }

.checkout__block {
  width: 100%; }
  .checkout__block .input {
    letter-spacing: unset;
    font-weight: 500; }
    .checkout__block .input::placeholder {
      text-transform: none; }
  .checkout__block .radio {
    margin-bottom: 2rem; }
    .checkout__block .radio:last-child {
      margin-bottom: 0; }
  .checkout__block .radio__input:checked + .radio__label {
    color: #818181;
    border-color: #026cdf; }
    .checkout__block .radio__input:checked + .radio__label b {
      color: #000; }
  .checkout__block .radio__label {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 2rem 2rem 2rem 7rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #818181;
    width: 100%; }
    .checkout__block .radio__label b {
      font-weight: 500;
      color: #000; }
    .checkout__block .radio__label:before {
      top: 20px;
      left: 20px; }
    .checkout__block .radio__label:after {
      top: 25px;
      left: 25px; }
    .checkout__block .radio__label b {
      display: block;
      font-weight: 500;
      font-size: 1.6rem; }

.checkout__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem; }

.checkout__footer {
  padding: 4rem 0 0; }
  .checkout__footer .checkbox {
    margin-bottom: 2rem;
    max-width: 49rem; }

.product__info {
  padding: 8rem 0;
  position: relative;
  border-top: 1px solid #d2d2d2; }
  .product__info:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #d2d2d2; }

.sector__head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sector__head .title {
    font-size: 2.4rem;
    font-weight: 700; }

.sector__color {
  position: absolute;
  top: 0;
  left: 0;
  width: .4rem;
  height: 100%; }

.count__wrapper {
  display: flex;
  justify-content: flex-end; }
  .count__wrapper input {
    width: 4rem;
    height: 3rem;
    border: 0;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    outline: 0;
    font-family: inherit; }

.count__btn {
  width: 3rem;
  height: 3rem;
  border-radius: .5rem;
  border: 2px solid #026cdf;
  color: #026cdf;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  font-weight: 500;
  position: relative; }
  .count__btn.minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: .2rem;
    background-color: #026cdf; }
  .count__btn.plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: .2rem;
    background-color: #026cdf; }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: 1.5rem;
    background-color: #026cdf; }
  .count__btn:hover {
    text-decoration: none; }

.success__img {
  height: 7.2rem;
  margin: 0 auto 5rem;
  display: block; }

.checkout__success {
  padding: 12rem 0;
  text-align: center; }

.success__title {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 700; }

.success__number {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  font-weight: 500; }

.success__text {
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 45rem;
  margin: 0 auto 5rem; }

.product__other {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  align-items: center; }
  .product__other:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .product__other img {
    height: 11rem;
    width: 8.6rem;
    margin-right: 2.5rem;
    object-fit: cover;
    border-radius: 1rem; }

.product__other-content {
  flex: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem; }
  .product__other-content .place {
    color: #828282;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.4rem;
    font-weight: 700; }
  .product__other-content .date {
    font-weight: 500;
    font-size: 1.4rem; }
  .product__other-content .time {
    font-size: 2rem;
    font-weight: 700; }
  .product__other-content .price {
    font-size: 2rem;
    font-weight: 500;
    color: #828282; }

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

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

@media (max-width: 992px) {
  .tabs__nav-item {
    font-size: 2rem;
    margin-right: 2rem; }
  .product__wrapper {
    flex-direction: column; }
  .product__block {
    width: 100%;
    padding-right: 0; }
    .product__block:last-child {
      margin-top: 3rem;
      padding-left: 0; }
    .product__block svg {
      max-width: 100%; }
  .product__info {
    padding-bottom: 0; } }

.product__tip {
  position: absolute;
  z-index: 10;
  opacity: 0;
  width: 25rem;
  visibility: hidden;
  transition: opacity .2s ease;
  top: 0;
  left: 0;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  transform: translate(2rem, -1rem); }
  .product__tip.active {
    opacity: 1;
    visibility: visible; }

.cart__title {
  margin-bottom: 1rem; }

.product__info-block {
  width: 52%;
  padding-left: calc(50% - 630px); }

.product__map-block {
  flex: 1;
  padding-left: 4rem;
  padding-right: calc(50% - 630px);
  padding-bottom: 4rem; }

.product__map-item iframe {
  width: 100%;
  display: block;
  height: 30rem; }

.product__map-content {
  padding: 3rem 4rem; }

.product__map-title {
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  font-weight: 700; }

.product__map-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .product__map-text .place {
    margin-top: .2rem;
    color: #818181; }

.product__table-container {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  background-color: #f7f7f7;
  display: none; }
  .product__table-container .table--product {
    font-size: 1.6rem; }
    .product__table-container .table--product tbody tr td {
      padding-left: 1rem; }

.product__line {
  width: 100%;
  height: 10rem;
  padding: 2rem;
  background-color: #000;
  color: #fff;
  display: flex; }

.product__line-link {
  color: #fff;
  text-decoration: underline; }
  .product__line-link:hover {
    text-decoration: none; }

.product__line-img {
  margin-right: 2rem;
  width: 42px; }
  .product__line-img img {
    height: 100%;
    width: 42px; }

.product__line-location {
  font-size: 1.2rem;
  margin-bottom: .5rem; }

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

.product__map-wrapper {
  flex: 1;
  padding: 2rem; }

.product__table {
  background-color: #ffffff;
  padding: 2rem;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 40rem; }

.product__map {
  height: 100%;
  position: relative; }
  .product__map svg .active-sector {
    fill: #000000; }
  .product__map svg path, .product__map svg rect {
    cursor: pointer; }
  .product__map .svg-zoom-wrapper,
  .product__map .svg-zoom-container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  .product__map .svg-zoom-container {
    height: 100%; }
  .product__map .svg-zoom-btns {
    margin-top: 12px; }
  .product__map .svg-zoom {
    display: block;
    width: 100%;
    height: 100%; }
  .product__map .svg-zoom [data-place-id] {
    cursor: pointer; }

.cart__sector-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.cart__sector-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cart__sector-row .cart__remove {
    display: inline-block; }
  .cart__sector-row .select {
    margin-top: .5rem; }
    .cart__sector-row .select select {
      background-color: #f1f1f1;
      font-size: 1.4rem;
      border-radius: .4rem;
      height: auto;
      padding: 1rem; }

.cart__sector-block {
  width: 50%; }
  .cart__sector-block .title {
    margin-bottom: .5rem;
    font-weight: 500; }
  .cart__sector-block .price {
    color: #026cdf;
    font-weight: 500;
    margin-bottom: .5rem; }
  .cart__sector-block .label {
    margin-bottom: 0;
    margin-right: .5rem;
    color: #565656;
    font-weight: 400;
    font-size: 1.2rem; }
  .cart__sector-block.data {
    text-align: right; }

.sector__place-row {
  display: flex; }
  .sector__place-row .sector {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    color: #000; }
    .sector__place-row .sector:last-child {
      margin-right: 0; }

.map-controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.map-control-btn {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  padding: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: .8rem;
  position: relative; }
  .map-control-btn img {
    height: 2rem;
    display: block; }
  .map-control-btn.svg-zoom-in:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: .2rem;
    background-color: #026cdf; }
  .map-control-btn.svg-zoom-in:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: 2rem;
    background-color: #026cdf; }
  .map-control-btn.svg-zoom-out {
    margin-bottom: 2rem; }
    .map-control-btn.svg-zoom-out:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 2rem;
      height: .2rem;
      background-color: #026cdf; }

.cart__title {
  font-size: 2.4rem;
  font-weight: 700; }

.cart__table {
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 5px; }

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

.cart__footer-wrapper {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cart__price {
  line-height: 1.6; }

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

.intro {
  padding-top: 6rem;
  margin-bottom: 9rem;
  padding-left: calc(50% - 72rem); }
  .intro .btn {
    min-width: 14rem; }

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-arrow .slick-arrow:before {
    color: #fff; }

.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-list {
  padding-right: calc(50vw - 72rem); }

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

.intro__slider .intro__img {
  display: none; }

.intro__slider .products__item {
  border-radius: 1rem;
  overflow: hidden; }

.intro__slider .products__img img {
  width: 100%; }

.intro__slider .products__content {
  flex-direction: row;
  justify-content: space-between; }

.intro__slider .products__footer {
  margin-top: 0;
  width: auto; }

.intro__slider .products__time {
  font-size: 2rem;
  text-align: right; }

.intro__slider .products__subtitle {
  letter-spacing: 1.4px;
  line-height: 1;
  margin-bottom: 0; }

.intro__slider .products__title {
  text-transform: uppercase;
  font-size: 2.8rem; }

.intro__content {
  position: relative;
  min-height: 50rem;
  padding: 10rem 3rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: block;
  z-index: 1;
  border-radius: .8rem; }
  .intro__content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1; }
  .intro__content:hover {
    text-decoration: none; }

.intro__head {
  margin-bottom: 9rem;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .2em; }
  .intro__head .title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem; }
  .intro__head .date {
    color: #fff;
    font-weight: 400; }

.intro__title {
  max-width: 60rem;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  color: #fff; }

.intro__text {
  margin-bottom: 3.5rem;
  color: #fff;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
  max-width: 50rem; }

.intro__arrows-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -2.7rem; }

.intro__arrows {
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden; }
  .intro__arrows .slick-prev,
  .intro__arrows .slick-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    transform: translate(0, 0);
    background-color: #D7A568;
    transition: 0.3s; }
    .intro__arrows .slick-prev:hover,
    .intro__arrows .slick-next:hover {
      background-color: #026cdf; }
    .intro__arrows .slick-prev:before,
    .intro__arrows .slick-next:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }
  .intro__arrows .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.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.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='white'/%3e%3c/svg%3e "); }
  .intro__arrows .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='white'/%3e%3c/svg%3e "); }

.profile__form {
  width: 800px;
  max-width: 100%; }
  .profile__form .form__line {
    margin-bottom: 2.5rem; }
    .profile__form .form__line .form__line {
      margin-bottom: 0; }
    .profile__form .form__line:last-child {
      margin-bottom: 0; }
  .profile__form .btn {
    min-width: 20rem;
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

.page__section {
  padding-top: 5rem; }
  .page__section .block__title {
    font-size: 4rem;
    margin-bottom: 4rem; }

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

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

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

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

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

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

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

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

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

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

.contacts__form {
  width: 59rem;
  max-width: 100%; }
  .contacts__form .form__line {
    margin-bottom: 2.5rem; }
    .contacts__form .form__line .form__line {
      margin-bottom: 0; }
    .contacts__form .form__line:last-child {
      margin-bottom: 0; }
  .contacts__form .btn {
    min-width: 28.5rem; }

.contacts__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #000; }

.contacts__text {
  max-width: 38rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000; }

.section {
  padding-bottom: 9rem; }
  .section--news {
    padding-top: 5rem; }
    .section--news .block__title {
      font-size: 4rem;
      margin-bottom: 4rem; }

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

.title__block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title__block .block__title {
    margin-bottom: 0; }
  .title__block.bt {
    border-bottom: 0; }

.block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.25;
  color: #000000; }
  .block__title .link {
    position: relative;
    padding-right: 4.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #026cdf; }
    .block__title .link:hover {
      text-decoration: none; }
      .block__title .link:hover:before {
        transform: translate(5px, -50%); }
    .block__title .link:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 2.6rem;
      height: 2.6rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='%23CC9856'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s; }

.block__text {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #000;
  font-family: "Roboto Condensed", sans-serif; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.how {
  position: relative;
  background-color: #E6B34B; }
  .how .block__title,
  .how .block__text {
    color: #fff; }
  .how .block__title {
    max-width: 45rem; }
  .how .block__text {
    max-width: 56rem; }

.how__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
  pointer-events: none; }

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

.how__block {
  position: relative;
  width: 50%;
  padding: 2rem 0 3rem; }
  .how__block:first-child {
    z-index: 1; }
  .how__block:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0; }

.how__img {
  display: block;
  width: auto; }

@media (max-width: 992px) {
  .block__title {
    font-size: 3.6rem; }
  .section--news .container {
    padding: 0; }
  .section--news .block__title {
    padding: 0 3rem; }
  .section--news .news__date {
    padding: 0 3rem; }
  .section .block__text {
    padding: 0 3rem; }
  .breadcrumbs {
    padding: 5rem 3rem 2rem; } }

.gallery__wrapper {
  padding-top: 2.3rem;
  margin-bottom: .5rem; }
  .gallery__wrapper img {
    width: 100%;
    height: 49rem;
    object-fit: cover;
    border-radius: 1rem; }

.gallery__thumbs .slick-list {
  margin: 0 -.5rem; }

.gallery__thumbs .slick-slide {
  padding: 0 .25rem; }

.gallery__thumbs-item img {
  height: 90px;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem; }

.mobile__text-wrapper iframe {
  width: 100%; }
  @media (max-width: 640px) {
    .mobile__text-wrapper iframe {
      height: 20rem; } }

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

.contacts__form {
  width: 59rem;
  max-width: 100%; }
  .contacts__form .form__line {
    margin-bottom: 2.5rem; }
    .contacts__form .form__line .form__line {
      margin-bottom: 0; }
    .contacts__form .form__line:last-child {
      margin-bottom: 0; }
  .contacts__form .btn {
    min-width: 28.5rem; }

.contacts__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #000; }

.contacts__text {
  max-width: 38rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000; }

.category {
  padding: 10rem 0 14rem; }

.category__wrapper {
  position: relative; }

.category__item-wrapper {
  position: relative; }
  .category__item-wrapper:hover .category__title {
    background-color: #026cdf; }

.category__list {
  border-radius: 3rem;
  overflow: hidden; }

.category__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; }
  .category__list-wrapper > div {
    width: calc(100% / 3);
    padding: 1rem; }

.js-category {
  border-radius: 3rem;
  overflow: hidden; }

.category__arrows {
  position: absolute;
  bottom: -2.7rem;
  right: 0;
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden; }
  .category__arrows .slick-prev,
  .category__arrows .slick-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    transform: translate(0, 0);
    background-color: #D7A568;
    transition: 0.3s; }
    .category__arrows .slick-prev:hover,
    .category__arrows .slick-next:hover {
      background-color: #026cdf; }
    .category__arrows .slick-prev:before,
    .category__arrows .slick-next:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }
  .category__arrows .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.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.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='white'/%3e%3c/svg%3e "); }
  .category__arrows .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='white'/%3e%3c/svg%3e "); }

.category__img {
  position: relative;
  overflow: hidden; }
  .category__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: 0.3s; }
  .category__img img {
    display: block;
    width: 100%; }

.category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 3.5rem;
  background-color: transparent;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  transition: 0.3s; }

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

.category-products__item {
  width: calc(100% / 3);
  padding: 1rem 1rem 4rem; }

.category-products__item-wrapper {
  text-decoration: none;
  transition: 0.3s; }
  .category-products__item-wrapper:hover {
    text-decoration: none; }
    .category-products__item-wrapper:hover .category-products__title {
      text-decoration-color: #026cdf; }

.category-products__img {
  height: 43rem;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  .category-products__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.category-products__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #026cdf;
  transition: 0.3s; }

.category-products__except {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000; }

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: 7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1; }

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

.login-page__remodal {
  width: 42rem;
  max-width: 100%;
  padding: 5rem 5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem; }

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

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

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

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

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

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

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

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

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

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

.bg-green {
  background-color: #4DB45E; }

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

.bg-main {
  background-color: #026cdf; }

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

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

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

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

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

.alert.visible-success {
  background-color: #4DB45E;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #4DB45E;
  display: block;
  color: #fff; }

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

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

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

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

.formh {
  display: none; }

@media (max-width: 1500px) {
  html {
    font-size: 9px; }
  .intro__content {
    min-height: 55rem; }
  .intro__head {
    margin-bottom: 6rem; }
  .intro__title {
    font-size: 7rem; }
  .intro__text {
    font-size: 2.6rem; } }

@media (max-width: 1230px) {
  .intro__slider .slick-dots {
    margin-left: 3rem; }
  .container {
    padding: 0 3rem; } }

@media (min-width: 993px) {
  .menu__btn,
  .menu {
    display: none; }
  .header__line {
    display: none; }
  .mobile__text-btn {
    display: none; } }

@media (max-width: 992px) {
  .mobile__text-wrapper {
    height: 20rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem; }
    .mobile__text-wrapper.opened {
      height: auto; }
      .mobile__text-wrapper.opened:after {
        display: none; }
    .mobile__text-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
      width: 100%; }
  .mobile__text-btn {
    display: block;
    color: #026cdf; }
  html {
    font-size: 10px; }
  .logo {
    margin-right: 0; }
  .header__line {
    padding: 0 3rem;
    background-color: #f1f1f1;
    height: 3rem;
    display: flex;
    align-items: center; }
  .hide-mobile {
    display: none; }
  .header__wrapper {
    height: 8rem; }
  .header__block {
    width: auto;
    justify-content: center; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.2rem;
    height: 1.6rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      transition: 0.3s; }
    .menu__btn:after {
      width: 2rem; }
    .menu__btn.active:after {
      margin-left: auto; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu {
    padding: 6rem 0;
    width: 100%;
    position: fixed;
    top: 8rem;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      padding: 0 3rem;
      overflow-y: auto; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 3rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .menu .nav__item a {
        color: #000;
        padding: 0;
        border-top: 0; }
    .menu .nav__submenu-wrapper {
      width: 100%;
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-container {
      box-shadow: none;
      padding-left: 1rem; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 1rem;
      padding: 0;
      text-align: left; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
      .menu .nav__submenu-item a {
        width: 100%;
        height: auto;
        padding: 0;
        border-top: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent;
          color: #026cdf; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
  .lng {
    height: 8rem; }
    .lng .lng__link {
      cursor: pointer;
      line-height: 1; }
      .lng .lng__link img {
        margin-right: 1rem; }
  .header__link {
    margin-left: 2.5rem; }
  .mob__action {
    display: flex;
    align-items: center;
    margin-top: 3rem; }
  .footer .nav__item {
    justify-content: center; }
  .footer__wrapper {
    flex-direction: column; }
  .footer__block {
    width: 100%;
    text-align: center; }
    .footer__block:first-child {
      margin-bottom: 4rem;
      width: 100%; }
    .footer__block:last-child {
      width: 100%; }
  .products__item {
    flex-direction: column;
    align-items: flex-start; }
  .products__img {
    width: 100%; }
  .intro__content {
    min-height: 39rem;
    padding: 3rem 0 9rem;
    background-position: right; }
  .intro__title {
    font-size: 6rem;
    margin-bottom: 1rem; }
  .intro__text {
    font-size: 2rem; }
  .products__content {
    width: 100%; }
  .footer .nav {
    flex-direction: column; }
  .footer .nav__item {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .footer .nav__item:last-child {
      margin-bottom: 0; }
  .footer__soc-wrapper {
    margin-bottom: 8rem;
    width: 100%;
    justify-content: space-between; }
    .footer__soc-wrapper .soc {
      margin-right: 0; }
  .soc {
    margin-bottom: 2rem;
    justify-content: center; }
  .input {
    font-size: 1.2rem; }
  .footer__line {
    padding-top: 0;
    flex-direction: column; }
  .copyright {
    margin-bottom: 3rem;
    font-weight: 500; }
  .made-by {
    font-weight: 500; }
  .subscribe__form .btn {
    padding: 0 1.7rem; }
  .footer__wrapper {
    padding-top: 4rem; }
  .lng__wrapper {
    left: auto;
    right: 0; }
  .intro .container {
    display: none; }
  .intro__head {
    display: none; }
  .intro__title {
    display: none; }
  .intro__text {
    display: none; }
  .intro__content {
    min-height: auto;
    padding: 0;
    background: none !important; }
  .intro__slider .intro__img {
    width: 100%;
    display: block; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .subscribe__form {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 2rem;
    max-width: 39rem;
    width: 100%; }
    .subscribe__form .input {
      width: 100%; }
  .footer__nav {
    text-align: center; }
  .section {
    padding-bottom: 5rem; }
    .section--news .block__title {
      margin-bottom: 2rem;
      font-size: 3rem; }
  .footer__title {
    margin-bottom: 1rem; }
  .product .products__item {
    margin-bottom: 5rem; }
  .products__item {
    border-radius: 1rem;
    overflow: hidden; }
  .tabs__nav {
    margin-bottom: 2rem; }
  .block__title--events {
    justify-content: center;
    font-size: 2.6rem; }
  .product__info:before {
    display: none; }
  .sector__head {
    flex-direction: column;
    align-items: flex-start; }
    .sector__head .title {
      margin-bottom: 1rem; }
    .sector__head .btn {
      padding: 0;
      height: auto;
      border: 0;
      background: none; }
      .sector__head .btn:hover {
        color: #026cdf; }
  .checkout:before {
    display: none; }
  .checkout__wrapper {
    flex-direction: column;
    padding: 4rem 0; }
  .checkout__block {
    width: 100%;
    padding: 0;
    margin-bottom: 3.5rem; }
    .checkout__block:last-child {
      padding-left: 0; }
      .checkout__block:last-child .checkout__title {
        margin-bottom: 3.5rem; }
  .product__map-wrapper {
    flex-direction: column;
    padding: 0 0 7rem; }
  .product__info-block {
    width: 100%; }
  .product__map-block {
    padding-left: 0; }
  .product__map-title {
    font-size: 2rem; }
  .product__map-item iframe {
    height: 25rem; }
  .product__info-block {
    margin-bottom: 2rem; }
  .products__block {
    width: 33.333%; }
  .product__image {
    width: 100%; }
  .product__main {
    width: 100%; }
  .header__search {
    width: 100%;
    margin-bottom: 2rem; }
    .header__search .input {
      width: 100%; }
  .menu__content {
    width: 100%; }
  .gallery__block img {
    height: 25rem; }
  .container {
    padding: 0 2rem; }
  .product__item {
    padding: 1.5rem 2rem 2rem; }
  .product__info-title {
    font-size: 2rem; }
  .product__table-container {
    position: static;
    flex-direction: column; }
  .product__table {
    width: 100%; }
    .product__table .cart__block {
      padding-top: 0; }
  .map-controls {
    top: auto;
    bottom: -5.5rem;
    right: 2rem;
    flex-direction: row;
    display: none; }
  .map-control-btn.svg-zoom-in {
    margin-right: 2rem;
    margin-bottom: 0; }
  .map-control-btn.svg-zoom-out {
    margin-bottom: 0;
    margin-right: 2rem; }
  .map-control-btn.svg-zoom-reset {
    margin-bottom: 0; }
  .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%; }
    .logo img {
      height: 2rem; }
  .lng__long {
    display: none; }
  .lng__short {
    padding-top: .1rem;
    display: block;
    text-transform: uppercase; }
  .intro {
    padding-top: 0;
    margin-bottom: 5rem; }
    .intro .products__item {
      border-radius: 0; }
  .product__intro-content {
    height: 25rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0; }
    .product__intro-content .title {
      font-size: 4rem; }
  .product__nav {
    justify-content: center; }
  .product__nav-link {
    font-size: 1.6rem; }
  .product__mobile-actions {
    margin-bottom: 2rem; }
  .product__mobile-wrapper {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between; }
    .product__mobile-wrapper .title {
      font-weight: 700; }
  .product__table--mobile {
    position: fixed;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    transform: translateY(calc(100% - 150px));
    transition: transform .2s ease; }
    .product__table--mobile.opened {
      transform: translateY(0);
      max-height: 550px;
      overflow-y: auto; }
      .product__table--mobile.opened .product__mobile-actions {
        border-bottom: 1px solid #ccc; } }

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

@media (max-width: 640px) {
  .soc__link {
    margin-right: 2rem; }
  .footer__soc-wrapper .soc {
    margin-right: 2rem; }
    .footer__soc-wrapper .soc:last-child {
      margin-right: 0; }
  .products__block {
    width: 50%; }
  .products__content {
    padding: 2rem; }
  .products__title {
    font-size: 2rem; }
  .products__price {
    position: static; }
  .intro .products__content {
    flex-direction: column;
    align-items: flex-start; } }

@media (min-width: 560px) {
  .table .title {
    display: none; } }

@media (max-width: 560px) {
  .cart__footer-wrapper {
    flex-direction: column;
    align-items: flex-start; }
    .cart__footer-wrapper .btn {
      margin-top: 3rem; }
  .fb_iframe_widget iframe {
    width: 100%; }
  .product__info {
    padding-bottom: 5rem;
    padding-top: 5rem; }
  .table {
    display: block; }
    .table--product thead {
      display: none; }
    .table--product tbody {
      display: block; }
      .table--product tbody tr {
        position: relative;
        display: block;
        padding: 1rem 0; }
        .table--product tbody tr:first-child {
          border-top: 1px solid #f1f1f1; }
        .table--product tbody tr:last-child {
          padding-bottom: 0; }
          .table--product tbody tr:last-child td {
            padding-bottom: .5rem; }
            .table--product tbody tr:last-child td:last-child {
              padding-bottom: 0; }
        .table--product tbody tr td {
          position: static;
          padding: 0 0 .5rem 0;
          display: flex;
          width: 100%; }
          .table--product tbody tr td:not(:first-child) {
            padding-top: .5rem; }
          .table--product tbody tr td:first-child {
            font-size: 1.8rem;
            font-weight: 700;
            flex-direction: column;
            align-items: flex-start; }
          .table--product tbody tr td:last-child {
            padding-bottom: 1rem;
            text-align: left; }
          .table--product tbody tr td .title {
            margin-right: .4rem; }
          .table--product tbody tr td .price {
            display: block;
            font-weight: 400;
            font-size: 1.4rem; }
    .table--product .separator {
      display: none; }
    .table--cart {
      display: block;
      margin-bottom: 0; }
      .table--cart thead {
        display: none; }
      .table--cart tbody {
        display: block; }
        .table--cart tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 3rem;
          position: relative;
          padding-bottom: 3rem; }
          .table--cart tbody tr:before {
            content: '';
            left: -3rem;
            right: -3rem;
            height: .3rem;
            background-color: #ffffff;
            position: absolute;
            bottom: 0; }
          .table--cart tbody tr:last-child {
            margin-bottom: 0;
            padding-bottom: 0; }
            .table--cart tbody tr:last-child:before {
              display: none; }
          .table--cart tbody tr td {
            display: block;
            text-align: left; }
            .table--cart tbody tr td:first-child {
              width: 100%; }
            .table--cart tbody tr td:nth-child(2) {
              width: 50%; }
            .table--cart tbody tr td:nth-child(3) {
              width: 50%; }
            .table--cart tbody tr td:nth-child(4) {
              width: 100%; }
            .table--cart tbody tr td:last-child {
              position: absolute;
              top: .2rem;
              right: -1rem; }
            .table--cart tbody tr td .title {
              color: #818181;
              text-transform: uppercase;
              font-weight: 700;
              letter-spacing: 0.2em;
              padding: 0 0 .5rem; }
  .product__table .table--product tbody tr {
    position: relative;
    padding: 0 0 .5rem; }
    .product__table .table--product tbody tr td:first-child {
      padding-top: 1rem; }
    .product__table .table--product tbody tr td:last-child {
      padding: 0; }
    .product__table .table--product tbody tr td .price {
      font-size: 1.6rem;
      font-weight: 500; }
    .product__table .table--product tbody tr td .count__wrapper {
      position: absolute;
      bottom: .6rem;
      right: 1rem; }
  .product__wrapper {
    flex-direction: column; }
  .product__block:last-child {
    margin-top: 0;
    margin-bottom: 4rem; }
  .product__map-content {
    padding: 2rem; }
  .product__map-text {
    letter-spacing: .1em; }
  .title__block {
    flex-direction: column;
    align-items: flex-start; }
    .title__block .block__title {
      margin-bottom: 0; }
  .products__img.cover-img {
    height: 300px; }
  .products__img.contain-img {
    height: 300px; }
  .cart__sector-row .select:after {
    right: 1rem; }
  .cart__sector-row .select select {
    padding-right: 3rem; } }

@media (max-width: 410px) {
  .product__nav-link {
    margin-right: 2rem; }
    .product__nav-link:last-child {
      margin-right: 0; } }
