/* ========================================================================== */
/* BASE STYLES */
/* ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}
h2 {
  font-size: 1.6em;
  margin: 0 0 0.67em 0;
}
h3 {
  font-size: 1.3em;
  margin: 0 0 0.67em 0;
}
h4 {
  font-size: 1em;
  margin: 0 0 0.67em 0;
}
h5 {
  font-size: 0.8em;
  margin: 0 0 0.67em 0;
}
h6 {
  font-size: 0.6em;
  margin: 0 0 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
html body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
}
html body .content {
  flex: 1 0 auto;
  overflow-x: hidden;
}
html body .footer {
  flex: 0 0 auto;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  min-height: 100%;
  width: 100%;
  background-color: white;
  color: #323232;
}
body,
select,
input,
textarea {
  font-size: 15px;
  line-height: 1.46em;
  font-weight: 400;
  font-family: 'Tenor Sans', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .container {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .container {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.label {
  display: inline-block;
  padding: 0px 8px;
  border-radius: 15px;
  margin: 2px;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
}
.label-new {
  background-color: #56cc00;
}
.label-sale {
  background-color: #f6c234;
}
.label-hit {
  background-color: #e73c3c;
}
.label-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.scr-no {
  overflow: hidden;
}
.ovf-no {
  overflow: initial!important;
}
a {
  text-decoration: none;
  outline: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.reset-around {
  margin: 0;
  padding: 0;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 100%;
  max-width: 460px;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  position: relative;
  border-radius: 25px;
}
.modal-body {
  padding: 40px 60px;
}
.modal-close {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
.modal-close:hover svg {
  fill: black;
}
.modal-close svg {
  fill: black;
  display: block;
}
.modal-callback-1 .modal-container {
  max-width: 420px;
  width: calc(100% -	40px);
  text-align: left;
}
.modal-callback-1 .modal-container .title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.modal-callback-1 .modal-container .text {
  white-space: normal;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.modal-callback-1 .modal-body {
  padding: 30px;
}
.modal-log {
  cursor: default;
}
.modal-log_make .title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.modal-log_make .text {
  white-space: normal;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.modal-log .modal-container {
  max-width: 440px;
  width: calc(100% - 40px);
}
.modal-log .modal-body {
  max-height: 90vh;
  overflow: auto;
}
.modal-log_remember {
  border: 0;
  background: none;
  outline: none;
  color: #0060aa;
  border-bottom: 1px solid #0060aa;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
}
@media (min-width: 2px) and (max-width: 449px) {
  .modal-log_remember {
    margin-top: 25px;
    margin-left: 0;
  }
}
.modal-log_remember:hover {
  border-color: transparent;
}
.modal-log_social {
  width: calc(100% + 70px);
  margin-left: -35px;
  margin-bottom: -15px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
  padding: 20px 25px 0 35px;
}
.modal-log_social p {
  color: #777777;
  margin-right: 10px;
}
.modal-log_up {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-log_up button {
  border: 0;
  background: none;
  font-size: 19px;
  font-weight: 700;
  background-color: #e8eef0;
  width: 65%;
  text-align: center;
  padding: 25px 15px;
}
.modal-log_up button:nth-of-type(1) {
  width: 45%;
}
.modal-log_up button.current {
  background-color: #fff;
}
.modal-log_cont {
  padding: 35px;
}
.modal-base .title {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
@media (min-width: 750px) and (max-width: 89999px) {
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    transform: scale(1.1);
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    transform: translateX(100%);
    transition: all 0.3s;
  }
}
.text-center {
  text-align: center;
}
.error_title {
  position: relative;
  bottom: 10px;
  color: #e6007e;
  text-align: center;
}
.input-wrapper {
  margin-bottom: 20px;
}
.input-wrapper input {
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 0 20px;
  border-radius: 25px;
}
.input-wrapper input.error {
  border-color: #e6007e;
}
.input-wrapper span.error {
  color: #e6007e;
  font-size: 13px;
  padding: 0 25px;
  display: block;
}
.input-wrapper label {
  display: block;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.input-wrapper label.req:after {
  content: '*';
  color: #e6007e;
  margin-left: 5px;
}
label.req:after {
  content: '*';
  color: #ab2323;
  margin-left: 5px;
}
*[v-cloak] {
  display: none;
}
.sinput {
  border: 1px solid #cacaca;
  background-color: #ffffff;
  box-shadow: inset 0px 1px 6px 0px rgba(215, 215, 215, 0.4);
  height: 48px;
  outline: none;
  padding: 0 15px;
}
button.pink {
  border-radius: 25px;
  background-color: #e6007e;
  color: white;
  background-color: #e70d85;
  box-shadow: 0px 5px 15px 0px rgba(183, 17, 115, 0.3);
  font-size: 17px;
  padding: 14px 40px;
  border: 1px solid #e6007e;
  outline: none;
  height: 50px;
}
button.pink:hover {
  background-color: #f22f9a;
}
button.pink:active {
  background-color: #e70d85;
}
button.pink.incart {
  background-color: white;
  color: #e6007e;
}
button.pink.incart span:before {
  content: '';
  width: 30px;
  height: 19px;
  display: inline-block;
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.section-in {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.text-center {
  text-align: center;
}
.editor {
  font-size: 15px;
  color: #323232;
  line-height: 22px;
}
.editor a {
  color: #0060aa;
  border-bottom: 1px solid #0060aa;
}
.editor a:hover {
  border-color: transparent;
}
.editor p {
  margin: 0 0 0.7em 0;
}
.editor ul {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Preload images */

body:after {

  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);

  display: none;

}



body.lb-disable-scrolling {

  overflow: hidden;

}



.lightboxOverlay {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9999;

  background-color: black;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

  opacity: 0.8;

  display: none;

}



.lightbox {

  position: absolute;

  left: 0;

  width: 100%;

  z-index: 10000;

  text-align: center;

  line-height: 0;

  font-weight: normal;

}



.lightbox .lb-image {

  display: block;

  height: auto;

  max-width: inherit;

}



.lightbox a img {

  border: none;

}



.lb-outerContainer {

  position: relative;

  background-color: white;

  *zoom: 1;

  width: 250px;

  height: 250px;

  margin: 0 auto;

}



.lb-outerContainer:after {

  content: "";

  display: table;

  clear: both;

}



.lb-container {

  padding: 0;

}



.lb-loader {

  position: absolute;

  top: 43%;

  left: 0;

  height: 25%;

  width: 100%;

  text-align: center;

  line-height: 0;

}



.lb-cancel {

  display: block;

  width: 32px;

  height: 32px;

  margin: 0 auto;

  background: url(../img/loading.gif) no-repeat;

}



.lb-nav {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  z-index: 10;

}



.lb-container > .nav {

  left: 0;

}



.lb-nav a {

  outline: none;

  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');

}



.lb-prev, .lb-next {

  height: 100%;

  cursor: pointer;

  display: block;

}



.lb-nav a.lb-prev {

  width: 34%;

  left: 0;

  float: left;

  background: url(../img/prev.png) left 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  transition: opacity 0.6s;

}



