@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Mulish:300,regular,500,600,700,800&display=swap);
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?94xf2a");
  src: url("../fonts/icons.eot?94xf2a#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?94xf2a") format("truetype"), url("../fonts/icons.woff?94xf2a") format("woff"), url("../fonts/icons.svg?94xf2a#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_rs-icon-]::before,
[class*=_rs-icon-]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._rs-icon-message:before {
  content: "\e912";
  color: #fff;
}

._rs-icon-phone:before {
  content: "\e913";
  color: #7cb521;
}

._rs-icon-search:before {
  content: "\e914";
  color: #a5a5a5;
}

._rs-icon-stats:before {
  content: "\e915";
  color: #7cb521;
}

._rs-icon-unlike:before {
  content: "\e916";
  color: #ff5b5b;
}

._rs-icon-user:before {
  content: "\e917";
  color: #7cb521;
}

._rs-icon-arrow-left:before {
  content: "\e918";
}

._rs-icon-arrow-right:before {
  content: "\e918";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

._rs-icon-cart:before {
  content: "\e919";
  color: #7cb521;
}

._rs-icon-close:before {
  content: "\e91a";
  color: #cbcbcb;
}

._rs-icon-crown:before {
  content: "\e91b";
  color: #7cb521;
}

._rs-icon-fav:before {
  content: "\e91c";
  color: #7cb521;
}

._rs-icon-like:before {
  content: "\e91d";
  color: #7cb521;
}

._rs-icon-location:before {
  content: "\e91e";
  color: #7cb521;
}

:root {
  --bg-color: #fff;
  --primary-color: #7cb521;
  --gray-color: #f6f6f6;
  --primary-light-color: #e3edca;
  --font-color: #212121;
  --item-brown: #ede4e6;
  --item-green: #e3edca;
  --item-yellow: #f7f7df;
  --item-gray: #e7e6ec;
  --item-text-brown: #b28888;
  --item-text-green: #a3c74b;
  --item-text-yellow: #ecce2e;
  --item-text-gray: #a7a2bb;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-color: var(--primary-color) var(--bg-color);
  scrollbar-width: thin;
}
* input::-webkit-outer-spin-button,
* input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
*::-webkit-scrollbar {
  cursor: pointer;
  width: 6px;
  background: transparent;
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 3px;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-color: var(--primary-color) var(--primary-color);
  scrollbar-width: thin;
}


*::before::-webkit-scrollbar, *::after::-webkit-scrollbar {
  cursor: pointer;
  width: 6px;
  background: var(--bg-color);
  border-radius: 3px;
}
*::before::-webkit-scrollbar-thumb, *::after::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 0px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  color: var(--main-font-color);
  line-height: 1;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  background: var(--bg-color);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: "Mulish", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background: transparent;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a {
  cursor: pointer;
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

html.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 1479.98px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  [class*=__container] {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

section {
  position: relative;
}

[class*=mulish-] {
  font-family: "Mulish";
}

.mulish-extrabold-55 {
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1439.98px) {
  .mulish-extrabold-55 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .mulish-extrabold-55 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .mulish-extrabold-55 {
    font-size: 28px;
  }
}

.mulish-extrabold-48 {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-extrabold-48 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .mulish-extrabold-48 {
    font-size: 20px;
  }
}

.mulish-extrabold-36 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-extrabold-36 {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .mulish-extrabold-36 {
    font-size: 20px;
  }
}

.mulish-extrabold-28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-extrabold-28 {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .mulish-extrabold-28 {
    font-size: 20px;
  }
}
.mulish-extrabold-28.td-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 6px;
}

.mulish-extrabold-24 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1439.98px) {
  .mulish-extrabold-24 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .mulish-extrabold-24 {
    font-size: 15px;
  }
}
.mulish-extrabold-24 span {
  color: var(--primary-color);
}

.mulish-extrabold-22 {
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  .mulish-extrabold-22 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .mulish-extrabold-22 {
    font-size: 15px;
  }
}

.mulish-extrabold-18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1169.98px) {
  .mulish-extrabold-18 {
    font-size: 16px;
  }
}

.mulish-extrabold-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-extrabold-16 {
    font-size: 14px;
  }
}

