/* 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=Inter:wght@100;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: 'Inter', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 1.5rem;
  letter-spacing: -.05em;
  color: #000; }
  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;
      transition: all .2s ease; }
      .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: 2.6rem;
      background-color: #0F6642;
      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 #0F6642;
  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: #0F6642;
    transition: 0.3s; }
    .remodal__footer a:hover {
      text-decoration-color: #0F6642; }

.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: 1360px) {
    .container {
      width: 1330px;
      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: 1360px) {
    .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: 1360px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      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: 1360px) {
  .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 #808080;
  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%;
  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__action {
  margin-right: 3.5rem;
  position: relative; }
  .header__action:last-of-type {
    margin-right: 0; }

.header__cart {
  display: flex;
  align-items: center;
  position: relative; }
  .header__cart img {
    margin-right: .5rem; }
  .header__cart .event {
    margin-right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #003725;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    top: -1rem;
    right: -1.5rem;
    line-height: 1;
    position: absolute;
    padding-right: .1rem; }
  .header__cart:hover {
    text-decoration: none; }

.header__cart-price {
  color: #000; }

.logo {
  margin-right: 4.5rem; }
  .logo img {
    display: block;
    height: 5.4rem; }

.nav {
  display: flex; }

.lng__short {
  display: none; }

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 3.5rem; }
  .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%;
    font-weight: 500;
    font-size: 1.7rem;
    color: #000;
    text-decoration: none;
    transition: 0.3s; }
    .nav__item a.active {
      color: #0F6642; }

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

.nav__submenu {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  padding: 2rem 0; }
  .nav__submenu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: #fff; }

.nav__submenu-item {
  transition: 0.3s;
  margin-bottom: 2rem; }
  .nav__submenu-item:last-child {
    margin-bottom: 0; }
  .nav__submenu-item a {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    text-transform: none;
    color: #000; }
  .nav__submenu-item:hover a {
    text-decoration: none;
    color: #0F6642; }

.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: #ffe3a0;
    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: #0F6642;
  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: #0F6642;
    text-decoration: none; }

.lng {
  position: relative;
  display: flex; }

.lng__link {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  text-transform: uppercase;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lng__link.active {
    color: #000;
    background-color: #ececec; }
  .lng__link:last-child {
    margin-right: 0; }
  .lng__link:hover {
    text-decoration: none; }

.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: #0F6642;
      color: #fff; }

.header__cart-block {
  position: relative; }
  .header__cart-block:hover .cart__popup-wrapper {
    opacity: 1;
    visibility: visible; }

.cart__popup-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 2rem;
  opacity: 0;
  visibility: hidden; }

.cart__popup {
  padding: 3rem;
  min-width: 57rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
  .cart__popup a {
    word-break: break-all; }
  .cart__popup .cart__table-img {
    height: 7rem;
    width: 7rem; }

.cart__popup-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600; }

.cart__popup-body {
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2rem;
  max-height: 27rem;
  overflow-y: auto; }
  .cart__popup-body .table--cart tbody tr:last-child {
    border-bottom: 0; }

.cart__popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cart__popup-footer .btn {
    margin-bottom: 0; }

.cart__popup-price {
  font-size: 2rem;
  font-weight: 600; }

.header__search-form {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 40rem;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  align-items: center; }
  .header__search-form .input {
    height: 4.4rem;
    margin-right: 1rem; }
  .header__search-form.opened {
    opacity: 1;
    visibility: visible; }
  .header__search-form .btn {
    border-radius: .8rem;
    height: 4.4rem;
    margin-bottom: 0; }

.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer; }

@media (max-width: 640px) {
  .header__action {
    position: static; }
  .header__search-form {
    right: 1.5rem;
    left: 1.5rem;
    width: auto; } }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label {
    background-color: #0F6642; }
    .switcher__input:checked + .switcher__label:after {
      transform: translate(1.4rem, -50%); }
    .switcher__input:checked + .switcher__label .no {
      color: #333333; }
    .switcher__input:checked + .switcher__label .yes {
      color: #fff; }

.switcher__label {
  width: 3rem;
  height: 1.6rem;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    left: .2rem;
    background-color: #fff;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

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

.checkbox {
  position: relative; }

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

.checkbox__label {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  line-height: 26px;
  font-size: 1.6rem;
  font-weight: 400;
  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: #0F6642; }

/* 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: #808080; }
  .radio__input:checked + .radio__label:before {
    border-color: #0F6642; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #0F6642; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4rem;
  cursor: pointer;
  line-height: 26px;
  font-size: 1.5rem;
  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 #808080;
    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: #808080;
    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: #DB4343; }
    .radio__label--error:before {
      border-color: #DB4343; }
  .radio__label--disabled {
    color: #808080; }
    .radio__label--disabled:before {
      border-color: #a6a6a6; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #808080; }
    .radio__label--not-active:before {
      border-color: #a6a6a6; }
    .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; }

.radio__wrapper {
  display: flex; }
  .radio__wrapper .radio {
    margin-right: 2rem; }
    .radio__wrapper .radio:last-child {
      margin-right: 0; }

/* 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: 1.4rem;
  /* 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: #808080;
    color: #fff; }
    .btn--gray:focus {
      background-color: #787878; }
    .btn--gray:hover {
      background-color: #737373; }
    .btn--gray:active {
      background-color: #6e6e6e; }
  .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: #DB4343;
    color: #fff; }
    .btn--red:focus {
      background-color: #d93636; }
    .btn--red:hover {
      background-color: #d72e2e; }
    .btn--red:active {
      background-color: #d22828; }
  .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: #ffe3a0;
    color: #000; }
    .btn--yellow:focus {
      background-color: #ffde91; }
    .btn--yellow:hover {
      background-color: #ffdb87; }
    .btn--yellow:active {
      background-color: #ffd87c; }
  .btn--main {
    background-color: #0F6642;
    color: #fff; }
    .btn--main:focus {
      background-color: #0d5939; }
    .btn--main:hover {
      background-color: #0c5034; }
    .btn--main:active {
      background-color: #0a472e; }
  .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: #808080;
    color: #fff; }
    .btn--gray:focus {
      background-color: #787878; }
    .btn--gray:hover {
      background-color: #737373; }
    .btn--gray:active {
      background-color: #6e6e6e; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #808080;
    color: #808080; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #808080;
      border-color: #7b7b7b; }
    .btn--o-gray:hover {
      border-color: #808080;
      background-color: #808080;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #787878;
      background-color: #787878; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 2px 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: 2px solid #DB4343;
    color: #DB4343; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #DB4343;
      border-color: #d93a3a; }
    .btn--o-red:hover {
      border-color: #DB4343;
      background-color: #DB4343;
      color: #fff; }
    .btn--o-red:active {
      border-color: #d93636;
      background-color: #d93636; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 2px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 2px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 2px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 2px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 2px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 2px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 2px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #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: 2px solid #ffe3a0;
    color: #ffe3a0; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #ffe3a0;
      border-color: #ffe096; }
    .btn--o-yellow:hover {
      border-color: #ffe3a0;
      background-color: #ffe3a0;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #ffde91;
      background-color: #ffde91; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #0F6642;
    color: #0F6642; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #0F6642;
      border-color: #0e5d3c; }
    .btn--o-main:hover {
      border-color: #0F6642;
      background-color: #0F6642;
      color: #fff; }
    .btn--o-main:active {
      border-color: #0d5939;
      background-color: #0d5939; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #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: 2px solid #808080;
    color: #808080; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #808080;
      border-color: #7b7b7b; }
    .btn--o-gray:hover {
      border-color: #808080;
      background-color: #808080;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #787878;
      background-color: #787878; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #808080;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #808080;
      border-color: #7b7b7b; }
    .btn--i-gray:hover {
      border-color: #808080;
      background-color: transparent;
      color: #808080; }
    .btn--i-gray:active {
      border-color: #787878;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #808080;
    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 #808080;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #DB4343;
      border-color: #d93a3a; }
    .btn--i-red:hover {
      border-color: #DB4343;
      background-color: transparent;
      color: #DB4343; }
    .btn--i-red:active {
      border-color: #d93636;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #ffe3a0;
      border-color: #ffe096; }
    .btn--i-yellow:hover {
      border-color: #ffe3a0;
      background-color: transparent;
      color: #ffe3a0; }
    .btn--i-yellow:active {
      border-color: #ffde91;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #808080;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #0F6642;
      border-color: #0e5d3c; }
    .btn--i-main:hover {
      border-color: #0F6642;
      background-color: transparent;
      color: #0F6642; }
    .btn--i-main:active {
      border-color: #0d5939;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    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 #808080;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #808080;
      border-color: #7b7b7b; }
    .btn--i-gray:hover {
      border-color: #808080;
      background-color: transparent;
      color: #808080; }
    .btn--i-gray:active {
      border-color: #787878;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #808080;
    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 {
    border: 2px solid #fff; }
    .btn--white:hover {
      background-color: transparent;
      color: #fff; }
  .btn--o-red svg {
    margin-right: 1.2rem;
    fill: #DB4343; }
  .btn--o-red:hover svg {
    fill: #fff; }

.form__row {
  display: flex;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    flex: 1; }
  @media (max-width: 992px) {
    .form__row {
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .form__row .form__group {
      flex: unset;
      width: 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: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .input--error::placeholder {
      color: #DB4343; }
    .input--error:focus {
      background-color: rgba(219, 67, 67, 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: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .input.error::placeholder {
      color: #DB4343; }
    .input.error:focus {
      background-color: rgba(219, 67, 67, 0.05); }
  .input.success {
    border-color: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .input.success::placeholder {
      color: #DB4343; }
    .input.success:focus {
      background-color: rgba(219, 67, 67, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }
  .input--count {
    width: 4rem;
    padding: 0;
    text-align: center;
    height: 4rem; }

.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: #ffe3a0;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer; }

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

.input__filled {
  height: 5.4rem;
  display: flex;
  align-items: center;
  background-color: #f0eeee;
  border-radius: .8rem;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 1.5rem; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  color: #000;
  transition: 0.3s;
  resize: none;
  font-weight: 500;
  height: 10rem;
  border-color: #d5d5d5;
  border-radius: 1rem;
  font-size: 1.5rem;
  padding: .5rem 1rem;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    font-weight: 500;
    color: #818181; }
  .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: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .textarea--error::placeholder {
      color: #DB4343; }
    .textarea--error:focus {
      background-color: rgba(219, 67, 67, 0.05); }
  .textarea.error {
    border-color: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .textarea.error::placeholder {
      color: #DB4343; }
    .textarea.error:focus {
      background-color: rgba(219, 67, 67, 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: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
  z-index: 1; }
  .label .required {
    color: #DB4343; }

/* 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: #0F6642;
    pointer-events: none;
    padding: .3rem; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: .5rem 4rem .5rem  2rem;
    vertical-align: middle;
    background-color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    border-radius: .8rem;
    color: #000;
    transition: 0.3s;
    border: 1px solid #D5D5D5; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #DB4343;
      color: #DB4343;
      background-color: rgba(219, 67, 67, 0.05); }
      .select select.error::placeholder {
        color: #DB4343; }
      .select select.error:focus {
        background-color: rgba(219, 67, 67, 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: #DB4343; }
  .select--success:before, .select--success:after {
    color: #4DB45E; }
  .select--error select {
    color: #DB4343;
    border-color: #DB4343;
    color: #DB4343;
    background-color: rgba(219, 67, 67, 0.05); }
    .select--error select::placeholder {
      color: #DB4343; }
    .select--error select:focus {
      background-color: rgba(219, 67, 67, 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: 1.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 1.5rem;
    background-image: url("/src/assets/images/rect.png");
    background-size: cover;
    background-repeat: no-repeat; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #808080;
    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: 4.4rem;
  width: 4.4rem;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  border-right: 0;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-right: 1.5rem; }
  .pagination__item:last-child {
    margin-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.prev {
    position: relative;
    background-color: #000; }
    .pagination__item.prev:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(-45deg);
      border-width: 2px 0 0 2px;
      border-style: solid;
      border-color: #fff;
      padding: .3rem; }
    .pagination__item.prev.disabled {
      pointer-events: none;
      background-color: #fff; }
      .pagination__item.prev.disabled:before {
        border-color: #808080; }
  .pagination__item.next {
    position: relative;
    background-color: #000; }
    .pagination__item.next:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(-45deg);
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #fff;
      padding: .3rem; }
    .pagination__item.next.disabled {
      pointer-events: none;
      background-color: #fff; }
      .pagination__item.next.disabled:before {
        border-color: #808080; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 1rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #808080;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #DB4343;
    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: #ffe3a0;
    color: #000; }
  .alert--main {
    background-color: #0F6642;
    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: #808080;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #808080;
    border: 1px solid #808080; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #DB4343;
    border: 1px solid #DB4343; }
  .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: #ffe3a0;
    border: 1px solid #ffe3a0; }
  .alert--o-main {
    background: transparent;
    color: #0F6642;
    border: 1px solid #0F6642; }
  .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: #808080;
    border: 1px solid #808080; }
  .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--yellow {
    margin-bottom: 2rem;
    text-align: center; }

.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: #DB4343;
  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: 13rem 0 12.5rem; }
  .news .block__title {
    margin-bottom: 4rem;
    font-size: 4rem; }
  .news--page {
    padding-top: 0; }
  .news .block__text .dvaSloupce {
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .news .block__text .dvaSloupce a {
      color: #0F6642; }
  .news .block__text .dvaSloupce2 {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .news .block__text .dvaSloupce2 a {
      color: #0F6642; }
  .news .block__text .bgGrey {
    margin-bottom: 2rem;
    display: flex;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .news .block__text .bgGrey li {
      padding-left: 0; }
      .news .block__text .bgGrey li:after {
        display: none; }
    .news .block__text .bgGrey .dvaSloupce {
      width: 50%;
      box-shadow: none;
      background: none; }
    .news .block__text .bgGrey .dvaSloupce2 {
      width: 50%;
      box-shadow: none;
      background: none;
      margin-top: 0; }
    .news .block__text .bgGrey a {
      color: #000; }
      .news .block__text .bgGrey a:hover {
        color: #0F6642;
        text-decoration: none; }

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

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

.news__page {
  max-width: 86rem; }

.news__img {
  margin-bottom: 3rem;
  width: 100%;
  height: 50rem;
  object-fit: cover;
  border-radius: 1rem;
  display: block; }

.gallery {
  max-width: 86rem; }

.gallery__slider {
  margin-bottom: 1.5rem; }
  .gallery__slider img {
    height: 50rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem; }

.gallery__thumb {
  height: 9rem;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery__thumb img {
    height: 12rem;
    border-radius: 1rem;
    display: block;
    object-fit: cover;
    width: 100%; }

/* 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: #ffe3a0; }
  .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 #808080; }
  .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: #808080;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #737373; }
    .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: #DB4343;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #d72e2e; }
    .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: #ffe3a0;
      color: #000; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #ffdb87; }
    .table--hover tbody tr.row--main {
      background-color: #0F6642;
      color: #fff; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #0c5034; }
    .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: #808080;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #737373; }
    .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 #808080; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table tbody tr.row--gray {
    background-color: #808080;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #DB4343;
    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: #ffe3a0;
    color: #000; }
  .table tbody tr.row--main {
    background-color: #0F6642;
    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: #808080;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--cart {
    font-size: 1.6rem;
    font-weight: 700; }
    .table--cart thead tr {
      border-bottom: 1px solid #F3F4F5;
      background-color: transparent; }
      .table--cart thead tr th {
        color: #818181;
        font-weight: 500;
        padding: 0 1rem .5rem; }
        .table--cart thead tr th:first-child {
          padding-left: 0; }
    .table--cart tbody tr td {
      position: relative;
      padding: .5rem 1rem;
      font-weight: 500; }
      .table--cart tbody tr td a {
        color: inherit; }
        .table--cart tbody tr td a:hover {
          text-decoration: underline; }
      .table--cart tbody tr td:first-child {
        padding-left: 0; }
  .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: #0F6642;
  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: #808080; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #ffe3a0;
      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: #0F6642; }

.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 #b3b3b3; }
  .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 #b3b3b3;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #b3b3b3; }
      .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: #808080; }
      .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: #ffe3a0; }
    .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 {
  border-top: 1px solid #F3F4F5; }
  .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: 6rem 0 1rem;
  margin: 0 -2rem; }

.footer__block {
  width: 25%;
  padding: 0 2rem; }
  .footer__block .nav {
    flex-direction: column; }
  .footer__block .nav__item {
    margin-right: 0;
    margin-bottom: 2rem; }
    .footer__block .nav__item a {
      color: #000;
      font-size: 1.6rem;
      font-weight: 500; }
      .footer__block .nav__item a:hover {
        color: #0F6642; }
    .footer__block .nav__item:last-of-type {
      margin-right: 0; }

.footer__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #0F6642; }

.footer__text {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000; }

.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.6rem;
  line-height: 1.3;
  color: #000; }

.made-by {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  color: #000; }
  .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: #0F6642;
  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-weight: 500;
  font-size: 1.6rem; }

.products__item {
  margin-bottom: 3rem;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1); }

.products__item-wrapper {
  display: flex; }

.products__img {
  margin-right: 2.5rem; }
  .products__img img {
    height: 17rem;
    display: block;
    width: 26rem; }

.products__content {
  flex: 1;
  position: relative; }

.products__code {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #808080;
  text-align: right; }

.products__title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  max-width: 54rem; }

.products__info-wrapper {
  display: flex;
  flex-wrap: wrap; }

.products__info-block {
  width: 50%;
  display: flex;
  min-height: 3.4rem; }
  .products__info-block .title {
    font-weight: 600;
    color: #808080;
    min-width: 13.5rem; }
  .products__info-block .text {
    font-weight: 600; }

.products__footer {
  margin: 2.5rem -2.5rem 0;
  padding: 2.5rem;
  border-top: 1px solid #F3F4F5;
  display: flex; }

.products__availability {
  width: 26rem;
  margin-right: 2.5rem;
  display: flex;
  font-weight: 600; }
  .products__availability .status {
    margin-left: .2rem; }
    .products__availability .status.order {
      color: #DB4343; }

.products__price {
  font-weight: 600; }
  .products__price b {
    font-size: 2.2rem;
    font-weight: 600; }

.products__actions {
  display: flex;
  margin-left: auto; }
  .products__actions .btn {
    height: 4.4rem;
    padding: 0 2rem; }

.count {
  margin-right: 2.4rem;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  display: flex; }
  .count .input {
    width: 4rem;
    border: 0;
    padding: 0;
    text-align: center;
    height: 4.4rem; }

.count__btn {
  height: 100%;
  width: 3rem;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 1.4rem;
    height: .2rem;
    background-color: #0F6642; }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    height: 1.4rem;
    width: .2rem;
    background-color: #0F6642; }

.product {
  margin-bottom: 13rem; }

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

.product__nav {
  padding: 0 1.5rem;
  width: 25%; }

.product__nav-head {
  padding: 2.5rem 3rem;
  border-bottom: 1px solid #F3F4F5;
  display: flex; }
  .product__nav-head a {
    margin-right: 1.5rem; }
    .product__nav-head a img {
      display: block; }

.product__nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 3rem; }

.product__nav-link {
  color: #000;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  transition: 0.3s; }
  .product__nav-link:last-child {
    margin-bottom: 0; }
  .product__nav-link.active {
    color: #0F6642; }
  .product__nav-link:hover {
    color: #7d7d7d;
    text-decoration: none; }

.product__nav-title {
  font-size: 1.8rem;
  font-weight: 600; }

.product__block {
  width: 75%;
  padding: 0 1.5rem; }

.product__item {
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem; }

.product__item-wrapper {
  display: flex; }

.product__sliders {
  width: calc(100% - 33rem);
  padding: 3rem;
  border-right: 1px solid #F3F4F5; }
  .product__sliders.no-info {
    width: 100%;
    border-right: 0; }

.product__info {
  width: 33rem;
  padding: 3rem; }
  .product__info .btn {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2.5rem; }

.product__size {
  margin: 0 -3rem;
  padding: 3rem;
  border-top: 1px solid #f3f4f5; }

.product__size-title {
  margin-bottom: 2.2rem;
  font-size: 1.7rem;
  font-weight: 600; }

.product__size-img {
  width: 100%;
  border-radius: 2rem;
  height: 20rem;
  object-fit: cover; }

.product__slider {
  margin-bottom: 2rem; }
  .product__slider .slick-next {
    right: -1rem; }
  .product__slider .slick-prev {
    left: -.5rem; }
  .product__slider img {
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 33.7rem;
    object-fit: cover; }

.product__description-block {
  border-top: 1px solid #F3F4F5;
  padding: 3rem 3rem 3rem; }
  .product__description-block .block__text {
    margin-bottom: 0;
    font-size: 1.7rem; }

.product__thumbs {
  margin-bottom: 2.5rem; }
  .product__thumbs .slick-list {
    padding-right: 8rem;
    margin: 0 -.25rem; }
  .product__thumbs .slick-slide {
    padding: 0 .25rem; }

.product__thumb-img {
  height: 7rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem; }
  .product__thumb-img img {
    height: 7rem;
    object-fit: cover;
    border-radius: 2rem;
    width: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.product__text {
  max-width: 50rem;
  font-size: 1.7rem;
  font-weight: 600; }

.product__description {
  margin-top: 7rem; }

.product__sort {
  display: flex;
  align-items: center; }
  .product__sort .title {
    font-size: 2rem;
    margin-right: 2rem; }

.product__sort-form {
  display: flex; }

.sort__radio {
  margin-right: 1rem; }
  .sort__radio:last-child {
    margin-right: 0; }

.sort__radio-input {
  display: none; }
  .sort__radio-input:checked + .sort__radio-label {
    background-color: #ececec; }
    .sort__radio-input:checked + .sort__radio-label img {
      filter: none; }

.sort__radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer; }
  .sort__radio-label img {
    filter: grayscale(100%); }

.empty__cart {
  text-align: center; }

.empty__cart-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.cart__table-img {
  width: 7rem;
  height: 7rem;
  display: block;
  border-radius: 1rem;
  background-size: cover;
  background-repeat: no-repeat; }

.cart__info-row {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cart__info-block {
  display: flex;
  align-items: center; }
  .cart__info-block .btn {
    height: 4.4rem;
    padding: 0 1.5rem;
    font-size: 1.4rem; }

.cart__back {
  color: #0F6642;
  margin-right: 1.5rem; }

.cart__total {
  font-weight: 500;
  font-size: 1.8rem; }

.cart__form {
  max-width: 50rem; }

.total__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem; }
  .total__summary-row.total {
    padding-top: .2rem;
    font-weight: 500; }

.cart__remove img {
  width: 1rem;
  height: 1rem; }

.payment_imgs {
  padding-top: 2rem; }

.cart__success {
  font-size: 4rem;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 992px) {
    .cart__success {
      font-size: 2.4rem; } }

.cart__checkmark {
  width: 8rem;
  height: 8rem;
  margin: 5rem auto 2rem;
  background-color: #0F6642;
  border-radius: 50%;
  position: relative; }
  .cart__checkmark:after {
    content: '';
    width: 2rem;
    height: 4rem;
    border-width: 0 .7rem .7rem 0;
    border-style: solid;
    border-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -.5rem;
    transform: translate(-50%, -50%) rotateZ(45deg);
    position: absolute; }

.intro {
  margin-bottom: 11rem; }

.intro__content {
  padding-top: 5.5rem; }

.intro__block {
  color: #000000; }

.intro__title {
  max-width: 94rem;
  margin: 0 auto 2rem;
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #000000;
  letter-spacing: -0.05em;
  line-height: 1.24; }

.intro__text {
  max-width: 88.1rem;
  margin: 0 auto 6.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #2e2e2e;
  letter-spacing: -0.05em;
  line-height: 1.46; }
  .intro__text span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.6rem;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url("/src/assets/images/rect.png");
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-0.1rem); }

.intro__img-wrapper {
  position: relative;
  display: flex;
  justify-content: center; }

.intro__img {
  display: block;
  margin-left: -4.5rem;
  height: 30rem;
  width: 30rem;
  position: relative;
  object-fit: cover;
  z-index: 2;
  border-radius: 50%; }
  .intro__img:first-child {
    margin-left: 0;
    transform: translateX(12rem);
    animation: introImgLeft .8s ease forwards;
    animation-delay: .3s; }
  .intro__img:nth-child(2) {
    transform: translateX(4rem);
    animation: introImgLeftSec .8s ease forwards;
    animation-delay: .3s; }
  .intro__img:nth-child(3) {
    transform: translateX(-4rem);
    animation: introImgRightSec .8s ease forwards;
    animation-delay: .3s; }
  .intro__img:last-child {
    transform: translateX(-12rem);
    animation: introImgRight .8s ease forwards;
    animation-delay: .3s; }

@keyframes introImgLeft {
  from {
    transform: translateX(12rem); }
  to {
    transform: translateX(0); } }

@keyframes introImgLeftSec {
  from {
    transform: translateX(4rem); }
  to {
    transform: translateX(0); } }

@keyframes introImgRightSec {
  from {
    transform: translateX(-4rem); }
  to {
    transform: translateX(0); } }

@keyframes introImgRight {
  from {
    transform: translateX(-12rem); }
  to {
    transform: translateX(0); } }

.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 {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1000;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 53rem; }
  .cookie.closed {
    display: none; }

.cookie__title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500; }

.cookie__text {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.cookie__accordion-container {
  margin-bottom: 1rem;
  display: none; }

.cookie__accordion {
  margin-bottom: 1rem;
  background-color: rgba(239, 239, 239, 0.5); }
  .cookie__accordion:last-of-type {
    margin-bottom: 0; }

.cookie__accordion-head {
  display: flex;
  cursor: pointer;
  user-select: none;
  justify-content: space-between;
  padding: 1rem 4rem 1rem 1rem;
  position: relative; }
  .cookie__accordion-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    padding: .4rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    margin-top: -.2rem;
    transform: translateY(-50%) rotateZ(45deg); }
  .cookie__accordion-head.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(225deg); }

.cookie__accordion-title {
  font-weight: 500;
  font-size: 1.5rem; }

.cookie__accordion-setup {
  font-size: 1.5rem;
  color: #4DB45E; }

.cookie__accordion-content {
  padding: 1rem;
  font-size: 1.2rem; }

.cookie__actions {
  display: flex;
  gap: 1rem; }
  .cookie__actions .btn {
    padding: 0;
    flex: 1;
    font-size: 1.4rem; }

.cookie__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: block; }
  .cookie__close:before, .cookie__close:after {
    content: '';
    position: absolute;
    top: .4rem;
    width: 100%;
    height: .2rem;
    background-color: #000;
    left: 0;
    transform: rotateZ(45deg); }
  .cookie__close:after {
    transform: rotateZ(-45deg); }

@media (max-width: 560px) {
  .cookie {
    right: 2rem; } }

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

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

.contact__page-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600; }

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

.contact__block {
  width: 25%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .contact__block {
      width: 33.33%;
      margin-bottom: 2rem; } }
  @media (max-width: 640px) {
    .contact__block {
      width: 50%; } }
  @media (max-width: 400px) {
    .contact__block {
      width: 100%; } }

.contact__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600; }

.contact__text a {
  color: #0F6642; }

.block__title-wrapper {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .block__title-wrapper .block__title {
    margin-bottom: 0; }

.block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #000000;
  letter-spacing: -.05em; }

.block__text {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #000; }
  .block__text ul {
    list-style: none;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem;
    padding-left: 3rem;
    position: relative; }
    .block__text li:after {
      content: '';
      position: absolute;
      top: 1.1rem;
      left: 0;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #0F6642;
      transform: rotateZ(45deg); }
  .block__text h2 {
    font-weight: 600;
    font-size: 2rem;
    margin: .5em 0; }
  .block__text h3 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.about {
  margin-bottom: 13rem;
  position: relative;
  z-index: 2; }

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

.about__block {
  width: 50%;
  padding: 0 1rem; }
  .about__block:last-child {
    padding-top: .5rem; }
  .about__block .block__title {
    display: flex;
    margin-bottom: 0; }
    .about__block .block__title:after {
      content: '';
      height: 2px;
      background-color: #0F6642;
      flex: 1;
      margin-left: 1.5rem; }

.block__link {
  display: flex;
  align-items: center;
  color: #0F6642;
  font-size: 1.7rem; }
  .block__link img {
    margin-left: .5rem;
    transition: all .2s ease; }
  .block__link:hover {
    text-decoration: none; }
    .block__link:hover img {
      transform: translateX(0.4rem); }

.catalog {
  margin-bottom: 13rem; }

.list__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .list__wrapper--filter {
    margin-bottom: 2rem; }
    .list__wrapper--filter .list__block {
      width: 33.33%; }

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

.list__slider {
  margin-bottom: 3rem; }
  .list__slider .slick-list {
    padding: 2rem 0;
    margin: -2rem -1.5rem; }
  .list__slider .slick-track {
    display: flex; }
  .list__slider .slick-slide {
    float: none;
    padding: 0 1.5rem; }

.list__item {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  color: #000;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  display: block;
  min-height: 100%;
  transition: all .4s ease; }
  .list__item:hover {
    text-decoration: none;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3); }
    .list__item:hover .list__img img {
      transform: scale(1.1); }

.list__img {
  height: 17.5rem;
  overflow: hidden;
  width: 100%;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  .list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    transition: all .4s ease; }

.list__content {
  padding: 2rem 2.5rem; }

.list__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2; }

.list__text {
  letter-spacing: -.05em;
  font-size: 1.6rem;
  font-weight: 400; }
  .list__text * {
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important; }

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

.list__dots .slick-dots {
  position: static;
  text-align: left; }

.list__arrows {
  display: flex; }
  .list__arrows .slick-prev {
    margin-right: 2.5rem;
    position: static;
    transform: none; }
  .list__arrows .slick-next {
    position: static;
    transform: none; }

.products {
  margin-bottom: 10rem; }

.banner {
  padding: 9rem 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner .block__title {
    max-width: 63rem;
    margin-bottom: 3rem;
    font-size: 4.4rem;
    color: #fff; }
  .banner .block__text {
    margin-bottom: 4rem;
    max-width: 53rem;
    color: #fff; }
  .banner .btn {
    margin-bottom: 0; }

.list__date {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  color: #868686;
  padding-right: 3rem;
  padding-bottom: 2rem; }

.order__frame {
  border: 0;
  width: 100% !important; }
  .order__frame .checkbox {
    margin-bottom: 1rem; }

.form__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.order__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }

.order__form-block {
  width: 70%;
  padding: 0 1.5rem;
  margin-bottom: 3rem; }
  .order__form-block:not(:first-child) {
    width: 30%; }

.order__checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .order__checkbox-wrapper .checkbox {
    padding: 0 1.5rem;
    width: 50%;
    margin-bottom: 1rem; }
  .order__checkbox-wrapper .radio {
    margin-bottom: 2rem; }

.order__form-item {
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .order__form-item .radio {
    margin-bottom: 1rem; }

.page__form-wrapper {
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 1000;
  transition: all .4s ease;
  transform: translateY(55.8rem); }
  .page__form-wrapper.opened {
    transform: translateY(0); }
    .page__form-wrapper.opened .page__form-close {
      opacity: 1;
      visibility: visible; }
  @media (max-width: 400px) {
    .page__form-wrapper {
      left: 2rem;
      right: 2rem; } }

.page__form {
  overflow: hidden;
  width: 34.4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
  @media (max-width: 400px) {
    .page__form {
      width: 100%; } }
  .page__form .g-recaptcha {
    margin-bottom: 2rem; }

.page__form-title {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  background-color: #0F6642;
  color: #fff;
  user-select: none;
  cursor: pointer;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem; }
  .page__form-title img {
    margin-right: 1rem; }

.page__form-text {
  margin-bottom: 2rem; }

.page__form-content {
  padding: 2rem;
  background-color: #fff; }
  .page__form-content .input {
    height: 4.4rem;
    font-size: 1.5rem;
    padding: 0 1rem; }
  .page__form-content .btn {
    height: 4.4rem;
    width: 100%; }

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

.about__container {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #F3F4F5; }
  .about__container:last-of-type {
    margin-bottom: 0;
    border-bottom: 0; }
  .about__container .block__text:before, .about__container .block__text:after {
    content: "";
    display: table; }
  .about__container .block__text:after {
    clear: both; }
  .about__container .block__text:last-of-type {
    margin-bottom: 0; }
  .about__container .block__text h3 {
    text-align: center; }

.about__img {
  float: left;
  display: block;
  width: 25rem;
  height: 25rem;
  object-fit: cover;
  margin-right: 2rem; }

.about__certificate {
  display: block;
  float: left;
  width: 25rem;
  height: 30rem; }
  .about__certificate img {
    max-width: 100%;
    max-height: 100%; }

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

.contact__page-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600; }

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

.contact__block {
  width: 25%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .contact__block {
      width: 33.33%;
      margin-bottom: 2rem; } }
  @media (max-width: 640px) {
    .contact__block {
      width: 50%; } }
  @media (max-width: 400px) {
    .contact__block {
      width: 100%; } }

.contact__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600; }

.contact__text a {
  color: #0F6642; }

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

.category__wrapper {
  position: relative; }

.category__item-wrapper {
  position: relative; }
  .category__item-wrapper:hover .category__title {
    background-color: #0F6642; }

.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: #0F6642; }
    .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: #0F6642; }

.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: #0F6642;
  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: #808080; }

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

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

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

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

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

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

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

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

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

.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: #DB4343;
  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: 1230px) {
  .nav__item {
    margin-right: 2rem; }
  .logo {
    margin-right: 2rem; }
  .products__info-block {
    width: 50%;
    flex-direction: column;
    margin-bottom: 1rem; }
  .intro__img {
    width: 25rem;
    height: 25rem; } }

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

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

@media (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff; }
  .breadcrumbs {
    padding-top: 2rem; }
  .page {
    padding-top: 6rem; }
  .header__wrapper {
    height: 6rem; }
  .logo {
    margin-right: 2rem; }
    .logo img {
      height: 4rem; }
  .header__action {
    margin-right: 2rem; }
  .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: #000;
      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: 6.1rem;
    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: 2rem; }
      .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: 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 {
      padding: 2rem 0 0;
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 2rem;
      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: #0F6642; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
  .header__block {
    width: auto; }
  .news {
    padding-top: 6rem; }
  .footer__wrapper {
    flex-direction: column; }
  .footer__block {
    width: 100%;
    text-align: center; }
    .footer__block .nav {
      align-items: center; }
  .soc {
    justify-content: center; }
  .intro__title {
    font-size: 3rem; }
  .intro__text {
    font-size: 1.7rem; }
  .about {
    margin-bottom: 4rem; }
  .news {
    padding-bottom: 3rem; }
  .banner {
    padding: 6rem 0; }
  .list__block {
    width: 33.333%; }
  .header__cart {
    margin-right: 2rem; }
  .list__wrapper--filter .list__block {
    width: 50%; }
  .block__title {
    font-size: 2.4rem; }
  .catalog {
    margin-bottom: 4rem; }
  .product__wrapper {
    flex-wrap: wrap; }
  .product__nav {
    width: 100%;
    margin-bottom: 2rem;
    display: none; }
  .product__block {
    width: 100%; }
  .products__img {
    margin-bottom: 1rem; }
    .products__img img {
      width: 15rem;
      object-fit: cover;
      height: 10rem; }
  .products__title {
    font-size: 1.8rem; }
  .products__footer {
    flex-direction: column;
    padding-bottom: 0; }
  .products__availability {
    margin-right: 0;
    width: auto; }
  .products__price {
    margin-bottom: 2rem; }
  .news--page {
    padding-top: 0; }
  .news__block {
    width: 33.33%; }
  .product {
    margin-bottom: 6rem; }
  .gallery__slider img {
    height: 35rem; }
  .gallery__thumbs img {
    width: 100%; }
  .intro {
    margin-bottom: 4rem; }
  .header {
    box-shadow: 0 0 2rem rgbA(0, 0, 0, 0.1); }
  .products__img {
    margin-right: 0; }
    .products__img img {
      width: 100%;
      height: 18rem; }
  .product__sort .title {
    font-size: 1.5rem; }
  .cart__popup-wrapper {
    display: none; } }

@media (max-width: 768px) {
  .about__wrapper {
    flex-direction: column; }
  .about__block {
    width: 100%; }
  .footer__line {
    flex-direction: column;
    align-items: center; }
  .list__block {
    width: 50%; }
  .header__cart-price {
    display: none; }
  .products__item-wrapper {
    flex-direction: column; }
  .news__block {
    width: 50%; }
  .product__item-wrapper {
    flex-direction: column; }
  .product__sliders {
    width: 100%; }
  .product__info {
    width: 100%; }
  .gallery__slider img {
    height: 25rem; }
  .intro__img {
    width: 20rem;
    height: 20rem;
    margin-left: -9.5rem; }
    .intro__img:first-child {
      margin-left: 0; }
  .order__form-wrapper {
    flex-direction: column; }
  .order__form-block {
    width: 100%; }
    .order__form-block:not(:first-child) {
      width: 100%; }
  .table--cart tbody tr td {
    white-space: nowrap; }
    .table--cart tbody tr td a {
      white-space: normal; }
  .about__block .block__title:after {
    display: none; } }

@media (max-width: 640px) {
  .order__form-block .checkbox {
    width: 100%; }
  .news__page .right {
    width: 100% !important; }
  .news__page iframe {
    width: 100% !important; } }

@media (max-width: 560px) {
  .block__title-wrapper {
    flex-direction: column;
    align-items: flex-start; }
    .block__title-wrapper .block__title {
      margin-bottom: 1rem; }
  .list__block {
    width: 100%; }
  .news__block {
    width: 100%; }
  .list__wrapper--filter .list__block {
    width: 100%; }
  .banner .block__title {
    font-size: 3rem; }
  .block__text {
    font-size: 1.6rem; }
  .intro__img {
    width: 15rem;
    height: 15rem;
    margin-left: -5.5rem; }
    .intro__img:first-child {
      margin-left: 0; }
  .table--cart {
    display: block; }
    .table--cart thead {
      display: none; }
    .table--cart tbody {
      display: block; }
      .table--cart tbody tr {
        display: block;
        position: relative; }
        .table--cart tbody tr:before, .table--cart tbody tr:after {
          content: "";
          display: table; }
        .table--cart tbody tr:after {
          clear: both; }
        .table--cart tbody tr td {
          display: block;
          width: calc(50% - 4.5rem);
          padding-left: 0;
          float: left;
          position: static; }
          .table--cart tbody tr td:first-child {
            float: left;
            width: 9rem;
            padding-left: 0; }
          .table--cart tbody tr td .cart__table-img {
            width: 9rem;
            height: 9rem; }
          .table--cart tbody tr td:nth-child(2) {
            width: calc(100% - 9rem);
            padding-left: 1rem;
            font-weight: 700;
            padding-right: 2rem; }
          .table--cart tbody tr td:nth-child(3) {
            padding-top: 1.5rem;
            padding-left: 1rem;
            width: 10rem; }
          .table--cart tbody tr td:nth-last-child(2) {
            display: none; }
          .table--cart tbody tr td:last-child {
            padding-bottom: 2rem;
            text-align: right;
            position: static; }
          .table--cart tbody tr td .cart__remove {
            position: absolute;
            top: 1rem;
            right: 0;
            z-index: 3; }
  .cart__info-row {
    flex-direction: column-reverse; }
  .cart__info-block {
    margin-bottom: 2rem; }
    .cart__info-block:last-child {
      margin-bottom: 0; }
  .list__img {
    height: 21.5rem; }
  .input {
    height: 4.4rem; } }

@media (max-width: 440px) {
  .products__info-block {
    margin-bottom: 1rem;
    flex-direction: column; }
    .products__info-block .title {
      min-width: auto; }
    .products__info-block:last-child {
      margin-bottom: 0; }
  .intro__img {
    width: 12rem;
    height: 12rem;
    margin-left: -3.5rem; } }

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

.slbArrow {
  display: none; }

.ui-widget-header {
  background: #0F6642 !important;
  border-color: #0F6642 !important; }

.ui-state-hover {
  background-color: #0F6642 !important;
  border-color: #0F6642 !important; }

html .ui-widget-content .ui-state-default.ui-state-highlight {
  background: #0F6642 !important;
  border-color: #0F6642 !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #179967 !important;
  border-color: #0F6642 !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #000; }