.lb-nav a.lb-prev:hover {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-nav a.lb-next {

  width: 64%;

  right: 0;

  float: right;

  background: url(../img/next.png) right 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  transition: opacity 0.6s;

}



.lb-nav a.lb-next:hover {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-dataContainer {

  margin: 0 auto;

  padding-top: 5px;

  *zoom: 1;

  width: 100%;

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

}



.lb-dataContainer:after {

  content: "";

  display: table;

  clear: both;

}



.lb-data {

  padding: 0 4px;

  color: #ccc;

}



.lb-data .lb-details {

  width: 85%;

  float: left;

  text-align: left;

  line-height: 1.1em;

}



.lb-data .lb-caption {

  font-size: 13px;

  font-weight: bold;

  line-height: 1em;

}



.lb-data .lb-number {

  display: block;

  clear: left;

  padding-bottom: 1em;

  font-size: 12px;

  color: #999999;

}



.lb-data .lb-close {

  display: block;

  float: right;

  width: 30px;

  height: 30px;

  background: url(../img/close.png) top right no-repeat;

  text-align: right;

  outline: none;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

  opacity: 0.7;

  transition: opacity 0.2s;

}



.lb-data .lb-close:hover {

  cursor: pointer;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.scroll-off {
  overflow: hidden;
  position: fixed;
}
@media (min-width: 1270px) and (max-width: 69999px) {
  .fixed {
    position: fixed;
    top: 50px;
    bottom: auto;
    width: 280px;
  }
}
.content {
  background-color: #fff;
}
.breadcrumbs {
  padding: 20px 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  font-family: 'Tenor Sans', sans-serif;
  color: #000;
  font-size: 14px;
}
.breadcrumbs span {
  color: #808080;
}
.breadcrumbs .delim {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 10px;
  background-image: url(../img/breadcrumbs.png);
  background-repeat: no-repeat;
  background-position: center;
}
#header {
  z-index: 1111;
  position: relative;
}
@media (min-width: 900px) and (max-width: 999998px) {
  #header {
    margin-bottom: 60px;
  }
}
.header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .header {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .header {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-button {
  width: 25px;
  height: 25px;
  display: none;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-button {
    display: inline-block;
  }
}
.header-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 2px 0px 0px rgba(232, 232, 232, 0.4);
  height: 160px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-wrapper {
    height: 80px;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-wrapper .header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
.header-logo {
  width: 28%;
  margin-top: 25px;
  max-height: 88px;
  display: flex;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-logo a img {
    max-height: 40px;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-logo {
    width: calc(50% - 45px);
    margin: 0 0 0 20px;
  }
}
.header-right {
  width: 22%;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-right {
    width: 50%;
  }
}
.header-right_up {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-right_up {
    display: none;
  }
}
.header-valuta {
  width: 90px;
  height: 50px;
  position: relative;
}
.header-lang {
  width: 75px;
  height: 50px;
  position: relative;
}
.header-lang img{
  margin-bottom: -4px;
}
.header-in {
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-in {
    margin-top: 0;
  }
}
.header-in_fav-none {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 2px rgba(217, 217, 217, 0.7);
  z-index: 2;
  padding: 20px;
  position: absolute;
  top: calc(100% + 15px);
  right: -57px;
  width: 700%;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  z-index: 100;
}
.header-in_fav-none:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: -5px -4px 6px 0px rgba(217, 217, 217, 0.31);
  bottom: calc(100% - 7px);
  right: 66px;
  display: block;
  transform: rotate(45deg);
}
.header-in_auth a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #323232;
  line-height: 36px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-in_auth {
    display: none!important;
  }
}
.header-in_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.header-in_wrapper .round {
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(217, 217, 217, 0.7);
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid white;
  cursor: pointer;
  margin-left: 15px;
}
.header-in_wrapper .round .count {
  position: absolute;
  border-radius: 50%;
  background-color: #caa977;
  color: #323232;
  font-size: 11px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  top: -5px;
  right: -5px;
}
.header-in_wrapper .round:hover {
  border-color: #caa977;
}
.header-block {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-block {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 111;
    background: #fff;
  }
}
.header-menu {
  width: 100%;
}
.header-menu .search-header {
  display: none!important;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-header {
    width: 100vw;
    display: flex!important;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
  }
}
.header-menu .search-header span {
  width: calc(100% - 45px);
  padding-left: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 45px;
}
.header-menu .search-header .search-close {
  width: 45px;
  height: 45px;
  background-color: #caa977;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-wrapper input {
    line-height: 45px;
    outline: none;
    font-size: 15px;
    width: calc(100% - 45px);
    padding: 0 15px;
    border: none;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-wrapper svg {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0 ;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-wrapper {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
}
.header-menu .search-hidden .header-search_hidden .link a {
  width: 100%;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-hidden .header-search_hidden .link a:hover {
    color: #caa977;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search-hidden .header-search_hidden .link a {
    width: 100%;
    padding: 0 25px;
    line-height: 45px;
    color: #323232;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .search {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0;
    z-index: 1111;
    background-color: #fff;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu {
    width: 100vw;
    position: relative;
    max-height: 100vh;
    overflow: auto;
  }
}
.header-menu .mob-header {
  display: none;
}
.header-menu .mob-header .header-lang,
.header-menu .mob-header .choose {
  padding: 14px 18px;
}
.header-menu .mob-header .search-butt {
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.header-menu .mob-header .close-menu {
  width: 50px;
  height: 50px;
  background-color: #caa977;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu .mob-header {
    position: relative;
    display: flex;
    width: 100%;
    border-bottom: 2px solid #caa977;
  }
}
.header-menu_sec {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu_sec {
    width: 100%;
    flex-direction: column;
  }
}
.header-menu_sec li {
  margin-right: 30px;
}
.header-menu_sec li:last-child {
  margin-right: 0;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu_sec li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu_sec li {
    display: block;
    padding-left: 25px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 44px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
  }
}
.header-menu_sec li a {
  width: 100%;
}
.header-menu_sec a {
  font-size: 14px;
  color: #323232;
}
.header-menu_sec a span {
  border-bottom: 1px solid transparent;
}
@media (min-width: 1270px) and (max-width: 99998px) {
  .header-menu_sec a:hover span {
    border-color: #ccc;
  }
}
.header-menu_maintitle {
  display: none;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu_maintitle {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 10px 25px;
    line-height: 25px;
    color: #323232;
    text-transform: uppercase;
  }
  .header-menu_maintitle svg {
    margin-right: 10px;
  }
}
@media (min-width: 230px) and (max-width: 1260px) {
  /*new style*/
  .header-menu .mob-icon a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-menu .mob-icon .img {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.header-menu .mob-catalog {
  list-style: none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1270px) and (max-width: 69999px) {
  .header-menu .mob-catalog {
    display: none;
  }
}
.header-menu .mob-catalog li {
  width: 100%;
}
.header-menu .mob-catalog li button {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 11px 25px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.header-menu .mob-catalog li button a {
  width: 100%;
  font-weight: 700;
  color: #000;
}
.header-menu .mob-catalog li.deep .btn {
  position: relative;
}
.header-menu .mob-catalog li.deep .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.header-menu .mob-catalog li.deep .top-pann {
  height: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.header-menu .mob-catalog li.deep .top-pann button {
  width: 49px;
  height: 49px;
  background-color: #caa977;
  color: #000;
  font-size: 35px;
  font-weight: 100;
  position: relative;
  border: none;
}
.header-menu .mob-catalog li.deep .top-pann button:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-menu .mob-catalog li.deep .top-pann button.back:after {
  transform: rotate(-225deg);
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.header-menu .mob-catalog li.deep .top-pann button.close:after {
  transform: rotate(-45deg);
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu .mob-catalog li.deep .n2Lvl,
.header-menu .mob-catalog li.deep .n3Lvl {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  right: -100%;
  top: 0;
  z-index: 1;
}
.header-menu .mob-catalog li.deep .n2Lvl-block,
.header-menu .mob-catalog li.deep .n3Lvl-block {
  position: relative;
  min-height: 100vh;
}
.header-menu .mob-catalog li.deep .n2Lvl-list,
.header-menu .mob-catalog li.deep .n3Lvl-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu .mob-catalog li.deep .n3Lvl .btn {
  width: 100%;
  height: 50px;
  padding: 11px 25px ;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}
.header-menu .mob-catalog li.deep .n3Lvl .btn:after {
  display: none;
}
.header-menu_main {
  position: absolute;
  top: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
  height: 60px;
}
.header-menu_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu_main a {
  line-height: 60px;
  color: #333333;
  padding: 0 20px;
  /*new style*/
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-menu_main a span {
  display: block;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 17px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  line-height: 1;
}
@media (min-width: 230px) and (max-width: 1370px) {
  /*new style*/
  .header-menu_main a span {
    line-height: 1;
  }
}
.header-menu_main .header-cat,
.header-menu_main .header-subcat {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header-menu_main .header-subcat {
  transition: all .3s ease;
  background-color: #ffffff;
}
.header-menu_main .header-cat {
  position: relative;
  z-index: 2;
}
.header-menu_main .header-cat .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*new style*/
  width: 25px;
  height: 25px;
}
.header-menu_main .header-cat > li:hover > a > span {
  color: #caa977;
  border-bottom: 2px solid #caa977;
}
.header-menu_main .header-cat > li:hover > .header-subcat {
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: auto;
  display: flex;
  top: 58px;
}
.header-menu_main .header-cat > li:hover > .header-subcat li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 0;
}
.header-menu_main .header-cat > li:hover > .header-subcat li a .img {
  width: 150px;
  height: 150px;
  display: block;
}
.header-menu_main .header-cat > li .header-subcat {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #ebebeb;
  display: none;
  z-index: 1;
}
.header-menu_main .header-cat > li .header-subcat a span {
  font-size: 13px;
  font-weight: bold;
}
.header-menu_main .header-cat > li .header-subcat li a {
  background-color: transparent;
  transition: all .3s ease;
}
.header-menu_main .header-cat > li .header-subcat li:hover a {
  background-color: #fff;
}
.header-menu_main .header-cat > li .header-subcat li:hover a span {
  color: #caa977;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-menu_main {
    display: none;
  }
}
.header-call {
  width: 40%;
  padding-top: 25px;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: flex-start;
}
.header-call_tel {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-right: 23px;
}
.header-call_link {
  font-size: 14px;
  cursor: pointer;
  color: #808080;
  border-bottom: 1px dashed #808080;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-call {
    display: none;
  }
}
.header-catalog {
  display: none;
  width: 45%;
  margin-top: 20px;
}
.header-catalog button {
  border: 3px solid #caa977;
  background-color: #fff;
  outline: none;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  height: 50px;
  padding: 0 25px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-catalog button {
    display: none;
  }
}
.header-catalog button:hover {
  background-color: #caa977;
}
.header-catalog button svg {
  display: block;
  margin-right: 20px;
}
.header-catalog button > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header-search {
  width: 60%;
  z-index: 11;
}
@media (min-width: 1270px) and (max-width: 99998px) {
  .header-search_hidden .header-search_hidden {
    line-height: 45px;
    padding: 0 15px;
  }
}
.header-search .search {
  position: relative;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-search .search {
    transition: none;
  }
}
.header-search .search .search-header {
  display: none;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .header-search .search {
    display: none;
  }
}
.header-search .search-wrapper {
  position: relative;
  margin-top: 20px;
}
.header-search .search-wrapper input {
  outline: none;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f2f2;
  border-radius: 0;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 65px;
}
.header-search .search-wrapper input::-webkit-input-placeholder {
  color: #808080;
}
.header-search .search-wrapper input:-moz-placeholder {
  color: #808080;
}
.header-search .search-wrapper input::-moz-placeholder {
  color: #808080;
}
.header-search .search-wrapper input:-ms-input-placeholder {
  color: #808080;
}
.header-search .search-wrapper svg {
  position: absolute;
  top: 17px;
  left: 25px;
  display: block;
  cursor: pointer;
}
.header-search .search-hidden {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(182, 182, 182, 0.7);
  z-index: 1;
  padding: 0 15px;
  line-height: 45px;
}
.header-search .search-hidden .header-search_hidden-Scroll {
  margin: 25px 0px 0px 30px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
}
.header-search .search-hidden .header-search_hidden-Scroll .link {
  margin-bottom: 15px;
  line-height: 1.1;
}
.header-search .search-hidden .header-search_hidden-Scroll .link a {
  color: #323232;
}
.header-search .search-hidden .header-search_hidden-Scroll .link a:hover {
  color: #caa977;
}
.header-search .search-more {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0 0 20px 20px;
  padding: 13px;
}
.header-search .search-more a {
  color: #323232;
}
.header-search .search-more a b {
  margin-left: 5px;
}
.header-log .btn-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-log_social-up {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.header-log_social-up img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
.mobilemenu .input-wrapper label {
  display: none;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .mobilemenu .input-wrapper label {
    display: block;
  }
}
.choose {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-flex;
  padding: 15px 18px;
  border-radius: 0px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.choose:not(.opened):hover a {
  border-bottom-color: #ccc;
}
.choose li.active {
  order: -1;
}
.choose li.active:after {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url(../img/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
  vertical-align: middle;
}
.choose li.active a:hover {
  color: #323232;
}
.choose li:not(.active) {
  display: none;
  margin-top: 5px;
}
.choose a {
  font-size: 14px;
  color: #323232;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
}
.choose a:hover {
  color: #caa977;
}
.choose.opened {
  box-shadow: 0px 4px 10px 0px rgba(182, 182, 182, 0.4);
  z-index: 2;
}
.choose.opened li:not(.active) {
  display: block;
}
.deco {
  text-align: center;
}
.deco span {
  color: #808080;
}
.no-scr {
  overflow: hidden;
  padding-right: 17px;
}
.pagination-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
}
.pagination-ul li {
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #323232;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 8px rgba(225, 225, 225, 0.4);
  border: 2px solid #fff;
  cursor: pointer;
}
.pagination-ul li:hover {
  background-color: #caa977;
  border-color: #caa977;
}
.pagination-ul li a {
  display: block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
.pagination-ul li.active {
  font-size: 15px;
  border-color: #caa977;
}
.ul-footer {
  margin: 0;
  padding: 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .ul-footer {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer {
  background: #323232;
}
.footer-wrapper {
  width: 1270px;
  margin: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .footer-wrapper {
    padding: 0 15px ;
    width: 100%;
  }
}
.footer-wrapper .footer-content {
  width: 100%;
}
.footer-wrapper .footer-up {
  padding: 30px 0;
  font-size: 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up {
    padding-top: 0;
  }
}
.footer-wrapper .footer-up .footer-col {
  vertical-align: top;
  width: 25%;
  display: inline-block;
}
@media (min-width: 660px) and (max-width: 899px) {
  .footer-wrapper .footer-up .footer-col {
    width: 50%;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col {
    width: 100%;
  }
  .footer-wrapper .footer-up .footer-col:nth-child(2) .footer-col-col_title {
    border-bottom: 1px solid #303030;
    box-shadow: 0 1px 0 #3b3b3b;
  }
  .footer-wrapper .footer-up .footer-col:nth-child(3) .footer-col-col_title {
    display: none;
  }
}
.footer-wrapper .footer-up .footer-col .footer-number {
  font-weight: 700;
  color: #ccc;
  line-height: 30px;
  font-size: 20px;
  display: block;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .footer-number {
    text-align: center;
  }
}
.footer-wrapper .footer-up .footer-col .footer-email {
  line-height: 30px;
  font-size: 15px;
  color: #7b7b7b;
  display: block;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .footer-email {
    text-align: center;
  }
}
.footer-wrapper .footer-up .footer-col-col_title {
  text-transform: uppercase;
  color: #b2b2b2;
  font-family: 'Tenor Sans', sans-serif;
  line-height: 30px;
  font-size: 17px;
  display: block;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col-col_title {
    margin: 0 -15px;
    padding: 15px;
    border-top: 1px solid #3b3b3b;
    box-shadow: 0 -1px 0 #303030;
  }
  .footer-wrapper .footer-up .footer-col-col_title:after {
    content: "";
    transition: 0.3s;
    width: 15px;
    height: 15px;
    border-right: 2px solid #b2b2b2 ;
    border-top: 2px solid  #b2b2b2;
    position: absolute;
    line-height: 30px;
    top: 26px;
    top: 0;
    bottom: 3px;
    margin: auto 0;
    right: 20px;
    transform: rotateZ(135deg);
  }
}
.footer-wrapper .footer-up .footer-col .ul1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 660px) and (max-width: 1979px) {
  .footer-wrapper .footer-up .footer-col .ul1 {
    display: block!important;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .ul1 {
    background: #2b2b2b;
    display: none;
  }
  .footer-wrapper .footer-up .footer-col .ul1:nth-last-child {
    display: block;
    background: transparent;
    text-align: center;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .ul1 {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.footer-wrapper .footer-up .footer-col .ul1 li a {
  line-height: 25px;
  font-size: 15px;
  color: #b2b2b2;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .ul1 li a {
    line-height: 45px;
  }
}
.footer-wrapper .footer-up .footer-col .ul2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .ul2 {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .footer-col .ul2 {
    text-align: center;
    padding-top: 30px;
  }
}
.footer-wrapper .footer-up .footer-col .ul2 li {
  display: inline-block;
  padding: 0 5px;
}
.footer-wrapper .footer-up .footer-col .ul2 li a {
  width: 40px;
  height: 40px;
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  border-radius: 50%;
}
.footer-wrapper .footer-up .footer-col .ul2 li a img {
  opacity: 0.6;
}
.footer-wrapper .footer-up .footer-col .ul2 li a:hover img {
  opacity: 1;
}
.footer-wrapper .footer-up .footer-col .ul2 li img {
  width: 24px;
  height: 24px;
  border-radius: 11px;
  transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-wrapper .footer-up .col-active .footer-col-col_title {
    background-color: #2b2b2b;
    border-top-color: transparent;
    box-shadow: none!important;
    border-bottom-color: transparent!important;
  }
  .footer-wrapper .footer-up .col-active .footer-col-col_title:after {
    transform: rotateZ(-45deg);
    border-right: 2px solid #caa977;
    border-top: 2px solid #caa977;
    bottom: -10px;
  }
}
.footer-wrapper .footer-bottom {
  width: 100%;
  padding: 30px 0;
  background-image: url(../img/border-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 30px;
  color: #b3b3b3;
  text-align: center;
  position: relative;
}
.footer-wrapper .footer-bottom span,
.footer-wrapper .footer-bottom a {
  display: inline-block;
}
.footer-wrapper .footer-bottom a {
  color: #7b7b7b;
}
.page-title {
  padding: 15px 0;
}
.page-title h1 {
  font-size: 45px;
  font-family: 'Tenor Sans', sans-serif;
  color: #333333;
}
.no-image {
  background-size: 30%!important;
}
.no-image div {
  background-size: 30%!important;
}
.yellow-butt {
  color: #323232;
  background-color: #caa977;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  padding: 0 60px;
  border: none;
}
.zoo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 150ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goToCart .modal-container {
  max-width: 590px;
  border-radius: 0px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .goToCart .modal-container {
    border-radius: 0px;
  }
}
.goToCart .modal-close {
  margin: -5px;
  background-color: transparent;
  box-shadow: none;
  transform: scale(0.7);
}
.goToCart .modal-body {
  padding-top: 30px;
}
.goToCart .modal-body h2 {
  padding-top: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #323232;
  font-size: 25px;
  text-align: center;
  padding-bottom: 10px;
}
.goToCart .modal-body .prod {
  display: flex;
  padding-bottom: 50px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .goToCart .modal-body .prod {
    flex-direction: column;
  }
}
.goToCart .modal-body .prod-img {
  width: 90px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.goToCart .modal-body .prod-info {
  width: 210px;
}
.goToCart .modal-body .prod-info .title {
  text-align: left;
  font-family: 'Tenor Sans', sans-serif;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.goToCart .modal-body .prod-info .labels {
  font-family: 'Tenor Sans', sans-serif;
  display: block;
}
.goToCart .modal-body .prod-info .labels .label {
  padding: 0;
  color: #000;
  text-transform: none;
  font-size: 14px;
  display: block;
}
.goToCart .modal-body .prod-info .labels .label span:first-child {
  margin-right: 4px;
  color: #999999;
}
.goToCart .modal-body .prod-price {
  padding-top: 6px;
  font-weight: 700;
  color: #323232;
  font-size: 20px;
}
.goToCart .modal-body .prod-price span {
  font-size: 17px;
}
.goToCart .modal-body .bottom-pan {
  height: 100px;
  background-color: #f2f2f2;
  border-top: 1px solid #dedede;
  margin: 0 -60px -40px;
  border-radius: 0 0 10px 10px;
  padding: 17px 28px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 2px) and (max-width: 749px) {
  .goToCart .modal-body .bottom-pan {
    margin: 0 -11px -40px;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
.goToCart .modal-body .bottom-pan a,
.goToCart .modal-body .bottom-pan button {
  box-shadow: 0px 5px 10px 0px #e9e1c4;
  padding: 0 35px;
  height: 50px;
  border: 3px solid #caa977;
  border-radius: 0px;
  color: #323232;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goToCart .modal-body .bottom-pan button {
  background-color: #fff;
}
.goToCart .modal-body .bottom-pan a {
  font-weight: 700;
  background-color: #caa977;
}
@media (min-width: 2px) and (max-width: 749px) {
  .goToCart .modal-body .bottom-pan a {
    margin-top: 10px;
  }
}
.modal-sizes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
}
.modal-sizes-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.modal-sizes .modal-size {
  margin: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-sizes .modal-size input {
  display: none;
}
.modal-sizes .modal-size input[type="radio"]:checked + label {
  font-weight: 700;
}
.modal-sizes .modal-size input[type="radio"]:checked + label:before {
  border-color: #caa977;
  background: #caa977;
  box-shadow: 0 0 10px #caa977;
}
.modal-sizes .modal-size label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.modal-sizes .modal-size label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #e8e8e8;
  margin-right: 10px;
}
.zoo-item .zoo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
.product {
  outline: none;
  position: relative;
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .product {
    height: 352px;
    margin-bottom: 70px;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .product {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .product {
    width: calc(100% - 20px);
  }
}
.product .featured-prod {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 52px;
  z-index: 3;
  background: #984235;
  color: #ffffff;
}
.product:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .product:hover {
    height: 412px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) and (max-width: 999998px) {
  .product:hover .button {
    max-height: 60px;
    top: calc(100% - 60px);
    padding: 10px 20px;
  }
}
.product .wrapper {
  padding: 30px 20px;
}
.product .wrapper .title {
  display: block;
}
.product .wrapper .title a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.product .wrapper .price {
  line-height: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 660px) and (max-width: 899px) {
  .product .wrapper .price {
    display: inline-flex;
    width: calc(100% - 100px);
    height: 40px;
    padding: 10px 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
.product .wrapper .price-new {
  font-weight: 700;
  font-size: 16px;
}
.product .wrapper .price-old {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.product .wrapper .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  right: 5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-17deg);
}
.product .button {
  width: 100%;
  padding: 0 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 5px);
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
  z-index: 1;
}
@media (min-width: 660px) and (max-width: 899px) {
  .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 90px;
    font-size: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
.product .button-cart {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/telega.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #d9d9d9;
  background-color: #caa977;
}
@media (min-width: 660px) and (max-width: 899px) {
  .product .button-cart {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .product .button-cart {
    display: none;
  }
}
.product .button-cart.incart {
  background-image: url(../img/telega-white.svg);
  background-color: #323232;
  cursor: default;
}
.product .button-fav {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 899px) {
  .product .button-fav {
    width: 20px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
  }
}
.product .button-fav.infav svg {
  fill: #984235;
  stroke: #984235;
}
.product .button-fav svg {
  fill: #fff;
  stroke: #000;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
}
.product .button-fav svg.clone {
  stroke: red;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
  fill: transparent!important;
}
.product .button-remove-Card {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATUlEQVQokZ2SuxEAIAxC34SZyhXdxF6baKHnCdKkAC4/ACoQaIjUE0ATjIfuZbzyN+I5yS5QR1/CohomCtCzSrA72TvZ17P/9JUIO3sDcwQlpGYWugUAAAAASUVORK5CYII=');
}
.product .img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.product .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.modal-container {
  border-radius: 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-container {
    height: 100vh;
    border-radius: 0;
  }
}
.modal-mob-header {
  display: none;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-mob-header {
    display: block;
    font-size: 17px;
    width: calc(100% + 24px);
    margin: 0 -12px 30px;
    text-align: center;
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700;
  }
}
.modal-close {
  padding: 12px;
  border-radius: 10px;
  opacity: .7;
}
.modal-close:hover {
  opacity: 1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-close {
    margin: 0px;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    right: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .modal-close svg {
    width: 15px!important;
    height: 15px!important;
  }
}
.modal-body {
  font-family: 'Tenor Sans', sans-serif;
}
.modal-body .header-log_title {
  padding-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-body .header-log_title {
    display: none;
  }
}
.modal-body .header-log_title button {
  font-family: 'Tenor Sans', sans-serif;
  background: transparent;
  border: none;
  color: #bebebe;
  font-size: 25px;
  font-weight: 700;
  transition: 0.3s;
}
.modal-body .header-log_title button.active {
  font-size: 35px;
  color: #323232;
}
.modal-body .header-log_bottom {
  background: #f2f2f2;
  border-top: 1px solid #dedede;
  display: block;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  border-radius: 0 0 25px 25px;
  margin: 0 -60px -40px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-body .header-log_bottom {
    display: none;
  }
}
.modal-body .header-fog_title {
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 25px;
  padding-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-body .header-fog_title {
    display: none;
  }
}
.modal-body .header-fog_text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 40px;
}
.modal-body .header-fog_text_2 {
  text-align: left;
}
.modal-body .link img {
  border-radius: 50%;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
}
.modal-body .deco {
  padding: 20px 0 20px;
}
.modal-body .input-wrapper input {
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #f2f2f2;
  line-height: 20px;
  color: #888888;
  background-color: #f7f7f7;
}
.modal-body .btn-wrapper {
  margin-bottom: 20px;
}
.modal-body .btn-wrapper button {
  color: #323232;
  background-color: #caa977;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  padding: 0 60px;
  border: none;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-body .btn-wrapper button {
    padding: 0 45px;
  }
}
.modal-body .btn-wrapper span {
  float: right;
  line-height: 50px;
  cursor: pointer;
}
.modal-body .btn-center {
  text-align: center;
}
.modal-body .btn-center button {
  color: #323232;
  background-color: #caa977;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  padding: 0 60px;
  border: none;
}
@media (min-width: 2px) and (max-width: 659px) {
  .modal-body {
    padding: 0 12px 12px;
    overflow: auto;
    height: 100vh;
  }
}
.h1-title h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 2px) and (max-width: 899px) {
  .h1-title h1 {
    color: #323232;
    font-size: 25px;
    padding: 15px 0;
  }
}
.blog-item {
  margin: 0 10px 20px;
  position: relative;
  padding: 30px 20px;
  width: calc(25% - 20px);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(225, 225, 225, 0.4);
  min-height: 200px;
}
@media (min-width: 660px) and (max-width: 899px) {
  .blog-item {
    width: calc(33% - 20px);
  }
}
@media (min-width: 450px) and (max-width: 659px) {
  .blog-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 449px) {
  .blog-item {
    width: calc(100% - 20px);
  }
}
.blog-item:hover {
  background-image: url(../img/news-hover.png);
  color: #fff;
}
.blog-item:hover a {
  color: #fff;
}
.blog-item .item {
  line-height: 25px;
}
.blog-item .item-date {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Tenor Sans', sans-serif;
  margin-bottom: 20px;
}
.blog-item .item-name {
  color: #323232;
  font-size: 17px;
  font-weight: 700;
  padding-top: 15px;
  position: relative;
  font-family: 'Tenor Sans', sans-serif;
}
.blog-item .item-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background-position: left;
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-image: url(../img/title-line.png);
}
.blog-item .item-text {
  color: #323232;
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
.catalog-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.catalog-left_wrapper {
  width: 23%;
}
@media (min-width: 1170px) and (max-width: 99998px) {
  .catalog-left_wrapper {
    display: block!important;
    opacity: 1!important;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .catalog-left_wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    opacity: 0;
  }
}
.catalog-left_category {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 5px 5px 0px rgba(226, 226, 226, 0.4);
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media (min-width: 1170px) and (max-width: 99998px) {
  .catalog-left_category {
    display: block!important;
  }
}
.catalog-left_category_item {
  position: relative;
}
.catalog-left_category_item a {
  color: #323232;
  display: flex;
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 15px;
  font-family: 'Tenor Sans', sans-serif;
}
.catalog-left_category_item a span {
  border-bottom: 1px solid transparent;
  line-height: 1.1;
  color: #323232;
}
.catalog-left_category_item a:hover span {
  border-color: #323232;
}
.catalog-left_category_item:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -7px;
  border-radius: 7px;
  border: 1px solid #caa977;
}
.catalog-right {
  padding-left: 25px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .catalog-right {
    padding-left: 0;
  }
}
.catalog-right_wrapper {
  width: 77%;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .catalog-right_wrapper {
    width: 100%;
  }
}
.catalog-filter {
  box-shadow: 0px 0px 20px 2px rgba(226, 226, 226, 0.8);
  border-radius: 0px;
  padding: 15px;
  margin-bottom: 50px;
  background-color: #fff;
}
@media (min-width: 1170px) and (max-width: 99998px) {
  .catalog-filter {
    margin-left: 0!important;
  }
}
@media (min-width: 660px) and (max-width: 1169px) {
  .catalog-filter {
    width: 50%;
    margin-left: -50%;
    height: 100vh;
    border-radius: 0;
    overflow: auto;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-filter {
    width: 100%;
    margin-left: -100%;
    height: 100vh;
    border-radius: 0;
    overflow: auto;
  }
}
.catalog-filter .yellow-butt {
  text-align: center;
}
@media (min-width: 660px) and (max-width: 999998px) {
  .catalog-filter .yellow-butt {
    display: none;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-filter_block:nth-child(3) {
    padding-top: 20px;
  }
}
.catalog-filter_block .slider-input {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
  color: #4c4c4c;
}
.catalog-filter_block .slider-input input {
  outline: none;
  border: 1px solid #e8e8e8;
  font-family: 'Tenor Sans', sans-serif;
  height: 40px;
  border-radius: 0px;
  box-shadow: inset 0px 2px 7px 0px rgba(234, 233, 233, 0.35);
  background: #fff;
  padding: 0 5px;
  text-align: center;
  width: 35%;
}
.catalog-filter_block .slider-input input[type=number]::-webkit-outer-spin-button,
.catalog-filter_block .slider-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-filter_block .slider-input input[type=number] {
  -moz-appearance: textfield;
}
.catalog-filter_block .vue-slider {
  box-shadow: inset 0px 1px 3px 0px rgba(107, 107, 107, 0.35) !important;
  background-color: #d8d8d8!important;
  border-radius: 2px!important;
}
.catalog-filter_block .vue-slider-process {
  background-color: #caa977 !important;
}
.catalog-filter_block .vue-slider-dot {
  border-radius: 50%;
  box-shadow: none!important;
  border: 2px solid #caa977;
  background: #fff!important;
  width: 19px;
  height: 19px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-filter_block .vue-slider-dot {
    width: 23px!important;
    height: 23px!important;
  }
}
.catalog-filter_block .vue-slider-dot:after {
  content: '';
  border-radius: 50%;
  background-color: #caa977;
  width: 9px;
  height: 9px;
}
.catalog-filter_block .title {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 700;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  min-height: 23px;
  line-height: 23px;
  cursor: pointer;
}
.catalog-filter_block .title.hidden:before {
  transform: rotate(180deg);
}
.catalog-filter_block .title:before {
  content: '';
  position: absolute;
  top: 9px;
  right: -20px;
  width: 9px;
  height: 5px;
  transform: rotate(0deg);
  transition: transform 0.4s;
  background-image: url(../img/ar-filter.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.catalog-filter_block .color {
  margin-right: 10px;
  margin-bottom: 10px;
}
.catalog-filter_block .color label {
  display: inline-block;
  border: 2px solid #caa977;
  border-radius: 50%;
}
.catalog-filter_block .color label span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.catalog-filter_block .color input:checked ~ label {
  box-shadow: 0 0 0 3px #984235;
  border-color: transparent;
}
.catalog-filter_block .color-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.catalog-filter_block .simple label {
  padding-left: 50px;
  position: relative;
  display: block;
  line-height: 23px;
  margin-bottom: 15px;
  cursor: pointer;
  min-height: 23px;
}
@media (min-width: 1100px) and (max-width: 99998px) {
  .catalog-filter_block .simple label:hover:before {
    border-color: #888;
  }
}
.catalog-filter_block .simple label:before {
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 5px;
  border: 2px solid #e8e8e8;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s;
}
.catalog-filter_block .simple label:after {
  content: "";
  background: transparent;
  transition: 0.3s;
}
.catalog-filter_block .simple input:checked ~ label:before {
  border-color: #caa977;
}
@media (min-width: 1100px) and (max-width: 99998px) {
  .catalog-filter_block .simple input:checked ~ label:hover:before {
    border-color: #f2f2f2;
  }
  .catalog-filter_block .simple input:checked ~ label:hover:after {
    background-color: #f2f2f2;
  }
}
.catalog-filter_block .simple input:checked ~ label:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #caa977;
  border-radius: 3px;
}
.catalog-filter_block .simple-wrapper {
  padding: 15px 0;
}
.catalog-filter_reset {
  color: #979797;
  font-size: 14px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
}
.catalog-filter_reset a {
  color: #979797;
}
.catalog-filter_reset.opened {
  height: 60px;
  visibility: visible;
}
.catalog-filter_reset span {
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  line-height: 1;
}
.catalog-filter_reset svg {
  cursor: pointer;
  margin-right: 5px;
}
.catalog-filter .mob-filter-back {
  line-height: 20px;
  font-size: 14px;
  color: #000;
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAT0lEQVQYlX3PIQ6AMBBE0XcJHEFVgAAkZ68hhGP0NBialFL48mc2O8ObgFjLCQf6Us44a7liR1fK7U4+JCQMjRLfF7C0fvy2yowaOzIB8QLNnArxWR4/zQAAAABJRU5ErkJggg==');
  padding: 20px 20px 20px 50px;
  border-bottom: 1px solid #e8e8e8;
  margin: -20px -15px 0;
  cursor: pointer;
}
@media (min-width: 660px) and (max-width: 99998px) {
  .catalog-filter .mob-filter-back {
    display: none;
  }
}
.catalog-sort_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1170px) and (max-width: 899999px) {
  .catalog-sort_wrapper {
    height: 60px;
  }
}
@media (min-width: 2px) and (max-width: 1269px) {
  .catalog-sort_right {
    display: none;
  }
}
.catalog-sort_left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .catalog-sort_left {
    align-items: flex-start;
  }
}
.catalog-sort_left span {
  color: #808080;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-sort_left span {
    display: none;
  }
}
.catalog-sort_left .item {
  cursor: pointer;
  margin-left: 15px;
  padding: 2px 15px;
  color: #4c4c4c;
}
.catalog-sort_left .item.active {
  background-color: #f9f9f9;
}
.catalog-sort_left .item.down:after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #4c4c4c;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.catalog-sort_left .item.up:after {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #4c4c4c;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -3px;
}
@media (min-width: 1170px) and (max-width: 89999px) {
  .catalog-sort_left .btn-filter {
    display: none;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .catalog-sort_left .btn-filter {
    margin-left: -9px;
  }
}
.catalog-sort_left .multiselect {
  outline: none;
  margin-left: 20px;
  transition: 0.3s;
  position: relative;
  width: 230px;
  z-index: 1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-sort_left .multiselect {
    margin-left: 0;
  }
}
.catalog-sort_left .multiselect__single {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 30px 8px 20px;
  position: relative;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-sort_left .multiselect__single {
    line-height: 29px;
  }
}
.catalog-sort_left .multiselect__single:after {
  position: absolute;
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAXUlEQVQYlX3KMQrCUBRE0WOQFIKbme0E0mdhWc7bh72NWPxvI0ElcWCayzkluWB0vOcZN1z/oPuABe0ANCxDVa2Yd2DDXFXrADtwA6D3vj3JlOSRZPrsX+gNx9/2AvIWReRDDA1QAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  top: 15px;
  right: 15px;
  transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-sort_left .multiselect__single:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.catalog-sort_left .multiselect__content {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.catalog-sort_left .multiselect__content li {
  cursor: pointer;
  transition: 0.3s;
  line-height: 40px;
  font-size: 15px;
  width: 100%;
  padding-left: 15px;
}
.catalog-sort_left .multiselect__content li span {
  color: #000;
  display: block;
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-sort_left .multiselect__content li span {
    display: inline-block;
  }
}
.catalog-sort_left .multiselect__content li:first-child {
  border-radius: 0px 20px 0 0 ;
}
.catalog-sort_left .multiselect__content li:nth-of-type(6n) {
  border-radius: 0 0 20px  20px;
}
.catalog-sort_left .multiselect__content li:hover {
  background-color: #f7f7f7;
}
.catalog-sort_left .multiselect__content-wrapper {
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 20px 2px rgba(226, 226, 226, 0.8);
  top: 100%;
  background-color: #fff;
  border-radius: 0px;
}
.catalog-sort_left .multiselect--active .multiselect__single:after {
  transform: rotateZ(180deg);
}
.catalog-products {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.catalog-products .product {
  outline: none;
  position: relative;
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .catalog-products .product {
    height: 352px;
    margin-bottom: 70px;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .catalog-products .product {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-products .product {
    width: calc(100% - 20px);
  }
}
.catalog-products .product .featured-prod {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 52px;
  z-index: 3;
  background: #984235;
  color: #ffffff;
}
.catalog-products .product:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .catalog-products .product:hover {
    height: 412px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) and (max-width: 999998px) {
  .catalog-products .product:hover .button {
    max-height: 60px;
    top: calc(100% - 60px);
    padding: 10px 20px;
  }
}
.catalog-products .product .wrapper {
  padding: 30px 20px;
}
.catalog-products .product .wrapper .title {
  display: block;
}
.catalog-products .product .wrapper .title a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.catalog-products .product .wrapper .price {
  line-height: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 660px) and (max-width: 899px) {
  .catalog-products .product .wrapper .price {
    display: inline-flex;
    width: calc(100% - 100px);
    height: 40px;
    padding: 10px 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-products .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
.catalog-products .product .wrapper .price-new {
  font-weight: 700;
  font-size: 16px;
}
.catalog-products .product .wrapper .price-old {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.catalog-products .product .wrapper .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  right: 5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-17deg);
}
.catalog-products .product .button {
  width: 100%;
  padding: 0 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 5px);
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
  z-index: 1;
}
@media (min-width: 660px) and (max-width: 899px) {
  .catalog-products .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 90px;
    font-size: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-products .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
.catalog-products .product .button-cart {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/telega.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #d9d9d9;
  background-color: #caa977;
}
@media (min-width: 660px) and (max-width: 899px) {
  .catalog-products .product .button-cart {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .catalog-products .product .button-cart {
    display: none;
  }
}
.catalog-products .product .button-cart.incart {
  background-image: url(../img/telega-white.svg);
  background-color: #323232;
  cursor: default;
}
.catalog-products .product .button-fav {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 899px) {
  .catalog-products .product .button-fav {
    width: 20px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
  }
}
.catalog-products .product .button-fav.infav svg {
  fill: #984235;
  stroke: #984235;
}
.catalog-products .product .button-fav svg {
  fill: #fff;
  stroke: #000;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
}
.catalog-products .product .button-fav svg.clone {
  stroke: red;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
  fill: transparent!important;
}
.catalog-products .product .button-remove-Card {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATUlEQVQokZ2SuxEAIAxC34SZyhXdxF6baKHnCdKkAC4/ACoQaIjUE0ATjIfuZbzyN+I5yS5QR1/CohomCtCzSrA72TvZ17P/9JUIO3sDcwQlpGYWugUAAAAASUVORK5CYII=');
}
.catalog-products .product .img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.catalog-products .product .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.catalog-products_wrapper {
  margin: 15px 0 35px 0;
}
.catalog-mobile_back {
  height: 50px;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 15px 0 25px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAT0lEQVQYlX3PIQ6AMBBE0XcJHEFVgAAkZ68hhGP0NBialFL48mc2O8ObgFjLCQf6Us44a7liR1fK7U4+JCQMjRLfF7C0fvy2yowaOzIB8QLNnArxWR4/zQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 15px center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1270px) and (max-width: 89999px) {
  .catalog-mobile_back {
    display: none;
  }
}
.catalog-mobile_back svg {
  fill: #e6007e;
  transform: rotate(180deg);
  margin-right: 15px;
}
.catalog-mobile_back span {
  color: black;
  font-size: 14px;
  line-height: 1.1;
  max-height: 30px;
  overflow: hidden;
  width: calc(100% - 35px);
}
.oneClickM {
  text-align: center;
}
.oneClickM-title {
  text-align: center;
  font-weight: 700;
  font-family: 'Tenor Sans', sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 25px;
}
.oneClickM-text {
  text-align: center;
  margin-bottom: 36px;
}
.oneClickM .input-wrapper {
  margin-bottom: 16px;
}
@media (min-width: 2px) and (max-width: 699px) {
  .oneClickM .modal-body {
    padding-top: 35px;
  }
}
.homePage {
  text-align: center;
}
.homePage #home-slide h2 {
  font-size: 3.2em;
  text-align: left;
  width: 40%;
  line-height: 1.3;
  padding-left: 30px;
  padding-top: 16px;
  text-shadow: 0px 4px 12px #1a1a1a;
  margin-bottom: 12px;
}
.homePage #home-slide h3 {
  font-size: 2.1em;
  text-align: left;
  width: 40%;
  line-height: 1.3;
  padding-left: 30px;
  text-shadow: 0px 4px 12px #1a1a1a;
}
.homePage .slickArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  z-index: 111;
  border: none;
}
.homePage .slickArrow:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  display: block;
}
.homePage .slickArrow.slickNext {
  right: 0;
  border-radius: 25px 0 0 25px;
}
.homePage .slickArrow.slickNext:after {
  transform: rotate(45deg);
}
.homePage .slickArrow.slickPrev {
  left: 0;
  border-radius: 0 25px 25px 0 ;
}
.homePage .slickArrow.slickPrev:after {
  transform: rotate(-135deg);
}
@media (min-width: 2px) and (max-width: 659px) {
}
.homePage .home-slider {
  opacity: 0;
  background: #eee;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 210px;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider {
    height: 850px;
  }
}
.homePage .home-slider .slide {
  outline: none;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider .slide {
    height: 850px;
  }
}
.homePage .home-slider .slide h2 {
  visibility: hidden;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider .slide h2 {
    visibility: visible;
  }
}
.homePage .home-slider .slide h3 {
  visibility: hidden;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider .slide h3 {
    visibility: visible;
  }
}
.homePage .home-slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 50px;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider .slick-dots {
    visibility: visible;
  }
}
.homePage .home-slider .slick-dots li {
  display: inline-block;
}
.homePage .home-slider .slick-dots li.slick-active {
  margin-top: -4px;
}
.homePage .home-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
}
.homePage .home-slider .slick-dots li button {
  font-size: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 0;
  margin: 0 5px;
}
.homePage .home-slider .slick-arrow {
  border: 1px solid #eee;
  border-radius: 50px;
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  visibility: hidden;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .home-slider .slick-arrow {
    visibility: visible;
  }
}
.homePage .home-slider .slick-arrow:hover {
  border-color: #ccc;
}
.homePage .home-slider .slick-arrow:hover svg path {
  fill: #ccc;
}
.homePage .home-slider .slick-arrow svg path {
  fill: #e9e9e9;
}
.homePage .home-slider .slick-arrow.slick-prev {
  left: 30px;
  transform: rotate(180deg);
}
.homePage .home-slider .slick-arrow.slick-next {
  right: 30px;
}
.homePage .logo-slider {
  opacity: 0;
  width: 100%;
  margin: 30px 0;
  height: 120px;
  position: relative;
}
.homePage .logo-slider:hover .slick-arrow {
  opacity: 1;
}
.homePage .logo-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
  cursor: pointer;
  width: 38px;
  z-index: 1111111;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ccc;
  opacity: 0;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .homePage .logo-slider .slick-arrow {
    opacity: 1;
  }
}
.homePage .logo-slider .slick-arrow svg path {
  fill: #ccc;
}
.homePage .logo-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.homePage .logo-slider .slick-arrow.slick-next {
  right: 0;
}
.homePage .logo-slider .partener {
  margin: 20px 0;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
}
.homePage .logo-slider .partener-in {
  width: calc(100%);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
}
.homePage .block-title {
  color: #323232;
  font-size: 35px;
  line-height: 25px;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .block-title {
    width: calc( 100% + 30px);
    margin: 10px -15px;
    text-align: center;
  }
}
@media (min-width: 2px) and (max-width: 449px) {
  .homePage .block-title {
    font-size: 25px;
  }
}
.homePage .block-wrapper {
  padding: 0 0 30px;
}
.homePage .blogs-block {
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e8e8e8;
}
.homePage .blogs-block .block-title {
  padding: 40px 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .blogs-block .block-title:before {
    margin-right: 10px;
  }
  .homePage .blogs-block .block-title:after {
    margin-left: 10px;
  }
}
.homePage .blogs-block .all-news {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  margin-bottom: 20px;
  padding: 18px 40px;
  border-radius: 53px;
  text-align: center;
  border: 2px solid #caa977;
}
.homePage .blogs-block .all-news:hover {
  box-shadow: none;
}
.homePage .blogs-block .all-news svg {
  fill: #323232;
}
.homePage .blogs-block .all-news span {
  font-size: 17px;
  font-weight: 700;
  color: #323232;
}
.homePage .blogs-block_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.homePage .blogs-block_wrapper .blog-post {
  margin: 0 10px 20px;
  position: relative;
  padding: 30px 20px;
  width: calc(25% - 20px);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(225, 225, 225, 0.4);
  min-height: 200px;
  text-align: left;
  box-shadow: none;
  padding: 10px;
}
@media (min-width: 660px) and (max-width: 899px) {
  .homePage .blogs-block_wrapper .blog-post {
    width: calc(33% - 20px);
  }
}
@media (min-width: 450px) and (max-width: 659px) {
  .homePage .blogs-block_wrapper .blog-post {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 449px) {
  .homePage .blogs-block_wrapper .blog-post {
    width: calc(100% - 20px);
  }
}
.homePage .blogs-block_wrapper .blog-post:hover {
  background-image: url(../img/news-hover.png);
  color: #fff;
}
.homePage .blogs-block_wrapper .blog-post:hover a {
  color: #fff;
}
.homePage .blogs-block_wrapper .blog-post .item {
  line-height: 25px;
}
.homePage .blogs-block_wrapper .blog-post .item-date {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Tenor Sans', sans-serif;
  margin-bottom: 20px;
}
.homePage .blogs-block_wrapper .blog-post .item-name {
  color: #323232;
  font-size: 17px;
  font-weight: 700;
  padding-top: 15px;
  position: relative;
  font-family: 'Tenor Sans', sans-serif;
}
.homePage .blogs-block_wrapper .blog-post .item-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background-position: left;
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-image: url(../img/title-line.png);
}
.homePage .blogs-block_wrapper .blog-post .item-text {
  color: #323232;
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 2px) and (max-width: 449px) {
  .homePage .blogs-block_wrapper .blog-post:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .blogs-block_wrapper .blog-post:nth-of-type(3) {
    display: none;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .blogs-block_wrapper .blog-post:nth-of-type(4) {
    display: none;
  }
}
.homePage .blogs-block_wrapper .blog-post .item-date {
  color: #969696;
}
.homePage .blogs-block_wrapper .blog-post:hover {
  background-color: #fff;
  background-image: none;
  color: #323232;
}
.homePage .blogs-block_wrapper .blog-post:hover a {
  color: #323232;
}
.homePage .products-block {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: calc(100% + 30px);
  margin: 20px -15px;
}
@media (min-width: 1100px) and (max-width: 1269px) {
  .homePage .products-block {
    width: calc(975px + 30px);
    margin: 0 auto;
  }
}
.homePage .products-block .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .products-block .slick-dots {
    padding-left: 0;
  }
}
.homePage .products-block .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.homePage .products-block .slick-dots li.slick-active {
  margin-top: -4px;
}
.homePage .products-block .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
}
.homePage .products-block .slick-dots li button {
  font-size: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
}
.homePage .products-block .product {
  outline: none;
  position: relative;
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  text-align: left;
  width: 295px;
  margin: 0 15px 60px;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .products-block .product {
    height: 352px;
    margin-bottom: 70px;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .homePage .products-block .product {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .products-block .product {
    width: calc(100% - 20px);
  }
}
.homePage .products-block .product .featured-prod {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 52px;
  z-index: 3;
  background: #984235;
  color: #ffffff;
}
.homePage .products-block .product:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .products-block .product:hover {
    height: 412px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) and (max-width: 999998px) {
  .homePage .products-block .product:hover .button {
    max-height: 60px;
    top: calc(100% - 60px);
    padding: 10px 20px;
  }
}
.homePage .products-block .product .wrapper {
  padding: 30px 20px;
}
.homePage .products-block .product .wrapper .title {
  display: block;
}
.homePage .products-block .product .wrapper .title a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.homePage .products-block .product .wrapper .price {
  line-height: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 660px) and (max-width: 899px) {
  .homePage .products-block .product .wrapper .price {
    display: inline-flex;
    width: calc(100% - 100px);
    height: 40px;
    padding: 10px 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .products-block .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
.homePage .products-block .product .wrapper .price-new {
  font-weight: 700;
  font-size: 16px;
}
.homePage .products-block .product .wrapper .price-old {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.homePage .products-block .product .wrapper .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  right: 5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-17deg);
}
.homePage .products-block .product .button {
  width: 100%;
  padding: 0 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 5px);
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
  z-index: 1;
}
@media (min-width: 660px) and (max-width: 899px) {
  .homePage .products-block .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 90px;
    font-size: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .products-block .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
.homePage .products-block .product .button-cart {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/telega.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #d9d9d9;
  background-color: #caa977;
}
@media (min-width: 660px) and (max-width: 899px) {
  .homePage .products-block .product .button-cart {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .homePage .products-block .product .button-cart {
    display: none;
  }
}
.homePage .products-block .product .button-cart.incart {
  background-image: url(../img/telega-white.svg);
  background-color: #323232;
  cursor: default;
}
.homePage .products-block .product .button-fav {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .products-block .product .button-fav {
    width: 20px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
  }
}
.homePage .products-block .product .button-fav.infav svg {
  fill: #984235;
  stroke: #984235;
}
.homePage .products-block .product .button-fav svg {
  fill: #fff;
  stroke: #000;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
}
.homePage .products-block .product .button-fav svg.clone {
  stroke: red;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
  fill: transparent!important;
}
.homePage .products-block .product .button-remove-Card {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATUlEQVQokZ2SuxEAIAxC34SZyhXdxF6baKHnCdKkAC4/ACoQaIjUE0ATjIfuZbzyN+I5yS5QR1/CohomCtCzSrA72TvZ17P/9JUIO3sDcwQlpGYWugUAAAAASUVORK5CYII=');
}
.homePage .products-block .product .img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.homePage .products-block .product .img a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .products-block .product .price {
    flex-wrap: wrap;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .products-block .product .button {
    width: 40px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage .products-block .product .button-cart {
    display: none;
  }
}
.homePage .container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .homePage .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .homePage .container {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .homePage .container {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .slick-list .product {
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 5px!important;
  }
}
.f-category .h1-title {
  padding: 15px 0;
}
.f-category .h1-title h1 {
  font-size: 45px;
  font-family: 'Tenor Sans', sans-serif;
  color: #333333;
}
.f-category .categories-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 20px);
  margin: 0 -10px;
  /*justify-content: flex-start;*/
  justify-content: center;
  min-height: 500px;
}
.f-category .categories-container_item {
  transition: 0.3s;
  margin: 10px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
}
.f-category .categories-container_item:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 2px) and (max-width: 659px) {
  .f-category .categories-container_item {
    width: 100%;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .f-category .categories-container_item {
    width: calc(50% - 20px);
  }
}
.f-category .categories-container_item .img {
  width: 100%;
  height: 230px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-category .categories-container_item .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.f-category .categories-container_item .title {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  font-family: 'Tenor Sans', sans-serif;
  background: #fff;
  line-height: 1.1;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.productPage {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .productPage {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .productPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .productPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productPage-wrapper {
  width: 100%;
  min-height: 500px;
  position: relative;
}
.productPage-wrapper .product-cats {
  padding-top: 30px;
  width: 100%;
  font-family: 'Tenor Sans', sans-serif;
}
.productPage-wrapper .product-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productPage-wrapper .product-cats ul li {
  display: flex;
  line-height: 40px;
}
.productPage-wrapper .product-cats ul li span {
  font-size: 15px;
  width: 50%;
}
.productPage-wrapper .product-cats ul li span:first-child {
  color: #808080;
}
.productPage-wrapper .product-cats ul li span:last-child {
  color: #323232;
}
.productPage-wrapper .product-cats #showCats {
  border: none;
  background-color: transparent;
  color: #323232;
  font-size: 15px;
  padding: 0;
  border-bottom: 1px dashed #808080;
}
.productPage-wrapper .product-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price div {
    width: auto;
  }
}
.productPage-wrapper .product-price .price-actual {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price .price-actual {
    font-size: 25px;
    line-height: 20px;
  }
}
.productPage-wrapper .product-price .price-actual b {
  font-size: 35px;
  padding-right: 5px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price .price-actual b {
    font-size: 30px;
    line-height: 20px;
  }
}
.productPage-wrapper .product-price .price-old {
  width: auto;
  margin-bottom: 20px;
  vertical-align: bottom;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  font-size: 17px;
  overflow: hidden;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price .price-old {
    font-size: 17px;
  }
}
.productPage-wrapper .product-price .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  left: -5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-14deg);
}
.productPage-wrapper .product-price .price-old b {
  font-weight: 700;
  font-size: 20px;
  padding-right: 5px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .product-price .price-old b {
    font-size: 20px;
  }
}
.productPage-wrapper .product-colors {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.productPage-wrapper_top {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 55%;
  position: relative;
  min-height: 650px ;
  padding-bottom: 25px;
  flex-direction: column;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top {
    padding-left: 0;
  }
}
.productPage-wrapper_top .productPage-info {
  width: 100%;
  min-height: 530px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-info {
    padding: 25px 0;
    min-height: auto;
  }
}
.productPage-wrapper_top .productPage-info_title {
  font-size: 45px;
  color: #323232;
  line-height: 50px;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-info_title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .productPage-wrapper_top .productPage-info_title {
    margin-top: 40px;
  }
}
.productPage-wrapper_top .productPage-info_title .title-subsol {
  padding-top: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #323232;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: 500;
  align-items: flex-start;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-info_title .title-subsol {
    justify-content: space-between;
  }
}
.productPage-wrapper_top .productPage-info_title .title-subsol div,
.productPage-wrapper_top .productPage-info_title .title-subsol button {
  width: 170px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: 'Tenor Sans', sans-serif;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-info_title .title-subsol div,
  .productPage-wrapper_top .productPage-info_title .title-subsol button {
    width: auto;
  }
}
.productPage-wrapper_top .productPage-info_title .title-subsol .fav span {
  vertical-align: top;
  display: inline-block;
}
.productPage-wrapper_top .productPage-info_title .title-subsol .fav svg {
  fill: transparent;
  stroke: #323232;
  stroke-width: 44px;
  stroke-linejoin: round;
  margin-right: 10px;
}
.productPage-wrapper_top .productPage-info_title .title-subsol .fav.inFavorits svg {
  stroke: #984235;
  fill: #984235;
}
.productPage-wrapper_top .productPage-info_content .block-title {
  color: #9f9f9f;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 15px;
}
.productPage-wrapper_top .productPage-info_content .product-colors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productPage-wrapper_top .productPage-info_content .product-colors-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}
.productPage-wrapper_top .productPage-info_content .product-colors .color {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 14px;
  cursor: pointer;
  border: 2px solid #caa977;
}
.productPage-wrapper_top .productPage-info_content .product-colors .color.active {
  box-shadow: 0 0 0 3px #984235;
  border-color: #fff;
}
@media (min-width: 2px) and (max-width: 659px) {
}
.productPage-wrapper_top .productPage-info_content .product-sizes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.productPage-wrapper_top .productPage-info_content .product-sizes .size {
  flex: 1 1 auto;
  line-height: 20px;
  font-size: 15px;
  color: #323232;
  border-radius: 30px;
  border: 2px solid #efefef;
  margin: 0 1px;
  box-shadow: 0 0 10px 2px rgba(225, 225, 225, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
}
.productPage-wrapper_top .productPage-info_content .product-sizes .size.active {
  border-color: #caa977;
}
.productPage-wrapper_top .productPage-info_content .product-sizes-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}
.productPage-wrapper_top .productPage-info_content .product-sizes-wrapper .size-error {
  display: none;
  padding: 10px 0;
  color: red;
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 2px) and (max-width: 659px) {
  .productPage-wrapper_top .productPage-info_content .product-buttons-wrapper {
    flex-direction: column;
  }
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .yellow-butt,
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .one-click {
  width: 50%;
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .yellow-butt {
  margin-right: 20px;
  text-align: center;
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .yellow-butt span {
  padding-left: 30px;
  position: relative;
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .yellow-butt span:before {
  content: "";
  background-image: url('../img/telega.svg');
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .yellow-butt {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .one-click {
  padding: 0 20px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #caa977;
  color: #323232;
  box-shadow: 0px 5px 10px 0px rgba(233, 225, 196, 0.4);
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .one-click span {
  position: relative;
  padding-left: 30px;
}
.productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .one-click span:before {
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAYAAAD3Va0xAAACBUlEQVQ4jaXVW4hNURzH8c+cmUHxQDw4k9SId84pZkh5USQeXIriwYNcJkmRUkY8TG7FgzQlD8hdpHigacptSs1OpqbMg4iaFyMkc3d5WOvUdtqcafxqt9fa6993r/1fv/9/VxUKBSlNwT5sjuMadOAoOmUoSRJiYEnT0I7nOIA5+Ixh3MRBXM+CQS41PodbyGNrhMzGIezBcdRXAs1EAd/RhyfxExuxHSfitaMSaAEeYjWuYQPm4wbW4jXeoFgJ9AtDqBaS3IFBtGEWvuKHP3OaCerCYjxIgdN6j6kxLlOlN/TG6x0GMuJO4j6aKu0IdqIZtWUx0+PaeXSPBdSHZRgti1mIEazCBdyO97pyUDPe4p7goXJQO05jNzahVbBHK+qKxWIdIUdbMA8NgiGfoT8FGor3UfQIJwlnBMv8LBaLl2vwAXMjYCnu4GVGGgaEpJf0DYsEW3TncAyn4uInrMTjOO/F3tTOrqRAy9GfJMkQanJ4FN+2Pgb0424cDwv5y1JPelI6tV04InSAcakE+ogWoTD/C0T4/josGQdnpKqsQ9YLFmgUTDgWTURXdT6fTz/8IlR7A56OEbQGk3MZCy3YKJRGJU0SDulsFmgwgq4KDe9vmoBLaEuSpDMLRKjydbiIw0IrLqkaK/BCMOx+/tHx8EoogW2CQWcIBq0VSqgJHaXf0W83t3+PwHNNYgAAAABJRU5ErkJggg==');
  background-size: auto 100%;
  background-position: center ;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 24px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .productPage-wrapper_top .productPage-info_content .product-buttons-wrapper .one-click {
    width: 100%;
  }
}
.productPage-wrapper_top .productPage-slider {
  height: 650px;
  position: absolute;
  width: calc(55% - 30px);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider {
    height: 80vw;
    position: relative;
    width: 100%;
  }
}
.productPage-wrapper_top .productPage-slider .arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
  background-size: 16px 9px;
  width: 16px;
  padding: 5px;
  height: 9px;
  z-index: 111;
}
.productPage-wrapper_top .productPage-slider .arrow-prev {
  top: -40px;
  transform: rotate(180deg);
}
.productPage-wrapper_top .productPage-slider .arrow-next {
  bottom: -40px;
}
.productPage-wrapper_top .productPage-slider .slide-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.productPage-wrapper_top .productPage-slider .main-slider {
  width: calc(100% - 120px);
  box-shadow: 0px 0px 20px 0px rgba(225, 225, 225, 0.5);
  height: 650px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider .main-slider {
    width: 100%;
    height: 80vw ;
  }
  .productPage-wrapper_top .productPage-slider .main-slider .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    padding: 0;
  }
  .productPage-wrapper_top .productPage-slider .main-slider .slick-dots li {
    display: inline-block;
  }
  .productPage-wrapper_top .productPage-slider .main-slider .slick-dots li button {
    border: none;
    background: #808080;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 0;
    margin: 0 5px;
  }
  .productPage-wrapper_top .productPage-slider .main-slider .slick-dots li.slick-active {
    margin-top: -4px;
  }
  .productPage-wrapper_top .productPage-slider .main-slider .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
  }
}
.productPage-wrapper_top .productPage-slider .main-slider .main-slide {
  height: 650px;
  outline: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider .main-slider .main-slide {
    height: 80vw;
  }
}
.productPage-wrapper_top .productPage-slider .main-slider .main-slide figure {
  margin: 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider .main-slider .main-slide figure {
    position: relative;
  }
}
.productPage-wrapper_top .productPage-slider .main-slider .main-slide .slide-img {
  height: 650px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider .main-slider .main-slide .slide-img {
    height: 80vw;
    transform: scale(1) !important;
  }
}
.productPage-wrapper_top .productPage-slider .nav-slider {
  margin: 40px 20px 40px 0;
  width: 100px;
  height: 570px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper_top .productPage-slider .nav-slider {
    display: none;
  }
}
.productPage-wrapper_top .productPage-slider .nav-slider .slick-current {
  opacity: 0.5;
}
.productPage-wrapper_top .productPage-slider .nav-slider .nav-slide {
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 130px;
  margin: 5px 0;
}
.productPage-wrapper_bottom {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 25px 30px;
  margin: 20px 0 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-shadow: 0px 0px 60px 0px #e2e2e2;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper_bottom {
    flex-direction: column;
    border-radius: 0;
    width: calc(100% + 30px);
    margin: 20px -15px 80px;
    padding: 20px 25px 50px;
    box-shadow: none;
  }
}
.productPage-wrapper .info-block {
  width: 50%;
}
.productPage-wrapper .info-block:last-child {
  width: calc(50% - 60px);
  margin-left: 60px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block:last-child {
    margin-left: 0;
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block {
    width: 100%;
  }
}
.productPage-wrapper .info-block .block-title {
  position: relative;
  line-height: 25px;
  font-size: 20px;
  font-family: 'Tenor Sans', sans-serif;
  display: inline-block;
  font-weight: 700;
  color: #323232;
  margin-bottom: 25px;
}
.productPage-wrapper .info-block .caracteristics-table {
  border: none;
  width: calc(100% - 60px);
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block .caracteristics-table {
    width: 100%;
    padding-top: 15px;
  }
}
.productPage-wrapper .info-block .caracteristics-table tr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block .caracteristics-table tr {
    border-bottom: none ;
    padding-bottom: 15px;
    display: block;
  }
}
.productPage-wrapper .info-block .caracteristics-table tr td {
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
  padding: 10px 0;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block .caracteristics-table tr td {
    padding: 0;
  }
}
.productPage-wrapper .info-block .caracteristics-table tr td:first-child {
  width: 40%;
  color: #808080;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block .caracteristics-table tr td:first-child {
    display: block;
    width: 100%;
  }
}
.productPage-wrapper .info-block .caracteristics-table tr td:last-child {
  width: 60%;
  color: #323232;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper .info-block .caracteristics-table tr td:last-child {
    display: block;
    width: 100%;
  }
}
.productPage-wrapper .similar-products_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
}
.productPage-wrapper .similar-products_wrapper .similar-products-block-title {
  font-size: 35px ;
  line-height: 25px;
  color: #323232;
  margin: auto;
  font-weight: 700;
  padding: 20px 0 40px;
  font-family: 'Tenor Sans', sans-serif;
}
@media (min-width: 2px) and (max-width: 659px) {
  .productPage-wrapper .similar-products_wrapper .similar-products-block-title {
    font-size: 22px;
    line-height: 25px;
  }
}
.productPage-wrapper .similar-products_wrapper .similar-products_container {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-wrapper .similar-products_wrapper .similar-products_container {
    flex-wrap: wrap;
  }
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) and (max-width: 1169px) {
  .productPage-wrapper .similar-products_wrapper .similar-products_container .product {
    width: calc(50% - 30px);
  }
}
@media (min-width: 2px) and (max-width: 549px) {
  .productPage-wrapper .similar-products_wrapper .similar-products_container .product {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .img {
  width: 100%;
  height: 240px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info {
  background-color: #fff;
  padding: 30px;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .title {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  font-family: 'Tenor Sans', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 40px;
  margin-bottom: 15px;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price .price-new {
  color: #323232;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price .price-new b {
  font-size: 22px;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price .price-old {
  overflow: hidden;
  position: relative;
  color: #323232;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price .price-old b {
  font-size: 18px;
}
.productPage-wrapper .similar-products_wrapper .similar-products_container .product .info .price .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  left: -5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-14deg);
}
.user-cabinet {
  padding: 0!important;
  margin-left: auto;
  margin-right: auto;
  min-width: 290px!important;
  font-size: 0;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .user-cabinet {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .user-cabinet {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .user-cabinet {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.user-cabinet_left {
  width: 23%;
  min-height: 100px;
  display: inline-block;
  position: relative;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_left {
    display: block;
    width: 100%;
  }
}
.user-cabinet_left .list-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 0px;
  background-color: #fff;
  margin: 10px 0;
  box-shadow: 0px 5px 5px 0px rgba(226, 226, 226, 0.4);
  padding: 12px 0 12px 40px ;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  color: #caa977;
}
.user-cabinet_left .list-title:after {
  transition: 0.3s;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAXUlEQVQYlX3KMQrCUBRE0WOQFIKbme0E0mdhWc7bh72NWPxvI0ElcWCayzkluWB0vOcZN1z/oPuABe0ANCxDVa2Yd2DDXFXrADtwA6D3vj3JlOSRZPrsX+gNx9/2AvIWReRDDA1QAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center;
  right: 20px;
}
.user-cabinet_left .list-title:before {
  content: "";
  border-radius: 50%;
  border: 2px solid #caa977;
  width: 7px;
  height: 7px;
  margin: auto;
  top: 0;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.user-cabinet_left .list-title.opened:after {
  transform: rotate(180deg);
}
@media (min-width: 1100px) and (max-width: 99998px) {
  .user-cabinet_left .list-title {
    display: none;
  }
}
.user-cabinet_left_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_left_list.inactive {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_left_list {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    background: #fff;
    z-index: 11;
    top: 44px;
    border-radius: 0px;
    overflow-x: hidden;
    transition: 0.3s;
    box-shadow: 0 6px 32px -8px rgba(0, 0, 0, 0.2);
  }
}
.user-cabinet_left_list li {
  background: #fff;
  margin: 10px 0;
  box-shadow: 0px 5px 5px 0px rgba(226, 226, 226, 0.4);
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_left_list li {
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
}
.user-cabinet_left_list li.active {
  background-color: #f2f2f2;
  border-color: #caa977;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_left_list li.active {
    display: none;
    background-color: #f6f6f6;
  }
}
.user-cabinet_left_list li.active a:before {
  border-color: #caa977;
}
.user-cabinet_left_list li a {
  font-family: 'Tenor Sans', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #323232;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding: 12px 0 10px 40px ;
}
.user-cabinet_left_list li a:before {
  content: "";
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #000;
  width: 7px;
  height: 7px;
  margin: auto;
  top: 0;
  left: 20px;
  bottom: 0;
  position: absolute;
}
.user-cabinet_right {
  display: inline-block;
  vertical-align: top;
  width: calc(77% - 20px);
  min-height: 500px;
  box-sizing: border-box;
  margin-left: 20px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.user-cabinet_right_container-content {
  width: 100%;
  font-size: 15px;
  background: #fff;
  min-height: 100px;
  margin: 10px 0 500px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .user-cabinet_right_container-content {
    width: calc(100% + 30px);
    margin: 10px -15px 500px;
    border-radius: 0;
  }
}
.user-cabinet_right_container-content form {
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form {
    padding: 20px 15px;
  }
}
.user-cabinet_right_container-content form .input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  margin: 24px 0;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .user-cabinet_right_container-content form .input-container {
    flex-direction: column;
    margin: 15px 0 0;
  }
}
.user-cabinet_right_container-content form .input-container label {
  width: 180px;
  font-size: 15px;
  padding: 18px 0;
  color: #808080;
  font-family: 'Tenor Sans', sans-serif;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form .input-container label {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
}
.user-cabinet_right_container-content form .input-container input,
.user-cabinet_right_container-content form .input-container select,
.user-cabinet_right_container-content form .input-container .multiselect {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  color: #808080;
  padding: 0 26px;
  box-sizing: border-box;
  line-height: 50px;
  width: 400px;
  display: inline-block;
  border: 2px solid #e8e8e8;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form .input-container input,
  .user-cabinet_right_container-content form .input-container select,
  .user-cabinet_right_container-content form .input-container .multiselect {
    width: 100%;
  }
}
.user-cabinet_right_container-content form .input-container input .multiselect__single,
.user-cabinet_right_container-content form .input-container select .multiselect__single,
.user-cabinet_right_container-content form .input-container .multiselect .multiselect__single {
  color: #333;
  width: 100%;
  height: 53px;
  display: block;
  position: relative;
  cursor: pointer;
}
.user-cabinet_right_container-content form .input-container input .multiselect__single:after,
.user-cabinet_right_container-content form .input-container select .multiselect__single:after,
.user-cabinet_right_container-content form .input-container .multiselect .multiselect__single:after {
  position: absolute;
  content: "";
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAXUlEQVQYlX3KMQrCUBRE0WOQFIKbme0E0mdhWc7bh72NWPxvI0ElcWCayzkluWB0vOcZN1z/oPuABe0ANCxDVa2Yd2DDXFXrADtwA6D3vj3JlOSRZPrsX+gNx9/2AvIWReRDDA1QAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -5px;
  transition: 0.3s;
}
.user-cabinet_right_container-content form .input-container input .multiselect__content,
.user-cabinet_right_container-content form .input-container select .multiselect__content,
.user-cabinet_right_container-content form .input-container .multiselect .multiselect__content {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.user-cabinet_right_container-content form .input-container input .multiselect__element,
.user-cabinet_right_container-content form .input-container select .multiselect__element,
.user-cabinet_right_container-content form .input-container .multiselect .multiselect__element {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.user-cabinet_right_container-content form .input-container input .multiselect__element span,
.user-cabinet_right_container-content form .input-container select .multiselect__element span,
.user-cabinet_right_container-content form .input-container .multiselect .multiselect__element span {
  width: 100%;
  height: 100%;
  display: block;
}
.user-cabinet_right_container-content form .input-container .error {
  position: absolute;
  right: 25px;
  top: 0;
  width: 250px;
  color: red;
  height: 100%;
  margin-left: 10px;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .user-cabinet_right_container-content form .input-container .error {
    position: relative;
    width: 100%;
  }
}
.user-cabinet_right_container-content form .min-input {
  display: inline-block;
  width: calc(25% - 14px);
  margin: 0 7px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form .min-input {
    display: inline-block;
    width: calc(25% - 10px);
  }
}
.user-cabinet_right_container-content form .min-input label {
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #808080;
}
.user-cabinet_right_container-content form .min-input input {
  outline: none;
  line-height: 50px;
  font-size: 15px;
  border: 2px solid #e8e8e8;
  padding: 0 15px;
  width: 90px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form .min-input input {
    width: 100%;
    padding: 0 10px;
    border-radius: 0px;
  }
}
.user-cabinet_right_container-content form .min-input-block {
  margin: 0 -7px 0 173px;
  display: flex;
  width: 414px;
  flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content form .min-input-block {
    justify-content: center;
    margin: 0;
    width: 100%;
  }
}
.user-cabinet_right_container-content form .min-input-block .save-butt {
  color: #323232;
  background-color: #caa977;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  padding: 0 60px;
  border: none;
  padding: 0 80px;
  margin: 27px 7px;
  display: block;
}
.user-cabinet_right_container-content-prods {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.user-cabinet_right_container-content-prods .history-container {
  width: 100%;
  box-sizing: border-box;
}
.user-cabinet_right_container-content-prods .history-container .prod-status {
  width: 80px;
}
.user-cabinet_right_container-content-prods .history-container .prod-time {
  width: 15%;
}
.user-cabinet_right_container-content-prods .history-container .prod-id_command {
  width: 15%;
}
.user-cabinet_right_container-content-prods .history-container .prod-img {
  width: calc(50% - 80px);
  margin-right: 5%;
}
.user-cabinet_right_container-content-prods .history-container .prod-cost {
  width: 20%;
}
.user-cabinet_right_container-content-prods .history-container .column-title-cont {
  padding: 0 15px ;
  display: block;
  font-size: 15px;
  color: #737373;
  display: flex;
  margin-bottom: 15px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 22px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .column-title-cont {
    display: none!important;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  min-height: 100px;
  position: relative;
}
.user-cabinet_right_container-content-prods .history-container .item-container .full-list {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified .full-list span:after {
  transform: rotate(180deg);
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified ul li {
  display: none !important;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified ul li:first-child {
  display: flex!important;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-extended ul li {
  display: flex !important;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified,
.user-cabinet_right_container-content-prods .history-container .item-container.list-extended {
  padding-bottom: 50px;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified .full-list,
.user-cabinet_right_container-content-prods .history-container .item-container.list-extended .full-list {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 15px;
  line-height: 50px;
  color: #000;
  left: 0;
  width: 100%;
  padding-left: calc(30% + 70px);
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container.list-minified .full-list,
  .user-cabinet_right_container-content-prods .history-container .item-container.list-extended .full-list {
    padding-left: calc(30% + 20px);
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified .full-list span,
.user-cabinet_right_container-content-prods .history-container .item-container.list-extended .full-list span {
  border-bottom: 1px dashed #9a9a9a;
  position: relative;
}
.user-cabinet_right_container-content-prods .history-container .item-container.list-minified .full-list span:after,
.user-cabinet_right_container-content-prods .history-container .item-container.list-extended .full-list span:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAbklEQVQImV3NIQ7CQBRF0dMKBAbFJpDz9wQbqETiamtIQJS11H7LYjCDmYaGK9+9yetqrVYiYoc7Opwz87O6fhPtMeOJB+a2/cKIOLRozMwlMxeMeDWnK6Uc2901M982RMQJN1x6TBj+I2jbgOkLTF4k+5ijy0UAAAAASUVORK5CYII=');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 5px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container {
    flex-direction: column;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .user-cabinet_right_container-content-prods .history-container .item-container {
    width: calc(100% + 30px);
    margin: 10px -15px;
    border-radius: 0;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .col-title {
  display: inline-block;
  position: absolute;
  top: 5px;
  font-size: 15px;
  color: #a2a2a2;
  left: 0;
}
@media (min-width: 1100px) and (max-width: 999998px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .col-title {
    display: none!important;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info {
  width: calc(30% + 80px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info {
    width: 100%;
    padding-bottom: 15px;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-status {
  width: 40px;
  height: 38px;
  margin: 1px 30px 1px 0px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 15px;
  border: 2px solid #caa977;
  border-radius: 50%;
  position: relative;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-status .col-title {
  top: -25px;
  color: #737373!important;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-status {
    margin-top: 25px;
    height: 32px;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-time {
  width: calc(50% - 35px);
  font-size: 15px;
  position: relative;
  padding-top: 10px;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-time span {
  display: block;
  padding-right: 5px;
  color: #737373!important;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-time {
    padding-top: 25px;
    width: calc(30% - 35px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-time {
    width: calc(30% - 55px);
    margin-left: calc(10% + 20px);
    margin-right: 10%;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-id {
  width: calc(50% - 35px);
  color: #000;
  padding-top: 10px;
  font-size: 15px;
  position: relative;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-id .col-title {
  color: #737373!important;
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-id .col-title {
    min-width: 100px;
  }
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-id {
    padding-top: 25px;
    width: calc(40% - 35px);
    margin-left: 10%;
  }
}
@media (min-width: 2px) and (max-width: 1099px) and (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-info .item-id {
    width: calc(50% - 35px);
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products {
  width: calc(100% - (30% + 30px));
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products {
    width: 100%;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-img {
  width: 90px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-img {
    width: 30%;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: 'Tenor Sans', sans-serif;
  margin-left: 15px;
  margin-right: 40px;
  width: calc(65% - 105px);
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info .product-title {
  font-size: 16px;
  padding-top: 10px;
  line-height: 20px;
  color: #000;
  padding-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info .product-title {
    padding: 0 ;
    min-height: 75px;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info .prod-params {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info .prod-params {
    flex-direction: column;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info .prod-params span {
  color: #999999;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-info {
    width: 70%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-price {
  position: relative;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  width: calc(35% - 30px);
  color: #323232;
  margin-left: 30px;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-price .col-title {
  left: calc(30% + 20px);
  color: #737373!important;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-price {
    width: 100%;
    padding-left: calc(30% + 20px);
    padding-top: 25px;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 10px;
  }
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-price .product-total {
  font-size: 18px;
  font-weight: 700;
}
.user-cabinet_right_container-content-prods .history-container .item-container .item-products ul li .product-price .product-unit {
  font-size: 14px;
}
.user-cabinet_right_container-content-prods .history-container .item-deleted .item-status {
  background-image: url(../img/close2.png);
}
.user-cabinet_right_container-content-prods .history-container .item-waiting .item-status {
  background-image: url(../img/wait.png);
}
.user-cabinet_right_container-content-prods .item-done .item-status {
  background-image: url(../img/tick.png);
}
.user-cabinet_right_container-content-prods .item-after-time .item-status {
  background-image: url(../img/passage-of-time.png);
}
.user-cabinet_right_container-content-prods .product {
  outline: none;
  position: relative;
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-cabinet_right_container-content-prods .product {
    height: 352px;
    margin-bottom: 70px;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .product {
    width: calc(100% - 20px);
  }
}
.user-cabinet_right_container-content-prods .product .featured-prod {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 52px;
  z-index: 3;
  background: #984235;
  color: #ffffff;
}
.user-cabinet_right_container-content-prods .product:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-cabinet_right_container-content-prods .product:hover {
    height: 412px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-cabinet_right_container-content-prods .product:hover .button {
    max-height: 60px;
    top: calc(100% - 60px);
    padding: 10px 20px;
  }
}
.user-cabinet_right_container-content-prods .product .wrapper {
  padding: 30px 20px;
}
.user-cabinet_right_container-content-prods .product .wrapper .title {
  display: block;
}
.user-cabinet_right_container-content-prods .product .wrapper .title a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.user-cabinet_right_container-content-prods .product .wrapper .price {
  line-height: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .wrapper .price {
    display: inline-flex;
    width: calc(100% - 100px);
    height: 40px;
    padding: 10px 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
.user-cabinet_right_container-content-prods .product .wrapper .price-new {
  font-weight: 700;
  font-size: 16px;
}
.user-cabinet_right_container-content-prods .product .wrapper .price-old {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.user-cabinet_right_container-content-prods .product .wrapper .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  right: 5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-17deg);
}
.user-cabinet_right_container-content-prods .product .button {
  width: 100%;
  padding: 0 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 5px);
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
  z-index: 1;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 90px;
    font-size: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
.user-cabinet_right_container-content-prods .product .button-cart {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/telega.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #d9d9d9;
  background-color: #caa977;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .button-cart {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-cabinet_right_container-content-prods .product .button-cart {
    display: none;
  }
}
.user-cabinet_right_container-content-prods .product .button-cart.incart {
  background-image: url(../img/telega-white.svg);
  background-color: #323232;
  cursor: default;
}
.user-cabinet_right_container-content-prods .product .button-fav {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .button-fav {
    width: 20px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
  }
}
.user-cabinet_right_container-content-prods .product .button-fav.infav svg {
  fill: #984235;
  stroke: #984235;
}
.user-cabinet_right_container-content-prods .product .button-fav svg {
  fill: #fff;
  stroke: #000;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
}
.user-cabinet_right_container-content-prods .product .button-fav svg.clone {
  stroke: red;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
  fill: transparent!important;
}
.user-cabinet_right_container-content-prods .product .button-remove-Card {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATUlEQVQokZ2SuxEAIAxC34SZyhXdxF6baKHnCdKkAC4/ACoQaIjUE0ATjIfuZbzyN+I5yS5QR1/CohomCtCzSrA72TvZ17P/9JUIO3sDcwQlpGYWugUAAAAASUVORK5CYII=');
}
.user-cabinet_right_container-content-prods .product .img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.user-cabinet_right_container-content-prods .product .img a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 2px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .user-cabinet_right_container-content-prods .product .button-cart {
    display: none;
  }
}
.user-fav {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.user-fav .product {
  outline: none;
  position: relative;
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-fav .product {
    height: 352px;
    margin-bottom: 70px;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-fav .product {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-fav .product {
    width: calc(100% - 20px);
  }
}
.user-fav .product .featured-prod {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 52px;
  z-index: 3;
  background: #984235;
  color: #ffffff;
}
.user-fav .product:hover {
  box-shadow: 0px 0px 20px 0px #caa977;
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-fav .product:hover {
    height: 412px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) and (max-width: 999998px) {
  .user-fav .product:hover .button {
    max-height: 60px;
    top: calc(100% - 60px);
    padding: 10px 20px;
  }
}
.user-fav .product .wrapper {
  padding: 30px 20px;
}
.user-fav .product .wrapper .title {
  display: block;
}
.user-fav .product .wrapper .title a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.user-fav .product .wrapper .price {
  line-height: 20px;
  font-family: 'Tenor Sans', sans-serif;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-fav .product .wrapper .price {
    display: inline-flex;
    width: calc(100% - 100px);
    height: 40px;
    padding: 10px 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-fav .product .wrapper .price {
    height: 40px;
    display: inline-flex;
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
.user-fav .product .wrapper .price-new {
  font-weight: 700;
  font-size: 16px;
}
.user-fav .product .wrapper .price-old {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.user-fav .product .wrapper .price-old:before {
  content: '';
  width: 90%;
  position: absolute;
  right: 5%;
  top: 50%;
  border-bottom: 2px solid #984235;
  transform: skewY(-17deg);
}
.user-fav .product .button {
  width: 100%;
  padding: 0 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% - 5px);
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
  z-index: 1;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-fav .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 90px;
    font-size: 0;
    padding: 0;
    margin-left: 5px;
    padding-left: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-fav .product .button {
    display: inline-block;
    position: relative;
    max-height: 40px;
    overflow: visible;
    width: 40px;
    font-size: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 10px;
  }
}
.user-fav .product .button-cart {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/telega.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #d9d9d9;
  background-color: #caa977;
}
@media (min-width: 660px) and (max-width: 899px) {
  .user-fav .product .button-cart {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .user-fav .product .button-cart {
    display: none;
  }
}
.user-fav .product .button-cart.incart {
  background-image: url(../img/telega-white.svg);
  background-color: #323232;
  cursor: default;
}
.user-fav .product .button-fav {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 899px) {
  .user-fav .product .button-fav {
    width: 20px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
  }
}
.user-fav .product .button-fav.infav svg {
  fill: #984235;
  stroke: #984235;
}
.user-fav .product .button-fav svg {
  fill: #fff;
  stroke: #000;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
}
.user-fav .product .button-fav svg.clone {
  stroke: red;
  stroke-width: 23px;
  stroke-linejoin: round;
  margin-bottom: -13px;
  fill: transparent!important;
}
.user-fav .product .button-remove-Card {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATUlEQVQokZ2SuxEAIAxC34SZyhXdxF6baKHnCdKkAC4/ACoQaIjUE0ATjIfuZbzyN+I5yS5QR1/CohomCtCzSrA72TvZ17P/9JUIO3sDcwQlpGYWugUAAAAASUVORK5CYII=');
}
.user-fav .product .img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.user-fav .product .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.contacts .contacts-item {
  margin-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
  background-color: #fff;
}
.contacts .info-block {
  font-family: 'Tenor Sans', sans-serif;
  padding: 20px;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  color: #323232;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contacts .info-block p {
  padding: 0;
}
.contacts .info-block .map {
  outline: none;
}
.contacts .info-block .adr,
.contacts .info-block .grafic,
.contacts .info-block .contacts {
  width: 25%;
  box-sizing: border-box;
  padding: 5px 0 0  30px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  min-height: 30px;
}
@media (min-width: 900px) and (max-width: 1169px) {
  .contacts .info-block .adr,
  .contacts .info-block .grafic,
  .contacts .info-block .contacts {
    width: 30%;
  }
}
@media (min-width: 660px) and (max-width: 899px) {
  .contacts .info-block .adr,
  .contacts .info-block .grafic,
  .contacts .info-block .contacts {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .contacts .info-block .adr,
  .contacts .info-block .grafic,
  .contacts .info-block .contacts {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .contacts .info-block .contacts {
    padding: 0;
  }
}
.contacts .info-block .tel,
.contacts .info-block .mail {
  padding: 5px 0 0  30px;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  background-position: 0px 9px;
  background-repeat: no-repeat;
  min-height: 30px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .contacts .info-block .tel,
  .contacts .info-block .mail {
    padding-bottom: 20px;
  }
}
.contacts .info-block .button {
  display: flex;
}
@media (min-width: 2px) and (max-width: 659px) {
  .contacts .info-block .button {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
}
.contacts .info-block .button button {
  height: 53px;
  margin: auto 0;
  background-color: #fff;
  color: #333;
  font-size: 17px;
  line-height: 25px;
  width: 270px;
  padding: 12px 0;
  border: 2px solid #caa977;
  border-radius: 0px;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
}
@media (min-width: 2px) and (max-width: 899px) {
  .contacts .info-block .button button {
    margin: 20px auto 0;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .contacts .info-block .button button {
    width: 100%;
  }
}
.contacts .info-block .button button.active {
  background-color: #caa977;
}
.contacts .info-block .adr {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAWCAYAAADJqhx8AAAB4UlEQVQ4jY3UwUtVQRQG8N+9CSYUJcQDN5VItL/J2xgRVBRE0CYRhEBaVIKBtCmCxED8AwqtRcijTblqE7SRMmgjBG0ktE2GUguDJAxtES3mPLg+n9KBYWa+833fnZl7ZrKiKDTEcQzhAg4H9hWv8RALZXJeGmcYxTyOxvhktNHA5mOc1UUtJYMJXMF5zDSsag7PcAYvUMHNskEvrqIHH7EPgzgV+XfxgRmcxXu8wXRWFEWGz3iKcXTgbQifR98X/Wl8w11cw7GsKIpqOB7CGl5iPy5iI4R78Qq/cBkHsIqeFhSx7DUcxCWcKInF+DY+BOdnaIoc7eEmDifHou2xGLlKzFfRnmMFnQEu4w+qTQyqkVuOeSdWcsxKxdOF36jhkXSY9egIrBacrtDM5liKvfUHeRjfpYqbjrYQ2HBw+kOzVK/ECem/t2Id56Rf9yVaX2DrwRkMjSzuQqtU7/fxpMn+y3EdD6R7sllfwaZURPfQtou4LTjjodlymR5Hf2MXg3quzt1isIERaRsV26MSuRGlIssbSDWpYMaaGIxFrlYGGw3+So/JALpLeHdgQ8HZ0YB096cwiT3RJgObayS3NAIRd/AJt2J+RHritsVOBj9iuVMxHwjsvw1IT1dvadw0/gEaXm5FGjYt4AAAAABJRU5ErkJggg==');
}
.contacts .info-block .tel {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAABa0lEQVQ4jZXUv0vVURzG8ddVUcTAcFAvDlabNHX9B8Qmt/AuUiRJpCSOIRSI4K8lGnKQXIz8UYNUNNXQ2Pp1kUCCEEoKo0UoIvHXcI54vXjB80znfA7nzffzfD/PyRUKBejEE/zGTew6p7IsU4UrmMIOVnD3vIBjVUXAHbxHDj2oT4X8xzYWMIBnGEqFHMT1Ll6jEV24kAIp/fRl3MIc7qVAPuNa3O9FUDeaUyAvnPbgA4qYTYFsoRqXY60HD/EzBQKTmIjrT7iNmlTIN8GbIr4LLT5OhYiX+tGON0IERkrOL6JPGIGKkH3cF4atAdNoi7VGwfAGrKK3EgR+YBxLqBUMbsIi3sXLo7iKV8hDLqa4XN0YFGLwr6TeGtveFKZ7Bs+r8/n8WZBNIU9P8RF/Y/0P3gqRGIuQgUoQwh9bwzx+4WvJ2ZfY3iO0lHtSrg3cwHW8dBIPwrPRgqFKnpylSxhGBw5RhwdZlq0fAcSLTLawFsUPAAAAAElFTkSuQmCC');
}
.contacts .info-block .mail {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAABM0lEQVQ4jaXTvytFYRgH8M+9najbncjkX5DhviUWi0WSYjRRRqU7ymxhVUpkkEldk/yIxST1/gUW/4BJcU0M3lPHdfy4fJfnnOd53k9vnU6l0WjUMYt+/88DjjOcYACbeP0HWMEqljL04hyTWMRTN1KMUQihhv3kjFXRRhMXuMRgN2gIYTCdu4gxNtHOCvM93OEUS7j9hTmCXSzHGK/zZrVj6Roz2ML8D+B82pspgpCVLN9jAocYwpqPH7CC9TSbiDE+dgKdN83zkqBhtFBP/Xp6H07zl7LDZWgPjnCG6YRcYTzVVuqf4SiE0PMTWgS3U+8AK9hI9SD1t7+Ci2gZmOcGo6kWUwrn6Hfgt4kxfoKrqP0VLINRy7z/Uf14xkK3YAghf3xOTjvDFObQ95dbdmQHrTf811qx1a8bugAAAABJRU5ErkJggg==');
}
.contacts .info-block .grafic {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAACB0lEQVQ4ja3VXWjPURzH8dd/1kq4UmoW5dqF2sENk6fmTvJQu7EiEilzpZQbsZKEckERuUFba4gUSyitOEqJO6V5WCnhRmnMxTn/+vn57Y/xqV/9ztP7PH2/n1Nrb29X0jwcxQscKDeWFWOsrG8qlTfiKV7j+O+gjVQEb8FZbEAPPqAFmzGYJxvP33vcwq4QwvQqcC0fRQduoBPDuW0dTuITLmEII/iOVizDJszHfpyJMY4XwVPxHIfzims4gq3Yif68yom0Io97hO4Y49f6UezEG5zLHQ9hPQL6KqBTioUY493cdx4uhhBqdfAeHMyAzjxRJ15VrG47TpQrY4wfsQaLsKMO7sXt/H8C+/Bygm1Pw4yqhgzfht4QwvQmnMmrXZ0HnZ8A+lvlY3mG7mK4rcUAxiYLzurH2iI44N4/QmXGwiK4FW//A/gdZjaXKsspXqWluFAvhBDgM/bGGL/VGUXwCObiYQPotQnqv0gZCW0YLYIjluNyA/BLpTiucLeVeFzc+oDkDy0NwH+iLgwUwfclB9s9WWIIYR1m43L5snZL6b1gEtA2nEZPjPFLGTwsvRo3/wYeQpgj+XNfjPEK1eF1HMfwQDKoRmdeCyF0SRc/JD0QqaHizatrCU5hlpSmdyR7HZNCqkMy+mYphgd/mrEBmGT6q6TnanEGNmEUT3AV12OMv/jLD9YTjQxjDYznAAAAAElFTkSuQmCC');
}
.cart {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .cart {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .cart {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .cart {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .cart-wrapper {
    flex-direction: column;
  }
}
.cart-left {
  width: 75%;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .cart-left {
    width: 100%;
  }
}
.cart-left_wrapper .input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 550px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .input-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .input-wrapper {
    width: auto;
  }
}
.cart-left_wrapper .input-wrapper label {
  width: 150px;
  padding-top: 15px;
  line-height: 20px;
  color: #737373;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .input-wrapper label {
    width: 100%;
    padding-top: 0;
  }
}
.cart-left_wrapper .input-wrapper input {
  width: 400px;
  border-radius: 0px;
  border: 2px solid #e8e8e8;
  line-height: 50px;
  padding: 0 25px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .input-wrapper input {
    width: 100%;
  }
}
.cart-left_wrapper .input-wrapper span.error {
  position: absolute;
  left: 100%;
  width: 200px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .input-wrapper span.error {
    position: relative;
    width: auto;
    left: 0;
  }
}
.cart-left_wrapper .input-wrapper textarea {
  outline: none;
  width: 400px;
  box-sizing: border-box;
  padding: 25px;
  resize: none;
  height: 145px;
  border: 2px solid #e8e8e8;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .input-wrapper textarea {
    width: 100%;
  }
}
.cart-left_wrapper .input-wrapper input:not([hidden]),
.cart-left_wrapper .input-wrapper .multiselect__single {
  width: 400px;
  display: block;
  border: 2px solid #e8e8e8;
  line-height: 50px;
  font-size: 15px;
  padding: 0 20px;
  color: #323232;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .input-wrapper input:not([hidden]),
  .cart-left_wrapper .input-wrapper .multiselect__single {
    width: 100%;
  }
}
.cart-left_wrapper .input-wrapper .multiselect {
  outline: none;
}
.cart-left_wrapper .input-wrapper .multiselect__single {
  position: relative;
}
.cart-left_wrapper .input-wrapper .multiselect__single:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAXUlEQVQYlX3KMQrCUBRE0WOQFIKbme0E0mdhWc7bh72NWPxvI0ElcWCayzkluWB0vOcZN1z/oPuABe0ANCxDVa2Yd2DDXFXrADtwA6D3vj3JlOSRZPrsX+gNx9/2AvIWReRDDA1QAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
.cart-left_wrapper .input-wrapper .multiselect__content {
  list-style: none;
  padding: 0;
  border: 2px solid #e8e8e8;
  width: 100%;
  margin: 0;
  margin-top: -2px;
}
.cart-left_wrapper .input-wrapper .multiselect__content li {
  font-size: 15px;
  padding: 0 20px ;
  width: 100%;
  box-sizing: border-box;
  line-height: 40px;
  cursor: pointer;
}
.cart-left_wrapper .input-wrapper .multiselect__content li span {
  display: block;
  width: 100%;
}
.cart-left_wrapper .input-wrapper .multiselect__content li:first-child {
  border-radius: 23px 23px 0 0 ;
}
.cart-left_wrapper .input-wrapper .multiselect__content li:nth-last-child(2) {
  border-radius: 0 0 23px 23px;
}
.cart-left_wrapper .input-wrapper .multiselect__content li:hover {
  background-color: #f2f2f2;
}
.cart-left_wrapper .cart-tab {
  display: flex;
  flex-direction: row;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .cart-tab {
    justify-content: center;
  }
}
.cart-left_wrapper .cart-tab button {
  margin-right: 20px;
  font-size: 17px;
  line-height: 20px;
  padding: 40px 85px;
  box-shadow: 0px 5px 10px 0px rgba(226, 226, 226, 0.4);
  border: 2px solid #f2f2f2;
  color: #323232;
  background-color: #fff;
}
.cart-left_wrapper .cart-tab button span {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 28px 23px ;
  background-image: url(../img/trolley.png);
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .cart-tab button span {
    background-image: none!important;
    padding: 0!important;
  }
}
.cart-left_wrapper .cart-tab button:first-child span {
  padding-left: 50px;
  background-size: 38px 23px ;
  background-image: url(../img/shipped.png);
}
.cart-left_wrapper .cart-tab button.active {
  background-color: #f2f2f2;
  border-color: #caa977;
  box-shadow: none;
  position: relative;
}
.cart-left_wrapper .cart-tab button.active:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #caa977 transparent transparent transparent;
}
.cart-left_wrapper .cart-tab button.active:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #f2f2f2 transparent transparent transparent;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .cart-tab button.active {
    font-weight: 700;
  }
}
@media (min-width: 2px) and (max-width: 1099px) {
  .cart-left_wrapper .cart-tab button {
    padding: 12px 20px;
    margin-top: 40px;
  }
}
.cart-left_wrapper .cart-who {
  padding-top: 48px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .cart-left_wrapper .cart-who {
    padding-top: 20px;
  }
}
.cart-left_wrapper .cart-who_title {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  padding: 0 0 30px 0 ;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .cart-who_title {
    padding: 30px 0 0 0;
  }
}
.cart-left_wrapper .cart-who_form {
  background-color: #fff;
  border-radius: 0px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .cart-who_form {
    padding: 30px 0;
  }
}
.cart-left_wrapper .cart-who_form .cart-four {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 -7px 20px 138px;
  width: 420px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .cart-who_form .cart-four {
    margin-left: -7px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .cart-who_form .cart-four {
    width: calc(100% + 14px);
  }
}
.cart-left_wrapper .cart-who_form .cart-four .input-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(25% - 14px);
  margin: 0 7px;
}
.cart-left_wrapper .cart-who_form .cart-four .input-wrapper label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 1270px) and (max-width: 899999px) {
  .cart-left_wrapper .cart-who_form .cart-four .input-wrapper label {
    margin-top: -15px;
  }
}
.cart-left_wrapper .cart-who_form .cart-four .input-wrapper input {
  border-radius: 0px;
  width: 100%;
}
.cart-left_wrapper .cart-who_sam {
  background-color: #fff;
  padding: 25px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-left_wrapper .cart-who_sam {
    padding: 0;
  }
}
.cart-left_wrapper .cart-who_sam .cart-who_title {
  padding-bottom: 30px;
}
.cart-left_wrapper .cart-pay {
  margin-top: 20px;
  padding: 35px 25px;
  background-color: #fff;
  margin-bottom: 70px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .cart-pay {
    width: calc(100% + 30px);
    margin: 20px -15px;
    border-radius: 0;
    padding: 35px 15px;
  }
}
.cart-left_wrapper .cart-pay_head {
  padding-bottom: 70px;
}
.cart-left_wrapper .cart-pay_title {
  font-size: 20px;
  line-height: 1.1;
  padding: 10px 0 20px;
  font-weight: 700;
}
.cart-left_wrapper .cart-pay_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -5px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .cart-pay_button {
    flex-direction: column;
    margin-left: 0;
  }
}
.cart-left_wrapper .cart-pay_button button {
  width: 270px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(226, 226, 226, 0.4);
  border: 2px solid #e8e8e8;
  padding: 35px 0;
  margin: 0 5px;
  line-height: 20px;
  font-size: 17px;
}
.cart-left_wrapper .cart-pay_button button span {
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
}
.cart-left_wrapper .cart-pay_button button span:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #dbdbdb;
  display: inline-block;
  border-radius: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
}
.cart-left_wrapper .cart-pay_button button.active {
  background-color: #f2f2f2;
  border-color: #caa977;
  font-weight: 700;
  box-shadow: none;
}
.cart-left_wrapper .cart-pay_button button.active span:before {
  background: #fff;
  border: 1px solid #caa977;
}
.cart-left_wrapper .cart-pay_button button.active span:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #caa977;
  display: inline-block;
  border-radius: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  background: #caa977;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-left_wrapper .cart-pay_button button {
    width: 100%;
    margin: 10px 0;
  }
}
.cart-left_wrapper .cart-pay_block {
  display: flex;
  flex-direction: column;
}
.cart-left_wrapper .cart-pay_block .input-wrapper {
  width: 650px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left_wrapper .cart-pay_block .input-wrapper {
    width: auto;
  }
}
.cart-left_wrapper .cart-pay_block .input-wrapper label {
  width: 250px;
}
.cart-left_wrapper .cart-sam_place .place {
  cursor: pointer;
  font-size: 15px;
  line-height: 25px;
  padding-left: 50px;
  color: #323232;
  padding-bottom: 20px;
  position: relative;
}
.cart-left_wrapper .cart-sam_place .place:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0px 1px 8px 0px rgba(217, 217, 217, 0.4);
  top: 0;
  bottom: 20px;
  margin: auto;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.cart-left_wrapper .cart-sam_place .place.active:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #caa977;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 20px;
  left: 5px;
}
.cart-left_wrapper .cart-sam_place .place.active:before {
  background-color: #fff;
  border-color: #caa977;
}
.cart-left-top {
  background: #fff;
  padding: 30px 35px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-left-top {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: 0;
    padding: 5px 15px;
  }
}
.cart-right {
  width: calc(25% - 30px);
  margin-left: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .cart-right {
    width: 100%;
    margin-left: 0;
  }
}
.cart-right .cart-block {
  cursor: default;
  padding: 20px 30px;
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 2px rgba(225, 225, 225, 0.8);
  margin-bottom: 40px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-right .cart-block {
    width: calc(100% + 30px);
    margin: 20px -15px 100px;
    border-radius: 0;
  }
}
.cart-right .cart-block_itog {
  font-family: 'Tenor Sans', sans-serif;
  line-height: 20px;
  color: #323232;
}
.cart-right .cart-block_itog div {
  display: inline-block;
  font-size: 15px;
  margin-right: 15px;
}
.cart-right .cart-block_itog b {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
}
.cart-right .cart-block_itog span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.cart-right .cart-block_button button {
  cursor: pointer;
  color: #323232;
  background-color: #caa977;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0px 5px 3px 0px rgba(233, 225, 196, 0.4);
  padding: 0 60px;
  border: none;
  width: 100%;
  margin: 30px auto 40px;
  position: relative;
  padding: 0;
}
.cart-right .cart-block_button button span {
  padding-right: 20px;
}
.cart-right .cart-block_button button:after {
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAk0lEQVQYlYWRIRLCUAxEX0EhvwySIywWyRWwyHKFHgEkEo4AFgcWmyNgI7FIBO0MM6R0ZfKyszuBRJJW2XycgFtgb2aviLj/hc3sASyAtZlNIuLWC0fE08zOwLw9mEbEBaCSVAOHLOOXju6+GQ1AnYqkUmUbSQU4AcvOFeDHWdIMuLZg04EpDNR8yjXuvhsM2PeUN2oXKpFHaU6rAAAAAElFTkSuQmCC');
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-right .cart-block_button button {
    padding: 0;
  }
}
.cart-right .cart-block_text.toggled .text.editor {
  max-height: 500px;
}
.cart-right .cart-block_text .title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px dotted #666;
}
.cart-right .cart-block_text .text.editor {
  max-height: 0px;
  transition: all .3s ease;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
}
.cart-right .cart-block_dostavka {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-right .cart-block_dostavka {
    display: none;
  }
}
.cart-right .cart-block_dostavka b {
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px;
}
.cart-right .cart-block_dostavka span {
  font-weight: 700;
}
.cart-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 2px rgba(225, 225, 225, 0.8);
  background-color: #fff;
  margin-bottom: 18px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-item {
    justify-content: center;
  }
}
.cart-item .img {
  width: 95px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cart-item .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-item .item-info {
  width: calc(100% - 95px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-item .item-info {
    flex-direction: column;
    width: calc(100% - 95px);
  }
}
.cart-item .item-info .main-item-info {
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.cart-item .item-info .main-item-info .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-item .item-info .main-item-info {
    padding: 0 30px ;
    flex-direction: column;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-item .item-info .main-item-info {
    width: 100%;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .main-item-info {
    padding: 0 0 0 10px  ;
  }
}
.cart-item .item-info .main-item-info .text {
  width: 60%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 40px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-item .item-info .main-item-info .text {
    width: 100%;
    padding-left: 0;
  }
}
.cart-item .item-info .main-item-info .text .title a {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
}
.cart-item .item-info .main-item-info .text .title a:hover {
  color: #caa977;
}
.cart-item .item-info .main-item-info .text .props {
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #999999;
  font-size: 14px;
  padding-top: 10px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .main-item-info .text .props {
    flex-direction: column;
  }
}
.cart-item .item-info .main-item-info .text .props .props-item:nth-of-type(2n) {
  padding-left: 30px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .main-item-info .text .props .props-item:nth-of-type(2n) {
    padding-left: 0;
  }
}
.cart-item .item-info .main-item-info .text .props .props-item span:after {
  content: ':';
  color: #999999;
  font-size: 14px;
}
.cart-item .item-info .main-item-info .text .props .props-item b {
  font-size: 15px;
  color: #323232;
}
.cart-item .item-info .main-item-info .num {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40%;
  min-width: 128px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-item .item-info .main-item-info .num {
    padding: 15px 0;
  }
}
.cart-item .item-info .main-item-info .num .plus,
.cart-item .item-info .main-item-info .num .minus {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  border-color: #e8e8e8;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(226, 226, 226, 0.4);
  background-color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Tenor Sans', sans-serif;
}
.cart-item .item-info .main-item-info .num .plus:hover,
.cart-item .item-info .main-item-info .num .minus:hover {
  box-shadow: none;
  border-color: #caa977;
}
.cart-item .item-info .main-item-info .num input {
  border: transparent;
  outline: none;
  width: 50px;
  padding: 0 5px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
}
.cart-item .item-info .price-close {
  display: flex;
  width: 35%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cart-item .item-info .price-close .price {
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: calc(100% - 50px);
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .price-close .price {
    width: calc(100% - 30px);
  }
}
.cart-item .item-info .price-close .price .price-total {
  font-weight: 700;
  line-height: 20px;
}
.cart-item .item-info .price-close .price .price-total b {
  font-size: 20px;
}
.cart-item .item-info .price-close .price .price-total span {
  font-size: 17px;
}
.cart-item .item-info .price-close .price .price-unit {
  color: #323232;
  line-height: 20px;
  font-size: 15px;
}
.cart-item .item-info .price-close .price .price-unit span:nth-of-type(2),
.cart-item .item-info .price-close .price .price-unit span:nth-of-type(4) {
  font-size: 15px;
}
.cart-item .item-info .price-close .price .price-unit span:last-child {
  font-size: 14px;
}
.cart-item .item-info .price-close .close {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .price-close .close {
    width: 30px;
  }
}
.cart-item .item-info .price-close .close svg {
  cursor: pointer;
  fill: #b3b3b3;
}
.cart-item .item-info .price-close .close svg:hover {
  fill: #808080;
}
@media (min-width: 2px) and (max-width: 749px) {
  .cart-item .item-info .price-close {
    width: 100%;
    padding-left: 30px;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-item .item-info .price-close {
    padding: 0 0 0 10px;
  }
}
.cart-empty {
  font-size: 20px;
  font-weight: 400;
  color: #323232;
  padding: 20px 0;
}
@media (min-width: 2px) and (max-width: 659px) {
  .cart-empty {
    padding: 20px 0 20vh 0;
  }
}
.cart-accepted {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 100px;
}
.cart-accepted .img {
  width: 200px;
  height: 200px;
  background-image: url("../img/command_accepted.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-accepted .title {
  font-size: 35px;
  line-height: 1.1;
  color: #323232;
  padding-bottom: 20px;
  font-weight: 700;
}
.cart-accepted .thanks {
  margin-bottom: 10px;
}
.cart-accepted .thanks p {
  color: #333333;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 5px;
}
.cart-accepted .thanks p .command-id {
  font-size: 16px;
  font-weight: 700;
}
.cart-accepted .feedback {
  padding-bottom: 40px;
}
.cart-accepted .feedback span {
  font-weight: 700;
}
.cart-indicators {
  color: #737373;
  line-height: 22px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -32px;
  margin-bottom: 10px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .cart-indicators {
    display: none;
  }
}
.cart-indicators .indicator-status {
  width: 95%;
  padding-left: 15px;
}
.cart-indicators .indicator-quantity {
  width: 40%;
}
.cart-indicators .indicator-price {
  width: 57%;
}
.newsPage {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .newsPage {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .newsPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .newsPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsPage-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
  width: calc(100% + 20px);
  margin-bottom: 100px;
}
.newsPage-container .news-item {
  margin: 0 10px 20px;
  position: relative;
  padding: 30px 20px;
  width: calc(25% - 20px);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(225, 225, 225, 0.4);
  min-height: 200px;
}
@media (min-width: 660px) and (max-width: 899px) {
  .newsPage-container .news-item {
    width: calc(33% - 20px);
  }
}
@media (min-width: 450px) and (max-width: 659px) {
  .newsPage-container .news-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 449px) {
  .newsPage-container .news-item {
    width: calc(100% - 20px);
  }
}
.newsPage-container .news-item:hover {
  background-image: url(../img/news-hover.png);
  color: #fff;
}
.newsPage-container .news-item:hover a {
  color: #fff;
}
.newsPage-container .news-item .item {
  line-height: 25px;
}
.newsPage-container .news-item .item-date {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Tenor Sans', sans-serif;
  margin-bottom: 20px;
}
.newsPage-container .news-item .item-name {
  color: #323232;
  font-size: 17px;
  font-weight: 700;
  padding-top: 15px;
  position: relative;
  font-family: 'Tenor Sans', sans-serif;
}
.newsPage-container .news-item .item-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 4px;
  background-position: left;
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-image: url(../img/title-line.png);
}
.newsPage-container .news-item .item-text {
  color: #323232;
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
.newsItemPage-date {
  font-size: 15px;
  line-height: 25px;
  color: #323232;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: 20px;
}
.newsItemPage-content {
  min-height: 400px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.newsItemPage-content img {
  max-width: 100%;
  padding: 20px 0;
}
@media (min-width: 2px) and (max-width: 749px) {
  .newsItemPage-content img {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.newsItemPage-content:after {
  position: absolute;
  content: "";
  top: 100%;
  background-image: url(../img/title-line.png);
  background-repeat: repeat-x;
  height: 4px;
  left: 0;
  width: 100%;
  background-position: left;
}
.aboutUsPage-content {
  padding-bottom: 60px;
}
.aboutUsPage-content img {
  margin: 10px 0 40px;
  max-width: 100%;
}
@media (min-width: 2px) and (max-width: 749px) {
  .aboutUsPage-content img {
    min-width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.aboutUsPage-blocks_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin: 0 -10px;
  margin-bottom: 100px;
}
.aboutUsPage-blocks_wrapper .info-block {
  width: calc(33.3% - 20px) ;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 35px 90px;
  align-content: center;
  box-shadow: 0px 5px 5px 0px rgba(226, 226, 226, 0.4);
  margin: 0 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 750px) and (max-width: 1169px) {
  .aboutUsPage-blocks_wrapper .info-block {
    width: calc(50% - 20px);
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .aboutUsPage-blocks_wrapper .info-block {
    width: calc(100% + 10px);
    margin: 20px -5px;
    border-radius: 0;
    padding: 35px 45px;
  }
}
.aboutUsPage-blocks_wrapper .info-block img {
  height: 65px;
  margin-bottom: 25px;
}
.aboutUsPage-blocks_wrapper .info-block .text {
  font-size: 17px;
  line-height: 22px;
  color: #323232;
  font-weight: 700;
  min-height: 44px;
  text-align: center;
}
.notFoundPage {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2px) and (max-width: 1269px) {
  .notFoundPage {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1270px) and (max-width: 1599px) {
  .notFoundPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 69999px) {
  .notFoundPage {
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.notFoundPage-wrapper {
  height: 660px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2px) and (max-width: 749px) {
  .notFoundPage-wrapper {
    height: auto;
    flex-direction: column;
    padding: 100px 0;
  }
}
.notFoundPage-wrapper .img {
  width: 300px;
  height: 350px;
  background-image: url(../img/404.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.notFoundPage-wrapper .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 600px;
  margin-left: 50px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .notFoundPage-wrapper .text {
    padding-top: 30px;
  }
}
.notFoundPage-wrapper .text .page-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 35px;
  font-size: 45px;
  line-height: 22px;
  color: #323232;
}
.notFoundPage-wrapper .text .page-title:after {
  width: 135px;
  height: 4px;
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url(../img/title-line.png);
  bottom: 0;
  left: 0;
  content: "";
}
.notFoundPage-wrapper .text .page-mess p {
  line-height: 22px;
  font-size: 16px;
}
.notFoundPage-wrapper .text .page-mess p a {
  color: #323232;
  border-bottom: 1px dotted #323232;
}

/*# sourceMappingURL=styles.css.map */

.homePage .home-slider{
  height: auto !important;
}
.homePage .home-slider .slick-dots {
    bottom: 30px;
    height: 22px;
}
.homePage .home-slider {
    background: #fff;
}

.cart-wrapper .multiselect__content-wrapper {
  overflow: auto;
}
.cart-wrapper .multiselect .multiselect__tags {
  height: 50px;
}
.cart-wrapper .cart-left_wrapper .input-wrapper .multiselect__single{
  min-height: 50px;
}