@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: "Russo One", 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; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.text-page {
    overflow: auto; }
    body.text-page .page {
      overflow: unset; }

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: #fff "/images/ajax-loader.gif" center center no-repeat; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block;
    max-width: 100%; }
  .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: 500px; } }

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

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

.remodal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.6rem;
  height: 1.6rem;
  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: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 {
  padding: 0;
  border-radius: 0;
  text-align: left;
  overflow: hidden; }
  .remodal--countries {
    padding: 3rem 3rem 0; }

.remodal__content {
  padding: 5rem 8rem;
  position: relative; }
  .remodal__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 14rem;
    background-color: #008009; }
  .remodal__content .btn {
    min-width: 15rem; }

.remodal__title {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 4.5rem; }

.remodal__footer {
  padding-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8rem; }

.remodal__footer-text {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.8rem; }
  .remodal__footer-text a {
    display: block;
    color: #008009; }

@media (max-width: 992px) {
  .remodal__content {
    padding: 3rem; } }

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

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

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

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

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

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

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

body.error_page .page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column; }

.error__container {
  flex: 1;
  background-color: #008009;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .error__container .type {
    font-size: 8rem;
    text-transform: uppercase; }
  .error__container .text {
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 2rem; }

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

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

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

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

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

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #848B8F;
  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: 500;
  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 {
  width: 100%;
  background: #101315;
  z-index: 10; }

.header__line {
  background-color: #101315; }

.header__line-wrapper {
  display: flex;
  height: 5rem;
  justify-content: space-between;
  border-bottom: 1px solid #212426; }

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

.header__line-action {
  margin-right: 5rem; }
  .header__line-action:last-child {
    margin-right: 0; }

.header__links {
  display: flex; }
  .header__links .header__link {
    margin-right: 1.5rem;
    color: #fff; }
    .header__links .header__link img {
      margin-right: 0; }
    .header__links .header__link:last-child {
      margin-right: 0; }

.header__wrapper {
  height: 12rem;
  display: flex;
  align-items: center; }

.header__block {
  margin-right: 4rem; }

.header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto; }

.header__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-right: 4.5rem;
  padding-right: 4.5rem;
  border-right: 1px solid #212426; }
  .header__action:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }

.header__title {
  color: #fff;
  font-family: "Inter", sans-serif; }

.header__cart {
  position: relative; }
  .header__cart:hover .header__cart-popup {
    opacity: 1;
    visibility: visible; }
  .header__cart .header__item img {
    height: 21px; }

.header__cart-popup {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 4.9rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.cart__popup {
  padding: 3rem;
  background-color: #F5F5F5;
  min-width: 74rem; }

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

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

.header__item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative; }
  .header__item.logged {
    position: relative; }
    .header__item.logged:hover .header__menu {
      opacity: 1;
      visibility: visible; }
    .header__item.logged img {
      margin-right: 1rem; }
  .header__item img {
    display: block;
    height: 14px;
    margin-left: .4rem; }
  .header__item .event {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #000000;
    background-color: #CAE1CB;
    border-radius: 50%;
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
    border: 2px solid #101315;
    font-size: 1.5rem; }

.header__menu {
  padding-top: 4.9rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.3s; }
  .header__menu a {
    height: 5rem;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #008009;
    transition: all .2s ease;
    padding: 0 1.8rem;
    min-width: 27rem; }
    .header__menu a:hover {
      color: #fff;
      background-color: #006707;
      text-decoration: none; }
    .header__menu a.active {
      color: #fff;
      background-color: #008009; }

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

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

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 3rem; }
  .nav__item:last-child {
    margin-right: 0; }
    .nav__item:last-child a:after {
      display: none; }
  .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-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s; }
    .nav__item a:after {
      content: '';
      width: 8px;
      height: 8px;
      background-image: url("/src/assets/images/nav_i.svg");
      margin-left: 3rem;
      background-size: cover; }

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

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

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

.header__search {
  max-width: 59rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 4.5rem; }
  .header__search .input {
    border: 0;
    height: 5.4rem;
    background-color: #212426;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff; }

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

.header__link {
  font-size: 1.5rem;
  line-height: 1.33;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center; }
  .header__link img {
    margin-left: .5rem;
    height: 14px; }
  .header__link:hover {
    color: #008009;
    text-decoration: none; }

.lng {
  position: relative;
  z-index: 1; }

.lng__item {
  display: flex;
  align-items: center;
  height: 100%; }
  .lng__item:hover .lng__link:before {
    transform: translateY(-50%) rotate(225deg); }
  .lng__item:hover .lng__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%); }
    .lng__item:hover .lng__wrapper--currency {
      transform: translateX(-1.5rem); }

.lng__link {
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #000000; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #92a3ad;
    padding: .3rem;
    transition: 0.3s; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(1rem) translateX(-50%); }
  .lng__wrapper--currency {
    width: 10rem;
    transform: translateX(-1.5rem);
    left: 0;
    padding-top: 1rem; }
    .lng__wrapper--currency .lng__sub-item {
      height: auto; }
      .lng__wrapper--currency .lng__sub-item a {
        padding: 1rem 1.5rem; }

