@import url(../../../../../fonts.googleapis.com/css%EF%B9%96family=Caveat%EF%B9%95400,700%EF%BD%9CMontserrat%EF%B9%95300,400,500,600,700&display=swap&subset=cyrillic.css);
@import url(../../../../../fonts.googleapis.com/css2%EF%B9%96family=Roboto&display=swap.css);
@import url(../../../../../fonts.googleapis.com/css2%EF%B9%96family=Comfortaa%EF%B9%95wght@300%EF%B9%94400%EF%B9%94500%EF%B9%94600%EF%B9%94700&display=swap.css);
@import url(../../../../../fonts.googleapis.com/css2%EF%B9%96family=Nunito%EF%B9%95ital,wght@0,200%EF%B9%940,300%EF%B9%940,400%EF%B9%940,600%EF%B9%940,700%EF%B9%941,200%EF%B9%941,300%EF%B9%941,400%EF%B9%941,600%EF%B9%941,700&display=swap.css);
@import url(../../../../../fonts.googleapis.com/css2%EF%B9%96family=Underdog&display=swap.css);
@import url(../../../../../fonts.googleapis.com/css2%EF%B9%96family=Raleway%EF%B9%95ital,wght@0,100%EF%B9%940,200%EF%B9%940,300%EF%B9%940,400%EF%B9%940,500%EF%B9%940,600%EF%B9%940,700%EF%B9%940,800%EF%B9%941,100%EF%B9%941,200%EF%B9%941,300%EF%B9%941,400%EF%B9%941,500%EF%B9%941,600%EF%B9%941,700%EF%B9%941,800&display=swap.css);
@import url(fonts/fonts.css);
html {
  overflow-y: scroll;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  font-size: 0;
  display: block;
}
html:not(.touch-screen) ::-webkit-scrollbar,
html:not(.touch-screen)::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html:not(.touch-screen) ::-webkit-scrollbar-track,
html:not(.touch-screen)::-webkit-scrollbar-track {
  background: #fff;
}
html:not(.touch-screen) ::-webkit-scrollbar-thumb,
html:not(.touch-screen)::-webkit-scrollbar-thumb {
  background: #088c08;
}
:active,
:focus,
:hover,
:visited {
  outline: 0;
}
button {
  background: 0 0;
  border: none;
  cursor: pointer;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.decor-img {
  display: none !important;
}

#content-block {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1199px) {
  #content-block {
    min-height: 100vh;
    min-height: calc(100vh - 56px);
  }
}
@media (max-width: 1199px) {
  #content-block.margin-bottom {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  #content-block {
    min-height: 100vh;
  }
}
main {
  display: block;
  position: relative;
  margin-bottom: auto;
}
.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}
html.keyboard-focus :focus {
  outline: auto;
}
input[type="file"],
input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.container {
  width: 100%;
  max-width: 100%;
}
.z1 {
  z-index: 1;
}
@media (min-width: 992px) {
  .container {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .container {
    padding-left: 90px;
    padding-right: 25px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .smaki-prom {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
}
.svg {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.clearfix {
  position: relative;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.cell-view {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}
.relative,
section {
  position: relative;
}
img[data-i-src] {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}
img[data-i-src].imgLoaded {
  opacity: 1;
}
[class*="spacer"] {
  clear: both;
  width: 100% !important;
}
.spacer-lg {
  height: 180px;
}
.spacer-md {
  height: 90px;
}
.spacer-sm {
  height: 40px;
}
.spacer-xs {
  height: 20px;
}
body {
  font-family: Nunito, sans-serif;
  color: #22262a;
}
b,
strong {
  font-weight: 700;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
body {
  font-size: 17px;
  line-height: 1;
}
.text-xs {
  font-size: 13px;
  line-height: 1.6em;
}
.text-s {
  font-size: 15px;
  line-height: 1.6em;
}
.text {
  font-size: 17px;
  line-height: 1.6em;
}
.text-sm {
  font-size: 19px;
  line-height: 1.6em;
}
.text-md {
  font-size: 21px;
  line-height: 1.37em;
}
.text-xl {
  font-size: 50px;
}
.text-xxl {
  font-size: 50px;
}
.w-light {
  font-weight: 300;
}
.w-regular {
  font-weight: 400;
}
.w-medium {
  font-weight: 500;
}
.w-semibold {
  font-weight: 600;
}
.w-bold {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2em;
}
.h1,
h1 {
  font-size: 51px;
  line-height: 1.2;
}
.h2,
h2 {
  font-family: Comfortaa;
  font-size: 24px;
  line-height: 1.2;
}
.h3,
h3 {
  font-size: 41px;
  line-height: 1.2;
}
.h4,
h4 {
  font-size: 27px;
  line-height: 1.1;
  font-family: Caveat;
}
.h5,
h5 {
  font-size: 23px;
  line-height: 1.2;
}
.h6,
h6 {
  font-size: 17px;
  line-height: 1.375;
}
.f-primary {
  font-family: Nunito, sans-serif;
}
.f-secondary {
  font-family: Raleway;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
  .h3,
  h3 {
    font-size: 29px;
  }
  .h5,
  h5 {
    font-size: 19px;
  }
  .text,
  body {
    font-size: 15px;
  }
  .text-sm {
    font-size: 17px;
  }
  .text-md {
    font-size: 19px;
  }
  .text-xl {
    font-size: 37px;
  }
  .text-xxl {
    font-size: 37px;
  }
}
.text-truncate {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-nocase {
  text-transform: none;
}

.price-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.price-product-text {
  font-size: 1.8rem;
  font-weight: 400;

  display: flex;
}

.price-product-button {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background-color: #3aad49;
  color: #fff;
}

.price-product-label {
  font-size: 1rem;
  padding: 0 5px 0 10px;
}

.price-product-button + .amount-plus {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background-color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #98989d;
  border-radius: 50%;
}

.price-product-button > .price {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 4px;
}

.price-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3aad49;
  background-color: #fff;
  padding: 4px;
  margin: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.price-product-plusicon {
  font-size: 40px;
  width: 24px;
  height: 24px;
  color: #088c08;
}

.price-product-count {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #fff;
  width: 24px;
  height: 24px;
  transition: all 200ms;
}

.price-product-count.amount-plus {
  transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 0) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 28px;
  min-width: 240px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-primary {
  color: #fff;
  border: 1px solid #088c08;
  background: #088c08;
}
.btn-secondary {
  background-color: #fff;
  color: #5a5a5a;
}
.btn-optional {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-family: Caveat;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 5px 40px;
  min-width: unset;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.btn-close {
  width: 42px;
  height: 42px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
.btn-close:after,
.btn-close:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  border-radius: 4px;
  background-color: #088c08;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close-small {
  width: 10px;
  height: 10px;
}
.btn-close-small:after,
.btn-close-small:before {
  width: 100%;
  height: 2px;
}
.btn-close-medium {
  width: 14px;
  height: 14px;
}
.btn-close-medium:after,
.btn-close-medium:before {
  width: 100%;
  height: 2px;
}
.btn-with-icon span {
  vertical-align: middle;
}
.btn-with-icon svg {
  vertical-align: middle;
  margin-right: 5px;
}
.icon-button {
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.icon-button .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
}
@media (max-width: 767px) {
  .btn {
    min-width: 200px;
    padding: 12px 25px;
  }
}
.decor-title {
  display: block;
  position: relative;
  font-family: Montserrat;
  font-weight: 700;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
}
.decor-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;

  background-size: contain;
  background-position: bottom center;
  z-index: -1;
  background-repeat: no-repeat;
}
.decor-title.size-md:before {
}
.decor-title.size-xs:before {
}
.decor-title-block {
  padding-left: 23px;
}
.decor-title.text-left:before {
  left: -23px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.decor-title.decor-title-left {
  text-align: left;
  left: -23px;
}
.decor-title.decor-title-left:before {
  background-position: left;
}
@media (max-width: 767px) {
  .decor-title-block {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .decor-title {
    padding: 0;
  }
  .decor-title.decor-title-left {
    left: 0;
    padding-left: 23px;
    padding-right: 23px;
  }
}
#empty_fields_error {
  height: 30px;
  opacity: 0;
  background-color: #ee3545;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  transition: opacity 0.4s ease-out;
}
#empty_fields_mobile_error {
  height: 30px;
  opacity: 0;
  background-color: #ee3545;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  transition: opacity 0.4s ease-out;
}
.header + * {
  margin-top: 65px;
}
.header.has-info-line + * {
  margin-top: 102px;
}
@media (max-width: 991px) {
  .header.has-info-line + * {
    margin-top: 96px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  z-index: 100;
  color: #393e46;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 15px;
}
.header_top {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
.header_top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1620px;
}
.header_top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
}
.header_top-left .dropdown {
  /* margin-right: 20px; */
  margin-left: 10px;
}
.header_top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_top-nav {
  margin-left: 100px;
}
.header_top-nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.header_top-nav ul li:last-child {
  margin-right: 0;
}
.header_top-nav ul li.active {
  color: #088c08;
}
.header_top-nav ul li a {
  display: inline-block;
  padding: 10px;
}
.header_icon-list {
  margin-right: 15px;
}
.header_icon-list li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.header_icon-list li a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  cursor: pointer;
}
.header_icon-list li a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.header_icon-list li .user-log {
  width: auto;
  margin-right: 25px;
}
.header .card-icon {
  z-index: 1;
  top: 0px;
}
.header_call .svg {
  vertical-align: middle;
}
.header_call-content {
  display: inline-block;
  vertical-align: middle;
}
.header_call-content span {
  font-size: 13px;
}
.user-log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: Nunito, sans-serif;
}
.header_top-right .user-log .avatar {
  display: none;
}
.user-log .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}
.user-log .bonus {
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-log .bonus .svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.user-log .bonus .svg + span {
  display: inline-block;
  margin-left: 3px;
}
.user-log .bonus .user-name {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 1.2;
}
.user-log.lg .avatar {
  margin-right: 20px;
}
.dropdown {
  position: relative;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  z-index: 1;
}
.dropdown .current {
  position: relative;
  padding: 5px 25px 5px 5px;
  display: inline-block;
}
.dropdown .current:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 10px;
  height: 6px;
  background-image: url(../img/icons/icon-dropdown.svg);
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.dropdown ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.dropdown ul a {
  display: block;
  padding: 5px;
}

.container-center {
  display: flex;
  width: 100%;
  justify-content: center;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* min-width: 1200px; */
  padding: 0px 15px 0px 70px;
}

@media (max-width: 767px) {
  .menu-wrapper {
    padding: 0px 2px 0px 45px;
  }
  .dropdown ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    background-color: #353535;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
}

.menu-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#logo {
  /* position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%); */
  height: 45px;
  margin: 0 5px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#logo:active {
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
#left-hamburger {
  cursor: pointer;
  margin-top: 10px;
  width: 46px;
  height: 46px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#left-hamburger:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.header_full {
  display: none;
}
.header_side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66px;
  background-color: #22262a;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  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;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header_side-nav {
  width: 100%;
  margin-top: 10vh;
  font-family: Caveat;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}
.header_side-nav ul {
  width: 100%;
}
.header_side-nav ul li {
  width: 100%;
  margin-bottom: 20px;
}
.header_side-nav ul li:last-child {
  margin-bottom: 0;
}
.header_side-nav ul li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #088c08;
}
.header_side-nav a {
  width: 100%;
  position: relative;
  height: 45px;
  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;
}
.header_side-nav a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.header_side-nav a .img {
  position: relative;
  z-index: 1;
}
.header_side-nav a span {
  position: absolute;
  white-space: nowrap;
  font-family: Comfortaa;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 75px;
  padding-right: 26px;
  line-height: 45px;
  background-color: #088c08;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
}
.header_side-nav a span i {
  opacity: 0;
}
.header_side .header_icon-list {
  margin-top: auto;
  margin-right: 0;
  width: 100%;
  margin-bottom: 4vh;
}
.header_side .header_icon-list > li {
  display: block;
  margin-bottom: 25px;
}
.header_side .header_icon-list > li:last-child {
  margin-bottom: 0;
}
.header_side .header_icon-list > li a {
  width: 100%;
}
.header_side .header_icon-list > li ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
.header_side .header_icon-list > li .user-log {
  -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;
  margin-right: 0;
  height: auto;
  margin-bottom: 15px;
}
.header_side .header_icon-list > li .user-log .avatar {
  margin-right: 0;
  margin-bottom: 8px;
}
.burger-menu {
  color: #fff;
}

.hamburger {
  position: absolute;
  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;
  color: #fff;
  width: 46px;
  height: 46px;
  left: 10px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.hamburger:active {
  top: 13px;
}
.favorites-link {
  display: inline-block;
}
@media (min-width: 1200px) and (max-height: 750px) {
  .header_side-nav {
    margin-top: 30px;
  }
  .header_side-nav ul li {
    margin-bottom: 10px;
  }
  .header_side .header_icon-list {
    margin-bottom: 20px;
  }
  .header_side .header_icon-list > li .user-log {
    margin-bottom: 15px;
  }
}
@media (max-width: 1800px) {
  .header_top > .container {
    max-width: 100%;
    padding-left: 160px;
  }
}
@media (max-width: 1500px) {
  .header_top-nav {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .header_top-nav {
    margin-left: 0;
  }
  .header_top-nav ul li {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .header_top-left .dropdown {
    margin-right: 10px;
  }
  .header_top-nav {
    margin-left: 15px;
  }
  .header_top-nav ul li {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header + * {
    margin-top: 60px;
  }
  .header {
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header_top > .container {
    padding-left: 105px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  }
  .header_top-left {
    display: none;
  }
  .header_side {
    position: absolute;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    width: 41px;
    left: 8px;
  }
  .header_side .header_icon-list {
    display: none;
  }
  .header_side-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 56px;
    background-color: #22262a;
  }
  .header_side-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .header_side-nav ul li {
    margin-bottom: 0;
    height: 100%;
  }
  .header_side-nav ul li.active a:before {
    top: auto;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .header_side-nav a {
    height: 100%;
  }
  .header_side-nav a span {
    display: none;
  }
  .header .card-icon {
    /* top: 15px; */
  }
  .header.active .header_side {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
  }
  .header_icon-list {
    margin-right: 0;
    white-space: nowrap;
  }
  .header_icon-list li .user-log {
    margin-right: 10px;
  }
  #logo {
    /* width: 130px; */
  }
  .user-log .bonus {
    font-size: 15px;
  }
  .user-log .avatar {
    width: 35px;
    height: 35px;
  }
  .hamburger {
    top: 5px;
    left: 5px;
  }
  .header_top-center {
    margin: 0 auto;
  }
  .simple-nav-list li a {
    display: block;
  }
  #left-hamburger {
    margin-top: 4px;
  }
  .burger-menu {
    color: #000;
  }
}
@media (max-width: 767px) {
  .decor-img {
    max-width: 50%;
  }
  .decor-img-2 {
    display: none;
  }
}
@media (max-width: 565px) {
  .header_top > .container {
    padding-right: 10px;
  }
  .header_call {
    white-space: nowrap;
  }
  .header_call-content {
    font-size: 12px;
  }
  .header_call-content span {
    font-size: 9px;
  }
  .header_icon-list .header_top-right-login-item {
    display: none;
  }
}
@media (max-width: 345px) {
  .header_top > .container {
    padding-right: 5px;
    padding-left: 85px;
  }
}
header .info-line {
  text-align: center;
  background-color: #088c08;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .info-line a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  header .info-line a {
    font-size: 13px;
  }
}
.header_top {
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.header.slide-down .header_top {
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}
.header.slide-down.has-info-line .header_top {
  -webkit-transform: translateY(-102px);
  transform: translateY(-102px);
}
.header.slide-down .card-icon.card-icon-lg {
  -webkit-transform: translateY(65px);
  transform: translateY(65px);
}
.header.has-info-line.slide-down .card-icon.card-icon-lg {
  -webkit-transform: translateY(102px);
  transform: translateY(102px);
}
@media (max-width: 1199px) {
  .header.slide-down #logo {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
  }
  .header.has-info-line.slide-down #logo {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  .header.slide-down #left-hamburger {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
  }
  .header.active .header_side {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .header .header_side-nav a {
    height: 100%;
    padding: 16px 0;
  }
  .header .header_side-nav {
    height: 56px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: #088c08;
  }
  .header.active .header_side-nav {
    pointer-events: none;
  }
  .header.slide-down .header_side-nav {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.page-tabs {
  margin-bottom: 40px;
}
.page-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-sort .select-type-2 {
  min-width: 270px;
}
.page-offset {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .favorites-link {
    display: none !important;
  }
  .page-sort {
    -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;
    margin-bottom: 20px;
  }
  .page-sort .select-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .page-sort .select-type-2 {
    min-width: 240px;
  }
  .page-sort .checkbox-thumbs-wrap {
    display: flex;
    overflow: scroll;
    padding-top: 10px;

    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-sort .checkbox-thumbs-wrap::-webkit-scrollbar {
    display: none;
  }
}
.block-title {
  margin-bottom: 20px;
}
.block-title2 {
  margin-bottom: 30px;
}
.page-title {
  margin-bottom: 20px;
}
.checkbox-thumb {
  position: relative;
  display: inline-block;
}
.checkbox-thumb input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.checkbox-thumb input + span {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 5px 25px;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.checkbox-thumb input:checked + span {
  background-color: #088c08;
  color: #fff;
  border-color: #088c08;
}
.checkbox-thumbs-wrap .checkbox-thumb {
  margin-right: 15px;
  margin-bottom: 10px;
}
.checkbox-thumbs-wrap .checkbox-thumb:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .checkbox-thumb input + span {
    font-size: 13px;
    line-height: 14px;
    padding: 5px 16px;
  }
  .checkbox-thumbs-wrap .checkbox-thumb {
    margin-right: 10px;
  }
}
.blog_item_row > [class*="col"] {
  margin: 25px 0 60px;
}
.blog_item {
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  height: 100%;
}
.blog_item-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #98989d;
}
.blog_item-img .img {
  position: relative;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  will-change: transform;
}
.blog_item-date {
  position: absolute;
  top: -25px;
  right: 30px;
  width: 72px;
  height: 80px;
  padding-bottom: 10px;
  background-image: url(../img/icons/icon-blog-date.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}
.blog_item-date .day {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.blog_item-date .month {
  font-family: Caveat;
  font-size: 15px;
  font-weight: 700;
}
.blog_item-bottom {
  padding: 15px 20px;
}
.blog_item-title {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.blog_item-title:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (max-width: 575px) {
  .blog_item_row > [class*="col"] {
    margin: 25px 0 40px;
  }
}
.countdown-wrap .subtitle {
  margin-bottom: 10px;
}
.countdown-item {
  display: inline-block;
  font-size: 27px;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
}
.countdown-item .desc {
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
}
.breadcrumbs li {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 30px;
}
.breadcrumbs li:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  background-color: #98989d;
  margin: 0 15px;
}
.breadcrumbs li:last-child {
  color: #98989d;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs li a {
  position: relative;
  display: inline-block;
}
.breadcrumbs li a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sitemap_title {
  margin-bottom: 20px;
}
.sitemap_list > li {
  margin-bottom: 25px;
}
.sitemap_list > li > a {
  font-weight: 700;
}
.sitemap_list > li > ul {
  margin: 15px 0 20px 15px;
}
.sitemap_list > li > ul > li {
  margin-bottom: 15px;
}
.fav-icon {
  display: none;
}
.addbtn {
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  background-color: #3aad49;
}

.buy-btn {
  background-color: #088c08;
  border-radius: 20px;
  padding: 10px;
}

.card-icon {
  position: relative;
  flex-direction: row-reverse;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #fff;

  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.card-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}
.card-icon:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.card-icon .price {
  margin-left: 4px;
  margin-right: 5px;
}
.card-icon .price.price-crossed {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 15px;
}
.card-icon .price.price-crossed:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.card-icon .price.price-crossed:empty:before {
  content: none;
}
.card-icon .img {
  position: relative;
  width: 18px;
  height: auto;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.card-icon .svg {
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.card-icon .amount {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #98989d;
  border-radius: 50%;
}
.card-icon.card-icon-lg {
  background-color: #088c08;
  border-radius: 50px;
  min-width: 115px;
  font-size: 23px;
}
.card-icon.card-icon-lg:before {
  width: 110px;
  height: 111px;
}
.card-icon.card-icon-lg .amount {
  top: -5px;
  right: 0;
}
.cart-icon {
  margin: 5px;
  padding: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.card-icon.card-icon-lg .price + .svg {
  padding: 1px;
}
.card-icon-added {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 24px;
}
.card-icon-added .img {
  width: 21px;
  height: 19px;
}
.card-icon-added .price {
  margin: 0 0 0 3px;
}
@media (max-width: 1199px) {
  .card-icon.card-icon-lg {
    /* width: 70px;
    height: 70px;
    font-size: 15px; */
  }
  .card-icon.card-icon-lg:before {
    width: 82px;
    height: 82px;
  }
  .card-icon.card-icon-lg .svg {
    width: 24px;
    height: 24px;
  }
  .card-icon.card-icon-lg .price + .svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575px) {
  .card-icon {
    /* width: 45px; */
    font-size: 13px;
  }
  .card-icon:before {
    width: 60px;
    height: 60px;
  }
  .card-icon .img {
    width: 14px;
  }
  .card-icon .price.price-crossed {
    font-size: 10px;
    margin-left: 5px;
    margin-bottom: -2px;
  }
}
.product {
  position: relative;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  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;
}
.product_image {
  position: relative;
  display: block;
  padding-bottom: 79.5%;
  overflow: hidden;
}
.product_image .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_label {
  display: none;
}
.product_title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 36px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 8px;
}
.product_title:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.product_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 18px;
  position: relative;
  height: 100%;
}
.product_icons {
  position: relative;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product_icons .card-icon {
  margin-left: 8px;
}
.product_icons .card-icon-added {
  position: absolute;
  bottom: 100px;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.product_icons .card-icon-added.active {
  opacity: 1;
  visibility: visible;
}
.product_description {
  font-size: 15px;
  line-height: 1.4;
  color: #98989d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6.4em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: auto;
}
.product-row > div {
  margin-bottom: 15px;
}
.product-row .product {
  height: auto;
}
.buy-button.lock {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 991px) {
  .product:before {
    content: none;
  }
  .product .hover-bottom-info {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .product.type2:before {
    content: none;
  }
  .product.type2 .hover-bottom-info:before {
    content: none;
  }
}
@media (max-width: 575px) {
  .product {
    justify-content: space-between;
    min-height: 100%;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #dddddd80;
  }
  .product_bottom {
    padding: 0;
  }
  .product.type2 .product_bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product_description {
    font-size: 13px;
    text-align: left;
  }
  .product .hover-bottom-info {
    /* display: none; */
  }
  .product_icons .card-icon-added {
    bottom: 65px;
  }
}
.sales-line {
  display: none;
  position: relative;
  width: 100%;
  height: 22px;
  background-color: #088c08;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 700;
  padding-top: 2px;
  letter-spacing: 1.2px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.sale {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}
.sale:empty {
  height: 1px;
}
.sale-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-position: top center;
}
.sale .article {
  margin-top: 60px;
}
.sale_inner {
  padding: 25px 0 25px;
  overflow: hidden;
  display: none;
  background-position: top center;
}
.sale.half-opened .sale_inner {
  display: block;
  height: 255px;
}
.sale.sale-full-opened .sale_inner {
  display: block;
  height: auto;
}
.sale .decor-title {
  margin-top: 40px;
}
.sale .decor-title + .subtitle {
  text-align: right;
  margin-right: 80px;
}
.sale-decor {
  position: absolute;
  bottom: 10px;
  left: 60px;
  max-height: unset;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .sales-line {
    padding-left: 90px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .sale-bg {
    width: 100%;
  }
  .sale .article {
    margin-top: 30px;
  }
  .sale .free_delivery {
    margin-top: 30px;
  }
  .sale.half-opened .sale_inner {
    display: none;
    height: auto;
  }
  .sale-decor {
    display: none;
  }
}
.tab-menu-wrap {
  position: relative;
}
.tabs-title {
  display: none;
}
.tabs-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(152, 152, 157, 0.5);
}
.tab-menu {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px;
}
.tab-entry {
  display: none;
}
@media (max-width: 991px) {
  .page-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .tab-menu {
    font-size: 13px;
  }
}
.select-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.25s;
  -o-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.cookies-popup {
  display: none;
}
.text-404 {
  font-size: 147px;
  font-weight: 600;
  line-height: 1;
}
.page-404 .cell-view {
  height: 100vh;
  padding: 100px 0;
}
.page-404 .subtitle {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .text-404 {
    font-size: 123px;
  }
}
@media (max-width: 767px) {
  .img-404 {
    max-width: 280px;
    margin-top: 40px;
  }
  .page-404 .cell-view {
    height: auto;
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  .row.m-xxl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.m-xxl-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .row.m-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.m-xl-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.footer {
  margin-top: 80px;
}
.dev {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dev .img {
  vertical-align: middle;
  margin-left: 5px;
  height: 23px;
}
@media (max-width: 991px) {
  .footer {
    margin-top: 10px;
  }
}
.add-popup,
.popup-wrapper {
  display: none;
}
.article > * {
  margin-bottom: 25px;
}
.article > :last-child {
  margin-bottom: 0;
}
.article a {
  cursor: pointer;
  color: #088c08;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-family: Caveat;
}
.article h1:not(:first-child),
.article h2:not(:first-child),
.article h3:not(:first-child),
.article h4:not(:first-child),
.article h5:not(:first-child),
.article h6:not(:first-child) {
  margin-top: 50px;
}
.article h1,
.article h2,
.article h3 {
  text-align: center;
}
.article ul li {
  padding-left: 50px;
  margin-bottom: 10px;
  font-weight: 500;
}
.article ul li:last-child {
  margin-bottom: 0;
}
.article ul li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #22262a;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.article ol {
  list-style: decimal;
  list-style-position: inside;
}
.article ol li {
  padding-left: 50px;
  margin-bottom: 10px;
  font-weight: 500;
}
.article ol li ol,
.article ol li ul,
.article ul li ol,
.article ul li ul {
  margin: 10px 0;
}
.article ol li ul li,
.article ul li ul li {
  padding-left: 35px;
}
.article ol li ol li,
.article ul li ol li {
  padding-left: 25px;
}
.article blockquote {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
  font-style: italic;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
}
.article blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 37px;
  background-image: url(../img/icons/icon-blockquote.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.article blockquote:not(:first-child) {
  margin-top: 50px;
}
.article blockquote:not(:last-child) {
  margin-bottom: 50px;
}
.article blockquote cite {
  font-size: 0.9em;
  font-style: normal;
}
.article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article img:not(:last-child) {
  margin-bottom: 50px;
}
.article iframe {
  width: 100%;
  max-width: 100%;
  height: 445px;
  max-height: calc(56.3vw - 30px);
}
.article iframe:not(:last-child) {
  margin-bottom: 50px;
}
.article address,
.article em,
.article i,
.article q {
  font-style: italic;
}
.article dt {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #22262a;
}
.article dd {
  margin-bottom: 1em;
}
.article abbr {
  text-decoration: none;
}
.article code,
.article kbd {
  background-color: #3e3e3e;
  padding: 0.125em 0.25em;
  font-family: monospace;
  color: #fff;
}
.article ins {
  text-decoration: underline;
}
.article pre {
  border: 1px solid #a8a8a8;
  padding: 1.75em;
  font-family: monospace;
}
.article sub,
.article sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article sup {
  top: -0.5em;
}
.article sub {
  bottom: -0.25em;
}
.article table {
  width: 100%;
  border-collapse: collapse;
}
.article td,
.article th {
  border: 1px solid #98989d;
  padding: 10px;
}
.article tr:nth-child(even) {
  background-color: #fff;
}
.article tr:nth-child(odd) {
  background-color: rgba(152, 152, 157, 0.5);
}
.article th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000;
  color: #fff;
}
.article br {
  line-height: 1em;
}
.article-wrap {
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 60px 85px 100px;
  margin: 0 60px;
}
.article-wrap:not(:last-child) {
  margin-bottom: 80px;
}
.article-date {
  text-align: right;
  margin-bottom: 25px;
}
.share-wrap {
  text-align: center;
  margin-top: 70px;
}
.share-wrap .socials {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-title {
  margin-bottom: 20px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .article a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .article-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .article iframe {
    height: 335px;
  }
}
@media (max-width: 991px) {
  .article > * {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article blockquote:not(:first-child),
  .article img:not(:first-child) {
    margin-top: 30px;
  }
  .article blockquote:not(:last-child),
  .article img:not(:last-child) {
    margin-bottom: 30px;
  }
  .article iframe:not(:last-child) {
    margin-bottom: 30px;
  }
  .article h1:not(:first-child),
  .article h2:not(:first-child),
  .article h3:not(:first-child),
  .article h4:not(:first-child),
  .article h5:not(:first-child),
  .article h6:not(:first-child) {
    margin-top: 30px;
  }
  .article ul li:before {
    width: 10px;
    margin-right: 10px;
  }
  .article ol li,
  .article ul li {
    padding-left: 0;
  }
  .article ol li ol li,
  .article ol li ul li,
  .article ul li ol li,
  .article ul li ul li {
    padding-left: 15px;
  }
  .article blockquote {
    font-size: 17px;
    padding-left: 40px;
  }
  .article blockquote:before {
    width: 30px;
    height: 27px;
  }
}
@media (max-width: 575px) {
  .article-wrap {
    padding: 30px 15px 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-wrap:not(:last-child) {
    margin-bottom: 45px;
  }
}
.color-primary {
  color: #22262a;
}
.color-secondary {
  color: #088c08;
}
.color-white {
  color: #fff;
}
.color-grey {
  color: #98989d;
}
.bg-dark {
  background-color: #22262a;
}
.bg-secondary {
  background-color: #088c08;
}
.bg-light {
  background-color: #f2f2f2;
}
.business-hours {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  margin-right: 35px;
}
@media (max-width: 1500px) {
  .business-hours {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .business-hours {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .business-hours {
    display: none;
  }
}
@media (max-width: 767px) {
  .full_nav .business-hours {
    color: #fff;
    display: block;
    margin: 0 0 15px 96px;
    font-weight: 400;
    font-size: 11px;
  }
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

/*MAIN BANNER*/
.sale .banner {
  position: relative;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
  height: 0;
  padding-bottom: 27.49%;
  z-index: 2;
}
.sale .bg {
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale .banner-cont {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 58%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.sale .banner .img__left {
  position: absolute;
  left: 66px;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  width: 26.81%;
  height: 100%;
  background-position: left bottom !important;
  background-size: contain !important;
}
.sale .banner .img__right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  width: 28.59%;
  height: 100%;
  background-position: right bottom !important;
  background-size: contain !important;
}
.sale .banner .mobile {
  display: none;
}
.sale .banner-cont {
  color: #ffffff;
}
.sale .banner__title {
  background: #1d2125;
  border-radius: 5px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.sale .banner__text {
  font-weight: 500;
  font-size: 30px;
  margin: 0 auto;
  max-width: 58%;
  line-height: 1.33em;
  margin-bottom: 12px;
}
.sale .banner__desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2em;
}
.sale .banner .btn__block {
  margin-top: 30px;
}
.sale .banner .btn__block .btn {
  min-width: 182px;
}
.sale .swiper-button-prev,
.sale .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  border-color: #ffffff !important;
  z-index: 5;
  border-left: 2px solid;
  border-top: 2px solid;
  left: 101px;
  transition: all 0.3s;
}
.sale .swiper-button-next {
  border-right: 2px solid;
  border-top: 2px solid;
  border-left: 0;
  transform: translateY(-50%) rotate(45deg);
  right: 35px;
  left: auto;
}
.sale .swiper-pagination.swiper-pagination-relative {
  position: absolute;
  bottom: 3% !important;
}
.sale .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  width: 8px;
  height: 8px;
}
.sale
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 20px;
}
.sale .swiper-pagination-bullet-active {
  background: #ffffff;
}
.sale .swiper-pagination-bullet-active::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sale .banner.type-left .banner-cont {
  position: absolute;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 100%;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.sale .banner.type-left .banner__text {
  margin: 0 0 12px;
  max-width: 35%;
}
.sale .banner.type-left .img__right {
  width: 40%;
  right: 15px;
}

.sale .banner.type-3 .img__left {
  width: 17%;
}
.sale .banner.type-3 .img__right {
  width: 22%;
}
.sale .banner.type-3 .banner-cont {
  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;
  max-width: 100%;
  padding: 0 15px;
}
.sale .banner.type-3 .product.type2 {
  min-width: 402px;
  border-radius: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
.sale .banner.type-3 .banner-cont .content-left {
  text-align: left;
  max-width: 30%;
}
.sale .banner.type-3 .banner-cont .banner__text {
  margin: 0 0 12px;
  max-width: 100%;
  padding-right: 30px;
}
.sale .banner.type-3 .product_label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 10px;
  left: 10px;
  height: 55px;
  width: 55px;
  overflow: visible;
  font-size: 18px!important;
  font-weight: 700;
  background: #ed3544;
  border-radius: 50%;
  padding: 3px !important;
}
.sale .banner.type-3 .product_label::before {
  /* top: 20px; */
  /* width: 30px;
  height: 30px; */
  /* transform: translate(50%,50%);
  top: 50%;
  left: 50%; */
  /* border-style: solid; */
  /* border-width: 55px 125px 0 0; */
  /* border-color: #DA0037 transparent transparent transparent; */
  background: #da0037;
  border-radius: 50%;
  right: auto;
  left: 0;
}
.sale .banner.type-3 .product.type2 .product_title {
  color: #1d2125;
  font-weight: 700;
  max-width: 75%;
}
.sale .banner.type-3 .product.type2 .product_bottom {
  text-align: left;
}
.sale .banner.type-3 .product .product_bottom {
  margin-top: -15px;
}
.sale .banner.type-3 .product.type2 .product_image {
  padding-bottom: 53%;
}
.sale .banner.type-3 .product-controls {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.sale .banner.type-3 .product-controls .price {
  padding-left: 5px;
  text-align: right;
}
.sale .banner.type-3 .old-price.red {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-140%, -50%);
  color: #98989d;
  font-size: 14px;
}
.sale .banner.type-3 .addbtn {
  padding: 10px 7px 10px 14px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.sale .banner.type-3 .type2 .addbtn {
  padding: 10px 14px;
  border-radius: 15px;
}
.sale .banner.type-3 .mobile__price {
  display: none;
}
.sale .banner.type-3 .product_bottom {
  padding: 0 15px;
}
.sale .banner.type-3 .product_image .img {
  backface-visibility: visible;
}
.sale .banner.type-3 .product {
  padding-top: 10px;
}
.sale .banner.type-3 .product.type2 {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .sale .swiper-button-prev:hover,
  .sale .swiper-button-next:hover {
    border-color: #3aad49 !important;
  }
  .sale .swiper-pagination-bullet:hover {
    background: #ffffff;
  }
}

@media (max-width: 1800px) {
  .sale .banner.type-left .banner-cont {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .sale .banner .btn__block {
    margin-top: 20px;
  }
  .sale .banner__text {
    margin-bottom: 5px;
  }
  .sale .banner__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .sale .banner .img__left {
    left: 0;
  }
  .sale .banner__title {
    font-size: 20px;
  }
  .sale .banner__text {
    font-size: 24px;
  }
  .sale .swiper-button-prev,
  .sale .swiper-button-next {
    display: none;
  }
  .sale .banner.type-left .banner-cont {
    left: -45px;
  }
  .sale .banner.type-3 .product.type2 {
    min-width: 350px;
  }
  .sale .banner.type-3 .product {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .sale .banner {
    padding-bottom: 40%;
    background-position: left top !important;
  }
  .sale .banner.type-left .banner-cont {
    left: 0;
  }
  .sale .banner.type-3 .banner-cont .content-left {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sale .banner__text {
    max-width: 100%;
  }
  .sale .banner {
    padding-bottom: 48%;
  }
  .sale .banner.type-left .banner__text {
    max-width: 55%;
  }
  .sale .banner.type-3 .desctop__price {
    display: none;
  }
  .sale .banner.type-3 .mobile__price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 7px 20px;
  }
  .sale .banner.type-3 .product-controls .price {
    margin: 3px 0 0 10px;
  }
  .sale .banner.type-3 .old-price.red {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-140%, -50%);
    color: #98989d;
    font-size: 14px;
  }
  .sale .banner.type-3 .product.type2 .product_title {
    max-width: 45%;
  }
  .sale .banner.type-3 .product_weight {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .sale .banner.type-3 .product.type2 .product_title {
    max-width: 30%;
  }
  .sale .banner-cont,
  .sale .banner.type-left .banner-cont {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .sale .banner .desctop {
    display: none;
  }
  .sale .banner-cont,
  .sale .banner.type-left .banner-cont,
  .sale .banner.type-3 .banner-cont {
    max-width: 100%;
    position: relative;
    text-align: center;
  }
  .sale .banner.type-left .banner__text {
    max-width: 100%;
  }
  .sale .banner .mobile {
    display: block;
    position: absolute;
    width: 375px;
    height: 135px;
    background-size: contain !important;
    background-position: center !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .sale .banner {
    padding: 20px 15px 155px;
  }
  .sale .banner__title {
    font-size: 15px;
  }
  .sale .banner.type-3 .banner-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sale .banner.type-3 .banner-cont .content-left {
    max-width: 100%;
    text-align: center;
  }
  .sale .banner.type-3 .banner-cont .content-left {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .sale .banner.type-3 .banner-cont .banner__text span {
    display: none;
  }
  .sale .banner.type-3 {
    padding: 30px 15px;
  }
  .sale .banner.type-3 .banner-cont .banner__text {
    padding-right: 0;
    margin: 0 0 5px;
  }
  .sale .banner.type-3 .product.type2 {
    min-width: 100%;
  }
  .sale .banner.type-3 .banner-cont {
    padding: 0;
  }
  .sale .banner.type-3 .product_bottom {
    padding: 0 5px;
  }
  .sale .banner.type-3 .product-controls {
    right: 5px;
  }
  .sale .banner.type-3 .product_label {
    padding: 6px 10px;
  }
}
/*END MAIN BANNER*/