.mulish-extrabold-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .mulish-extrabold-14 {
    font-size: 13px;
  }
}

.mulish-regular-16 {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-regular-16 {
    font-size: 13px;
  }
}

.mulish-regular-14 {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991.98px) {
  .mulish-regular-14 {
    font-size: 13px;
  }
}

.mulish-light-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-light-16 {
    font-size: 13px;
  }
}

.mulish-light-15 {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-light-15 {
    font-size: 13px;
  }
}

.mulish-light-14 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .mulish-light-14 {
    font-size: 13px;
  }
}

.rs-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px 51.5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 26px;
}
@media (max-width: 767.98px) {
  .rs-btn {
    font-size: 13px;
  }
}
.rs-btn span {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  width: 0px;
  height: 0px;
}
.rs-btn span._ripple {
  -webkit-animation: ripple 0.5s linear;
          animation: ripple 0.5s linear;
}
@-webkit-keyframes ripple {
  0% {
    width: 0;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.rs-btn._green-btn {
  color: #fff;
  background: var(--primary-color);
}
.rs-btn._gray-btn {
  background: #f6f6f6;
  color: #212121;
}
.rs-btn._green-border-btn {
  background: transparent;
  color: var(--primary-color);
  border-radius: 19px;
  border: 1px solid var(--primary-color);
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.rs-btn::before {
  margin-right: 10px;
  font-size: 18px;
}

.form {
  margin-top: 18px;
}
.form__line {
  width: 100%;
  position: relative;
}
.form__line:not(:last-child) {
  margin-bottom: 11px;
}
.form__line._form-error .rs-input-placeholder {
  font-size: 12px;
  line-height: 120%;
  top: 12px;
}
.form__line._form-error .form__right {
  opacity: 0;
  visibility: hidden;
}
.form__line._form-right .rs-input-placeholder {
  font-size: 12px;
  line-height: 120%;
  top: 12px;
}
.form__line._form-right .form__right {
  opacity: 1;
  visibility: visible;
}
.form__line._form-valid .rs-input-placeholder {
  font-size: 12px;
  line-height: 120%;
  top: 12px;
}
.form__line._form-focus .rs-input {
  background-color: #fff;
  border-color: #e6efe2;
}
.form__line._form-focus .rs-input-placeholder {
  font-size: 12px;
  line-height: 120%;
  top: 12px;
}
.form__line._form-focus .form__right {
  opacity: 0;
  visibility: hidden;
}
.form__error {
  margin-top: 3px;
  margin-left: 15px;
  color: #e35255;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.form__right {
  position: absolute;
  right: 39px;
  top: 27px;
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3e%3cpath d='M10.2929 1.29296L3.99892 7.58696C3.99992 7.58596 1.70692 5.29296 1.70692 5.29296C1.51832 5.1108 1.26571 5.01001 1.00352 5.01229C0.741321 5.01456 0.490509 5.11973 0.305101 5.30514C0.119692 5.49055 0.0145233 5.74136 0.0122448 6.00356C0.00996641 6.26575 0.110761 6.51836 0.292919 6.70696L2.58692 9.00096C3.36692 9.78096 4.63692 9.77796 5.41292 9.00096L11.7069 2.70696C11.8024 2.61471 11.8786 2.50437 11.931 2.38236C11.9834 2.26036 12.011 2.12914 12.0122 1.99636C12.0133 1.86358 11.988 1.7319 11.9377 1.60901C11.8875 1.48611 11.8132 1.37446 11.7193 1.28056C11.6254 1.18667 11.5138 1.11242 11.3909 1.06214C11.268 1.01186 11.1363 0.986555 11.0035 0.987709C10.8707 0.988862 10.7395 1.01645 10.6175 1.06886C10.4955 1.12127 10.3852 1.19745 10.2929 1.29296Z' fill='%237CB521'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__footer {
  margin-top: 6px;
}
.form__agreement {
  color: #565973;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form__agreement a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .form__agreement a:hover {
    text-decoration: none;
  }
}
.form__button {
  margin-top: 25px;
  width: 100%;
}
.form__button .rs-btn {
  width: 100%;
}

.rs-input-placeholder {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #61646b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rs-input {
  outline: none;
  width: 100%;
  padding: 25px 60px 11px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.rs-input._form-focus {
  background-color: #fff;
  border-color: #e6efe2;
}
.rs-input._form-error {
  border-color: #ed7575;
  background-color: #fae5e4;
}
.rs-input._form-right {
  border-color: var(--primary-color);
  background-color: #f8fbf4;
}

textarea.rs-input {
  resize: vertical;
  min-height: 109px;
}

.rs-input-clear {
  position: absolute;
  top: 22px;
  right: 21px;
  display: none;
}
.rs-input-clear._clear-active {
  display: block;
}
.rs-input-clear::before {
  font-size: 10px;
  color: #565973;
}

.product {
  width: 100%;
  height: 100%;
  position: relative;
}
.product__item {
  padding: 16px 16px 13px 16px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .product__item {
    padding: 14px;
  }
}
@media (any-hover: hover) {
  .product__item:hover .product__actions {
    opacity: 1;
    visibility: visible;
  }
  .product__item:hover .product__buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.product__link {
  display: block;
  width: 100%;
  height: 100%;
}
.product__picture {
  position: relative;
}
.product__picture .swiper-horizontal > .swiper-pagination-bullets,
.product__picture .swiper-pagination-bullets.swiper-pagination-horizontal,
.product__picture .swiper-pagination-custom,
.product__picture .swiper-pagination-fraction {
  bottom: 8px;
}
.product__picture .swiper-pagination {
  position: absolute;
}
.product__picture .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.product__picture .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.product__picture .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #e8f4d4;
  opacity: 1;
}
.product__picture .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-color);
}
.product .product-picture__slider {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 306px;
}
@media (max-width: 991.98px) {
  .product .product-picture__slider {
    height: 262px;
  }
}
.product .product-picture__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__description {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 16px;
}
@media (max-width: 991.98px) {
  .product__description {
    margin-top: 13px;
  }
}
.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .product__head {
    margin-bottom: 13px;
  }
}
.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__price.product__price--actual {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-right: 6px;
}
@media (max-width: 991.98px) {
  .product__price.product__price--actual {
    font-size: 16px;
    margin-right: 5px;
  }
}
.product__price.product__price--old {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: line-through;
  text-decoration-color: red;
}
@media (max-width: 991.98px) {
  .product__price.product__price--old {
    font-size: 12px;
  }
}
.product__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__actions_list li {
  position: relative;
}
@media (any-hover: hover) {
  .product__actions_list li:hover .product__actions_tooltip {
    opacity: 1;
    visibility: visible;
  }
}
.product__actions_list li:not(:last-child) {
  margin-bottom: 8px;
}
.product__actions_list li a {
  display: block;
  padding: 8px;
  border-radius: 20px;
  background-color: rgba(154, 154, 154, 0.3);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.product__actions_list li a._active {
  background-color: rgb(255, 255, 255);
}
.product__actions_list li a._active::before {
  color: #212121;
}
.product__actions_list li a::before {
  font-size: 24px;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.product__actions_tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 10px);
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
  white-space: nowrap;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__actions_tooltip:before {
  content: attr(data-fav);
  position: relative;
  width: 100%;
  height: 100%;

  display: block;
}
.js-compare._active + .product__actions_tooltip:before,
.js-favorite._active + .product__actions_tooltip:before{
  content: attr(data-action);
}
.product__sale {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 3px 10px;
  border-radius: 23px;
  background: #ff5b5b;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .product__sale {
    font-size: 12px;
    padding: 2.5px 8.5px;
    border-radius: 19px;
  }
}
.product__buttons {
  position: absolute;
  top: calc(100% - 5px);
  border: 1px solid #eaeaea;
  border-top: none;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__buttons a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__buttons a:not(:last-child) {
  margin-bottom: 10px;
}

.sale {
  height: 100%;
  width: 100%;
}
.sale.sale--right .sale__description {
  text-align: right;
}
.sale.sale--green .sale__img {
  background-color: var(--item-green);
}
.sale.sale--green .sale__block {
  color: var(--item-text-green);
}
.sale.sale--yellow .sale__img {
  background-color: var(--item-yellow);
}
.sale.sale--yellow .sale__block {
  color: var(--item-text-yellow);
}
.sale.sale--gray .sale__img {
  background-color: var(--item-gray);
}
.sale.sale--gray .sale__block {
  color: var(--item-text-gray);
}
.sale.sale--brown .sale__img .sale__img {
  background-color: var(--item-brown);
}
.sale.sale--brown .sale__block {
  color: var(--item-text-brown);
}
.sale__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.sale__link {
  display: block;
  width: 100%;
  height: 100%;
}
.sale__img {
  width: 100%;
  height: 100% img;
  height-width: 100%;
  height-height: 100%;
  height-object-fit: cover;
}
.sale__description {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  width: calc(100% - 56px);
}
@media (max-width: 991.98px) {
  .sale__description {
    top: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.sale__description > p {
  min-height: 36px;
  margin-top: 13px;
}
@media (max-width: 991.98px) {
  .sale__description > p {
    margin-top: 8px;
  }
}
.sale__block {
  margin-top: 8px;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .sale__block {
    font-size: 35px;
  }
}
.sale__about {
  padding: 25px 30px;
}
@media (max-width: 1439.98px) {
  .sale__about {
    padding: 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .sale__about {
    padding: 20px 15px;
  }
}
.sale__about h4 {
  margin-bottom: 10px;
}

.services {
  width: 100%;
  height: 100%;
}
.services__item {
  border-radius: 8px;
  background: #f6f6f6;
  padding: 20px 28px;
  position: relative;
  min-height: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .services__item {
    padding: 12px 12px 140px 12px;
    min-height: 224px;
  }
}
.services__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 61%;
}
@media (max-width: 991.98px) {
  .services__description {
    max-width: 100%;
  }
}
.services__description h6 {
  margin-bottom: 5px;
}
.services__description a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.services__img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 186px;
  height: 186px;
}
@media (max-width: 1439.98px) {
  .services__img {
    max-width: 160px;
    height: 160px;
  }
}
@media (max-width: 1169.98px) {
  .services__img {
    max-width: 120px;
    height: 120px;
  }
}
.services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .services__img {
    max-width: 158px;
    height: 158px;
  }
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .pagging {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagging__arrow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-style: normal;
  color: #656565;
  margin: 0px 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 991.98px) {
  .pagging__arrow {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (any-hover: hover) {
  .pagging__arrow:hover {
    color: #212121;
  }
}
.pagging__arrow.pagging__arrow_left {
  margin-right: 14px;
}
.pagging__arrow.pagging__arrow_right {
  margin-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pagging__arrow::before {
  font-size: 7px;
}
.pagging__arrow:disabled {
  display: none;
}
.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagging__item:not(:last-child) {
  margin-right: 4px;
}
.pagging__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 39px;
  padding: 12px 0px;
  color: #656565;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pagging__link._active {
  color: #fff;
  background-color: var(--primary-color);
}
@media (any-hover: hover) {
  .pagging__link:hover {
    color: #fff;
    background-color: var(--primary-color);
  }
}

.rating {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.rating .rating__body {
  position: relative;
}
.rating .rating__body::before {
  content: "★★★★★";
  display: block;
  color: #f6f7f9;
}
.rating .rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating .rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #f19f00;
}
.rating .rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rating .rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}
.rating .rating__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  margin-left: 8px;
}
.rating .rating__value {
  font-weight: 800;
}
.rating .rating__comment {
  font-weight: 400;
  margin-left: 3px;
}

@-webkit-keyframes hideCircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hideCircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
  outline: none !important;
}
.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
  border: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0px;
}

.swiper-pagination-bullet:active, .swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-pagination-bullet::-moz-focus-inner {
  border: 0 !important;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background-color: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background-color: var(--primary-color);
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
}

.swiper-pagination-progressbar {
  background: #f6f6f6;
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  overflow: hidden;
  top: 0%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f6f6;
  color: #212121;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 39px;
  min-height: 39px;
  max-width: 39px;
  max-height: 39px;
}
@media (any-hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #fff;
    background: var(--primary-color);
  }
}
.swiper-button-next:not(:last-child),
.swiper-button-prev:not(:last-child) {
  margin-right: 10px;
}
.swiper-button-next::before, .swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after {
  content: "\e918";
  position: absolute;
  font-size: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.15s ease 0s;
  transition: 0.15s ease 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  opacity: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: 0px;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (any-hover: hover) {
  .swiper-button-prev:hover::before,
  .swiper-rtl .swiper-button-next:hover::before {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  .swiper-button-prev:hover::after,
  .swiper-rtl .swiper-button-next:hover::after {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: 0px;
}
.swiper-button-next::before, .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::before,
.swiper-rtl .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  -webkit-transform: rotate(180deg) translateX(150%);
      -ms-transform: rotate(180deg) translateX(150%);
          transform: rotate(180deg) translateX(150%);
}
@media (any-hover: hover) {
  .swiper-button-next:hover::before,
  .swiper-rtl .swiper-button-prev:hover::before {
    -webkit-transform: rotate(180deg) translateX(-150%);
        -ms-transform: rotate(180deg) translateX(-150%);
            transform: rotate(180deg) translateX(-150%);
    opacity: 0;
  }
  .swiper-button-next:hover::after,
  .swiper-rtl .swiper-button-prev:hover::after {
    -webkit-transform: rotate(180deg) translateX(0%);
        -ms-transform: rotate(180deg) translateX(0%);
            transform: rotate(180deg) translateX(0%);
    opacity: 1;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 1;
  background: #f6f6f6;
  color: #212121;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .swiper-navigation {
    display: none;
  }
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 999;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
}

.popup_show {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.popup__close {
  position: absolute;
  right: 30px;
  top: 16px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #eef4df;
  border-radius: 50%;
}
@media (max-width: 1439.98px) {
  .popup__close {
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
}
.popup__close::before {
  font-size: 11.5px;
  color: var(--primary-color);
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 846px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1439.98px) {
  .popup__content {
    padding: 20px;
  }
}
.lock .popup__content {
  visibility: visible;
}

.popup.popup-size {
  padding: 0;
}
.popup.popup-size .popup__wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.popup.popup-size .popup__content {
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  padding: 40px 30px;
  max-width: 376px;
}
@media (max-width: 1439.98px) {
  .popup.popup-size .popup__content {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .popup.popup-size .popup__content {
    max-width: 280px;
  }
}
.popup.popup-size.popup_show .popup__content {
  opacity: 1;
}
.popup.popup-size .popup__size_list {
  margin-top: 22px;
}
@media (max-width: 1439.98px) {
  .popup.popup-size .popup__size_list {
    margin-top: 15px;
  }
}
.popup.popup-size .popup__size_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1439.98px) {
  .popup.popup-size .popup__size_item {
    padding: 15px;
  }
}
.popup.popup-size .popup__size_item._active {
  border-color: var(--primary-color);
  background-color: transparent;
}
.popup.popup-size .popup__size_item:not(:last-child) {
  margin-bottom: 10px;
}
.popup.popup-size .popup__size_name {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .popup.popup-size .popup__size_name {
    font-size: 12px;
  }
}
.popup.popup-size .popup__size_name strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .popup.popup-size .popup__size_name strong {
    font-size: 14px;
  }
}
.popup.popup-size .popup__size_cost {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup.popup-order .popup__close {
  right: 14px;
  top: 16px;
}
.popup.popup-order .popup__content {
  text-align: center;
  max-width: 580px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 9px 11px 29px 0px rgba(125, 138, 152, 0.15);
          box-shadow: 9px 11px 29px 0px rgba(125, 138, 152, 0.15);
  padding: 40px 40px 53px 40px;
}
.popup.popup-order .popup__part > h3 {
  margin-bottom: 8px;
}
.popup.popup-order .popup__part > p {
  max-width: 458px;
  margin: 0 auto;
  line-height: 160%;
}

.popup__part:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1439.98px) {
  .popup__part:not(:last-child) {
    margin-bottom: 15px;
  }
}
.popup__part > h2 {
  margin-bottom: 30px;
}
@media (max-width: 1439.98px) {
  .popup__part > h2 {
    margin-bottom: 15px;
  }
}
.popup__part > h3 {
  margin-bottom: 5px;
}
.popup__part > p {
  margin-bottom: 15px;
}
@media (max-width: 1439.98px) {
  .popup__part > p {
    margin-bottom: 10px;
  }
}

.popup__table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}
.popup__table table {
  width: 100%;
  border-spacing: 0px;
}
.popup__table table tr td {
  padding: 20px 20px 20px 15px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1439.98px) {
  .popup__table table tr td {
    padding: 10px 10px 10px 10px;
  }
}
.popup__table table tr td strong {
  display: block;
}
.popup__table table tr td strong:not(:last-child) {
  margin-bottom: 10px;
}
.popup__table table tr td:nth-child(1) {
  width: 475px;
}
.popup__table table tr td:nth-child(2) {
  padding: 20px 15px 20px 20px;
}
@media (max-width: 1439.98px) {
  .popup__table table tr td:nth-child(2) {
    padding: 10px 10px 10px 10px;
  }
}
.popup__table table tr.table-category td {
  font-weight: 800;
  background: #f6f6f6;
}
.page .bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: var(--primary-color);
  color: var(--bg-color);
}
.rs-product__rating .rating__body.bx_item_detail_rating {
  margin-bottom: 0;
}

.red-rating-stars > label::before{
  color: #f6f7f9!important;
}
.rs-product__rating .red-rating-stars > label {
  position: relative;
  font-size: 1.1rem;
  margin-left: 2px;
  color: #f19f00!important;
  cursor: pointer;
}
.red-rating-stars > input:checked ~ label:before {
  opacity: 1;
  color: #f19f00!important;
}
.cart__container{margin-bottom: 20px}
.basket-items-search-field .input-group,
.basket-coupon-section .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 39px;
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.basket-items-search-field .input-group{
  margin: 0;
}
.cart__container .basket-items-search-clear-btn{right: 8px}
.d-none.d-md-block {
  display: none;
}
.cart__container .basket-btn-checkout{
  border-radius: 26px;
}
.cart__container .bx-soa-coupon-input {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.cart__container .form-check-group .form-check{
  margin-bottom: 5px;
}
.cart__container .bx-soa-custom-label{margin-bottom: 5px; font-size: 16px;display: inline-block;}
.bx-soa-more-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;}
.bx-soa-pp-item-container>div{
  display: flex;
  flex-wrap: wrap;
}
.bx-soa-pp-item-container>div .bx-soa-pp-company{
  width: 50%;
  max-width: 200px;
}
#bx-soa-properties input[type="text"], #bx-soa-properties textarea{
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  width: 100%;
  max-width: 300px;
}
.bx-soa .bx-soa-customer-label, .bx-soa .form-group label {
  display: block;
}
.soa-property-container{margin-bottom: 10px}
.bx-soa-cart-total-button-container>.btn {
  width: 100%;
  max-width: 242px;
}
#bx-soa-orderSave{
  padding: 10px;
}
.d-none{display: none;}
.d-block.d-sm-none,
.d-block.d-md-none{
  display:block ;
}
@media (max-width: 1439.98px) {
  .d-none.d-sm-inline-block,
  .d-none.d-md-block {
    display: block;
  }
  .d-block.d-sm-none,
  .d-block.d-md-none{
    display:none ;
  }
}
.title-search-result .bx_smart_searche.theme-green .bx_item_block_href:hover {
  background-color: #eef4df;
}
.rs-personal__container .sale-personal-section-index-block.bx-theme-green {
  background: var(--primary-color);
}
.title-search-result  .bx_smart_searche.theme-green .bx_item_block_item_name> b{color: var(--primary-color);}
.filter-form__btns > .rs-btn {width: 100%; max-width: 300px; margin-bottom: 5px}
.rs-personal__container{min-height: 150px;}
.rs-personal__container form .rs-btn{width: 100%;max-width: 300px;}
.rs-personal__container h3,
.rs-personal__container,.rs-personal__container p {
  color: #656565;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}
.bx-authform-link-container .rs-btn{margin-top: 10px}
.rs-catalog__products_list .bx-pagination .bx-pagination-container ul li.bx-active span {
  background: var(--primary-color);
  color: #fff;
}
.rs-personal__container  .row{margin-left: -15px; margin-right: -15px;}
.rs-personal__container [class^=col-]{padding: 0 15px;width: 100%}
.sale-personal-section-index-block-name {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.rs-catalog__filters .bx-filter-container-modef {
  position: relative;
  left: calc(100% - 120px);
  top: 30px;
}
#modef{
  display: flex;
  padding: 11px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 8px;
  background: #FFF;
  height: auto;
  width: 122px;
  opacity: 1;
  color: #212121;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: 0px 0px 22px 0px rgba(103, 124, 139, 0.10);
}
#modef:before {
  content: "";
  border: solid transparent;
  position: absolute;
  right: 100%;
  bottom: 50%;
  border-right-color: #fff;
  border-width: 13px;
  margin-bottom: 0;
  transform: translateY(50%);
}
#modef:after {
  content: "";
  border: solid transparent;
  position: absolute;
  right: 100%;
  bottom: 50%;
  border-right-color: rgba(103, 124, 139, 0.10);
  border-width: 15px;
  margin-bottom: 0;
  z-index: -1;
  transform: translateY(50%);
}
#modef a{
  color: #656565;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