.lng__list {
  background-color: #fff;
  box-shadow: 0 -4px 0 #fff, 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-size: 1.5rem;
    text-decoration: none;
    color: #000000;
    transition: 0.3s; }
    .lng__sub-item a:hover {
      text-decoration: none;
      background-color: #008009;
      color: #fff; }

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

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

.checkbox__label {
  display: inline-block;
  padding-left: 4.2rem;
  color: #000;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 400;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: .8rem;
    height: 1.4rem;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #008009;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    border-radius: 2px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    color: #008009;
    font-weight: 600;
    margin: 0 .4rem; }
    .checkbox__label a:hover {
      text-decoration: underline; }
  .checkbox__label--cart {
    font-size: 1.5rem;
    font-weight: 600; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio__wrapper {
  display: flex; }
  .radio__wrapper .radio {
    margin-right: 4rem; }
    .radio__wrapper .radio:last-child {
      margin-right: 0; }

.radio {
  display: block;
  margin-bottom: 5px;
  position: relative; }
  .radio--delivery {
    margin-bottom: 2rem; }
    .radio--delivery:last-child {
      margin-bottom: 0; }
    .radio--delivery .radio__input:checked + .radio__label {
      color: #000;
      border-color: #008009; }
      .radio--delivery .radio__input:checked + .radio__label:before {
        border: 1px solid #D9D9D9; }
      .radio--delivery .radio__input:checked + .radio__label:after {
        background: none; }
    .radio--delivery .radio__label {
      display: flex;
      align-items: center;
      border: 1px solid #CAE1CB;
      height: 10rem;
      padding-left: 2.5rem;
      color: #AAAAAA; }
      .radio--delivery .radio__label:before {
        width: 3rem;
        height: 3rem;
        left: auto;
        right: 2.5rem;
        border-color: #CAE1CB;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0; }
      .radio--delivery .radio__label:after {
        left: auto;
        right: 3.5rem;
        top: calc(50% - .2rem);
        transform: translateY(-50%) rotateZ(45deg);
        background: none;
        width: .8rem;
        height: 1.4rem;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #008009;
        border-radius: 0; }
    .radio--delivery .radio__label-img {
      width: 12rem;
      margin-right: 7rem;
      justify-content: center;
      display: flex;
      align-items: center; }
      .radio--delivery .radio__label-img img {
        max-height: 7rem;
        max-width: 12rem;
        height: auto;
        display: block; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label {
    color: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #848B8F; }
    .radio__input:checked + .radio__label svg path {
      fill: #008009; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #008009; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #848B8F; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #acb1b3; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #848B8F; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #888888;
  user-select: none;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #848B8F;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    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: #E30613; }
    .radio__label--error:before {
      border-color: #E30613; }
  .radio__label--disabled {
    color: #848B8F; }
    .radio__label--disabled:before {
      border-color: #acb1b3; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #848B8F; }
    .radio__label--not-active:before {
      border-color: #acb1b3; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label svg path {
    fill: #92A3AD; }

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

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 5.4rem;
  padding: 0 2.5rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
  /* 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: #848B8F;
    color: #fff; }
    .btn--gray:focus {
      background-color: #7c8388; }
    .btn--gray:hover {
      background-color: #777e83; }
    .btn--gray:active {
      background-color: #72797d; }
  .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: #E30613;
    color: #fff; }
    .btn--red:focus {
      background-color: #d40612; }
    .btn--red:hover {
      background-color: #ca0511; }
    .btn--red:active {
      background-color: #c00510; }
  .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: #00B67A;
    color: #fff; }
    .btn--green:focus {
      background-color: #00a770; }
    .btn--green:hover {
      background-color: #009d69; }
    .btn--green:active {
      background-color: #009262; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #008009;
    color: #fff; }
    .btn--main:focus {
      background-color: #007108; }
    .btn--main:hover {
      background-color: #006707; }
    .btn--main:active {
      background-color: #005c06; }
  .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: #848B8F;
    color: #fff; }
    .btn--gray:focus {
      background-color: #7c8388; }
    .btn--gray:hover {
      background-color: #777e83; }
    .btn--gray:active {
      background-color: #72797d; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #848B8F;
    color: #848B8F; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #848B8F;
      border-color: #7f868a; }
    .btn--o-gray:hover {
      border-color: #848B8F;
      background-color: #848B8F;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #7c8388;
      background-color: #7c8388; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #E30613;
    color: #E30613; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #E30613;
      border-color: #d90612; }
    .btn--o-red:hover {
      border-color: #E30613;
      background-color: #E30613;
      color: #fff; }
    .btn--o-red:active {
      border-color: #d40612;
      background-color: #d40612; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #00B67A;
    color: #00B67A; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--o-green:hover {
      border-color: #00B67A;
      background-color: #00B67A;
      color: #fff; }
    .btn--o-green:active {
      border-color: #00a770;
      background-color: #00a770; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #008009;
    color: #008009; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #008009;
      border-color: #007608; }
    .btn--o-main:hover {
      border-color: #008009;
      background-color: #008009;
      color: #fff; }
    .btn--o-main:active {
      border-color: #007108;
      background-color: #007108; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #848B8F;
    color: #848B8F; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #848B8F;
      border-color: #7f868a; }
    .btn--o-gray:hover {
      border-color: #848B8F;
      background-color: #848B8F;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #7c8388;
      background-color: #7c8388; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #848B8F;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #848B8F;
      border-color: #7f868a; }
    .btn--i-gray:hover {
      border-color: #848B8F;
      background-color: transparent;
      color: #848B8F; }
    .btn--i-gray:active {
      border-color: #7c8388;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #848B8F;
    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 #848B8F;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #E30613;
      border-color: #d90612; }
    .btn--i-red:hover {
      border-color: #E30613;
      background-color: transparent;
      color: #E30613; }
    .btn--i-red:active {
      border-color: #d40612;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--i-green:hover {
      border-color: #00B67A;
      background-color: transparent;
      color: #00B67A; }
    .btn--i-green:active {
      border-color: #00a770;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #848B8F;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #848B8F;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #008009;
      border-color: #007608; }
    .btn--i-main:hover {
      border-color: #008009;
      background-color: transparent;
      color: #008009; }
    .btn--i-main:active {
      border-color: #007108;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    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 #848B8F;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #848B8F;
      border-color: #7f868a; }
    .btn--i-gray:hover {
      border-color: #848B8F;
      background-color: transparent;
      color: #848B8F; }
    .btn--i-gray:active {
      border-color: #7c8388;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #848B8F;
    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--blue {
    background: linear-gradient(180deg, #0270E3 0%, #315ED2 100%); }
  .btn img {
    margin-right: .8rem; }
  .btn--search {
    padding: 0;
    width: 5.4rem;
    overflow: hidden; }
    .btn--search:before {
      content: '';
      position: absolute;
      top: -1rem;
      left: -1rem;
      width: 2rem;
      height: 2rem;
      background-color: #212426;
      transform: rotateZ(45deg); }
    .btn--search:after {
      content: '';
      position: absolute;
      bottom: -1rem;
      right: -1rem;
      width: 2rem;
      height: 2rem;
      background-color: #101315;
      transform: rotateZ(45deg); }
    .btn--search img {
      margin-right: 0; }
  .btn--rect {
    min-width: 14rem;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%); }

.form__group {
  margin-bottom: 2.5rem; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    width: 50%; }
    .form__row .form__group.xl {
      width: 70%; }
    .form__row .form__group.sm {
      width: 30%; }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__actions .btn {
    margin-bottom: 0;
    min-width: 13rem; }

.form__link {
  color: #008009;
  text-transform: uppercase; }

.phone__wrapper {
  display: flex; }

.input__wrapper {
  flex: 1; }
  .input__wrapper.phone-code {
    flex: unset;
    width: 8rem;
    margin-right: 1rem; }
    .input__wrapper.phone-code:before {
      content: '+';
      position: absolute;
      top: calc(50% - .1rem);
      transform: translateY(-50%);
      font-size: 1.4rem;
      font-weight: 500;
      left: 1rem;
      line-height: 1; }
    .input__wrapper.phone-code .input {
      padding-left: 2rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: .5rem 2rem;
  border-radius: 0;
  border: 1px solid #CAE1CB;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #5D686E; }
  .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: #E30613; }
    .input--error:focus {
      background-color: rgba(227, 6, 19, 0.05); }
  .input--success {
    border-color: #00B67A; }
    .input--success:focus {
      background-color: rgba(0, 182, 122, 0.05); }
  .input.error {
    border-color: #FF5A00; }
  .input.success {
    border-color: #E30613; }
    .input.success:focus {
      background-color: rgba(227, 6, 19, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }

.input__error {
  top: 100%;
  right: 0;
  color: #FF5A00;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: right;
  display: block; }

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

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

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

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 22.4rem;
  padding: 1.5rem 2rem;
  border: 1px solid #EAEAEA;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #000;
    opacity: 0.3; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #E30613; }
    .textarea--error:focus {
      background-color: rgba(227, 6, 19, 0.05); }
  .textarea--success {
    border-color: #00B67A; }
    .textarea--success:focus {
      background-color: rgba(0, 182, 122, 0.05); }

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

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: -.2rem;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%) rotate(45deg);
    font-size: 1.3rem;
    font-weight: 600;
    width: .8rem;
    height: .8rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #008009;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: .5rem 4rem .5rem 2rem;
    border-radius: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #CAE1CB;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #E30613; }
      .select select.error:focus {
        background-color: rgba(227, 6, 19, 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: #E30613; }
  .select--success:before, .select--success:after {
    color: #00B67A; }
  .select--error select {
    color: #E30613;
    border-color: #E30613; }
    .select--error select:focus {
      background-color: rgba(227, 6, 19, 0.05); }
  .select--success select {
    color: #00B67A;
    border-color: #00B67A; }
    .select--success select:focus {
      background-color: rgba(0, 182, 122, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    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; }

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

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

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 2rem; } }

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

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin: 0 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  color: #008009;
  transition: 0.3s; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    text-decoration: none;
    color: #000; }
  .pagination__item--disabled {
    color: #006607;
    pointer-events: none; }
  .pagination__item--current {
    color: #000; }
  .pagination__item--left:before, .pagination__item--right:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: 0.3s; }
  .pagination__item--left {
    margin-left: 0;
    padding-left: 4rem; }
    .pagination__item--left:before {
      left: 0;
      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='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--left:hover {
      color: #008009; }
      .pagination__item--left:hover:before {
        transform: translateY(-50%) translateX(-3px); }
  .pagination__item--right {
    margin-right: 0;
    padding-right: 4rem; }
    .pagination__item--right:before {
      right: 0;
      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.31658 27.0976 7.68342 26.7071 7.29289L20.3431 0.928932C19.9526 0.538408 19.3195 0.538408 18.9289 0.928932C18.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.70711ZM0 9L26 9V7L0 7L0 9Z' fill='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--right:hover {
      color: #008009; }
      .pagination__item--right:hover:before {
        transform: translateY(-50%) translateX(3px); }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  text-align: center;
  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: #848B8F;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #E30613;
    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: #00B67A;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #008009;
    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: #848B8F;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #848B8F;
    border: 1px solid #848B8F; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #E30613;
    border: 1px solid #E30613; }
  .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: #00B67A;
    border: 1px solid #00B67A; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #008009;
    border: 1px solid #008009; }
  .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: #848B8F;
    border: 1px solid #848B8F; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

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

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

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

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

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

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

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

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

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

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

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

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

.news {
  margin-bottom: 5rem; }

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.news__block {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px; }

.news__item {
  display: block;
  color: #000; }
  .news__item:hover {
    text-decoration: none; }

.news__img {
  margin-bottom: 1rem;
  width: 100%;
  height: 25rem; }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news__title {
  font-size: 1.9rem;
  margin-bottom: .5rem; }

.news__date {
  color: #666666;
  margin-bottom: .8rem; }

.news__text {
  font-size: 1.7rem;
  line-height: 1.65;
  font-family: "Inter", sans-serif; }

.news__page {
  margin-bottom: 8rem;
  display: flex;
  margin: 0 -1.5rem; }
  .news__page .block__title {
    margin-bottom: 2rem; }
  .news__page .news__item {
    margin-bottom: 2rem; }
    .news__page .news__item:hover .news__title {
      text-decoration: underline; }
    .news__page .news__item .news__title {
      font-size: 1.4rem; }
    .news__page .news__item .news__date {
      font-size: 1.3rem; }
    .news__page .news__item:last-child {
      margin-bottom: 0; }

.news__page-item {
  background-color: #eaeaea;
  padding: 2rem;
  position: sticky;
  top: 2rem; }

.news__page-block {
  padding: 0 1.5rem;
  flex: 1;
  position: relative; }
  .news__page-block:not(:first-child) {
    flex: unset;
    width: 33rem; }

.news__image {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center; }
  .news__image img {
    max-width: 100%;
    height: 400px;
    object-fit: cover; }

@media (max-width: 992px) {
  .news__block {
    width: 50%; }
  .news__wrapper.main {
    flex-wrap: nowrap;
    overflow-x: auto; }
    .news__wrapper.main .news__block {
      min-width: 30rem;
      width: auto; }
    .news__wrapper.main .news__img {
      height: 25rem; }
  .news__page {
    flex-direction: column; }
  .news__page-block {
    width: 100%; }
    .news__page-block:last-child {
      width: 100%; } }

@media (max-width: 640px) {
  .news__image {
    height: auto; }
    .news__image img {
      height: 250px; } }

@media (max-width: 560px) {
  .news__block {
    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: #F0B83B; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #000; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #ffffff; }
    .table__wrapper--header .table {
      margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #000;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #F1F1F1;
    border-bottom: 2px solid #848B8F; }
  .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: #848B8F;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #777e83; }
    .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: #E30613;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #ca0511; }
    .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: #00B67A;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #009d69; }
    .table--hover tbody tr.row--yellow {
      background-color: #F0B83B;
      color: #fff; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #eeaf23; }
    .table--hover tbody tr.row--main {
      background-color: #008009;
      color: #fff; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #006707; }
    .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: #848B8F;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #777e83; }
    .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 #848B8F; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #F0B83B; }
    .table--dark thead tr {
      border-color: #F0B83B;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: black;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: black;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #F0B83B; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: black;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #848B8F;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #777e83; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #1437CC;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #fff;
          background-color: #1231b5; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #E30613;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #ca0511; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #fff;
        color: #000; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #fff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #000; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #fff;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #000; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #000; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #fff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #315ED2;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #2a54c0; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #00B67A;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #009d69; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #F0B83B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #eeaf23; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #008009;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: #006707; }
      .table--dark.table--hover tbody tr.row--moicvet {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--moicvet:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #848B8F;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #777e83; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #fff;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #848B8F;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #E30613;
    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: #00B67A;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #008009;
    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: #848B8F;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--search thead tr {
    background: none;
    border-bottom: 0; }
    .table--search thead tr th {
      padding: 0 0 2rem;
      text-align: left;
      background: none;
      color: #6F787B;
      font-size: 1.3rem;
      font-weight: 500; }
  .table--search tbody tr {
    border-bottom: 0; }
    .table--search tbody tr td {
      padding: 0 0 1.5rem;
      font-weight: 500;
      font-size: 1.5rem; }
      .table--search tbody tr td.price {
        font-size: 2rem; }
      .table--search tbody tr td:last-child {
        text-align: right; }
      .table--search tbody tr td b {
        font-weight: 800;
        display: block; }
      .table--search tbody tr td .btn {
        padding: 0 1.5rem;
        height: 4.4rem;
        font-weight: 500; }
  .table--orders {
    font-size: 1.5rem; }
    .table--orders thead tr {
      background: none;
      border-bottom: 0; }
      .table--orders thead tr th {
        color: #6F787B;
        text-transform: uppercase;
        padding-bottom: 1.5rem; }
        .table--orders thead tr th:first-child {
          padding-left: 0; }
        .table--orders thead tr th:last-of-type {
          text-align: right;
          padding-right: 0; }
    .table--orders tbody tr {
      border-bottom: 1px solid #EDEEEF; }
      .table--orders tbody tr td {
        padding-top: 2rem;
        padding-bottom: 3rem;
        font-weight: 500; }
        .table--orders tbody tr td b {
          font-weight: 800; }
        .table--orders tbody tr td:first-child {
          padding-left: 0; }
        .table--orders tbody tr td:last-child {
          text-align: right;
          padding-right: 0; }
        .table--orders tbody tr td a:not(.btn) {
          color: #008009; }
        .table--orders tbody tr td .btn {
          padding: 0 1.5rem; }
        .table--orders tbody tr td .status {
          text-transform: uppercase; }
          .table--orders tbody tr td .status.process {
            color: #86BA8A; }
          .table--orders tbody tr td .status.delivered {
            color: #E4BA69; }
          .table--orders tbody tr td .status.accepted {
            color: #58CBFF; }
    .table--orders .price {
      font-size: 2rem; }
  .table--product tbody tr td {
    padding-bottom: 15px;
    padding-top: 15px; }
  .table--cabinet thead tr {
    border-bottom: 4px solid #45AC4C; }
    .table--cabinet thead tr th {
      font-size: 1.4rem; }
  .table--popup {
    margin-bottom: 3rem; }
    .table--popup tbody tr {
      border-bottom: 1px solid #fff; }
      .table--popup tbody tr:last-child {
        border-bottom: 1px solid #fff; }
  .table--cart {
    margin-bottom: 0; }
    .table--cart tbody tr:last-of-type {
      border-bottom: 0; }
    .table--cart tbody tr td {
      padding-bottom: 2rem; }
      .table--cart tbody tr td:first-child {
        padding-left: 0; }
      .table--cart tbody tr td:last-of-type {
        padding-right: 0; }
      .table--cart tbody tr td a {
        color: #000; }
        .table--cart tbody tr td a:hover {
          text-decoration: none; }
      .table--cart tbody tr td .title {
        margin-bottom: .2rem;
        font-weight: 800; }
      .table--cart tbody tr td .text {
        font-weight: 500;
        max-width: 20rem; }
      .table--cart tbody tr td .price {
        font-weight: 500; }

.table__label {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  color: #848B8F; }

.table__product img {
  width: 15rem;
  height: 10rem;
  object-fit: cover;
  margin-right: 2rem; }

.table__product .title {
  margin-bottom: .5rem;
  font-weight: 800; }

.table__product .text {
  max-width: 20rem; }

.table__product a {
  color: #000; }
  .table__product a:hover {
    text-decoration: none; }

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

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

.tabs__nav {
  display: flex;
  border-bottom: 1px solid #EBECED; }

.tabs__nav-item {
  margin-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  color: #848B8F;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: .3rem;
    background-color: #008009;
    opacity: 0; }
  .tabs__nav-item.active {
    color: #000; }
    .tabs__nav-item.active:after {
      opacity: 1; }

.tabs__content {
  padding: 4rem 0 0 0;
  font-size: 1.5rem;
  color: #000; }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }

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

@media (max-width: 992px) {
  .tabs__nav-item {
    font-size: 2.4rem; } }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  max-width: 93rem; }

.accordion__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9; }
  .accordion__item:last-child {
    margin-bottom: 0; }
  .accordion__item.active .accordion__title {
    color: #000; }
    .accordion__item.active .accordion__title:before {
      background-image: url("/src/assets/images/minus.svg"); }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 1.9rem;
  line-height: 1.2;
  color: #000;
  position: relative; }
  .accordion__title:before {
    transition: color .1s linear;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    right: 0;
    background-image: url("/src/assets/images/plus.svg");
    pointer-events: none;
    background-repeat: no-repeat; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 3rem 8rem 3rem 0;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

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

.footer {
  background-color: #101315;
  padding-bottom: 2rem; }
  .footer .nav {
    flex-direction: column;
    height: auto; }
  .footer .nav__item {
    position: relative;
    margin-bottom: 4.5rem; }
    .footer .nav__item a {
      padding: 0; }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0 8rem; }

.footer__text {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.6;
  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__nav {
  display: flex; }
  .footer__nav a {
    margin-right: 2rem;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    .footer__nav a:last-child:after {
      display: none; }
    .footer__nav a:after {
      content: '';
      width: 8px;
      height: 8px;
      background-image: url("/src/assets/images/nav_i.svg");
      margin-left: 2rem;
      background-size: cover; }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.5rem 0;
  border-top: solid 1px #f2e3d1; }

.copyright {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff; }

.made-by {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000; }
  .made-by img {
    display: block;
    width: 2.4rem;
    margin-left: 1.5rem; }

.footer__nav-wrapper {
  display: flex;
  padding: 3rem 0;
  margin: 0 -1.5rem; }

.footer__nav-block {
  width: 33.33%;
  padding: 0 1.5rem; }
  .footer__nav-block .footer__nav {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 1rem; }
  .footer__nav-block .footer__nav-link {
    margin-right: 0;
    color: #a1a1a1; }
    .footer__nav-block .footer__nav-link:hover {
      text-decoration: none;
      color: #fff; }
    .footer__nav-block .footer__nav-link:after {
      display: none; }

.footer__nav-title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 2rem; }

.footer__text {
  color: #a1a1a1;
  margin-bottom: 2rem; }

.soc {
  display: flex;
  gap: 2rem; }

.soc__link {
  display: flex; }
  .soc__link img {
    display: block; }

@media (max-width: 992px) {
  .footer {
    padding-bottom: 6rem; }
  .footer__nav-wrapper {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 3rem; }
  .footer__nav-block {
    width: 100%; }
    .footer__nav-block:last-child .footer__nav {
      margin-bottom: 6rem; }
  .header__link img {
    display: none; } }

.product {
  padding-top: 5rem;
  margin-bottom: 10rem; }
  .product .block__title {
    margin-bottom: 1rem; }

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

.product__block {
  flex: 1;
  padding: 0 3.5rem; }

.product__info {
  flex: 1;
  padding: 0 3.5rem; }
  .product__info .tip {
    margin-left: 1rem; }
  .product__info .block__title {
    font-size: 4rem; }

.product__equipment {
  width: 40rem; }

.product__block-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: .5rem; }

.product__details-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: .5rem;
  padding-bottom: .5rem; }
  .product__details-row .text {
    color: #52595B; }
    .product__details-row .text a {
      color: #006607;
      text-decoration: underline; }
      .product__details-row .text a:hover {
        text-decoration: none; }

.details__link {
  display: inline-flex;
  position: relative;
  padding-right: 2rem;
  color: #008009; }
  .details__link:before {
    content: '';
    border: .4rem solid transparent;
    border-top-color: #000;
    position: absolute;
    top: calc(50% + .2rem);
    transform: translateY(-50%);
    right: 0; }

.product__advantages {
  background-color: #f4f7fb;
  display: flex;
  padding: 2rem;
  margin-bottom: 4rem; }

.product__advantage {
  border-right: 1px solid #e5eaed;
  width: 25%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center; }

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

.product__descr {
  margin-bottom: 1rem;
  color: #52595B;
  font-weight: 400;
  font-size: 1.6rem; }

.product__article {
  margin-bottom: 3rem;
  color: #52595B;
  font-weight: 400;
  font-size: 1.6rem; }

.product__info-row {
  display: flex;
  margin-bottom: 2rem; }
  .product__info-row:last-child {
    margin-bottom: 0; }
  .product__info-row .title {
    margin-right: 2rem;
    font-weight: 800;
    min-width: 35rem; }
  .product__info-row .text {
    font-weight: 500;
    text-align: left; }

.payment__wrapper {
  display: flex;
  margin: 0 -2rem 3rem; }

.payment__block {
  padding: 2rem;
  width: 50%; }

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

.payment__methods {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem; }

.payment__method {
  padding: 0 .5rem;
  margin-bottom: 1rem;
  width: 25%; }

.payment__text {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem; }

.payment__method-img {
  padding: 1rem;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .payment__method-img img {
    height: 3.2rem; }

.ask {
  max-width: 60rem;
  margin: 0 auto; }
  .ask .textarea {
    border-color: #CAE1CB; }
  .ask .checkbox__label {
    line-height: 1.2; }

.product__slider .slick-list {
  margin: 0; }

.product__slider .slick-slide {
  padding: 0; }

.product__img {
  height: 42rem;
  width: 100%;
  object-fit: contain;
  border: 4px solid #ebeced; }

.product__thumbs {
  margin-top: 10px; }
  .product__thumbs .slick-list {
    margin: 0 -5px; }
  .product__thumbs .slick-slide {
    padding: 0 5px; }

.product__subtitle {
  font-size: 1.5rem;
  text-transform: none;
  padding-top: 1rem;
  text-align: right; }

.product__thumb-block {
  border: 4px solid #ebeced; }

.product__thumb {
  height: 7.5rem;
  display: block;
  margin: 0 auto;
  object-fit: contain; }

.product__row {
  max-width: 51rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 500; }
  .product__row .title {
    font-weight: 800; }

.product__badge {
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f7fb; }
  @media (max-width: 500px) {
    .product__badge {
      flex-direction: column;
      align-items: flex-start; } }

.product__badge-main {
  display: flex;
  align-items: center;
  flex: 1; }
  .product__badge-main img {
    width: 40px;
    margin-right: 2rem;
    max-height: 26px; }
  .product__badge-main .text-red {
    color: #E30613; }

.product__badge-link {
  margin-left: 2rem;
  text-decoration: underline;
  color: #008009;
  font-weight: 500; }
  .product__badge-link:hover {
    text-decoration: none; }
  @media (max-width: 500px) {
    .product__badge-link {
      padding-left: 40px; } }

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

.delivery__name {
  display: flex;
  align-items: center; }
  .delivery__name img {
    margin-right: 1rem; }
  .delivery__name .title {
    font-size: 1.4rem;
    color: #6c6c6c;
    text-transform: uppercase; }
  .delivery__name .delivery {
    text-transform: uppercase;
    font-size: 1.8rem;
    display: flex;
    align-items: center; }

.delivery__action {
  border-left: 1px solid #e9e9e9;
  padding-left: 3rem; }
  .delivery__action a {
    width: 11rem;
    display: flex;
    color: #008009;
    text-align: right;
    text-transform: uppercase;
    word-break: break-word; }
    .delivery__action a:hover {
      text-decoration: none; }

@media (max-width: 992px) {
  .product__wrapper {
    flex-direction: column; }
  .product__block {
    width: 100%; }
  .product__info {
    width: 100%; }
    .product__info .btn img {
      display: none; } }

@media (max-width: 768px) {
  .product__info {
    margin-top: 2rem; }
  .product__info-row {
    flex-direction: column; }
    .product__info-row .title {
      margin-bottom: .5rem; } }

.cart__page {
  padding-bottom: 10rem; }

.cart__steps {
  margin-bottom: 4rem;
  display: flex;
  padding: .6rem;
  border-radius: 1rem;
  background-color: #F5F5F5; }

.cart__step {
  flex: 1;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #848B8F;
  border-radius: 1rem;
  text-transform: uppercase; }
  .cart__step:hover {
    text-decoration: none; }
  .cart__step.active {
    color: #000;
    background-color: #fff; }
  .cart__step.completed {
    color: #00B67A; }
    .cart__step.completed:before {
      content: '';
      width: 2.4rem;
      height: 2.4rem;
      margin-right: 1rem;
      background: url("/src/assets/images/checkmark.svg") no-repeat center;
      background-size: cover; }

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

.cart__block {
  width: 60%;
  padding: 0 1rem; }
  .cart__block:last-child {
    width: 40%; }

.cart__item {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9; }
  .cart__item:last-of-type {
    border-bottom: 0;
    margin-bottom: 4rem;
    padding-bottom: 0; }
  .cart__item .input {
    border-color: #CAE1CB; }
  .cart__item .label {
    text-transform: uppercase; }

.cart__title {
  padding-bottom: 2rem;
  border-bottom: 0.4rem solid #008009;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  text-transform: uppercase; }

.cart__info {
  padding: 2.5rem;
  border: 1px solid #EDEEEF; }

.count__wrapper {
  display: flex;
  width: 12rem;
  border: 1px solid #CAE1CB; }
  .count__wrapper .input {
    width: 4rem;
    height: 5.4rem;
    text-align: center;
    border: 0;
    padding: 0 .5rem; }

.count__btn {
  width: 4rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #fff;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: .2rem;
    background-color: #008009;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: 1.6rem;
    background-color: #008009;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.cart__summary {
  padding: 2.5rem;
  margin: 0 -2.5rem -2.5rem;
  background-color: #E7ECE7; }

.summary__row {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .summary__row:last-of-type {
    margin-bottom: 0; }
  .summary__row .title {
    color: #6C6C6C;
    font-size: 1.6rem;
    text-transform: uppercase; }
  .summary__row .data {
    font-size: 1.5rem; }
  .summary__row.total .title {
    font-size: 2rem;
    color: #000; }
  .summary__row.total .data {
    font-size: 2rem; }

.card__info-block {
  margin-bottom: 2rem;
  max-width: 32rem;
  width: 100%; }

.client__data-title {
  margin-bottom: 2rem;
  font-size: 2rem; }

.card__info-row {
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase; }
  .card__info-row .name {
    color: #6c6c6c; }

.checkout__subtitle {
  font-size: 2rem;
  margin-bottom: 2rem; }

.cart__info-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media (max-width: 992px) {
    .cart__info-wrapper {
      flex-direction: column; } }

.client__data-title.mb-30 {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.4rem solid #008009; }

.empty__cart-container {
  text-align: center; }

.empty__cart-title {
  margin: 2rem 0;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #000000; }

.cart__block-wrapper {
  margin-bottom: 4rem; }

.shop-cart-img {
  display: block;
  width: 4rem;
  height: 4rem; }

@media (max-width: 992px) {
  .cart__wrapper {
    flex-direction: column; }
  .cart__block {
    width: 100%; }
    .cart__block:last-child {
      margin-top: 4rem;
      width: 100%; }
  .radio--delivery .radio__label {
    padding-left: 2rem; }
  .radio--delivery .radio__label-img {
    width: 8rem;
    margin-right: 1rem; }
    .radio--delivery .radio__label-img img {
      width: 8rem; } }

@media (max-width: 560px) {
  .radio__name {
    flex: 1;
    padding-right: 6rem; }
  .radio__wrapper {
    flex-direction: column; }
    .radio__wrapper .radio {
      margin-bottom: 2rem; }
      .radio__wrapper .radio:last-child {
        margin-bottom: 0; }
  .table--cart .price {
    white-space: nowrap; } }

.intro .btn {
  min-width: 14rem; }

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

.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-dots .slick-dots li button:before {
    width: .8rem;
    height: .8rem; }

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

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

.intro__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 35rem;
  padding: 5rem 0 4rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  z-index: 1; }

.intro__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.intro__title {
  max-width: 60.3rem;
  margin: 0 auto;
  font-size: 3.9rem;
  line-height: 1.15;
  color: #fff;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  text-align: center; }

.intro__text {
  max-width: 42rem;
  margin-bottom: 3.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.55; }

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

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

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

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

.profile__form {
  padding: 5rem 8rem;
  background-color: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25); }
  .profile__form .btn {
    min-width: 18rem; }

.profile__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 800; }

.order__wrapper {
  display: flex;
  margin: 3rem -1rem 5rem; }

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

.order__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.order__info-row {
  margin-bottom: 2rem;
  max-width: 40rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase; }
  .order__info-row .title {
    font-size: 1.6rem;
    color: #6c6c6c; }
  .order__info-row .text {
    font-size: 1.5rem; }
  .order__info-row .status {
    text-transform: uppercase; }
    .order__info-row .status.process {
      color: #86BA8A; }

.order__summary {
  margin-left: auto;
  max-width: 35.5rem; }

.order__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .order__summary-row.total {
    padding-top: 2rem;
    border-top: 4px solid #E9E9E9;
    font-size: 2rem; }
    .order__summary-row.total .title {
      color: #000; }
    .order__summary-row.total .text {
      color: #000; }
  .order__summary-row .title {
    color: #6C6C6C;
    text-transform: uppercase; }
  .order__summary-row .text {
    color: #000; }

.order__receiver {
  padding: 2.5rem;
  background-color: #F5F5F5;
  margin-bottom: 2rem;
  font-size: 1.8rem; }
  .order__receiver .order__title {
    margin-bottom: 2.5rem; }
  .order__receiver .order__summary-row {
    justify-content: flex-start; }
    .order__receiver .order__summary-row .title {
      color: #6C6C6C;
      width: 50%;
      text-transform: uppercase; }
    .order__receiver .order__summary-row .text {
      color: #000;
      text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contacts__wrapper {
  display: flex;
  margin-bottom: 12rem; }

.contacts__block {
  width: 42%;
  padding-right: 2rem; }
  .contacts__block:last-child {
    width: 58%;
    padding-right: 0;
    position: relative; }

.contacts__info {
  font-size: 1.6rem; }
  .contacts__info span {
    font-size: 1.4rem;
    color: #6C6C6C;
    text-transform: uppercase;
    display: block; }

.contacts__text {
  margin-bottom: 2rem;
  font-size: 1.8rem; }
  .contacts__text a {
    color: #008009; }

.contacts__form {
  padding: 5rem 7rem;
  background-color: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25); }
  .contacts__form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 14rem;
    background-color: #008009;
    content: ''; }
  .contacts__form .btn {
    min-width: 15rem; }
  .contacts__form .label {
    text-transform: uppercase; }

.contacts__title {
  margin-bottom: 6rem;
  font-size: 4rem; }

.contacts__img {
  position: absolute;
  bottom: 0;
  right: calc(100% - 15rem); }

.section {
  padding-bottom: 14rem; }

.text__page {
  padding-bottom: 10rem; }
  .text__page .block__text h1 {
    font-size: 3rem; }
  .text__page .block__text h2 {
    font-size: 2.6rem; }
  .text__page .block__text h3 {
    font-size: 2.4rem; }
  .text__page .block__text h4 {
    font-size: 2.2rem; }

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

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

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

.partners {
  padding-top: 3rem;
  margin-bottom: 6rem;
  height: 25rem;
  overflow: hidden; }
  @media (max-width: 992px) {
    .partners {
      height: auto; } }
  .partners .block__title {
    margin-bottom: 1rem;
    text-align: center; }

.partners__wrapper {
  display: flex;
  margin: 0 -1.5rem; }
  @media (max-width: 992px) {
    .partners__wrapper {
      flex-wrap: wrap; }
      .partners__wrapper .block__title {
        text-align: left; }
      .partners__wrapper .partners__slider-block {
        width: 100%;
        margin-bottom: 3rem; }
        .partners__wrapper .partners__slider-block:last-child {
          margin-bottom: 0; } }

.partners__slider-block {
  width: 50%;
  padding: 0 1.5rem;
  position: relative; }

.partners__slider {
  background-color: #f5f5f5; }

.partners__block {
  height: 17rem;
  padding: 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }

a.partners__block:hover {
  text-decoration: none; }
  a.partners__block:hover .partners__text {
    color: #000000; }

.partners__img {
  font-size: 1.8rem;
  text-align: right;
  padding: 2rem 0;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .partners__img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%; }

.partners__text {
  text-transform: uppercase;
  color: #d2d2d2;
  font-size: 1rem;
  text-align: right; }

.advantages {
  margin-bottom: 8rem;
  padding: 4rem 0;
  position: relative; }
  .advantages:before {
    content: '';
    background-color: #008009;
    width: 2rem;
    top: 6rem;
    left: 0;
    height: 17.4rem;
    position: absolute;
    z-index: -1; }

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

.advantages__item {
  width: 25%; }
  .advantages__item .block__title {
    margin-bottom: 0; }

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

.advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  position: relative; }
  .advantages__wrapper:before {
    content: '';
    z-index: -1;
    top: 2rem;
    left: -2rem;
    width: 100vw;
    height: 17.4rem;
    position: absolute;
    background-color: #cae1cb; }

.advantages__block {
  width: 25%;
  padding: 0 1rem;
  display: flex;
  align-items: center; }
  .advantages__block img {
    height: 12.8rem;
    display: block;
    margin-right: 3rem; }
  .advantages__block .title {
    font-size: 2rem; }

.advantages__block-content {
  padding: 3rem 2.5rem 3rem;
  height: 28.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 2.9rem rgba(0, 0, 0, 0.25); }
  .advantages__block-content img {
    margin: 0 auto; }

.faq {
  margin-bottom: 12rem;
  position: relative; }

.faq__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }

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

.faq__block {
  width: 25%;
  padding-top: 8rem; }
  .faq__block:last-child {
    width: 75%;
    padding: 0 0 8rem 0;
    position: relative; }

.block__link {
  margin-right: 2rem;
  color: #008009; }
  .block__link:hover {
    color: #000; }

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

.reviews__slider {
  margin-bottom: 8rem; }
  .reviews__slider .slick-list {
    padding-bottom: 2rem; }

.reviews__slide {
  padding: 3rem 3.5rem;
  background-color: #f5f8fb;
  position: relative; }
  .reviews__slide:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #e1e2e3;
    transform: rotateZ(315deg);
    top: calc(100% - 10px);
    right: .4rem; }

.reviews__text {
  margin-bottom: 3rem; }

.reviews__author {
  display: flex;
  align-items: center; }
  .reviews__author img {
    border-radius: 50%;
    margin-right: 1rem; }

.slider__arrows {
  display: flex; }

.slider__btn {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  margin-right: 2rem; }
  .slider__btn:last-child {
    margin-right: 0; }

.trust {
  margin-bottom: 10rem;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .trust .btn {
    margin-bottom: 0;
    margin-left: 5.4rem;
    height: 4.4rem; }

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

.search__form {
  margin-bottom: 5rem;
  display: flex;
  align-items: center; }
  .search__form .select {
    margin-right: 2rem; }

.search__reset {
  display: flex;
  color: #E30613;
  font-size: 1.3rem; }
  .search__reset img {
    margin-right: 1rem; }

.search__item-wrapper .search__item:first-child {
  border-top: 1px solid #edeeef;
  padding-top: 3rem; }

.search__item {
  min-height: 100%;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #edeeef; }
  .search__item:last-child {
    margin-bottom: 0; }

.search__title {
  margin-bottom: 2rem;
  font-size: 2rem; }

.search__wrapper {
  display: flex; }

.search__block {
  width: 50%; }

.search__product {
  margin-bottom: 1rem;
  display: flex;
  align-items: center; }
  .search__product img {
    margin-right: 2rem;
    display: block;
    height: 100px;
    width: 100px;
    object-fit: contain; }
  .search__product .vendor a {
    color: #008009; }

.search__link {
  color: #008009; }

.about .block__text {
  max-width: 81rem;
  margin-left: auto; }

.about__title {
  margin-bottom: 0;
  max-width: 74rem;
  font-size: 2.2rem; }

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

.no-search-results-wrapper {
  text-align: center;
  font-size: 3rem;
  padding: 3rem;
  background-color: #f5f8fb; }

.country__links {
  display: flex;
  flex-direction: column;
  max-height: 40rem;
  overflow-y: auto;
  margin: 0 -3rem; }

.country__link {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem; }
  .country__link:hover {
    background-color: #f4f7fb; }
  .country__link.active {
    background-color: #f4f7fb; }
  .country__link:last-child {
    margin-bottom: 0; }

.categories {
  margin-bottom: 3rem; }

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

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

.categories__item {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 2rem;
  display: block;
  color: #000000; }
  .categories__item:hover {
    text-decoration: none; }

.categories__img {
  max-height: 100px;
  max-width: 70%;
  display: block;
  object-fit: contain;
  margin: 0 auto 1rem; }

.categories__link {
  color: #45ac4c; }

.catalog__slider {
  margin-bottom: 3rem;
  height: 36.2rem;
  position: relative;
  z-index: 3; }
  .catalog__slider .slick-track {
    display: flex; }
  .catalog__slider .slick-slide {
    float: none; }
  .catalog__slider .slick-prev {
    width: 3rem;
    height: 3rem;
    border: 1px solid #e9e9e9;
    left: -3.5rem;
    z-index: 2;
    background-color: #ffffff; }
    .catalog__slider .slick-prev:before {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50% + .2rem);
      transform: translate(-50%, -50%) rotateZ(-45deg);
      padding: .3rem;
      border-width: 2px 0 0 2px;
      border-style: solid;
      border-color: #000000; }
  .catalog__slider .slick-next {
    width: 3rem;
    height: 3rem;
    border: 1px solid #e9e9e9;
    right: -3.5rem;
    z-index: 2;
    background-color: #ffffff; }
    .catalog__slider .slick-next:before {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50% - .2rem);
      transform: translate(-50%, -50%) rotateZ(-45deg);
      padding: .3rem;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #000000; }
  @media (max-width: 1366px) {
    .catalog__slider {
      padding: 0 4rem; }
      .catalog__slider .slick-next {
        right: 0; }
      .catalog__slider .slick-prev {
        left: 0; } }

.catalog__slide {
  padding: 2rem 2rem;
  border: 1px solid #e9e9e9;
  transition: all .2s ease;
  position: relative;
  background-color: #ffffff;
  display: block;
  color: #000000;
  min-height: 100%; }
  .catalog__slide:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .catalog__slide:hover .catalog__list {
      height: auto;
      min-height: 95px; }
      .catalog__slide:hover .catalog__list:before {
        display: none; }
  .catalog__slide img {
    height: 15rem;
    margin: 0 auto 1rem;
    object-fit: contain; }

.catalog__title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
  min-height: 4.5rem;
  word-break: break-all; }

.catalog__list {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 95px;
  overflow: hidden;
  position: relative; }
  .catalog__list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0)); }
  .catalog__list a {
    color: #000; }
    .catalog__list a:hover {
      text-decoration: none;
      color: #008009; }

.seo-links-footer {
  margin-bottom: 3rem; }
  .seo-links-footer .block__title {
    display: block; }

.seo-links-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem; }
  .seo-links-footer__list li a {
    color: #000;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    text-align: center;
    display: block; }
    .seo-links-footer__list li a img {
      display: block;
      margin: 0 auto 1rem;
      height: 7.5rem; }
    .seo-links-footer__list li a:hover {
      text-decoration: none;
      color: #008009; }

.contacts__wrapper {
  display: flex;
  margin-bottom: 12rem; }

.contacts__block {
  width: 42%;
  padding-right: 2rem; }
  .contacts__block:last-child {
    width: 58%;
    padding-right: 0;
    position: relative; }

.contacts__info {
  font-size: 1.6rem; }
  .contacts__info span {
    font-size: 1.4rem;
    color: #6C6C6C;
    text-transform: uppercase;
    display: block; }

.contacts__text {
  margin-bottom: 2rem;
  font-size: 1.8rem; }
  .contacts__text a {
    color: #008009; }

.contacts__form {
  padding: 5rem 7rem;
  background-color: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25); }
  .contacts__form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 14rem;
    background-color: #008009;
    content: ''; }
  .contacts__form .btn {
    min-width: 15rem; }
  .contacts__form .label {
    text-transform: uppercase; }

.contacts__title {
  margin-bottom: 6rem;
  font-size: 4rem; }

.contacts__img {
  position: absolute;
  bottom: 0;
  right: calc(100% - 15rem); }

.tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  cursor: default;
  /* Positions Top
  ==========================*/
  /* Positions Bottom
  ==========================*/
  /* Positions Left & Right
  ==========================*/
  /* Sizes
  ==========================*/
  /* Styling
  ==========================*/
  /* Colors
  ==========================*/ }
  .tip.tip--top-left:before {
    border-top-color: #000; }
  .tip.tip--top-right:before {
    border-top-color: #000; }
  .tip.tip--top:before {
    border-top-color: #000; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip.tip--bottom:before {
    border-bottom-color: #000; }
  .tip.tip--left:before {
    border-left-color: #000; }
  .tip.tip--right:before {
    border-right-color: #000; }
  .tip:before, .tip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  .tip:before {
    content: "";
    border: 4px solid transparent; }
  .tip:after {
    content: attr(aria-label);
    padding: 6px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background-color: #000; }
  .tip:hover:before, .tip:hover:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  .tip--top:before, .tip--top:after {
    left: 50%;
    transform: translate3d(-50%, 8px, 0); }
  .tip--top:before {
    top: -4px; }
  .tip--top:after {
    bottom: 100%;
    margin-bottom: 4px; }
  .tip--top:hover:before, .tip--top:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--top-left:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-left:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, 8px, 0); }
  .tip--top-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--top-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--top-right:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -15px;
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:hover:before, .tip--top-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--bottom:before, .tip--bottom:after {
    left: 50%;
    transform: translate3d(-50%, -8px, 0); }
  .tip--bottom:before {
    bottom: -4px; }
  .tip--bottom:after {
    top: 100%;
    margin-top: 4px; }
  .tip--bottom:hover:before, .tip--bottom:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--bottom-left:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-left:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, -8px, 0); }
  .tip--bottom-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--bottom-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--bottom-right:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: -15px;
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--left:before, .tip--left:after {
    top: 50%;
    transform: translate3d(8px, -50%, 0); }
  .tip--left:before {
    right: 100%; }
  .tip--left:after {
    right: 100%;
    margin-right: 8px; }
  .tip--left:hover:before, .tip--left:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--right:before, .tip--right:after {
    top: 50%;
    transform: translate3d(-8px, -50%, 0); }
  .tip--right:before {
    left: 100%; }
  .tip--right:after {
    left: 100%;
    margin-left: 8px; }
  .tip--right:hover:before, .tip--right:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
    white-space: normal; }
  .tip--sm:after {
    width: 70px; }
  .tip--md:after {
    width: 150px; }
  .tip--lg:after {
    width: 250px; }
  .tip--full:after {
    width: 100%; }
  .tip--shadow:after {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--top-right:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--top:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--left:before {
    border-left-color: #848B8F; }
  .tip--gray.tip--right:before {
    border-right-color: #848B8F; }
  .tip--gray:after {
    background-color: #848B8F; }
  .tip--dark-blue.tip--top-left:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top-right:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--bottom-left:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom-right:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--left:before {
    border-left-color: #1437CC; }
  .tip--dark-blue.tip--right:before {
    border-right-color: #1437CC; }
  .tip--dark-blue:after {
    background-color: #1437CC; }
  .tip--red.tip--top-left:before {
    border-top-color: #E30613; }
  .tip--red.tip--top-right:before {
    border-top-color: #E30613; }
  .tip--red.tip--top:before {
    border-top-color: #E30613; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #E30613; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #E30613; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #E30613; }
  .tip--red.tip--left:before {
    border-left-color: #E30613; }
  .tip--red.tip--right:before {
    border-right-color: #E30613; }
  .tip--red:after {
    background-color: #E30613; }
  .tip--rblack.tip--top-left:before {
    border-top-color: #000; }
  .tip--rblack.tip--top-right:before {
    border-top-color: #000; }
  .tip--rblack.tip--top:before {
    border-top-color: #000; }
  .tip--rblack.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--left:before {
    border-left-color: #000; }
  .tip--rblack.tip--right:before {
    border-right-color: #000; }
  .tip--rblack:after {
    background-color: #000; }
  .tip--white.tip--top-left:before {
    border-top-color: #fff; }
  .tip--white.tip--top-right:before {
    border-top-color: #fff; }
  .tip--white.tip--top:before {
    border-top-color: #fff; }
  .tip--white.tip--bottom-left:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom-right:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom:before {
    border-bottom-color: #fff; }
  .tip--white.tip--left:before {
    border-left-color: #fff; }
  .tip--white.tip--right:before {
    border-right-color: #fff; }
  .tip--white:after {
    background-color: #fff; }
  .tip--pink.tip--top-left:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top-right:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--bottom-left:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom-right:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--left:before {
    border-left-color: #EBDDDD; }
  .tip--pink.tip--right:before {
    border-right-color: #EBDDDD; }
  .tip--pink:after {
    background-color: #EBDDDD; }
  .tip--deep-pink.tip--top-left:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top-right:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-left:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-right:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--left:before {
    border-left-color: #DCC9C3; }
  .tip--deep-pink.tip--right:before {
    border-right-color: #DCC9C3; }
  .tip--deep-pink:after {
    background-color: #DCC9C3; }
  .tip--purple.tip--top-left:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top-right:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--bottom-left:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom-right:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--left:before {
    border-left-color: #A08CA7; }
  .tip--purple.tip--right:before {
    border-right-color: #A08CA7; }
  .tip--purple:after {
    background-color: #A08CA7; }
  .tip--deep-purple.tip--top-left:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top-right:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--bottom-left:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom-right:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--left:before {
    border-left-color: #673ab7; }
  .tip--deep-purple.tip--right:before {
    border-right-color: #673ab7; }
  .tip--deep-purple:after {
    background-color: #673ab7; }
  .tip--dark-pink.tip--top-left:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top-right:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--bottom-left:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom-right:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--left:before {
    border-left-color: #BC9999; }
  .tip--dark-pink.tip--right:before {
    border-right-color: #BC9999; }
  .tip--dark-pink:after {
    background-color: #BC9999; }
  .tip--blue.tip--top-left:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top-right:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--bottom-left:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom-right:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--left:before {
    border-left-color: #315ED2; }
  .tip--blue.tip--right:before {
    border-right-color: #315ED2; }
  .tip--blue:after {
    background-color: #315ED2; }
  .tip--cyan.tip--top-left:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--top-right:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--top:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--bottom-left:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--bottom-right:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--bottom:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--left:before {
    border-left-color: #60A2AB; }
  .tip--cyan.tip--right:before {
    border-right-color: #60A2AB; }
  .tip--cyan:after {
    background-color: #60A2AB; }
  .tip--green.tip--top-left:before {
    border-top-color: #00B67A; }
  .tip--green.tip--top-right:before {
    border-top-color: #00B67A; }
  .tip--green.tip--top:before {
    border-top-color: #00B67A; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #00B67A; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #00B67A; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #00B67A; }
  .tip--green.tip--left:before {
    border-left-color: #00B67A; }
  .tip--green.tip--right:before {
    border-right-color: #00B67A; }
  .tip--green:after {
    background-color: #00B67A; }
  .tip--yellow.tip--top-left:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top-right:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--bottom-left:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom-right:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--left:before {
    border-left-color: #F0B83B; }
  .tip--yellow.tip--right:before {
    border-right-color: #F0B83B; }
  .tip--yellow:after {
    background-color: #F0B83B; }
  .tip--main.tip--top-left:before {
    border-top-color: #008009; }
  .tip--main.tip--top-right:before {
    border-top-color: #008009; }
  .tip--main.tip--top:before {
    border-top-color: #008009; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #008009; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #008009; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #008009; }
  .tip--main.tip--left:before {
    border-left-color: #008009; }
  .tip--main.tip--right:before {
    border-right-color: #008009; }
  .tip--main:after {
    background-color: #008009; }
  .tip--moicvet.tip--top-left:before {
    border-top-color: #000; }
  .tip--moicvet.tip--top-right:before {
    border-top-color: #000; }
  .tip--moicvet.tip--top:before {
    border-top-color: #000; }
  .tip--moicvet.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--left:before {
    border-left-color: #000; }
  .tip--moicvet.tip--right:before {
    border-right-color: #000; }
  .tip--moicvet:after {
    background-color: #000; }
  .tip--secondary.tip--top-left:before {
    border-top-color: #000; }
  .tip--secondary.tip--top-right:before {
    border-top-color: #000; }
  .tip--secondary.tip--top:before {
    border-top-color: #000; }
  .tip--secondary.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--left:before {
    border-left-color: #000; }
  .tip--secondary.tip--right:before {
    border-right-color: #000; }
  .tip--secondary:after {
    background-color: #000; }
  .tip--brown.tip--top-left:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top-right:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top:before {
    border-top-color: #94816C; }
  .tip--brown.tip--bottom-left:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom-right:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--left:before {
    border-left-color: #94816C; }
  .tip--brown.tip--right:before {
    border-right-color: #94816C; }
  .tip--brown:after {
    background-color: #94816C; }
  .tip--black.tip--top-left:before {
    border-top-color: #000; }
  .tip--black.tip--top-right:before {
    border-top-color: #000; }
  .tip--black.tip--top:before {
    border-top-color: #000; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--black.tip--left:before {
    border-left-color: #000; }
  .tip--black.tip--right:before {
    border-right-color: #000; }
  .tip--black:after {
    background-color: #000; }
  .tip--gray.tip--top-left:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--top-right:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--top:before {
    border-top-color: #848B8F; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #848B8F; }
  .tip--gray.tip--left:before {
    border-left-color: #848B8F; }
  .tip--gray.tip--right:before {
    border-right-color: #848B8F; }
  .tip--gray:after {
    background-color: #848B8F; }
  .tip--peach.tip--top-left:before {
    border-top-color: #916868; }
  .tip--peach.tip--top-right:before {
    border-top-color: #916868; }
  .tip--peach.tip--top:before {
    border-top-color: #916868; }
  .tip--peach.tip--bottom-left:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom-right:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--left:before {
    border-left-color: #916868; }
  .tip--peach.tip--right:before {
    border-right-color: #916868; }
  .tip--peach:after {
    background-color: #916868; }
  .tip--remodal.tip--bottom-right:after {
    box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
    background-color: #fff;
    border-radius: 5px;
    color: #6a6a6a;
    padding: .9rem;
    font-size: .9rem; }
  .tip--remodal.tip--bottom-right:before {
    border-bottom-color: #fff;
    color: #6a6a6a; }

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

.category__wrapper {
  position: relative; }

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

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

.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: 500;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #008009;
  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: #848B8F; }

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

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

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

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

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

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

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

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

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

.bg-gray {
  background-color: #848B8F; }

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

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

.alert.visible-success {
  background-color: #00B67A;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #00B67A;
  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 (min-width: 993px) {
  .menu__btn,
  .menu {
    display: none; }
  .mobile__search {
    display: none; } }

@media (max-width: 1600px) {
  .advantage__img {
    right: -15rem; } }

@media (max-width: 1340px) {
  .advantages:before {
    display: none; }
  .faq__img {
    display: none; } }

@media (max-width: 1200px) {
  .advantage__img {
    display: none; } }

@media (max-width: 992px) {
  .btn--search:after {
    background-color: #fff; }
  .header__item span {
    display: none; }
  .hide-mobile {
    display: none; }
  .header__action {
    padding-right: 2rem;
    margin-right: 2rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem;
    margin-left: 2rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #008009;
      transition: 0.3s; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #000000;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 6rem 0;
    width: 100%;
    max-width: 480px;
    position: fixed;
    top: 0;
    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 {
      width: 100%;
      padding: 0 1.5rem;
      overflow-y: auto; }
    .menu .nav {
      flex-direction: column;
      height: auto;
      align-items: flex-start; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 1rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .menu .nav__item a {
        padding: 0;
        color: #000; }
    .menu .nav__submenu-wrapper {
      width: 100%;
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-container {
      box-shadow: none;
      padding-left: 1rem; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 1rem;
      padding: 0;
      text-align: left; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
      .menu .nav__submenu-item a {
        width: 100%;
        height: auto;
        padding: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent;
          color: #008009; }
    .menu .header__link {
      color: #008009; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
    .menu .lng {
      display: flex;
      height: auto;
      margin-bottom: 3rem; }
    .menu .lng__link {
      margin-right: 2rem;
      padding-right: 0; }
      .menu .lng__link:before {
        display: none; }
      .menu .lng__link:last-child {
        margin-right: 0; }
    .menu .lng__item {
      flex-direction: column; }
      .menu .lng__item:hover .lng__wrapper {
        transform: translateY(0) translateX(0); }
    .menu .lng__wrapper {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 1rem;
      opacity: 1;
      visibility: visible;
      transform: translateY(0rem); }
    .menu .lng__list {
      border-radius: 0;
      box-shadow: none; }
      .menu .lng__list:before {
        display: none; }
    .menu .lng__sub-item {
      height: auto;
      margin-bottom: 1rem; }
      .menu .lng__sub-item a {
        padding: 0; }
        .menu .lng__sub-item a:hover {
          background-color: transparent;
          color: #F0B83B; }
  .header__wrapper {
    height: 7rem; }
  .logo img {
    height: 4.5rem; }
  .header__actions {
    width: auto; }
  .header__line-action {
    margin-right: 2rem; }
  .header__search {
    max-width: 45rem; }
  .advantages__block {
    width: 50%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem; }
    .advantages__block:last-of-type {
      margin-bottom: 0; }
    .advantages__block img {
      margin-right: 0; }
    .advantages__block .title {
      text-align: left; }
  .advantages__block-item {
    width: 100%; }
  .faq__wrapper {
    flex-direction: column; }
  .faq__block {
    width: 100%; }
    .faq__block:last-child {
      width: 100%;
      padding: 3rem 3rem 3rem 3rem; }
      .faq__block:last-child:after {
        display: none; }
  .about {
    padding-left: 0; }
    .about .block__text {
      margin-left: 0;
      max-width: 100%; }
  .about__title {
    max-width: 100%;
    margin-left: 0;
    font-size: 2rem; }
  .contacts__wrapper {
    flex-direction: column; }
  .contacts__block {
    width: 100%; }
    .contacts__block:last-child {
      width: 100%; }
      .contacts__block:last-child:after {
        display: none; }
  .contacts__form {
    padding: 3rem;
    margin: 0 auto; }
  .table--orders {
    display: block; }
    .table--orders thead {
      display: none; }
    .table--orders tbody {
      display: block; }
      .table--orders tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table--orders tbody tr td {
          width: 50%;
          padding-left: 0; }
          .table--orders tbody tr td:before {
            content: attr(aria-label);
            color: #848b8f;
            display: block;
            margin-bottom: .5rem; }
          .table--orders tbody tr td:last-child {
            text-align: left; }
  .profile__block {
    width: 100%;
    margin-bottom: 2rem; }
    .profile__block:last-child {
      margin-bottom: 0; }
  .profile__form {
    padding: 3rem; }
  .order__wrapper {
    flex-wrap: wrap; }
  .order__block {
    width: 100%; }
  .order__summary {
    margin-left: 0;
    max-width: 40rem; }
  .product__img {
    height: 22rem; }
  .mobile__search {
    padding: 1rem 1.5rem; }
    .mobile__search .header__search {
      max-width: 100%; }
      .mobile__search .header__search .btn {
        padding: 0 1.5rem;
        font-size: 0; }
        .mobile__search .header__search .btn img {
          margin-right: 0; }
  .search__wrapper {
    flex-wrap: wrap; }
  .search__block {
    width: 100%;
    margin-bottom: 2rem; }
    .search__block:last-child {
      margin-bottom: 0; }
  .search__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
  .search__product {
    margin-bottom: 1rem; }
  .table--search {
    display: block; }
    .table--search thead {
      display: none; }
    .table--search tbody {
      display: block; }
      .table--search tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table--search tbody tr td {
          display: block;
          width: 33%;
          padding-bottom: 0;
          padding-top: 1rem; }
          .table--search tbody tr td:last-child {
            flex: 1;
            width: auto; }
          .table--search tbody tr td:before {
            content: attr(aria-label);
            color: #848b8f;
            display: block;
            margin-bottom: .5rem; }
  .cart__steps {
    display: none; }
  .form__row {
    flex-wrap: wrap; }
    .form__row .form__group {
      width: 100%; }
      .form__row .form__group.xl {
        width: 100%; }
      .form__row .form__group.sm {
        width: 100%; }
  .table--cart {
    display: block; }
    .table--cart tbody {
      display: block; }
      .table--cart tbody tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .table--cart tbody tr td {
          flex: 1; }
          .table--cart tbody tr td:first-child {
            flex: unset;
            width: 100%; }
          .table--cart tbody tr td:nth-child(2) {
            padding-left: 0; }
          .table--cart tbody tr td:last-child {
            flex: unset;
            width: auto; }
  .header__cart-popup {
    display: none; }
  .cart__wrapper {
    flex-direction: column-reverse; }
  .cart__block:last-child {
    margin-bottom: 2rem; }
  .summary__row.total .title {
    font-size: 1.6rem; }
  .summary__row.total .data {
    font-size: 1.6rem; }
  .input {
    font-size: 1.6rem; }
  .advantages__wrapper {
    width: calc(100% + 2rem);
    margin: 0 -2rem;
    flex-wrap: wrap; }
    .advantages__wrapper:before {
      display: none; }
  .advantages__container {
    flex-direction: column; }
  .advantages__item {
    width: 100%; }
    .advantages__item .block__title {
      margin-bottom: 2rem; }
  .advantages {
    margin-bottom: 2rem; }
  .about .block__text {
    font-size: 1.8rem; }
  .categories__block {
    width: 33.33%; }
  .header__title {
    display: none; }
  .header__item {
    font-size: 0; }
    .header__item img {
      height: 21px; }
  .header__menu a {
    font-size: 16px; }
  .product {
    padding-top: 2rem; }
  .partners__img img {
    max-height: 100px;
    max-width: 70%; }
  .catalog__slider {
    height: auto; }
  .catalog__list {
    height: auto; }
    .catalog__list:before {
      display: none; } }

@media (max-width: 768px) {
  .footer__wrapper {
    padding: 4rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .footer__block {
    margin-bottom: 2rem; } }

@media (max-width: 640px) {
  .categories__block {
    width: 50%; }
  .header__menu {
    right: -40px; } }

@media (max-width: 560px) {
  .order__summary-row {
    flex-direction: column; }
    .order__summary-row .title {
      margin-bottom: .5rem; }
  .order__info-row {
    flex-direction: column; }
    .order__info-row .title {
      margin-bottom: .5rem; }
  .footer__nav {
    margin-top: 1rem;
    flex-direction: column; }
    .footer__nav a {
      margin-right: 0;
      padding-right: 0; }
      .footer__nav a:after {
        display: none; }
  .intro__title {
    font-size: 3.5rem; }
  .trust {
    flex-direction: column;
    align-items: center; }
    .trust .btn {
      margin-top: 2rem;
      margin-left: auto;
      margin-right: auto; }
  .product__delivery {
    flex-direction: column; }
  .delivery__name {
    width: 100%; }
  .delivery__action {
    width: 100%;
    border-left: 0;
    padding-left: 8.4rem; }
    .delivery__action a {
      width: auto; }
  .block__title--lg {
    font-size: 3rem; }
  .remodal__title {
    font-size: 3rem; } }

@media (max-width: 420px) {
  .categories__block {
    width: 100%; } }