.rs-personal__container .sale-order-list-repeat-link,
.rs-personal__container .sale-order-list-about-link,
.rs-personal__container .sale-order-list-change-payment,
.rs-personal__container .sale-order-history-link{
  color: var(--main-font-color);
  display: inline-block;
  padding: 26px 0 0;
  margin-right: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.news-detail{margin-top: 20px}
div.news-detail img.detail_picture {
  float: left;
  margin: 0 15px 15px 1px;
}
.rs-personal__container .sale-order-list-cancel-link{
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 51.5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 26px;
  color: #fff;
  background: var(--primary-color);
  margin: 20px 0;
}
.bx_profile .form-group{margin-bottom: 5px}
.bx_profile .form-group .form-control {
  height: 40px;
  border: 1px solid #eee;
  width: 100%;
  max-width: 300px;
  padding: 5px;
}
@media (any-hover: hover) {
  .rs-personal__container .sale-order-list-repeat-link:hover,
  .rs-personal__container .sale-order-list-about-link:hover,
  .rs-personal__container .sale-order-list-change-payment:hover,
  .rs-personal__container .sale-order-history-link:hover {
    color: var(--primary-color);
    text-decoration: none;
  }
}
  @media (min-width: 992px) {
    .rs-personal__container .col-md-6 {
    width: 50%;
  }
    .main-profile-form-label.text-md-right.col-md-3 {
      float: none!important;
      display: table-cell;
      vertical-align: middle;
      width: 25%;
    }
    .rs-personal__container .col-sm-offset-3, .rs-personal__container .col-md-offset-3{margin-left: 25%;width:75%}
}
@media (min-width: 1200px) {
  .rs-personal__container .col-lg-4 {
    width: 33.33333333%;
  }
}
.rs-content__container .lpBonusAccount table tbody tr:nth-child(odd) td {
  background-color: #e3edca;
}
.rs-content__container  .sale-order-detail-general-head {background: var(--primary-color)}
.rs-content__container .sale-order-detail-general {
  border: none;
}
.rs-content__container .sale-order-list-title-container {
  background: #e3edca;
}
.rs-content__container  .sale-order-detail-about-order-inner-container-repeat-button {
  display: block;
  max-width: 300px;
  height: 38px;
  background: var(--primary-color);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font: var(--ui-font-weight-bold) 12px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.rs-content__container .inactive-button {
  background: #e3edca;
  max-width: 300px;
  margin: 15px 0;
}
.rs-content__container div.soc-serv-title {
  padding-left: 0;
  padding-top: 3px;
  background: #fff;
margin-bottom: 10px;
}
.soc-serv-accounts td{padding:5px }