/* /local/frontend/build/css/main.min.css */
[class*="animation-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-var_preorderProductId{
  content: "eedededeede";
}

/* ИСПОЛЬЗОВАТЬ ЭТОТ СТИЛЬ ЕСЛИ РЕШИМСЯ НА ФЛЕКС*/
.charactristicks_table_FLEX{
  color: black;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
  max-height: 120px;
  /* padding-left: 0 !important; */
  justify-content: space-between;
}

/* ИСПОЛЬЗОВАТЬ ЭТОТ СТИЛЬ В КОНЦЕ КОНЦОВ */
.charactristicks_table_TO_USE{
  color: black;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  /* grid-auto-rows: minmax(100px, auto); */
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-count: 2;
  column-gap:20px;
  columns: 2; */
  font-size: 12px;
}

.charactristicks_element{
  margin-top: 3px;
  max-width: 200px;
  /* margin-left: 30px; */
  /* margin-right: 40px; */
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  list-style-type: disc;
}

.charactristicks_element:before {
  content: "✔︎";
  padding-right: 6px;
  font-size: 16px;
  color: #ee7008;
  color: #999999;
  font-weight: bold;
}

.marker_hit{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #daf6fe;
  color: #2d768d;
}

.marker_new{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #fedada;
  color: #8d2d2d;
}

.marker_plus_line{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #2c2a28;
  color: #0cc17f; /*#e71e25*/
}

.marker_youtube{
  border: none;
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #fb0000;
  color: #ffffff;
}



.marker_new_big{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  /* overflow: hidden; */
  /* margin-left: 5px; */
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  font-weight: 200;
  white-space: nowrap;
  display: inline-block;
  background-color: #f40404;
  color: #FEF2E4;
}


.marker_check{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #fedafd;
  color: #8d2d83;
}

.marker_choose{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #fee7da;
  color: #8d572d;
}

.recommend_hit{
  border-radius: 4px;
  position: relative;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #ee7008;
  color: white;
  padding-left: 67px !important;
}

.recommend_hit:after {
  content: ' ';  
  position: absolute ;
  top: 55%;
  left: 3px;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url('/local/frontend/build/css/../../../frontend/images/logo-white-not-full.png') no-repeat ; 
  background-size: contain;
  width: 70px;
  height: 10px;
}

.recommend_hit-big{
  border-radius: 4px;
  font-size: 12px;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding: 3px 4px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #0a1d57bf;
  color: white;
}

.hyundai_logo{
  font-family: "Cairo", Helvetica, Arial, sans-serif;
    color: #ffffff;
font-weight: 600;
}

.product_features_container{
  /* margin-left: 40px; */
}

.main-news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-news-item__img {
  width: 80px !important;
  height: 70px !important;
  margin-right: 10px;
}

.main-news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-news-item__container {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: row;
  /* align-items: flex-start; */
  justify-content: space-between;
}

.arrival-slide {
  flex-wrap: wrap;
}

.main-news-item__txt {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-news-item__border {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-news-item__date {
  /* background-color: #e18057; */
  color: #767676;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  max-height: 30px;
}

.animation-fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes menu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: 0;
  user-select: none;
  background: #fff;
  color: inherit;
  border: none;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
  transform: scale(0.85);
  opacity: 1;
}

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 0;
  width: 16px;
  height: 28px;
  display: block;
  background: url('/local/frontend/build/css/../images/arrow.svg') no-repeat center center;
  margin-left: 23px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-prev span {
  transform: scaleX(-1);
  margin-left: 20px;
}

.owl-carousel .owl-dots {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dots .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: 0;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: #ee7104;
  opacity: 0.75;
  display: inline-block;
  border-radius: 50%;
  transition: opacity 0.3s;
  vertical-align: middle;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ee7104;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20;
}

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff;
}

.jq-selectbox li:hover {
  background-color: #ee7104;
  color: #fff;
}

.jq-selectbox li.disabled {
  color: #aaa;
}

.jq-selectbox li.disabled:hover {
  background: 0 0;
}

.jq-selectbox li.optgroup {
  font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox__select {
  position: relative;
  padding: 0 30px 0 0;
  height: 16px;
  font-weight: 500;
  border: 0;
  color: #ee7104;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 400;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple.disabled li.selected {
  background: #ccc;
  color: #fff;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}

.jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff;
}

.jq-select-multiple li.disabled {
  color: #aaa;
}

.jq-select-multiple li.optgroup {
  font-weight: 700;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IC0zLjg1NzUzZS0wN0w1IDMuODE2NjdMOC44MjUgLTUuMTM2MDllLTA4TDEwIDEuMTc1TDUgNi4xNzVMLTUuMTM2MDllLTA4IDEuMTc1TDEuMTc1IC0zLjg1NzUzZS0wN1oiIGZpbGw9IiNFRTcxMDQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==)
    no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0s;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url('/local/frontend/build/css/fotorama.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url('/local/frontend/build/css/fotorama@2x.png') 0 0/96px 160px no-repeat;
  }
}

.fotorama__thumb {
  background-color: #ddd;
  border-radius: 4px;
}

.fotorama__thumb.fotorama__loaded--img {
  background-color: #fff;
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: 0 0 !important;
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  opacity: 0;
  border: none !important;
}

.fotorama__nav__frame--thumb .fotorama__img {
  width: auto !important;
  height: 64px !important;
  top: 0 !important;
  left: 0 !important;
  margin: auto;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #ee7104;
  border-radius: 4px;
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}


.fotorama__video-play{
  /* background-color: aqua; */
  content: "pipipipipipipipipipipipipippipippi" !important;
  background-image: url('/local/frontend/build/css/../images/play-button.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.fotorama__nav__frame .fotorama__video-play{
  background-image: none;
}


.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.icon-main {
  position: relative;
  display: inline-block;
}

.icon-main:after,
.icon-main:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
}

.icon-cart:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuMTc3NSA4LjUwOTYzSDIxLjMyMzVMMTcuNTAwMSAxLjI5ODI4QzE3LjMxODIgMC45NTUxNTggMTYuODkyNSAwLjgyNDYxMSAxNi41NDk0IDEuMDA2MzVDMTYuMjA2MyAxLjE4ODI3IDE2LjA3NTYgMS42MTM4OSAxNi4yNTc1IDEuOTU3MDJMMTkuNzMxNyA4LjUwOTUzSDQuMzcwM0w3Ljg0NDQ4IDEuOTU3MDJDOC4wMjY0MSAxLjYxMzg5IDcuODk1NzIgMS4xODgyNyA3LjU1MjU5IDEuMDA2MzVDNy4yMDk1MiAwLjgyNDQ3IDYuNzgzODQgMC45NTUxNTggNi42MDE5MiAxLjI5ODI4TDIuNzc4NTIgOC41MDk2M0gxLjgyMjU1QzAuODE3NTk0IDguNTA5NjMgMCA5LjMyNzIyIDAgMTAuMzMyMkMwIDExLjMzNzEgMC44MTc1OTQgMTIuMTU0NyAxLjgyMjU1IDEyLjE1NDdIMS44NzMxMkMxLjg3NDY3IDEyLjE2NDggMS44NzU4NCAxMi4xNzQ4IDEuODc3NjIgMTIuMTg0OUwzLjM0NDA2IDIwLjQwNzRDMy42MTk4MyAyMS45NTM1IDQuOTU5ODQgMjMuMDc1NyA2LjUzMDM0IDIzLjA3NTdIMTcuNTcxNkMxOS4xNDIxIDIzLjA3NTcgMjAuNDgyMSAyMS45NTM1IDIwLjc1NzggMjAuNDA3NEwyMi4yMjQzIDEyLjE4NDlDMjIuMjI2MiAxMi4xNzQ0IDIyLjIyNzQgMTIuMTYzOSAyMi4yMjkgMTIuMTUzNUMyMy4yMTAyIDEyLjEyNTkgMjQgMTEuMzE5OCAyNCAxMC4zMzIyQzI0IDkuMzI3MTcgMjMuMTgyNCA4LjUwOTYzIDIyLjE3NzUgOC41MDk2M1pNMTkuMzczNCAyMC4xNjA1QzE5LjIxNzUgMjEuMDM0OCAxOC40NTk3IDIxLjY2OTQgMTcuNTcxNiAyMS42Njk0SDYuNTMwMzlDNS42NDIzIDIxLjY2OTQgNC44ODQ1NiAyMS4wMzQ5IDQuNzI4NjEgMjAuMTYwNUwzLjMwMDg5IDEyLjE1NDdIMjAuODAxMkwxOS4zNzM0IDIwLjE2MDVaTTIyLjE3NzUgMTAuNzQ4M0gxLjgyMjU1QzEuNTkzMDUgMTAuNzQ4MyAxLjQwNjM5IDEwLjU2MTcgMS40MDYzOSAxMC4zMzIyQzEuNDA2MzkgMTAuMTAyNyAxLjU5MzA1IDkuOTE1OTcgMS44MjI1NSA5LjkxNTk3SDIyLjE3NzVDMjIuNDA2OSA5LjkxNTk3IDIyLjU5MzYgMTAuMTAyNiAyMi41OTM2IDEwLjMzMjJDMjIuNTkzNiAxMC41NjE3IDIyLjQwNyAxMC43NDgzIDIyLjE3NzUgMTAuNzQ4M1oiIGZpbGw9IiMyOTI5MjkiLz48cGF0aCBkPSJNMTEuOTY5NiAxMy4xMzAyQzExLjU4MTMgMTMuMTMwMiAxMS4yNjY1IDEzLjQ0NTEgMTEuMjY2NSAxMy44MzM0VjE5Ljk5MDVDMTEuMjY2NSAyMC4zNzg5IDExLjU4MTMgMjAuNjkzNyAxMS45Njk2IDIwLjY5MzdDMTIuMzU4IDIwLjY5MzcgMTIuNjcyOCAyMC4zNzg4IDEyLjY3MjggMTkuOTkwNVYxMy44MzM0QzEyLjY3MjggMTMuNDQ1MSAxMi4zNTggMTMuMTMwMiAxMS45Njk2IDEzLjEzMDJaIiBmaWxsPSIjMjkyOTI5Ii8+PHBhdGggZD0iTTkuNTcwMzggMTkuODczOEw4LjUzMzMyIDEzLjcxNjdDOC40Njg4NiAxMy4zMzM3IDguMTA1NjggMTMuMDc1NSA3LjcyMzA4IDEzLjE0QzcuMzQwMTEgMTMuMjA0NSA3LjA4MTk3IDEzLjU2NzMgNy4xNDY0NyAxMy45NTAzTDguMTgzNTggMjAuMTA3M0M4LjI0MTQzIDIwLjQ1MDggOC41MzkxMyAyMC42OTM4IDguODc2MTEgMjAuNjkzOEM4LjkxNDkzIDIwLjY5MzggOC45NTQyNSAyMC42OTA3IDguOTkzNzIgMjAuNjg0QzkuMzc2NzQgMjAuNjE5NSA5LjYzNDg4IDIwLjI1NjcgOS41NzAzOCAxOS44NzM4WiIgZmlsbD0iIzI5MjkyOSIvPjxwYXRoIGQ9Ik0xNi4xNjcgMTMuMTRDMTUuNzg0NCAxMy4wNzU5IDE1LjQyMTMgMTMuMzMzNyAxNS4zNTY3IDEzLjcxNjdMMTQuMzE5NyAxOS44NzM4QzE0LjI1NTIgMjAuMjU2NyAxNC41MTM0IDIwLjYxOTUgMTQuODk2MyAyMC42ODRDMTQuOTM1OCAyMC42OTA3IDE0Ljk3NTEgMjAuNjkzOSAxNS4wMTM5IDIwLjY5MzlDMTUuMzUxIDIwLjY5MzkgMTUuNjQ4NyAyMC40NTA4IDE1LjcwNjUgMjAuMTA3NEwxNi43NDM1IDEzLjk1MDNDMTYuODA4MSAxMy41NjczIDE2LjU0OTkgMTMuMjA0NSAxNi4xNjcgMTMuMTRaIiBmaWxsPSIjMjkyOTI5Ii8+PC9zdmc+);
}

.icon-cart:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuMTc3NSA4LjUwOTYzSDIxLjMyMzVMMTcuNTAwMSAxLjI5ODI4QzE3LjMxODIgMC45NTUxNTggMTYuODkyNSAwLjgyNDYxMSAxNi41NDk0IDEuMDA2MzVDMTYuMjA2MyAxLjE4ODI3IDE2LjA3NTYgMS42MTM4OSAxNi4yNTc1IDEuOTU3MDJMMTkuNzMxNyA4LjUwOTUzSDQuMzcwM0w3Ljg0NDQ4IDEuOTU3MDJDOC4wMjY0MSAxLjYxMzg5IDcuODk1NzIgMS4xODgyNyA3LjU1MjU5IDEuMDA2MzVDNy4yMDk1MiAwLjgyNDQ3IDYuNzgzODQgMC45NTUxNTggNi42MDE5MiAxLjI5ODI4TDIuNzc4NTIgOC41MDk2M0gxLjgyMjU1QzAuODE3NTk0IDguNTA5NjMgMCA5LjMyNzIyIDAgMTAuMzMyMkMwIDExLjMzNzEgMC44MTc1OTQgMTIuMTU0NyAxLjgyMjU1IDEyLjE1NDdIMS44NzMxMkMxLjg3NDY3IDEyLjE2NDggMS44NzU4NCAxMi4xNzQ4IDEuODc3NjIgMTIuMTg0OUwzLjM0NDA2IDIwLjQwNzRDMy42MTk4MyAyMS45NTM1IDQuOTU5ODQgMjMuMDc1NyA2LjUzMDM0IDIzLjA3NTdIMTcuNTcxNkMxOS4xNDIxIDIzLjA3NTcgMjAuNDgyMSAyMS45NTM1IDIwLjc1NzggMjAuNDA3NEwyMi4yMjQzIDEyLjE4NDlDMjIuMjI2MiAxMi4xNzQ0IDIyLjIyNzQgMTIuMTYzOSAyMi4yMjkgMTIuMTUzNUMyMy4yMTAyIDEyLjEyNTkgMjQgMTEuMzE5OCAyNCAxMC4zMzIyQzI0IDkuMzI3MTcgMjMuMTgyNCA4LjUwOTYzIDIyLjE3NzUgOC41MDk2M1pNMTkuMzczNCAyMC4xNjA1QzE5LjIxNzUgMjEuMDM0OCAxOC40NTk3IDIxLjY2OTQgMTcuNTcxNiAyMS42Njk0SDYuNTMwMzlDNS42NDIzIDIxLjY2OTQgNC44ODQ1NiAyMS4wMzQ5IDQuNzI4NjEgMjAuMTYwNUwzLjMwMDg5IDEyLjE1NDdIMjAuODAxMkwxOS4zNzM0IDIwLjE2MDVaTTIyLjE3NzUgMTAuNzQ4M0gxLjgyMjU1QzEuNTkzMDUgMTAuNzQ4MyAxLjQwNjM5IDEwLjU2MTcgMS40MDYzOSAxMC4zMzIyQzEuNDA2MzkgMTAuMTAyNyAxLjU5MzA1IDkuOTE1OTcgMS44MjI1NSA5LjkxNTk3SDIyLjE3NzVDMjIuNDA2OSA5LjkxNTk3IDIyLjU5MzYgMTAuMTAyNiAyMi41OTM2IDEwLjMzMjJDMjIuNTkzNiAxMC41NjE3IDIyLjQwNyAxMC43NDgzIDIyLjE3NzUgMTAuNzQ4M1oiIGZpbGw9IiMyOTI5MjkiLz48cGF0aCBkPSJNMTEuOTY5NiAxMy4xMzAyQzExLjU4MTMgMTMuMTMwMiAxMS4yNjY1IDEzLjQ0NTEgMTEuMjY2NSAxMy44MzM0VjE5Ljk5MDVDMTEuMjY2NSAyMC4zNzg5IDExLjU4MTMgMjAuNjkzNyAxMS45Njk2IDIwLjY5MzdDMTIuMzU4IDIwLjY5MzcgMTIuNjcyOCAyMC4zNzg4IDEyLjY3MjggMTkuOTkwNVYxMy44MzM0QzEyLjY3MjggMTMuNDQ1MSAxMi4zNTggMTMuMTMwMiAxMS45Njk2IDEzLjEzMDJaIiBmaWxsPSIjMjkyOTI5Ii8+PHBhdGggZD0iTTkuNTcwMzggMTkuODczOEw4LjUzMzMyIDEzLjcxNjdDOC40Njg4NiAxMy4zMzM3IDguMTA1NjggMTMuMDc1NSA3LjcyMzA4IDEzLjE0QzcuMzQwMTEgMTMuMjA0NSA3LjA4MTk3IDEzLjU2NzMgNy4xNDY0NyAxMy45NTAzTDguMTgzNTggMjAuMTA3M0M4LjI0MTQzIDIwLjQ1MDggOC41MzkxMyAyMC42OTM4IDguODc2MTEgMjAuNjkzOEM4LjkxNDkzIDIwLjY5MzggOC45NTQyNSAyMC42OTA3IDguOTkzNzIgMjAuNjg0QzkuMzc2NzQgMjAuNjE5NSA5LjYzNDg4IDIwLjI1NjcgOS41NzAzOCAxOS44NzM4WiIgZmlsbD0iIzI5MjkyOSIvPjxwYXRoIGQ9Ik0xNi4xNjcgMTMuMTRDMTUuNzg0NCAxMy4wNzU5IDE1LjQyMTMgMTMuMzMzNyAxNS4zNTY3IDEzLjcxNjdMMTQuMzE5NyAxOS44NzM4QzE0LjI1NTIgMjAuMjU2NyAxNC41MTM0IDIwLjYxOTUgMTQuODk2MyAyMC42ODRDMTQuOTM1OCAyMC42OTA3IDE0Ljk3NTEgMjAuNjkzOSAxNS4wMTM5IDIwLjY5MzlDMTUuMzUxIDIwLjY5MzkgMTUuNjQ4NyAyMC40NTA4IDE1LjcwNjUgMjAuMTA3NEwxNi43NDM1IDEzLjk1MDNDMTYuODA4MSAxMy41NjczIDE2LjU0OTkgMTMuMjA0NSAxNi4xNjcgMTMuMTRaIiBmaWxsPSIjMjkyOTI5Ii8+PC9zdmc+);
}

.icon-click:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iIHVrLXN2ZyB1ay1zdmciIGRhdGEtc3ZnPSJodHRwczovL2xhdGlmdW5kdXMucnUvdGVtcGxhdGVzL2N1bHQvcmVzb3VyY2UvaW1nL2ljb25zL2NsaWNrLXNtYWxsLnN2ZyI+PHBhdGggZD0iTTUuNzQ1NTYgNC43MzY1NkM1LjQ1OTIxIDQuNDQ5OTQgNS4wMDQ0MSA0LjQ0OTk0IDQuNzM0OTEgNC43MzY1NkM0LjQ0ODU1IDUuMDIzMTggNC40NDg1NSA1LjQ3ODQgNC43MzQ5MSA1Ljc0ODE1TDUuODI5NzggNi44NDQwNEM1Ljk2NDU0IDYuOTc4OTIgNi4xNDk4MiA3LjA0NjM2IDYuMzM1MTEgNy4wNDYzNkM2LjUyMDQgNy4wNDYzNiA2LjcwNTY5IDYuOTc4OTIgNi44NDA0NCA2Ljg0NDA0QzcuMTI2NzkgNi41NTc0MyA3LjEyNjc5IDYuMTAyMjEgNi44NDA0NCA1LjgzMjQ1TDUuNzQ1NTYgNC43MzY1NloiPjwvcGF0aD48cGF0aCBkPSJNNS45OTgyOCA4LjkxNzgxQzUuOTk4MjggOC41MTMxNyA1LjY3ODI0IDguMTkyODMgNS4yNzM5OCA4LjE5MjgzSDMuNzI0M0MzLjMyMDA0IDguMTkyODMgMyA4LjUxMzE3IDMgOC45MTc4MUMzIDkuMzIyNDQgMy4zMjAwNCA5LjY0Mjc4IDMuNzI0MyA5LjY0Mjc4SDUuMjczOThDNS42NzgyNCA5LjYyNTkyIDUuOTk4MjggOS4zMDU1OCA1Ljk5ODI4IDguOTE3ODFaIj48L3BhdGg+PHBhdGggZD0iTTUuODI5NzggMTAuOTc0N0w0LjczNDkxIDEyLjA3MDZDNC40NDg1NSAxMi4zNTcyIDQuNDQ4NTUgMTIuODEyNCA0LjczNDkxIDEzLjA4MjJDNC44Njk2NiAxMy4yMTcxIDUuMDU0OTUgMTMuMjg0NSA1LjI0MDIzIDEzLjI4NDVDNS40MjU1MiAxMy4yODQ1IDUuNjEwODEgMTMuMjE3MSA1Ljc0NTU2IDEzLjA4MjJMNi44NDA0NCAxMS45ODYzQzcuMTI2NzkgMTEuNjk5NyA3LjEyNjc5IDExLjI0NDUgNi44NDA0NCAxMC45NzQ3QzYuNTcwOTMgMTAuNjg4MSA2LjExNjE0IDEwLjY4ODEgNS44Mjk3OCAxMC45NzQ3WiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMS40NzI3IDcuMDYzMjNDMTEuNjU3OSA3LjA2MzIzIDExLjg0MzIgNi45OTU3OSAxMS45NzggNi44NjA5MUwxMy4wNzI5IDUuNzY1MDJDMTMuMzU5MiA1LjQ3ODQgMTMuMzU5MiA1LjAyMzE4IDEzLjA3MjkgNC43NTM0M0MxMi43ODY1IDQuNDgzNjcgMTIuMzMxNyA0LjQ2NjgxIDEyLjA2MjIgNC43NTM0M0wxMC45NjczIDUuODQ5MzJDMTAuNjgxIDYuMTM1OTQgMTAuNjgxIDYuNTkxMTUgMTAuOTY3MyA2Ljg2MDkxQzExLjEwMjEgNi45OTU3OSAxMS4yODc0IDcuMDYzMjMgMTEuNDcyNyA3LjA2MzIzWiI+PC9wYXRoPjxwYXRoIGQ9Ik04LjkxMjQxIDYuMDAxMDVDOS4zMTY2OCA2LjAwMTA1IDkuNjM2NzIgNS42ODA3MiA5LjYzNjcyIDUuMjc2MDhWMy43MjQ5N0M5LjYzNjcyIDMuMzIwMzQgOS4zMTY2OCAzIDguOTEyNDEgM0M4LjUwODE1IDMgOC4xODgxMSAzLjMyMDM0IDguMTg4MTEgMy43MjQ5N1Y1LjI3NjA4QzguMTg4MTEgNS42ODA3MiA4LjUwODE1IDYuMDAxMDUgOC45MTI0MSA2LjAwMTA1WiI+PC9wYXRoPjxwYXRoIGQ9Ik0xOC43OTk5IDE3Ljc4NjFMMTQuOTQyNiAxMy45NDJMMTcuMzg1IDEyLjQ3NTJDMTcuNjIwOCAxMi4zNDA0IDE3Ljc1NTYgMTIuMDcwNiAxNy43Mzg3IDExLjc4NEMxNy43MDUgMTEuNTE0MiAxNy41MzY2IDExLjI3ODIgMTcuMjY3MSAxMS4xNzdMOS4xNDgxNiA4LjIyNjU1QzguODc4NjUgOC4xMjUzOSA4LjU5MjMgOC4xOTI4MyA4LjM5MDE3IDguMzk1MTVDOC4xODgwNCA4LjU5NzQ3IDguMTIwNjYgOC44ODQwOSA4LjIyMTczIDkuMTUzODRMMTEuMTY5NSAxNy4yODAzQzExLjI3MDUgMTcuNTMzMiAxMS41MDY0IDE3LjcxODYgMTEuNzc1OSAxNy43NTI0QzExLjc5MjcgMTcuNzUyNCAxMS44MjY0IDE3Ljc1MjQgMTEuODQzMiAxNy43NTI0QzEyLjA5NTkgMTcuNzUyNCAxMi4zMzE3IDE3LjYxNzUgMTIuNDY2NSAxNy4zOTgzTDEzLjkzMTkgMTQuOTUzNkwxNy43NzI0IDE4Ljc5NzdDMTcuOTA3MiAxOC45MzI2IDE4LjA5MjUgMTkgMTguMjc3OCAxOUMxOC40NjMgMTkgMTguNjQ4MyAxOC45MzI2IDE4Ljc4MzEgMTguNzk3N0MxOS4wNjk0IDE4LjUyNzkgMTkuMDY5NCAxOC4wNzI3IDE4Ljc5OTkgMTcuNzg2MVoiPjwvcGF0aD48L3N2Zz4=);
}

.icon-favorite:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cGF0aCBkPSJNMCAwSDI0VjI0SDBWMFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGQ9Ik0xMiAyNEwxMC4yNiAyMi4zNDU1QzQuMDggMTYuNDkyMSAwIDEyLjYzMTYgMCA3Ljg5MzczQzAgNC4wMzMyNCAyLjkwNCAxIDYuNiAxQzguNjg4IDEgMTAuNjkyIDIuMDE1MjYgMTIgMy42MTk2MkMxMy4zMDggMi4wMTUyNiAxNS4zMTIgMSAxNy40IDFDMjEuMDk2IDEgMjQgNC4wMzMyNCAyNCA3Ljg5MzczQzI0IDEyLjYzMTYgMTkuOTIgMTYuNDkyMSAxMy43NCAyMi4zNThMMTIgMjRaIiBmaWxsPSIjMzMzMzMzIi8+CjwvZz4KPC9zdmc+Cg==);
}

.icon-favorite:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cGF0aCBkPSJNMCAwSDI0VjI0SDBWMFoiIGZpbGw9IiNGQ0JGMDAiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGQ9Ik0xMiAyNEwxMC4yNiAyMi4zNDU1QzQuMDggMTYuNDkyMSAwIDEyLjYzMTYgMCA3Ljg5MzczQzAgNC4wMzMyNCAyLjkwNCAxIDYuNiAxQzguNjg4IDEgMTAuNjkyIDIuMDE1MjYgMTIgMy42MTk2MkMxMy4zMDggMi4wMTUyNiAxNS4zMTIgMSAxNy40IDFDMjEuMDk2IDEgMjQgNC4wMzMyNCAyNCA3Ljg5MzczQzI0IDEyLjYzMTYgMTkuOTIgMTYuNDkyMSAxMy43NCAyMi4zNThMMTIgMjRaIiBmaWxsPSIjRkNCRjAwIi8+CjwvZz4KPC9zdmc+Cg==);
}

.icon-compare:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzMiAzNSIgZmlsbD0iIzI2MjYyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iIHVrLXN2ZyIgZGF0YS1zdmc9Imh0dHBzOi8vbGF0aWZ1bmR1cy5ydS90ZW1wbGF0ZXMvY3VsdC9yZXNvdXJjZS9pbWcvaWNvbnMvY29tcGFyZS5zdmciPgo8cGF0aCBkPSJNNi40MDAwMiAxN0M2LjQwMDAyIDE2LjQ0NzcgNi44NDc3NCAxNiA3LjQwMDAyIDE2SDguNjAwMDJDOS4xNTIzMSAxNiA5LjYwMDAyIDE2LjQ0NzcgOS42MDAwMiAxN1YyNi42NjY3SDYuNDAwMDJWMTdaTTExLjczMzQgNi4zMzMzNEMxMS43MzM0IDUuNzgxMDUgMTIuMTgxMSA1LjMzMzM0IDEyLjczMzQgNS4zMzMzNEgxMy45MzM0QzE0LjQ4NTYgNS4zMzMzNCAxNC45MzM0IDUuNzgxMDUgMTQuOTMzNCA2LjMzMzM0VjI2LjY2NjdIMTEuNzMzNFY2LjMzMzM0Wk0xNy4wNjY3IDE0Ljg2NjdDMTcuMDY2NyAxNC4zMTQ0IDE3LjUxNDQgMTMuODY2NyAxOC4wNjY3IDEzLjg2NjdIMTkuMjY2N0MxOS44MTkgMTMuODY2NyAyMC4yNjY3IDE0LjMxNDQgMjAuMjY2NyAxNC44NjY3VjI2LjY2NjdIMTcuMDY2N1YxNC44NjY3Wk0yMi40IDEwLjZDMjIuNCAxMC4wNDc3IDIyLjg0NzcgOS42IDIzLjQgOS42SDI0LjZDMjUuMTUyMyA5LjYgMjUuNiAxMC4wNDc3IDI1LjYgMTAuNlYyNi42NjY3SDIyLjRWMTAuNloiPjwvcGF0aD4KPC9zdmc+);
}

.icon-compare:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkNCRjAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSIgdWstc3ZnIHVrLXN2ZyIgZGF0YS1zdmc9Imh0dHBzOi8vbGF0aWZ1bmR1cy5ydS90ZW1wbGF0ZXMvY3VsdC9yZXNvdXJjZS9pbWcvaWNvbnMvY29tcGFyZS5zdmciPgo8cGF0aCBkPSJNNi40MDAwMiAxN0M2LjQwMDAyIDE2LjQ0NzcgNi44NDc3NCAxNiA3LjQwMDAyIDE2SDguNjAwMDJDOS4xNTIzMSAxNiA5LjYwMDAyIDE2LjQ0NzcgOS42MDAwMiAxN1YyNi42NjY3SDYuNDAwMDJWMTdaTTExLjczMzQgNi4zMzMzNEMxMS43MzM0IDUuNzgxMDUgMTIuMTgxMSA1LjMzMzM0IDEyLjczMzQgNS4zMzMzNEgxMy45MzM0QzE0LjQ4NTYgNS4zMzMzNCAxNC45MzM0IDUuNzgxMDUgMTQuOTMzNCA2LjMzMzM0VjI2LjY2NjdIMTEuNzMzNFY2LjMzMzM0Wk0xNy4wNjY3IDE0Ljg2NjdDMTcuMDY2NyAxNC4zMTQ0IDE3LjUxNDQgMTMuODY2NyAxOC4wNjY3IDEzLjg2NjdIMTkuMjY2N0MxOS44MTkgMTMuODY2NyAyMC4yNjY3IDE0LjMxNDQgMjAuMjY2NyAxNC44NjY3VjI2LjY2NjdIMTcuMDY2N1YxNC44NjY3Wk0yMi40IDEwLjZDMjIuNCAxMC4wNDc3IDIyLjg0NzcgOS42IDIzLjQgOS42SDI0LjZDMjUuMTUyMyA5LjYgMjUuNiAxMC4wNDc3IDI1LjYgMTAuNlYyNi42NjY3SDIyLjRWMTAuNloiPjwvcGF0aD4KPC9zdmc+);
}

.icon-menu:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEyLjgzMzNDMCAxMy4xMDk1IDAuMjIzODU4IDEzLjMzMzMgMC41IDEzLjMzMzNIMTUuNUMxNS43NzYxIDEzLjMzMzMgMTYgMTMuMTA5NSAxNiAxMi44MzMzVjEyLjA1NTZDMTYgMTEuNzc5NCAxNS43NzYxIDExLjU1NTYgMTUuNSAxMS41NTU2SDAuNUMwLjIyMzg1OCAxMS41NTU2IDAgMTEuNzc5NCAwIDEyLjA1NTZWMTIuODMzM1pNMCA4LjM4ODg5QzAgOC42NjUwMyAwLjIyMzg1OCA4Ljg4ODg5IDAuNSA4Ljg4ODg5SDE1LjVDMTUuNzc2MSA4Ljg4ODg5IDE2IDguNjY1MDMgMTYgOC4zODg4OVY3LjYxMTExQzE2IDcuMzM0OTcgMTUuNzc2MSA3LjExMTExIDE1LjUgNy4xMTExMUgwLjVDMC4yMjM4NTggNy4xMTExMSAwIDcuMzM0OTcgMCA3LjYxMTExVjguMzg4ODlaTTAuNSAyLjY2NjY2QzAuMjIzODU4IDIuNjY2NjYgMCAyLjg5MDUyIDAgMy4xNjY2NlYzLjk0NDQ0QzAgNC4yMjA1OCAwLjIyMzg1OCA0LjQ0NDQ0IDAuNSA0LjQ0NDQ0SDE1LjVDMTUuNzc2MSA0LjQ0NDQ0IDE2IDQuMjIwNTggMTYgMy45NDQ0NFYzLjE2NjY2QzE2IDIuODkwNTIgMTUuNzc2MSAyLjY2NjY2IDE1LjUgMi42NjY2NkgwLjVaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
}

.icon-user:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjI4MDUgMTcuMkMzLjUwNTI2IDE3LjQ1NDUgMi43NjUyNSAxNy43MDkxIDIuMjAxNDMgMTcuOTYzNkMtMC4zMzU3MyAxOS4yMzY0IDAuMDE2NjUzMyAyMy4xNjM2IDAuMDE2NjUzMyAyMy4zNDU1QzAuMDUxODkxNyAyMy43MDkxIDAuMzY5MDM3IDI0IDAuNzIxNDIxIDI0SDIzLjI3NEMyMy42MjY0IDI0IDIzLjk0MzUgMjMuNzA5MSAyMy45Nzg4IDIzLjM0NTVDMjMuOTc4OCAyMy4xNjM2IDI0LjM2NjQgMTkuMjM2NCAyMS44MjkyIDE3Ljk2MzZDMjEuMjY1NCAxNy42NzI3IDIwLjUyNTQgMTcuNDU0NSAxOS43NTAyIDE3LjJDMTcuOTg4MiAxNi42MTgyIDE1LjgwMzUgMTUuOTI3MyAxNS40MTU4IDE0LjU4MThDMTUuNDUxMSAxNC4zNjM2IDE1LjUyMTYgMTMuNzA5MSAxNi4wMTQ5IDEzLjIzNjRDMTYuOTY2MyAxMi4yNTQ1IDE3Ljk4ODIgOS41MjcyNyAxNy45ODgyIDYuODM2MzZWNi44QzE3Ljk4ODIgNi42NTQ1NSAxNy43MDYzIDIuODcyNzMgMTUuNjI3MyAxLjI3MjczQzE1LjM0NTQgMC45ODE4MTggMTQuMTgyNSAwIDExLjk5NzcgMEgxMS45NjI1QzkuODEyOTMgMCA4LjY1MDA2IDAuOTgxODE4IDguMzY4MTUgMS4yMzYzNkM2LjI1Mzg1IDIuODM2MzYgNi4wMDcxOCA2LjYxODE4IDYuMDA3MTggNi43NjM2NFY2LjhDNi4wMDcxOCA5LjQ5MDkxIDcuMDI5MDkgMTIuMjE4MiA3Ljk4MDUzIDEzLjJDOC40NzM4NyAxMy43MDkxIDguNTQ0MzUgMTQuMzYzNiA4LjU3OTU5IDE0LjU0NTVDOC4yMjcyIDE1LjkyNzMgNi4wNDI0MiAxNi42MTgyIDQuMjgwNSAxNy4yWiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K);
}

.icon-user:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjI4MDUgMTcuMkMzLjUwNTI2IDE3LjQ1NDUgMi43NjUyNSAxNy43MDkxIDIuMjAxNDMgMTcuOTYzNkMtMC4zMzU3MyAxOS4yMzY0IDAuMDE2NjUzMyAyMy4xNjM2IDAuMDE2NjUzMyAyMy4zNDU1QzAuMDUxODkxNyAyMy43MDkxIDAuMzY5MDM3IDI0IDAuNzIxNDIxIDI0SDIzLjI3NEMyMy42MjY0IDI0IDIzLjk0MzUgMjMuNzA5MSAyMy45Nzg4IDIzLjM0NTVDMjMuOTc4OCAyMy4xNjM2IDI0LjM2NjQgMTkuMjM2NCAyMS44MjkyIDE3Ljk2MzZDMjEuMjY1NCAxNy42NzI3IDIwLjUyNTQgMTcuNDU0NSAxOS43NTAyIDE3LjJDMTcuOTg4MiAxNi42MTgyIDE1LjgwMzUgMTUuOTI3MyAxNS40MTU4IDE0LjU4MThDMTUuNDUxMSAxNC4zNjM2IDE1LjUyMTYgMTMuNzA5MSAxNi4wMTQ5IDEzLjIzNjRDMTYuOTY2MyAxMi4yNTQ1IDE3Ljk4ODIgOS41MjcyNyAxNy45ODgyIDYuODM2MzZWNi44QzE3Ljk4ODIgNi42NTQ1NSAxNy43MDYzIDIuODcyNzMgMTUuNjI3MyAxLjI3MjczQzE1LjM0NTQgMC45ODE4MTggMTQuMTgyNSAwIDExLjk5NzcgMEgxMS45NjI1QzkuODEyOTMgMCA4LjY1MDA2IDAuOTgxODE4IDguMzY4MTUgMS4yMzYzNkM2LjI1Mzg1IDIuODM2MzYgNi4wMDcxOCA2LjYxODE4IDYuMDA3MTggNi43NjM2NFY2LjhDNi4wMDcxOCA5LjQ5MDkxIDcuMDI5MDkgMTIuMjE4MiA3Ljk4MDUzIDEzLjJDOC40NzM4NyAxMy43MDkxIDguNTQ0MzUgMTQuMzYzNiA4LjU3OTU5IDE0LjU0NTVDOC4yMjcyIDE1LjkyNzMgNi4wNDI0MiAxNi42MTgyIDQuMjgwNSAxNy4yWiIgZmlsbD0iI0ZDQkYwMCIvPgo8L3N2Zz4K);
}

.icon-menu:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEyLjgzMzNDMCAxMy4xMDk1IDAuMjIzODU4IDEzLjMzMzMgMC41IDEzLjMzMzNIMTUuNUMxNS43NzYxIDEzLjMzMzMgMTYgMTMuMTA5NSAxNiAxMi44MzMzVjEyLjA1NTZDMTYgMTEuNzc5NCAxNS43NzYxIDExLjU1NTYgMTUuNSAxMS41NTU2SDAuNUMwLjIyMzg1OCAxMS41NTU2IDAgMTEuNzc5NCAwIDEyLjA1NTZWMTIuODMzM1pNMCA4LjM4ODg5QzAgOC42NjUwMyAwLjIyMzg1OCA4Ljg4ODg5IDAuNSA4Ljg4ODg5SDE1LjVDMTUuNzc2MSA4Ljg4ODg5IDE2IDguNjY1MDMgMTYgOC4zODg4OVY3LjYxMTExQzE2IDcuMzM0OTcgMTUuNzc2MSA3LjExMTExIDE1LjUgNy4xMTExMUgwLjVDMC4yMjM4NTggNy4xMTExMSAwIDcuMzM0OTcgMCA3LjYxMTExVjguMzg4ODlaTTAuNSAyLjY2NjY2QzAuMjIzODU4IDIuNjY2NjYgMCAyLjg5MDUyIDAgMy4xNjY2NlYzLjk0NDQ0QzAgNC4yMjA1OCAwLjIyMzg1OCA0LjQ0NDQ0IDAuNSA0LjQ0NDQ0SDE1LjVDMTUuNzc2MSA0LjQ0NDQ0IDE2IDQuMjIwNTggMTYgMy45NDQ0NFYzLjE2NjY2QzE2IDIuODkwNTIgMTUuNzc2MSAyLjY2NjY2IDE1LjUgMi42NjY2NkgwLjVaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
}

.icon-menu-new:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSIxNCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxwYXRoIGQ9Ik02IDE5LjE2NjdDNiAxOS40NDI4IDYuMjIzODYgMTkuNjY2NyA2LjUgMTkuNjY2N0gyMS41QzIxLjc3NjEgMTkuNjY2NyAyMiAxOS40NDI4IDIyIDE5LjE2NjdWMTguMzg4OUMyMiAxOC4xMTI3IDIxLjc3NjEgMTcuODg4OSAyMS41IDE3Ljg4ODlINi41QzYuMjIzODYgMTcuODg4OSA2IDE4LjExMjcgNiAxOC4zODg5VjE5LjE2NjdaTTYgMTQuNzIyMkM2IDE0Ljk5ODQgNi4yMjM4NiAxNS4yMjIyIDYuNSAxNS4yMjIySDIxLjVDMjEuNzc2MSAxNS4yMjIyIDIyIDE0Ljk5ODQgMjIgMTQuNzIyMlYxMy45NDQ0QzIyIDEzLjY2ODMgMjEuNzc2MSAxMy40NDQ0IDIxLjUgMTMuNDQ0NEg2LjVDNi4yMjM4NiAxMy40NDQ0IDYgMTMuNjY4MyA2IDEzLjk0NDRWMTQuNzIyMlpNNi41IDlDNi4yMjM4NiA5IDYgOS4yMjM4NiA2IDkuNVYxMC4yNzc4QzYgMTAuNTUzOSA2LjIyMzg2IDEwLjc3NzggNi41IDEwLjc3NzhIMjEuNUMyMS43NzYxIDEwLjc3NzggMjIgMTAuNTUzOSAyMiAxMC4yNzc4VjkuNUMyMiA5LjIyMzg2IDIxLjc3NjEgOSAyMS41IDlINi41WiIgZmlsbD0id2hpdGUiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyOCIgeTE9IjE0IiB4Mj0iMi4zMTI1ZS0wNSIgeTI9IjE0LjAyNDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUU3MTA0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUI1QTFDIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
}

.icon-arrow:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
}

.icon-arrow:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZDQkYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
}

.icon-filter:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40NzA4NSA1QzcuNzE2NSA1LjAwMDY5IDYuOTg0NTQgNS4yNTY0MyA2LjM5Mzg5IDUuNzI1NjdDNS44MDMyNCA2LjE5NDkgNS4zODg2MSA2Ljg1MDA3IDUuMjE3MzUgNy41ODQ3M0gyLjc2ODE5QzIuNTY0NDUgNy41ODQ3MyAyLjM2OTA2IDcuNjY1NjYgMi4yMjUgNy44MDk3MkMyLjA4MDkzIDcuOTUzNzkgMiA4LjE0OTE4IDIgOC4zNTI5MUMyIDguNTU2NjUgMi4wODA5MyA4Ljc1MjA0IDIuMjI1IDguODk2MTFDMi4zNjkwNiA5LjA0MDE3IDIuNTY0NDUgOS4xMjExIDIuNzY4MTkgOS4xMjExSDUuMjE3MzVDNS4zOTExNCA5Ljg1MzM1IDUuODA2ODYgMTAuNTA1NiA2LjM5NzI3IDEwLjk3MjJDNi45ODc2OSAxMS40Mzg5IDcuNzE4MjcgMTEuNjkyOCA4LjQ3MDg1IDExLjY5MjhDOS4yMjM0NCAxMS42OTI4IDkuOTU0MDIgMTEuNDM4OSAxMC41NDQ0IDEwLjk3MjJDMTEuMTM0OSAxMC41MDU2IDExLjU1MDYgOS44NTMzNSAxMS43MjQ0IDkuMTIxMUgyMS4yMzE4QzIxLjQzNTYgOS4xMjExIDIxLjYzMDkgOS4wNDAxNyAyMS43NzUgOC44OTYxMUMyMS45MTkxIDguNzUyMDQgMjIgOC41NTY2NSAyMiA4LjM1MjkxQzIyIDguMTQ5MTggMjEuOTE5MSA3Ljk1Mzc5IDIxLjc3NSA3LjgwOTcyQzIxLjYzMDkgNy42NjU2NiAyMS40MzU2IDcuNTg0NzMgMjEuMjMxOCA3LjU4NDczSDExLjcyNDRDMTEuNTUzMSA2Ljg1MDA3IDExLjEzODUgNi4xOTQ5IDEwLjU0NzggNS43MjU2N0M5Ljk1NzE3IDUuMjU2NDMgOS4yMjUyMSA1LjAwMDY5IDguNDcwODUgNVpNOC40NzA4NSAxMC4xNjk1QzguMTEzMzYgMTAuMTY5NSA3Ljc2MzkgMTAuMDYzNCA3LjQ2NjY2IDkuODY0ODNDNy4xNjk0MiA5LjY2NjIyIDYuOTM3NzUgOS4zODM5MyA2LjgwMDk0IDkuMDUzNjVDNi42NjQxNCA4LjcyMzM4IDYuNjI4MzQgOC4zNTk5NSA2LjY5ODA4IDguMDA5MzNDNi43Njc4MyA3LjY1ODcxIDYuOTM5OTcgNy4zMzY2NCA3LjE5Mjc2IDcuMDgzODZDNy40NDU1NCA2LjgzMTA3IDcuNzY3NjEgNi42NTg5MiA4LjExODIzIDYuNTg5MThDOC40Njg4NSA2LjUxOTQ0IDguODMyMjggNi41NTUyMyA5LjE2MjU2IDYuNjkyMDRDOS40OTI4MyA2LjgyODg0IDkuNzc1MTMgNy4wNjA1MiA5Ljk3Mzc0IDcuMzU3NzZDMTAuMTcyMyA3LjY1NSAxMC4yNzg0IDguMDA0NDYgMTAuMjc4NCA4LjM2MTk1QzEwLjI3ODQgOC44NDEzMyAxMC4wODc5IDkuMzAxMDggOS43NDg5NSA5LjY0MDA1QzkuNDA5OTggOS45NzkwMiA4Ljk1MDIzIDEwLjE2OTUgOC40NzA4NSAxMC4xNjk1WiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41NTYzIDEyLjUwMTFDMTQuODAxOSAxMi41MDE4IDE0LjA2OTkgMTIuNzU3NiAxMy40NzkzIDEzLjIyNjhDMTIuODg4NiAxMy42OTYgMTIuNDc0IDE0LjM1MTIgMTIuMzAyOCAxNS4wODU5SDIuNzY4MTlDMi41NjQ0NSAxNS4wODU5IDIuMzY5MDYgMTUuMTY2OCAyLjIyNSAxNS4zMTA5QzIuMDgwOTMgMTUuNDU0OSAyIDE1LjY1MDMgMiAxNS44NTRDMiAxNi4wNTc4IDIuMDgwOTMgMTYuMjUzMiAyLjIyNSAxNi4zOTcyQzIuMzY5MDYgMTYuNTQxMyAyLjU2NDQ1IDE2LjYyMjIgMi43NjgxOSAxNi42MjIySDEyLjI3NTZDMTIuNDQ5NCAxNy4zNTQ1IDEyLjg2NTIgMTguMDA2NyAxMy40NTU2IDE4LjQ3MzRDMTQuMDQ2IDE4Ljk0MDEgMTQuNzc2NiAxOS4xOTM5IDE1LjUyOTEgMTkuMTkzOUMxNi4yODE3IDE5LjE5MzkgMTcuMDEyMyAxOC45NDAxIDE3LjYwMjcgMTguNDczNEMxOC4xOTMxIDE4LjAwNjcgMTguNjA4OSAxNy4zNTQ1IDE4Ljc4MjYgMTYuNjIyMkgyMS4yMzE4QzIxLjQzNTYgMTYuNjIyMiAyMS42MzA5IDE2LjU0MTMgMjEuNzc1IDE2LjM5NzJDMjEuOTE5MSAxNi4yNTMyIDIyIDE2LjA1NzggMjIgMTUuODU0QzIyIDE1LjY1MDMgMjEuOTE5MSAxNS40NTQ5IDIxLjc3NSAxNS4zMTA5QzIxLjYzMDkgMTUuMTY2OCAyMS40MzU2IDE1LjA4NTkgMjEuMjMxOCAxNS4wODU5SDE4Ljc4MjZDMTguNjEyNSAxNC4zNTU3IDE4LjIwMTkgMTMuNzAzOSAxNy42MTY3IDEzLjIzNTJDMTcuMDMxNiAxMi43NjY0IDE2LjMwNiAxMi41MDc5IDE1LjU1NjMgMTIuNTAxMVpNMTUuNTU2MyAxNy42NTI1QzE1LjE5ODggMTcuNjUyNSAxNC44NDkzIDE3LjU0NjUgMTQuNTUyMSAxNy4zNDc5QzE0LjI1NDggMTcuMTQ5MyAxNC4wMjMyIDE2Ljg2NyAxMy44ODYzIDE2LjUzNjdDMTMuNzQ5NSAxNi4yMDY0IDEzLjcxMzcgMTUuODQzIDEzLjc4MzUgMTUuNDkyNEMxMy44NTMyIDE1LjE0MTggMTQuMDI1NCAxNC44MTk3IDE0LjI3ODIgMTQuNTY2OUMxNC41MzA5IDE0LjMxNDEgMTQuODUzIDE0LjE0MiAxNS4yMDM2IDE0LjA3MjJDMTUuNTU0MyAxNC4wMDI1IDE1LjkxNzcgMTQuMDM4MyAxNi4yNDggMTQuMTc1MUMxNi41NzgyIDE0LjMxMTkgMTYuODYwNSAxNC41NDM2IDE3LjA1OTEgMTQuODQwOEMxNy4yNTc4IDE1LjEzODEgMTcuMzYzOCAxNS40ODc1IDE3LjM2MzggMTUuODQ1QzE3LjM2MzggMTYuMzI0NCAxNy4xNzMzIDE2Ljc4NDEgMTYuODM0NCAxNy4xMjMxQzE2LjQ5NTQgMTcuNDYyMSAxNi4wMzU2IDE3LjY1MjUgMTUuNTU2MyAxNy42NTI1WiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+);
}

.icon-filter:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzk5OTk5OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40NzA4NSA1QzcuNzE2NSA1LjAwMDY5IDYuOTg0NTQgNS4yNTY0MyA2LjM5Mzg5IDUuNzI1NjdDNS44MDMyNCA2LjE5NDkgNS4zODg2MSA2Ljg1MDA3IDUuMjE3MzUgNy41ODQ3M0gyLjc2ODE5QzIuNTY0NDUgNy41ODQ3MyAyLjM2OTA2IDcuNjY1NjYgMi4yMjUgNy44MDk3MkMyLjA4MDkzIDcuOTUzNzkgMiA4LjE0OTE4IDIgOC4zNTI5MUMyIDguNTU2NjUgMi4wODA5MyA4Ljc1MjA0IDIuMjI1IDguODk2MTFDMi4zNjkwNiA5LjA0MDE3IDIuNTY0NDUgOS4xMjExIDIuNzY4MTkgOS4xMjExSDUuMjE3MzVDNS4zOTExNCA5Ljg1MzM1IDUuODA2ODYgMTAuNTA1NiA2LjM5NzI3IDEwLjk3MjJDNi45ODc2OSAxMS40Mzg5IDcuNzE4MjcgMTEuNjkyOCA4LjQ3MDg1IDExLjY5MjhDOS4yMjM0NCAxMS42OTI4IDkuOTU0MDIgMTEuNDM4OSAxMC41NDQ0IDEwLjk3MjJDMTEuMTM0OSAxMC41MDU2IDExLjU1MDYgOS44NTMzNSAxMS43MjQ0IDkuMTIxMUgyMS4yMzE4QzIxLjQzNTYgOS4xMjExIDIxLjYzMDkgOS4wNDAxNyAyMS43NzUgOC44OTYxMUMyMS45MTkxIDguNzUyMDQgMjIgOC41NTY2NSAyMiA4LjM1MjkxQzIyIDguMTQ5MTggMjEuOTE5MSA3Ljk1Mzc5IDIxLjc3NSA3LjgwOTcyQzIxLjYzMDkgNy42NjU2NiAyMS40MzU2IDcuNTg0NzMgMjEuMjMxOCA3LjU4NDczSDExLjcyNDRDMTEuNTUzMSA2Ljg1MDA3IDExLjEzODUgNi4xOTQ5IDEwLjU0NzggNS43MjU2N0M5Ljk1NzE3IDUuMjU2NDMgOS4yMjUyMSA1LjAwMDY5IDguNDcwODUgNVpNOC40NzA4NSAxMC4xNjk1QzguMTEzMzYgMTAuMTY5NSA3Ljc2MzkgMTAuMDYzNCA3LjQ2NjY2IDkuODY0ODNDNy4xNjk0MiA5LjY2NjIyIDYuOTM3NzUgOS4zODM5MyA2LjgwMDk0IDkuMDUzNjVDNi42NjQxNCA4LjcyMzM4IDYuNjI4MzQgOC4zNTk5NSA2LjY5ODA4IDguMDA5MzNDNi43Njc4MyA3LjY1ODcxIDYuOTM5OTcgNy4zMzY2NCA3LjE5Mjc2IDcuMDgzODZDNy40NDU1NCA2LjgzMTA3IDcuNzY3NjEgNi42NTg5MiA4LjExODIzIDYuNTg5MThDOC40Njg4NSA2LjUxOTQ0IDguODMyMjggNi41NTUyMyA5LjE2MjU2IDYuNjkyMDRDOS40OTI4MyA2LjgyODg0IDkuNzc1MTMgNy4wNjA1MiA5Ljk3Mzc0IDcuMzU3NzZDMTAuMTcyMyA3LjY1NSAxMC4yNzg0IDguMDA0NDYgMTAuMjc4NCA4LjM2MTk1QzEwLjI3ODQgOC44NDEzMyAxMC4wODc5IDkuMzAxMDggOS43NDg5NSA5LjY0MDA1QzkuNDA5OTggOS45NzkwMiA4Ljk1MDIzIDEwLjE2OTUgOC40NzA4NSAxMC4xNjk1WiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41NTYzIDEyLjUwMTFDMTQuODAxOSAxMi41MDE4IDE0LjA2OTkgMTIuNzU3NiAxMy40NzkzIDEzLjIyNjhDMTIuODg4NiAxMy42OTYgMTIuNDc0IDE0LjM1MTIgMTIuMzAyOCAxNS4wODU5SDIuNzY4MTlDMi41NjQ0NSAxNS4wODU5IDIuMzY5MDYgMTUuMTY2OCAyLjIyNSAxNS4zMTA5QzIuMDgwOTMgMTUuNDU0OSAyIDE1LjY1MDMgMiAxNS44NTRDMiAxNi4wNTc4IDIuMDgwOTMgMTYuMjUzMiAyLjIyNSAxNi4zOTcyQzIuMzY5MDYgMTYuNTQxMyAyLjU2NDQ1IDE2LjYyMjIgMi43NjgxOSAxNi42MjIySDEyLjI3NTZDMTIuNDQ5NCAxNy4zNTQ1IDEyLjg2NTIgMTguMDA2NyAxMy40NTU2IDE4LjQ3MzRDMTQuMDQ2IDE4Ljk0MDEgMTQuNzc2NiAxOS4xOTM5IDE1LjUyOTEgMTkuMTkzOUMxNi4yODE3IDE5LjE5MzkgMTcuMDEyMyAxOC45NDAxIDE3LjYwMjcgMTguNDczNEMxOC4xOTMxIDE4LjAwNjcgMTguNjA4OSAxNy4zNTQ1IDE4Ljc4MjYgMTYuNjIyMkgyMS4yMzE4QzIxLjQzNTYgMTYuNjIyMiAyMS42MzA5IDE2LjU0MTMgMjEuNzc1IDE2LjM5NzJDMjEuOTE5MSAxNi4yNTMyIDIyIDE2LjA1NzggMjIgMTUuODU0QzIyIDE1LjY1MDMgMjEuOTE5MSAxNS40NTQ5IDIxLjc3NSAxNS4zMTA5QzIxLjYzMDkgMTUuMTY2OCAyMS40MzU2IDE1LjA4NTkgMjEuMjMxOCAxNS4wODU5SDE4Ljc4MjZDMTguNjEyNSAxNC4zNTU3IDE4LjIwMTkgMTMuNzAzOSAxNy42MTY3IDEzLjIzNTJDMTcuMDMxNiAxMi43NjY0IDE2LjMwNiAxMi41MDc5IDE1LjU1NjMgMTIuNTAxMVpNMTUuNTU2MyAxNy42NTI1QzE1LjE5ODggMTcuNjUyNSAxNC44NDkzIDE3LjU0NjUgMTQuNTUyMSAxNy4zNDc5QzE0LjI1NDggMTcuMTQ5MyAxNC4wMjMyIDE2Ljg2NyAxMy44ODYzIDE2LjUzNjdDMTMuNzQ5NSAxNi4yMDY0IDEzLjcxMzcgMTUuODQzIDEzLjc4MzUgMTUuNDkyNEMxMy44NTMyIDE1LjE0MTggMTQuMDI1NCAxNC44MTk3IDE0LjI3ODIgMTQuNTY2OUMxNC41MzA5IDE0LjMxNDEgMTQuODUzIDE0LjE0MiAxNS4yMDM2IDE0LjA3MjJDMTUuNTU0MyAxNC4wMDI1IDE1LjkxNzcgMTQuMDM4MyAxNi4yNDggMTQuMTc1MUMxNi41NzgyIDE0LjMxMTkgMTYuODYwNSAxNC41NDM2IDE3LjA1OTEgMTQuODQwOEMxNy4yNTc4IDE1LjEzODEgMTcuMzYzOCAxNS40ODc1IDE3LjM2MzggMTUuODQ1QzE3LjM2MzggMTYuMzI0NCAxNy4xNzMzIDE2Ljc4NDEgMTYuODM0NCAxNy4xMjMxQzE2LjQ5NTQgMTcuNDYyMSAxNi4wMzU2IDE3LjY1MjUgMTUuNTU2MyAxNy42NTI1WiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+);
}

.icon-close:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiA+PHBhdGggZD0iTTE4LjY0NjQgNi43NjM1NUMxOC44NDE3IDYuNTY4MjkgMTguODQxNyA2LjI1MTcxIDE4LjY0NjQgNi4wNTY0NUwxNy45NDM2IDUuMzUzNTVDMTcuNzQ4MyA1LjE1ODI5IDE3LjQzMTcgNS4xNTgyOSAxNy4yMzY0IDUuMzUzNTVMMTIgMTAuNTlMNi43NjM1NSA1LjM1MzU1QzYuNTY4MjkgNS4xNTgyOSA2LjI1MTcxIDUuMTU4MjkgNi4wNTY0NSA1LjM1MzU1TDUuMzUzNTUgNi4wNTY0NUM1LjE1ODI5IDYuMjUxNzEgNS4xNTgyOSA2LjU2ODI5IDUuMzUzNTUgNi43NjM1NUwxMC41OSAxMkw1LjM1MzU1IDE3LjIzNjRDNS4xNTgyOSAxNy40MzE3IDUuMTU4MjkgMTcuNzQ4MyA1LjM1MzU1IDE3Ljk0MzZMNi4wNTY0NSAxOC42NDY0QzYuMjUxNzEgMTguODQxNyA2LjU2ODI5IDE4Ljg0MTcgNi43NjM1NSAxOC42NDY0TDEyIDEzLjQxTDE3LjIzNjQgMTguNjQ2NEMxNy40MzE3IDE4Ljg0MTcgMTcuNzQ4MyAxOC44NDE3IDE3Ljk0MzYgMTguNjQ2NEwxOC42NDY0IDE3Ljk0MzZDMTguODQxNyAxNy43NDgzIDE4Ljg0MTcgMTcuNDMxNyAxOC42NDY0IDE3LjIzNjRMMTMuNDEgMTJMMTguNjQ2NCA2Ljc2MzU1WiI+PC9wYXRoPjwvc3ZnPg==);
}

@font-face {font-display:swap;
  font-family: Rubik;
  src: url('/local/frontend/build/css/../css/fonts/Rubik-Regular.woff2') format("woff2"),
    url('/local/frontend/build/css/../css/fonts/Rubik-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  
}

@font-face {font-display:swap;
  font-family: Rubik;
  src: url('/local/frontend/build/css/../css/fonts/Rubik-Medium.woff2') format("woff2"),
    url('/local/frontend/build/css/../css/fonts/Rubik-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  
}

@font-face {font-display:swap;
  font-family: Rubik;
  src: url('/local/frontend/build/css/../css/fonts/Rubik-Bold.woff2') format("woff2"),
    url('/local/frontend/build/css/../css/fonts/Rubik-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  
}

body {
  font-family: Rubik, sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

body.body-hide {
  overflow: hidden;
  margin-right: 17px;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #292929;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s,
    border-top-color 0.3s;
  text-decoration: none;
}

a:hover {
  color: #ee7104;
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-weight: 500;
}

input,
textarea {
  color: #292929;
  box-shadow: unset;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  padding: 0 16px;
  line-height: 40px;
  transition: all 0.3s ease;
  border-radius: 2px;
  font-family: Rubik, sans-serif;
}

input:focus,
textarea:focus {
  border-bottom-color: #ee7104;
}

input:hover,
textarea:hover {
  border-color: #ee7104;
}

input::placeholder,
textarea::placeholder {
  color: #666;
  opacity: 1;
}

p {
  margin: 0 0 16px;
}

img {
  max-width: 100%;
}

.checkbox-block input[type="checkbox"] {
  display: none;
}

.checkbox-block input:checked + label:before {
  background: #ee7104;
  border-color: #ee7104;
}

.checkbox-block input:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 11px;
  height: 6px;
  background: 0 0;
  transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.checkbox-block label {
  position: relative;
  transition: all 0.3s ease;
  display: block;
  padding-left: 32px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.checkbox-block label:before {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  left: 4px;
  top: 0;
  box-sizing: border-box;
  min-width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #292929;
}

.formstyler {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  background: 0 0;
  font-weight: 700;
  color: #ee7104;
  font-size: 12px;
  padding: 0;
}

.container-main {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: content-box;
}

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

.container__flex-between {
  justify-content: space-between;
}

.container__flex-middle {
  align-items: center;
}

.big-column {
  width: 100%;
  padding: 0 12px;
}

.link-blue {
  color: #00c;
  cursor: pointer;
}

.link-blue:hover {
  color: #ee7104;
  text-decoration: underline;
}

.link_back {
  display: flex;
  align-items: center;
  color: #00c;
  font-weight: 500;
  font-size: 12px;
}

.link_back svg {
  fill: currentcolor;
  transform: rotate(180deg);
  margin-right: 8px;
}

.main-button {
  font-family: Rubik, sans-serif;
  background: linear-gradient(269.95deg, #ee7104 0.04%, #eb5a1c 99.96%);
  color: #fff;
  padding: 0 24px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 500;
  display: inline-block;
  transition: box-shadow 0.3s ease;
  border: 1px solid #ebebeb;
  cursor: pointer;
  white-space: nowrap;
}

.main-button:focus,
.main-button:hover {
  background: 0 0;
  color: #292929;
}

.main-button:not(:hover) .icon-main:before {
  filter: brightness(0) invert(1);
}

.invert-button {
  font-family: Rubik, sans-serif;
  background-color: #fff;
  border: 1px solid #292929;
  padding: 0 16px;
  color: #292929;
  padding: 0 24px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 500;
  display: inline-block;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-bottom-color 0.3s ease, border-top-color 0.3s ease,
    border-left-color 0.3s ease, border-right-color 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.invert-button:focus,
.invert-button:hover {
  color: #292929;
  background-color: #ee7104;
  border-color: #ee7104;
}

.invert-button:hover {
  color: #fff;
}

.invert-button:hover .icon-main:before {
  filter: brightness(0) invert(1);
}

.button-primary {
  display: inline-block;
  padding: 0 24px;
  border: 1px solid #ee7104;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-primary:focus,
.button-primary:hover {
  color: #292929;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.block-col-big,
.block-col-medium,
.block-col-small,
.item-card {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%;
}

.main-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 0;
}

.main__title-h2 {
  color: #292929;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 24px;
}

.margin-medium {
  margin-bottom: 32px;
}

.margin-big {
  margin-bottom: 32px;
}

.margin-small {
  margin-bottom: 24px;
}

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

.bg-yellow {
  background: #ee7104;
}

.bg-dark-gray {
  background: #666;
}

.bg-green {
  background: #8bc34a;
}

.btn-decrement,
.btn-increment {
  position: relative;
  width: 32px;
  height: 42px;
  padding: 0;
  background-color: #ee7104;
  outline: 0;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 17px;
  color: #fff;
}

.btn-decrement:hover,
.btn-increment:hover {
  background: #999;
}

.btn-decrement {
  border-radius: 2px 0 0 2px;
}

.btn-increment {
  border-radius: 0 2px 2px 0;
}

.main-advantages {
  padding: 64px 0;
}

.advantage-item:hover {
  color: #292929;
}

.advantage-item:nth-child(n + 5) {
  margin-top: 48px;
}

.advantage-item__image {
  display: block;
  margin-bottom: 16px;
}

.advantage-item__title {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 500;
}

.show-more-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #292929;
  font-weight: 500;
  transition: color 0.3s ease;
}

.show-more-btn svg {
  margin-left: 8px;
}

.main-banner__item_1 img {
  border-radius: 20px;
}

.main-banner_new {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.container_nick {
  max-width: 700px;
  margin: 0 auto;
}

.main-banner__item_1 img {
  border-radius: 20px;
}

.main-banner__item {
  width: 100%;
  position: relative;
  display: none;
  padding-top: 50%;
}

.main-banner__item:first-child {
  display: block;
}

.main-banner__item a {
  display: block;
  overflow: hidden;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sim-slider-list img {
  width: 100% !important;
}

.sim-slider {
  /* max-width: 1000px;
  min-width: 320px; */
  /*margin: 20px auto;*/
  /* padding: 30px 50px; */
  /* border: 1px solid #ccd; */
  background-color: white;
}

/* General styles */
.sim-slider {
  position: relative;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sim-slider-element {
  width: 100%;
  transition: opacity 1s ease-in;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23EE7104' stroke-width='2'/%3E%3C/svg%3E")
    no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23EE7104' stroke-width='2'/%3E%3C/svg%3E")
    no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1;
}

div.sim-slider-arrow-right:hover {
  opacity: 1;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}

span.sim-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #ee7104;
  border-radius: 5px;
  cursor: pointer;
}

/* Контейнер с ограниченными размерами, он будет выполнять роль "окна" */
.slider-container {
  width: 600px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
/* Лента с фото, имеет неограниченную ширину и тип flex, чтобы картинки не переносились */
.slider-track {
  height: 600px;
  display: flex;
  transition-duration: 0.5s;
}
/* Стили для оформления кнопок prev/next */
.arrow {
  width: 7px;
  height: 7px;
  border-top: #cacaca 3px solid;
  border-right: #cacaca 3px solid;
  position: absolute;
}
.arrow-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
  opacity: 0.8;
  cursor: pointer;
}
.arrow-left .arrow {
  transform: rotate(-135deg);
  top: 10px;
  left: 12px;
}
.arrow-right .arrow {
  transform: rotate(45deg);
  top: 10px;
  left: 8px;
}
.arrow-left {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
.arrow-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}

.main-banner__item_new a {
  display: block;
  border-radius: 8px;
}

.main-banner__item img {
  position: relative;
}

.main-items {
  padding-bottom: 24px;
}

.main-sales {
  background: #f4f4f4;
  padding: 64px 0;
}

.sale-card__item {
  text-align: center;
}

.sale-card__item:hover {
  color: #292929;
}

.sale-card__item:hover img {
  transform: scale(1.1);
}

.sale-card__img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.sale-card__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.sale-card__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px;
}

.main-grid__left,
.main-grid__right {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.main-grid__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.main-grid__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.find-page,
.section-page {
  padding-bottom: 50px;
}

.section-text {
  margin-top: 48px;
  font-size: 12px;
}

.section-text h2 {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.section-text p {
  margin: 16px 0;
}

.section-text ul {
  list-style: none;
}

.section-text ul li {
  position: relative;
}

.section-text ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  border-radius: 50%;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #ee7104;
}

.section-text ul li + li {
  margin-top: 8px;
}

.additional-banner {
  background: #ee7104;
  border-radius: 8px;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.additional-banner__info {
  max-width: 470px;
}

.additional-banner__txt {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 25px;
}

.main-overlay {
  position: fixed;
  display: none;
  width: 384px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 24px;
}

.main-overlay.open {
  display: block;
}

.main-overlay input {
  font-size: 12px;
  margin-bottom: 16px;
}

.main-overlay .main-button {
  width: 100%;
  margin-top: 8px;
}

.overlay-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

.overlay-txt {
  font-size: 14px;
  margin-bottom: 24px;
}

.overlay-close {
  height: 24px;
  cursor: pointer;
  right: 25px;
  top: 35px;
  width: 24px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4KPHBhdGggZD0iTTAgMEgyNFYyNEgwVjBaIiBmaWxsPSIjMzMzMzMzIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBkPSJNMTguNjQ2NCA2Ljc2MzU1QzE4Ljg0MTcgNi41NjgyOSAxOC44NDE3IDYuMjUxNzEgMTguNjQ2NCA2LjA1NjQ1TDE3Ljk0MzYgNS4zNTM1NUMxNy43NDgzIDUuMTU4MjkgMTcuNDMxNyA1LjE1ODI5IDE3LjIzNjQgNS4zNTM1NUwxMiAxMC41OUw2Ljc2MzU1IDUuMzUzNTVDNi41NjgyOSA1LjE1ODI5IDYuMjUxNzEgNS4xNTgyOSA2LjA1NjQ1IDUuMzUzNTVMNS4zNTM1NSA2LjA1NjQ1QzUuMTU4MjkgNi4yNTE3MSA1LjE1ODI5IDYuNTY4MjkgNS4zNTM1NSA2Ljc2MzU1TDEwLjU5IDEyTDUuMzUzNTUgMTcuMjM2NEM1LjE1ODI5IDE3LjQzMTcgNS4xNTgyOSAxNy43NDgzIDUuMzUzNTUgMTcuOTQzNkw2LjA1NjQ1IDE4LjY0NjRDNi4yNTE3MSAxOC44NDE3IDYuNTY4MjkgMTguODQxNyA2Ljc2MzU1IDE4LjY0NjRMMTIgMTMuNDFMMTcuMjM2NCAxOC42NDY0QzE3LjQzMTcgMTguODQxNyAxNy43NDgzIDE4Ljg0MTcgMTcuOTQzNiAxOC42NDY0TDE4LjY0NjQgMTcuOTQzNkMxOC44NDE3IDE3Ljc0ODMgMTguODQxNyAxNy40MzE3IDE4LjY0NjQgMTcuMjM2NEwxMy40MSAxMkwxOC42NDY0IDYuNzYzNTVaIiBmaWxsPSIjMzMzMzMzIi8+CjwvZz4KPC9zdmc+Cg==);
  z-index: 150;
}

.overlay-bg {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  z-index: 149;
}

.overlay-bg.show {
  display: block;
}

.overlay-add-cart {
  background-color: #ee7104;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  z-index: 100;
}

.overlay-add-cart .main-button {
  border: 1px solid #292929;
  color: #292929;
  background: 0 0;
}

.overlay-add-cart .main-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.overlay-add-cart .overlay-add-cart__close {
  top: 17px;
}

.overlay-add__text {
  font-weight: 500;
  padding-right: 24px;
}

.page-find__list {
  list-style: none;
  padding-left: 24px;
}

@media (max-width: 1199px) {
  .sale-card__item {
    max-width: 288px;
    display: inline-block;
  }

  .visible-desc {
    display: none;
  }
}

@media (max-width: 959px) {
  .hidden-mobile {
    display: none !important;
  }

  .block-row__items {
    margin-bottom: -15px;
  }

  .main-items {
    padding-bottom: 8px;
  }

  .main-advantages,
  .main-sales {
    padding: 48px 0;
  }

  .main-advantages .item_show-more,
  .main-sales .item_show-more {
    margin-top: 32px;
  }

  .advantage-item {
    width: 256px;
    display: inline-block;
  }

  .advantage-item__title,
  .sale-card__title {
    font-size: 14px;
  }

  .advantage-item__info,
  .sale-card__item {
    font-size: 12px;
  }

  .main-select {
    position: relative;
    display: inline-block;
    display: block;
  }

  .main-select:after,
  .main-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
    background-repeat: no-repeat;
  }

  .main-select:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
  }

  .main-select:after {
    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZDQkYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
  }

  .main-select:before {
    left: unset;
    top: 8px;
    right: 15px;
    width: 24px;
    height: 24px;
  }

  .main-select select {
    background: 0 0;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 12px 50px 12px 16px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    color: #292929;
  }

  .banner__column {
    display: none;
  }
}

@media (max-width: 639px) {
  .main__title-h2 .show-more-btn {
    display: none;
  }

  .main-items {
    padding-bottom: 48px;
  }

  .overlayQuickOrder {
    width: 300px;
  }
}

@media (max-width: 479px) {
  .overlay-add-cart .main-button {
    margin-top: 16px;
  }

  .overlay-add-cart .overlay-add-cart__close {
    top: 18px;
  }

  .overlay-add-cart .overlay-add__text {
    display: block;
  }
}

@media (min-width: 640px) {
  .container-main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .block-col-big,
  .block-col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .block-col-medium {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .main-banner__item {
    padding-top: 27%;
  }

  .margin-big {
    margin-bottom: 48px;
  }
}

@media (min-width: 960px) {
  .container-main {
    padding-left: 48px;
    padding-right: 48px;
  }

  .big-column {
    width: 50%;
  }

  .block-col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .block-col-medium {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% * 1 / 3.001);
    flex: 0 0 calc(100% * 1 / 3.001);
    max-width: calc(100% * 1 / 3.001);
  }

  .visible-mobile {
    display: none;
  }

  .main-select:not(.main-select__visible) {
    display: none;
  }

  .main__title-h2 {
    font-size: 24px;
  }

  .main-grid__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .main-grid__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .main-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .margin-big {
    margin-bottom: 64px;
  }

  .main-items .item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% * 1 / 3.001);
    flex: 0 0 calc(100% * 1 / 3.001);
    max-width: calc(100% * 1 / 3.001);
  }
}

@media (min-width: 1200px) {
  .item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% * 1 / 3.001);
    flex: 0 0 calc(100% * 1 / 3.001);
    max-width: calc(100% * 1 / 3.001);
  }

  .main-items .item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .margin-medium {
    margin-bottom: 48px;
  }

  .hidden-desc {
    display: none !important;
  }
}

.header svg {
  fill: currentcolor;
}

.header__catalog-open .header-catalog {
  display: block;
}

.header__catalog-open .header__catalog-btn .icon-menu {
  width: 24px;
  height: 24px;
  top: 7px;
  left: -4px;
  margin-right: 0;
}

.header__catalog-open .header__catalog-btn .icon-menu:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4KPHBhdGggZD0iTTAgMEgyNFYyNEgwVjBaIiBmaWxsPSIjMzMzMzMzIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBkPSJNMTguNjQ2NCA2Ljc2MzU1QzE4Ljg0MTcgNi41NjgyOSAxOC44NDE3IDYuMjUxNzEgMTguNjQ2NCA2LjA1NjQ1TDE3Ljk0MzYgNS4zNTM1NUMxNy43NDgzIDUuMTU4MjkgMTcuNDMxNyA1LjE1ODI5IDE3LjIzNjQgNS4zNTM1NUwxMiAxMC41OUw2Ljc2MzU1IDUuMzUzNTVDNi41NjgyOSA1LjE1ODI5IDYuMjUxNzEgNS4xNTgyOSA2LjA1NjQ1IDUuMzUzNTVMNS4zNTM1NSA2LjA1NjQ1QzUuMTU4MjkgNi4yNTE3MSA1LjE1ODI5IDYuNTY4MjkgNS4zNTM1NSA2Ljc2MzU1TDEwLjU5IDEyTDUuMzUzNTUgMTcuMjM2NEM1LjE1ODI5IDE3LjQzMTcgNS4xNTgyOSAxNy43NDgzIDUuMzUzNTUgMTcuOTQzNkw2LjA1NjQ1IDE4LjY0NjRDNi4yNTE3MSAxOC44NDE3IDYuNTY4MjkgMTguODQxNyA2Ljc2MzU1IDE4LjY0NjRMMTIgMTMuNDFMMTcuMjM2NCAxOC42NDY0QzE3LjQzMTcgMTguODQxNyAxNy43NDgzIDE4Ljg0MTcgMTcuOTQzNiAxOC42NDY0TDE4LjY0NjQgMTcuOTQzNkMxOC44NDE3IDE3Ljc0ODMgMTguODQxNyAxNy40MzE3IDE4LjY0NjQgMTcuMjM2NEwxMy40MSAxMkwxOC42NDY0IDYuNzYzNTVaIiBmaWxsPSIjMzMzMzMzIi8+CjwvZz4KPC9zdmc+Cg==);
}

.header__search-open .header__search-results {
  display: block;
}

.header__search-open .header__search-close {
  display: block;
}

.header__search-open .header__search-icon {
  display: none;
}

.header__search-close {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 16px;
  display: none;
  cursor: pointer;
}

.header__bar {
  padding: 4px 0;
  background: #292929;
}

.header__bar .header__menu-link,
.header__bar .header__work-time,
.header__bar a {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.header__bar .header__menu-link:hover,
.header__bar .header__work-time:hover,
.header__bar a:hover {
  color: #ee7104;
  text-decoration: none;
}

.header__bar .header__work-time {
  margin-left: 24px;
}

.header__bar .header__menu-link {
  cursor: pointer;
  font-weight: 400;
}

.header__bar .header__menu-link:hover .header__dropdown-menu {
  display: block;
  animation: menu 0.3s ease-in-out forwards;
  animation-delay: 0s;
  animation-delay: 0.1s;
}

.header__bar .header__menu-link span {
  margin-right: 8px;
}

.header__phone-link svg {
  margin-right: 8px;
}

.header__dropdown-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -50%;
  padding: 24px;
  font-size: 14px;
  max-width: 282px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #eee;
  z-index: 1020;
  min-width: 200px;
}

.header__dropdown-menu a {
  color: #292929;
}

.header__dropdown-menu a:not(:first-child) {
  margin-top: 8px;
}

.header__navigation ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__navigation ul li:not(:first-child) {
  margin-left: 24px;
}

.header__main {
  font-size: 14px;
  padding: 16px 0 24px;
  position: relative;
}

.header__block-logo {
  height: 40px;
}

.header__catalog-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  border-radius: 2px 0 0 2px;
  padding-right: 0;
  text-align: left;
}

.header__catalog-btn .icon-menu {
  width: 16px;
  height: 16px;
  top: 4px;
  margin-right: 8px;
}

.header__search-line {
  position: relative;
  width: 100%;
  max-width: 35%;
}

.header__search-line input {
  background: #f4f4f4;
  padding: 0 40px 0 16px;
  height: 40px;
  border-radius: 0 2px 2px 0;
}

.header__search-line input:focus ~ .header__search-icon {
  color: #ee7104;
}

.header__search-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  border: 0;
  background: 0 0;
  padding: 0;
  cursor: pointer;
}

.header__main-btns {
  padding-left: 34px;
  display: flex;
}

.header__main-btn {
  text-align: center;
  display: block;
  margin-left: 30px;
}

.header__main-btn .header__main-btn-txt {
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.header__main-btn .icon-main {
  width: 24px;
  height: 24px;
}

.header__main-btn:hover .icon-main:before {
  opacity: 0;
}

.header__main-btn:hover .icon-main:after {
  opacity: 1;
}

.header__btns-counter {
  display: none;
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 12px;
  background: #ee7104;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
}

.header-catalog,
.header__search-results {
  position: absolute;
  display: none;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    #f4f4f4 0,
    #f4f4f4 50.9999%,
    #fff 51%,
    #fff
  );
  z-index: 1000;
  border-top: 1px solid #eee;
  overflow: hidden;
  cursor: auto;
}

.header__search-results {
  background: #fff;
}

.header-catalog__level1 {
  width: 282px;
  padding-top: 20px;
}

.header-catalog__level1 a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.header-catalog__level1 a.active {
  color: #ee7104;
  cursor: default;
  background: #fff;
}

.header-catalog__level2 {
  background: #fff;
  width: 100%;
  padding: 0 24px 30px;
}

.header-catalog__level2:not(.active) {
  display: none;
}

.header-catalog__level2 a {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
}

.header-catalog__level2 a:last-child {
  margin-bottom: 0;
}

.header-catalog__level2-link {
  font-size: 14px;
  font-weight: 700;
}

.header-catalog__brands {
  padding-left: 24px;
  width: 180px;
}

.header-catalog__brands .header-catalog__level2-link {
  padding: 33px 0 22px;
}

.header-catalog__level2-items {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
}

.header-catalog__level2-item {
  margin-top: 24px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.header-catalog__level2-item .header-catalog__level2-more {
  color: #00c;
}

.header-catalog__level2-item .header-catalog__level2-more:hover {
  color: #ee7104;
}

.header-catalog__level2-item .header-catalog__level2-link {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.header-catalog__level2-item .header-catalog__level2-link svg {
  margin-right: 8px;
  width: 36px;
  height: 36px;
}

.header-catalog__level2-more .header__main {
  padding: 32px 0;
}

.header__menu-btn {
  flex: 1;
}

.header__menu-btn .icon-menu {
  width: 24px;
  height: 24px;
}

.header__menu-btn .icon-menu-new {
  width: 28px;
  height: 28px;
}

.header__search-wrapper {
  padding: 10px 0 50px;
}

.header__search-items {
  margin-bottom: -15px;
  padding-top: 40px;
}

.header__search-items .header__search-title {
  margin-bottom: 1px;
}

.header__search-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.header__search-item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.header__search-item + .header__search-item {
  border-top: 1px solid #ddd;
}

.header__search-image {
  margin-right: 16px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  text-align: center;
  display: block;
}

.header__search-image img {
  height: auto;
  box-sizing: border-box;
}

.header__search-name {
  font-size: 14px;
  width: 100%;
}

.header__search-price {
  font-size: 16px;
  font-weight: 700;
}

.header__search-price.header__search-sale {
  color: red;
}

.header__search-price.header__search-sale .header__search-price-old {
  text-decoration-line: line-through;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.header__search-links {
  padding-top: 40px;
}

.header__search-links + .main-button {
  margin-top: 30px;
  width: 300px;
}

.header__search-links a {
  font-size: 14px;
  display: block;
}

.header__search-links a + a {
  margin-top: 8px;
}

.header__cart-btn .icon-cart {
  width: 28px;
  height: 28px;
}

.header__cart-btn .icon-cart:after,
.header__cart-btn .icon-cart:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSIxNCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxwYXRoIGQ9Ik0xMC45NDM2IDE3LjIyNjhDMTAuNzQ4MyAxNy40MjE5IDEwLjQzMTggMTcuNDIxOCAxMC4yMzY2IDE3LjIyNjZMNi43NzIzMSAxMy43NjIzQzYuNTc3NTMgMTMuNTY3NSA2LjI2MTkxIDEzLjU2NyA2LjA2NjQ1IDEzLjc2MTFMNS4zNTYwNiAxNC40NjY1QzUuMTU5NjIgMTQuNjYxNSA1LjE1OTA1IDE0Ljk3OTEgNS4zNTQ4IDE1LjE3NDhMMTAuMjM2NCAyMC4wNTY0QzEwLjQzMTcgMjAuMjUxNyAxMC43NDgzIDIwLjI1MTcgMTAuOTQzNiAyMC4wNTY0TDIyLjIzNjQgOC43NjM1NUMyMi40MzE3IDguNTY4MjkgMjIuNDMxNyA4LjI1MTcxIDIyLjIzNjQgOC4wNTY0NUwyMS41MzM0IDcuMzUzMzlDMjEuMzM4MiA3LjE1ODE5IDIxLjAyMTcgNy4xNTgxMSAyMC44MjY0IDcuMzUzMjJMMTAuOTQzNiAxNy4yMjY4WiIgZmlsbD0id2hpdGUiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyOCIgeTE9IjE0IiB4Mj0iMi4zMTI1ZS0wNSIgeTI9IjE0LjAyNDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUU3MTA0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUI1QTFDIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
  opacity: 1;
}

.header__user-btn .icon-user {
  width: 28px;
  height: 28px;
}

.header__user-btn .icon-user:after,
.header__user-btn .icon-user:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSIxNCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxjaXJjbGUgY3g9IjE0IiBjeT0iMTMiIHI9IjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxjaXJjbGUgY3g9IjE0IiBjeT0iMjgiIHI9IjEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjgiIHkxPSIxNCIgeDI9IjIuMzEyNWUtMDUiIHkyPSIxNC4wMjQ5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0VFNzEwNCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VCNUExQyIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHJlY3Qgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiByeD0iMTQiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
  opacity: 1;
}

.header__cart-count {
  background: linear-gradient(269.95deg, #ee7104 0.04%, #eb5a1c 99.96%);
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .header__search-line {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .header__main-btn {
    height: 24px;
  }

  .header__main-btn .header__main-btn-txt {
    display: none;
  }
}

@media (max-width: 959px) {
  .header__main .container__flex {
    display: block;
  }

  .header__block-logo {
    margin-bottom: 16px;
    display: flex;
  }

  .header__cart-btn {
    flex: 1;
    text-align: right;
    margin-left: 0;
    margin-top: 6px;
  }

  .header__menu-btn {
    position: absolute;
    right: 80px;
    top: 6px;
  }

  .header__user-btn {
    position: absolute;
    right: 40px;
    top: 6px;
  }

  .header__search-open .header__block-logo {
    display: none;
  }

  .header__search-open .header__search-line {
    position: fixed;
    z-index: 10001;
    left: 16px;
    right: 16px;
    width: auto;
    top: 16px;
  }

  .header__search-open .header__search-results {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 35px;
  }

  .header__search-open .header__search-wrapper {
    padding: 0;
    height: calc(100vh - 35px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__search-name {
    position: relative;
    padding-top: 32px;
  }

  .header__search-price {
    position: absolute;
    left: 0;
    top: 0;
  }

  .header__search-price-old {
    padding-left: 8px;
  }

  .header__search-links {
    padding-top: 30px;
  }

  .header__search-links + .main-button {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .header__main {
    padding: 32px 0;
  }

  .header__menu-btn {
    display: none;
  }

  .header__block-logo {
    margin-right: 60px;
    min-width: 135px;
  }

  .header__search-line form {
    padding-left: 127px;
  }

  .header__main-btns {
    padding-right: 54px;
  }

  .header__cart-btn {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .header__catalog-open .header-hide__block,
  .header__search-open .header-hide__block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  }

  .header__catalog-open .header__main,
  .header__search-open .header__main {
    z-index: 10;
    background: #fff;
  }

  .header__catalog-open .header__bar,
  .header__search-open .header__bar {
    z-index: 10;
    position: relative;
  }

  .header__search-wrapper {
    margin-left: 195px;
  }

  .header__search-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__search-price.header__search-sale {
    position: relative;
    padding-top: 20px;
  }

  .header__search-price.header__search-sale .header__search-price-old {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .header__main-btns {
    padding-right: 112px;
  }

  .header__main-btn {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }

  .header__main-btn .icon-main {
    margin-right: 10px;
  }

  .header__cart-btn {
    top: 6px;
  }
}

.footer {
  background: #f4f4f4;
}

.footer-subscribe {
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
}

.footer-subscribe__txt {
  font-weight: 500;
}

.footer-subscribe__txt img {
  margin-right: 16px;
}

.footer-subscribe__input {
  width: 100%;
}

.footer-menu__block {
  font-size: 14px;
  padding: 48px 0 64px;
}

.footer-menu__block a {
  font-weight: 500;
}

.footer-menu__accordion ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu__accordion li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu__title {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
  padding-bottom: 16px;
}

.footer-menu__pickup,
.footer-menu__txt {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.footer-menu__pickup a,
.footer-menu__txt a {
  text-decoration: underline;
  color: #666;
}

.footer-menu__pickup-time {
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-menu__txt {
  margin-bottom: 8px;
  padding-right: 30px;
}

.footer-menu__phone {
  margin-bottom: 16px;
}

.footer-payment img {
  height: 24px;
}

.footer-payment img:not(:first-child) {
  margin-left: 8px;
}

.footer-socials__link:not(:first-child) {
  margin-left: 16px;
}

.footer-copyright {
  padding: 24px 0;
  font-size: 12px;
  border-top: 1px solid #ddd;
}

.footer-copyright__item .footer-copyright__company {
  color: #00c;
  font-weight: 500;
}

.footer-copyright__item .footer-copyright__company:hover {
  color: #ee7104;
}

@media (max-width: 959px) {
  .footer-subscribe__container {
    display: block;
  }

  .footer-subscribe {
    padding: 24px 0;
  }

  .footer-subscribe__txt {
    margin-bottom: 16px;
  }

  .footer-subscribe__txt img {
    min-width: 40px;
  }

  .footer-copyright {
    margin: 0 -16px;
    padding: 32px 16px 32px;
  }

  .footer-copyright .container__flex {
    flex-wrap: wrap;
  }

  .footer-copyright__item {
    text-align: center;
    width: 100%;
  }

  .footer-copyright__item-margin {
    display: block;
  }

  .footer-copyright__item-margin + .footer-copyright__item-margin {
    margin-top: 8px;
  }

  .footer-copyright__item + .footer-copyright__item {
    margin-top: 16px;
  }

  .footer-menu__accordion {
    padding-bottom: 24px;
  }
}

@media (max-width: 959px) {
  .footer-subscribe__txt {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .footer-menu__block {
    padding: 0 0 32px;
  }

  .footer-menu__accordion {
    border-bottom: 1px solid #ddd;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .footer-menu__title {
    padding-top: 32px;
    font-size: 16px;
  }

  .footer-menu__block .main-button {
    width: 100%;
  }

  .footer-subscribe__form .container__flex {
    flex-wrap: wrap;
  }

  .footer-subscribe__form .main-button {
    width: 100%;
    margin-top: 16px;
  }

  .footer-menu__toggle-btn {
    border-bottom: 1px solid #ddd;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }

  .footer-menu__toggle-btn.active {
    border-bottom: 1px solid #f4f4f4;
  }

  .footer-menu__toggle-btn.active .icon-arrow:before {
    opacity: 0;
  }

  .footer-menu__toggle-btn.active .icon-arrow:after {
    opacity: 1;
    transform: rotate(180deg);
  }

  .footer-menu__toggle-btn .icon-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
  }

  .footer-menu__phone {
    margin-bottom: 24px;
  }
}

@media (min-width: 640px) {
  .footer-payment {
    margin-bottom: 24px;
  }

  .footer-subscribe__input {
    margin-right: 16px;
  }
}

@media (min-width: 960px) {
  .footer-subscribe__txt {
    width: 50%;
  }

  .footer-subscribe__form {
    width: 50%;
  }

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

  .footer-copyright__item .footer-copyright__item-margin {
    margin-left: 16px;
  }

  .footer-copyright__item .footer-copyright__francysk {
    margin-left: 41px;
  }
}

@media (min-width: 1200px) {
  .footer-copyright__francysk {
    margin-left: 16px;
  }
}

.item-card {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.item-card:hover .item-card__add-btns {
  opacity: 1;
}

.item-card:hover .item-card__title {
  color: #ee7104;
}

.item-card:hover .item-card__title {
  height: auto;
  max-height: 103px;
}

.item-card:hover img {
  transform: scale(1.1);
}

.item-card:hover .item-card__container {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0 12px;
  width: 100%;
}

.item-card__img {
  position: relative;
  overflow: hidden;
  height: 212px;
  /* margin-bottom: 16px; */
  display: block;
  text-align: center;
}

.item-card__img img {
  height: auto;
  transition: all 0.3s ease;
  will-change: transform;
}

.item-card__img .item-card__country {
  position: absolute;
  left: 0;
  top: 16px;
}

.item-card__img .item-card__country img {
  width: 35px;
  height: 24px;
}

.item-card__title {
  max-height: 42px;
  min-height: 42px;
  font-size: 14px;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  transition: max-height 0.2s ease-in-out;
}

.item-card__aside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-card__price {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.item-card__price.item-card__price-sale {
  color: red;
}

.item-card__price .item-card__price-old {
  text-decoration-line: line-through;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.item-card__btn .icon-cart {
  width: 24px;
  height: 24px;
  top: 8px;
  margin-right: 8px;
}

.item-card__add-btns {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.item-card__compare,
.item-card__favorite {
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.item-card__compare:hover,
.item-card__favorite:hover {
  color: #ee7104;
  border-color: #ee7104;
}

.item-card__compare svg,
.item-card__favorite svg {
  max-width: 24px;
  height: 24px;
  fill: currentcolor;
}

.item-card__compare {
  margin-right: 8px;
}

.item-card__reserve {
  font-weight: 700;
  font-size: 18px;
  color: #999;
}

.item__block .main-title {
  margin-bottom: 8px;
}

.main-title_red {
  background-color: #fbd8d8;
  border: 2px dashed red;
  padding: 7px;
}

.item__vendor-code {
  font-size: 12px;
}

.item__vendor-code span {
  color: #999;
}

.item__price-block {
  margin-top: 24px;
}

.item__price-block .item__vendor-code {
  margin-top: 10px;
  display: block;
}

.item__price-block .item-card__price {
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.item__price-block .item__favorite-block {
  display: flex;
}

.item__price-block .item__favorite-block .item-card__compare,
.item__price-block .item__favorite-block .item-card__favorite {
  border: 0;
  margin: 0;
  color: #999;
}

.item__gallery {
  position: relative;
}

.item__gallery .item-card__country {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.item__gallery .item-card__country img {
  width: 49px;
  height: 48px;
}

.item__buttons-amount {
  width: 50px;
  border-radius: 0;
  border-width: 1px 0;
}

.item__buttons-block .input-group {
  display: flex;
  margin-right: 16px;
}

.item__quick-order .icon-click {
  width: 24px;
  height: 24px;
  top: 8px;
  margin-right: 8px;
}

.item__small-title {
  color: #999;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.item__short-desc {
  font-size: 12px;
}

.item__short-desc ul {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-left: 16px;
  list-style: none;
  font-size: 12px;
}

.item__short-desc ul li {
  position: relative;
  margin-bottom: 8px;
}

.item__short-desc ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  border-radius: 50%;
  top: 5px;
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #ee7104;
}

.item__short-desc ul li a {
  font-weight: 500;
}

.item__navigation-link {
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}

.item__tabs-block {
  margin-top: 32px;
  background-color: #f4f4f4;
}

.item__tabs-block .item__tabs-item {
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0 14px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.item__content-block {
  padding-top: 32px;
}

.item__content-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.item__advantages .advantage-item {
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 24px 16px;
}

.item__advantages .advantage-item__info {
  font-size: 14px;
}

.item__content-description {
  font-size: 14px;
}

.item__content-description table {
  width: 100%;
  border-spacing: 0;
}

.item__content-description table tr:first-child {
  font-weight: 500;
}

.item__content-description table tr:nth-child(2n) {
  background: rgba(244, 245, 247, 0.55);
}

.item__content-description table td {
  padding: 8px;
}

.item__similar-items .item-card {
  max-width: 100%;
  border-bottom: 0;
}

.relation-title {
  margin: 0 0 24px;
}

.relation-link {
  font-size: 12px;
}

.relation-item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.relation-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.relation-item:last-child {
  padding-bottom: 5px;
}

.relation-item .item-card__img {
  min-width: 80px;
  max-width: 80px;
  height: auto;
  margin-right: 10px;
  padding-top: 36px;
}

.relation-item .item-card__img img {
  height: auto;
}

.relation-item .item-card__img .item-card__country {
  top: 0;
}

.relation-item .item-card__img .item-card__title {
  min-height: auto;
}

.relation-item .item-card__price,
.relation-item .item-card__reserve {
  position: absolute;
  top: 0;
  font-size: 16px;
}

.relation-item .item-card__price-sale {
  font-size: 14px;
}

.relation-item .item-card__price-sale .item-card__price-old {
  margin-left: 8px;
  position: relative;
  top: 0;
}

.relation-item .item-card__add-btns {
  opacity: 1;
  top: 0;
}

.relation-item .item-card__compare,
.relation-item .item-card__favorite {
  width: 24px;
  height: 24px;
}

.relation-item .item-card__info {
  padding-top: 34px;
  width: 100%;
}

.item__character-col {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.item__character-col img {
  max-height: 30px;
  margin-right: 15px;
}

.item__content-video {
  position: relative;
  padding-bottom: 56.15%;
  overflow: hidden;
  display: block;
}

.item__content-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.item__review-full-raiting {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.item__review-full-raiting .main-button {
  margin-left: 24px;
}

.item__review-raiting {
  width: 100%;
  display: flex;
  align-items: center;
}

.item__review-aside {
  font-weight: 700;
  font-size: 32px;
  margin-right: 16px;
}

.item__review-about-raiting {
  color: #999;
  font-size: 12px;
}

.item__content-tab {
  display: none;
}

.item__content-tab.active {
  display: block;
}

.item__tabs-toggle {
  font-weight: 500;
  padding: 16px 0 14px;
  border-bottom: 2px solid transparent;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f4f4f4;
  font-size: 16px;
  display: block;
  position: relative;
  color: #292929;
  border-bottom: 1px solid #ddd;
}

.item__tabs-toggle.item__tabs-toggle-video {
  border-color: #f4f4f4;
}

.item__tabs-toggle:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
}

.item__tabs-toggle.active {
  border-color: #f4f4f4;
}

.item__tabs-toggle.active:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZDQkYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
  transform: rotate(180deg);
}

.item__gallery-lupa {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  z-index: 3;
  cursor: pointer;
}

.item__gallery-lupa:hover:before {
  opacity: 0;
}

.item__gallery-lupa:hover:after {
  opacity: 1;
}

.item__gallery-lupa:after,
.item__gallery-lupa:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
}

.item__gallery-lupa:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMDYwNyAxMy4wNjA3QzEyLjkyMTQgMTMuMiAxMi43NTYgMTMuMzEwNSAxMi41NzQgMTMuMzg1OUMxMi4zOTIgMTMuNDYxMyAxMi4xOTcgMTMuNTAwMSAxMiAxMy41MDAxQzExLjgwMyAxMy41MDAxIDExLjYwOCAxMy40NjEzIDExLjQyNiAxMy4zODU5QzExLjI0NCAxMy4zMTA1IDExLjA3ODYgMTMuMiAxMC45MzkzIDEzLjA2MDdMNC41IDYuNjIxMzFWNC41SDYuNjIxMzFMMTMuMDYwNyAxMC45MzkzQzEzLjIgMTEuMDc4NiAxMy4zMTA1IDExLjI0NCAxMy4zODU5IDExLjQyNkMxMy40NjEzIDExLjYwOCAxMy41MDAxIDExLjgwMyAxMy41MDAxIDEyQzEzLjUwMDEgMTIuMTk3IDEzLjQ2MTMgMTIuMzkyIDEzLjM4NTkgMTIuNTc0QzEzLjMxMDUgMTIuNzU2IDEzLjIgMTIuOTIxNCAxMy4wNjA3IDEzLjA2MDdaTTI1LjUgMjUuNVYyMy4zNzg3TDE5LjA2MDcgMTYuOTM5M0MxOC43Nzk0IDE2LjY1OCAxOC4zOTc4IDE2LjUgMTggMTYuNUMxNy42MDIyIDE2LjUgMTcuMjIwNiAxNi42NTggMTYuOTM5MyAxNi45MzkzQzE2LjY1OCAxNy4yMjA2IDE2LjUgMTcuNjAyMiAxNi41IDE4QzE2LjUgMTguMzk3OCAxNi42NTggMTguNzc5NCAxNi45MzkzIDE5LjA2MDdMMjMuMzc4NyAyNS41SDI1LjVaTTMuNSAxMFYzLjVIMTBDMTAuMzk3OCAzLjUgMTAuNzc5NCAzLjM0MTk2IDExLjA2MDcgMy4wNjA2NkMxMS4zNDIgMi43NzkzNiAxMS41IDIuMzk3ODIgMTEuNSAyQzExLjUgMS42MDIxOCAxMS4zNDIgMS4yMjA2NCAxMS4wNjA3IDAuOTM5MzRDMTAuNzc5NCAwLjY1ODAzNSAxMC4zOTc4IDAuNSAxMCAwLjVIMkMxLjYwMjE4IDAuNSAxLjIyMDY0IDAuNjU4MDM1IDAuOTM5MzQgMC45MzkzNEMwLjY1ODAzNSAxLjIyMDY0IDAuNSAxLjYwMjE4IDAuNSAyVjEwQzAuNSAxMC4zOTc4IDAuNjU4MDM1IDEwLjc3OTQgMC45MzkzNCAxMS4wNjA3QzEuMjIwNjQgMTEuMzQyIDEuNjAyMTggMTEuNSAyIDExLjVDMi4zOTc4MiAxMS41IDIuNzc5MzYgMTEuMzQyIDMuMDYwNjYgMTEuMDYwN0MzLjM0MTk2IDEwLjc3OTQgMy41IDEwLjM5NzggMy41IDEwWk0yOS41IDI4VjIwQzI5LjUgMTkuNjAyMiAyOS4zNDIgMTkuMjIwNiAyOS4wNjA3IDE4LjkzOTNDMjguNzc5NCAxOC42NTggMjguMzk3OCAxOC41IDI4IDE4LjVDMjcuNjAyMiAxOC41IDI3LjIyMDYgMTguNjU4IDI2LjkzOTMgMTguOTM5M0MyNi42NTggMTkuMjIwNiAyNi41IDE5LjYwMjIgMjYuNSAyMFYyNi41SDIwQzE5LjYwMjIgMjYuNSAxOS4yMjA2IDI2LjY1OCAxOC45MzkzIDI2LjkzOTNDMTguNjU4IDI3LjIyMDYgMTguNSAyNy42MDIyIDE4LjUgMjhDMTguNSAyOC4zOTc4IDE4LjY1OCAyOC43Nzk0IDE4LjkzOTMgMjkuMDYwN0MxOS4yMjA2IDI5LjM0MiAxOS42MDIyIDI5LjUgMjAgMjkuNUgyOEMyOC4zOTc4IDI5LjUgMjguNzc5NCAyOS4zNDIgMjkuMDYwNyAyOS4wNjA3QzI5LjM0MiAyOC43Nzk0IDI5LjUgMjguMzk3OCAyOS41IDI4WiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==);
}

.item__gallery-lupa:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMDYwNyAxMy4wNjA3QzEyLjkyMTQgMTMuMiAxMi43NTYgMTMuMzEwNSAxMi41NzQgMTMuMzg1OUMxMi4zOTIgMTMuNDYxMyAxMi4xOTcgMTMuNTAwMSAxMiAxMy41MDAxQzExLjgwMyAxMy41MDAxIDExLjYwOCAxMy40NjEzIDExLjQyNiAxMy4zODU5QzExLjI0NCAxMy4zMTA1IDExLjA3ODYgMTMuMiAxMC45MzkzIDEzLjA2MDdMNC41IDYuNjIxMzFWNC41SDYuNjIxMzFMMTMuMDYwNyAxMC45MzkzQzEzLjIgMTEuMDc4NiAxMy4zMTA1IDExLjI0NCAxMy4zODU5IDExLjQyNkMxMy40NjEzIDExLjYwOCAxMy41MDAxIDExLjgwMyAxMy41MDAxIDEyQzEzLjUwMDEgMTIuMTk3IDEzLjQ2MTMgMTIuMzkyIDEzLjM4NTkgMTIuNTc0QzEzLjMxMDUgMTIuNzU2IDEzLjIgMTIuOTIxNCAxMy4wNjA3IDEzLjA2MDdaTTI1LjUgMjUuNVYyMy4zNzg3TDE5LjA2MDcgMTYuOTM5M0MxOC43Nzk0IDE2LjY1OCAxOC4zOTc4IDE2LjUgMTggMTYuNUMxNy42MDIyIDE2LjUgMTcuMjIwNiAxNi42NTggMTYuOTM5MyAxNi45MzkzQzE2LjY1OCAxNy4yMjA2IDE2LjUgMTcuNjAyMiAxNi41IDE4QzE2LjUgMTguMzk3OCAxNi42NTggMTguNzc5NCAxNi45MzkzIDE5LjA2MDdMMjMuMzc4NyAyNS41SDI1LjVaTTMuNSAxMFYzLjVIMTBDMTAuMzk3OCAzLjUgMTAuNzc5NCAzLjM0MTk2IDExLjA2MDcgMy4wNjA2NkMxMS4zNDIgMi43NzkzNiAxMS41IDIuMzk3ODIgMTEuNSAyQzExLjUgMS42MDIxOCAxMS4zNDIgMS4yMjA2NCAxMS4wNjA3IDAuOTM5MzRDMTAuNzc5NCAwLjY1ODAzNSAxMC4zOTc4IDAuNSAxMCAwLjVIMkMxLjYwMjE4IDAuNSAxLjIyMDY0IDAuNjU4MDM1IDAuOTM5MzQgMC45MzkzNEMwLjY1ODAzNSAxLjIyMDY0IDAuNSAxLjYwMjE4IDAuNSAyVjEwQzAuNSAxMC4zOTc4IDAuNjU4MDM1IDEwLjc3OTQgMC45MzkzNCAxMS4wNjA3QzEuMjIwNjQgMTEuMzQyIDEuNjAyMTggMTEuNSAyIDExLjVDMi4zOTc4MiAxMS41IDIuNzc5MzYgMTEuMzQyIDMuMDYwNjYgMTEuMDYwN0MzLjM0MTk2IDEwLjc3OTQgMy41IDEwLjM5NzggMy41IDEwWk0yOS41IDI4VjIwQzI5LjUgMTkuNjAyMiAyOS4zNDIgMTkuMjIwNiAyOS4wNjA3IDE4LjkzOTNDMjguNzc5NCAxOC42NTggMjguMzk3OCAxOC41IDI4IDE4LjVDMjcuNjAyMiAxOC41IDI3LjIyMDYgMTguNjU4IDI2LjkzOTMgMTguOTM5M0MyNi42NTggMTkuMjIwNiAyNi41IDE5LjYwMjIgMjYuNSAyMFYyNi41SDIwQzE5LjYwMjIgMjYuNSAxOS4yMjA2IDI2LjY1OCAxOC45MzkzIDI2LjkzOTNDMTguNjU4IDI3LjIyMDYgMTguNSAyNy42MDIyIDE4LjUgMjhDMTguNSAyOC4zOTc4IDE4LjY1OCAyOC43Nzk0IDE4LjkzOTMgMjkuMDYwN0MxOS4yMjA2IDI5LjM0MiAxOS42MDIyIDI5LjUgMjAgMjkuNUgyOEMyOC4zOTc4IDI5LjUgMjguNzc5NCAyOS4zNDIgMjkuMDYwNyAyOS4wNjA3QzI5LjM0MiAyOC43Nzk0IDI5LjUgMjguMzk3OCAyOS41IDI4WiIgZmlsbD0iI0ZDQkYwMCIvPjwvc3ZnPg==);
  opacity: 0;
}

.item__gallery-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 100;
}

.item__gallery-big {
  display: none;
  background-color: #fff;
  padding: 30px 0;
}

.item__gallery-big.active {
  position: fixed;
  display: block;
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.item__gallery-big.active + .item__gallery-overlay {
  display: block;
}

.item__gallery-big.simple .item__gallery-big-content {
  padding-left: 0;
}

.item__gallery-big.simple .item__gallery-big-arrow-block,
.item__gallery-big.simple .item__gallery-big-icon {
  display: none;
}

.item__gallery-big .item__gallery-big-close {
  height: 40px;
  cursor: pointer;
  right: 30px;
  top: 0;
  width: 40px;
  position: absolute;
  background: url('/local/frontend/build/css/../images/close.svg') no-repeat 0 0;
  z-index: 150;
}

.item__gallery-big .item__gallery-big-icon {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: 130px;
  z-index: 50;
}

.item__gallery-big .item__gallery-big-icon::-webkit-scrollbar {
  width: 10px;
  background: #f0f2f5;
  border-radius: 10px;
  height: 10px;
}

.item__gallery-big .item__gallery-big-icon::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

.item__gallery-big .item__gallery-big-icon .item__gallery-icon {
  width: 90px;
  height: 90px;
  line-height: 80px;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  transition: border-color 0.3s;
  border-radius: 4px;
  overflow: hidden;
}

.item__gallery-big .item__gallery-big-icon .item__gallery-icon.active {
  border: 1px solid #ee7104;
}

.item__gallery-big
  .item__gallery-big-icon
  .item__gallery-icon:not(:first-child) {
  margin-top: 20px;
}

.item__gallery-big .item__gallery-big-icon .item__gallery-icon img {
  max-width: 80px;
  max-height: 80px;
}

.item__gallery-big .item__gallery-big-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 150px;
}

.item__gallery-big .item__gallery-big-content .item__gallery-big-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.item__gallery-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 50%;
  cursor: pointer;
}

.item__gallery-arrow:hover .item__gallery-arrow {
  opacity: 1;
}

.item__gallery-arrow.item__gallery-arrow-button-disabled {
  cursor: default;
}

.item__gallery-arrow.item__gallery-arrow-button-disabled
  .item__gallery-arrow-button {
  cursor: default;
}

.item__gallery-arrow.item__gallery-arrow-button-disabled
  .item__gallery-arrow-button:before {
  opacity: 0.5;
}

.item__gallery-arrow .item__gallery-arrow-button {
  cursor: pointer;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  opacity: 1;
  bottom: 0;
  position: absolute;
}

.item__gallery-arrow .item__gallery-arrow-button:before {
  content: "";
  width: 16px;
  height: 28px;
  display: block;
  margin-left: 23px;
  margin-top: 16px;
  background: url('/local/frontend/build/css/../images/arrow.svg') no-repeat 50%;
  transition: opacity 0.3s;
  opacity: 1;
}

.item__gallery-arrow-prev {
  left: 0;
}

.item__gallery-arrow-prev .item__gallery-arrow-button {
  right: 0;
}

.item__gallery-arrow-prev .item__gallery-arrow-button:before {
  transform: scaleX(-1);
  margin-left: 20px;
}

.item__gallery-arrow-next {
  right: 0;
}

.item__gallery-arrow-next .item__gallery-arrow-button {
  left: 0;
}

.item__instruction-link {
  color: #00c;
  position: relative;
  display: flex;
}

.item__instruction-link:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDguNzk5OTlINC45OTk5OEM0Ljc3OTE4IDguNzk5OTkgNC41OTk5OCA4Ljk3ODc5IDQuNTk5OTggOS4xOTk5OUM0LjU5OTk4IDkuNDIxMTkgNC43NzkxOCA5LjU5OTk5IDQuOTk5OTggOS41OTk5OUgxNUMxNS4yMjA4IDkuNTk5OTkgMTUuNCA5LjQyMTE5IDE1LjQgOS4xOTk5OUMxNS40IDguOTc4NzkgMTUuMjIwOCA4Ljc5OTk5IDE1IDguNzk5OTlaIiBmaWxsPSIjMDAwMENDIi8+CjxwYXRoIGQ9Ik00Ljk5OTk4IDYuMzk5OThIOC45OTk5OEM5LjIyMDc4IDYuMzk5OTggOS4zOTk5NyA2LjIyMTE4IDkuMzk5OTcgNS45OTk5OEM5LjM5OTk3IDUuNzc4NzggOS4yMjA3OCA1LjU5OTk4IDguOTk5OTggNS41OTk5OEg0Ljk5OTk4QzQuNzc5MTggNS41OTk5OCA0LjU5OTk4IDUuNzc4NzggNC41OTk5OCA1Ljk5OTk4QzQuNTk5OTggNi4yMjExOCA0Ljc3OTE4IDYuMzk5OTggNC45OTk5OCA2LjM5OTk4WiIgZmlsbD0iIzAwMDBDQyIvPgo8cGF0aCBkPSJNMTUgMTJINC45OTk5OEM0Ljc3OTE4IDEyIDQuNTk5OTggMTIuMTc4OCA0LjU5OTk4IDEyLjRDNC41OTk5OCAxMi42MjEyIDQuNzc5MTggMTIuOCA0Ljk5OTk4IDEyLjhIMTVDMTUuMjIwOCAxMi44IDE1LjQgMTIuNjIxMiAxNS40IDEyLjRDMTUuNCAxMi4xNzg4IDE1LjIyMDggMTIgMTUgMTJaIiBmaWxsPSIjMDAwMENDIi8+CjxwYXRoIGQ9Ik0xNSAxNS4ySDQuOTk5OThDNC43NzkxOCAxNS4yIDQuNTk5OTggMTUuMzc4OCA0LjU5OTk4IDE1LjZDNC41OTk5OCAxNS44MjEyIDQuNzc5MTggMTYgNC45OTk5OCAxNkgxNUMxNS4yMjA4IDE2IDE1LjQgMTUuODIxMiAxNS40IDE1LjZDMTUuNCAxNS4zNzg4IDE1LjIyMDggMTUuMiAxNSAxNS4yWiIgZmlsbD0iIzAwMDBDQyIvPgo8cGF0aCBkPSJNMTUgMTguNEg0Ljk5OTk4QzQuNzc5MTggMTguNCA0LjU5OTk4IDE4LjU3ODggNC41OTk5OCAxOC44QzQuNTk5OTggMTkuMDIxMiA0Ljc3OTE4IDE5LjIgNC45OTk5OCAxOS4ySDE1QzE1LjIyMDggMTkuMiAxNS40IDE5LjAyMTIgMTUuNCAxOC44QzE1LjQgMTguNTc4OCAxNS4yMjA4IDE4LjQgMTUgMTguNFoiIGZpbGw9IiMwMDAwQ0MiLz4KPHBhdGggZD0iTTEzLjU2NTYgMEgwLjU5OTk3NlYyNEgxOS40VjUuODM0NEwxMy41NjU2IDBaTTEzLjggMS4zNjU2TDE4LjAzNDQgNS42SDEzLjhWMS4zNjU2Wk0xLjM5OTk4IDIzLjJWMC44SDEzVjYuNEgxOC42VjIzLjJIMS4zOTk5OFoiIGZpbGw9IiMwMDAwQ0MiLz4KPC9zdmc+Cg==);
  width: 20px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

.item__instruction-link:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDguNzk5OTlINC45OTk5OEM0Ljc3OTE4IDguNzk5OTkgNC41OTk5OCA4Ljk3ODc5IDQuNTk5OTggOS4xOTk5OUM0LjU5OTk4IDkuNDIxMTkgNC43NzkxOCA5LjU5OTk5IDQuOTk5OTggOS41OTk5OUgxNUMxNS4yMjA4IDkuNTk5OTkgMTUuNCA5LjQyMTE5IDE1LjQgOS4xOTk5OUMxNS40IDguOTc4NzkgMTUuMjIwOCA4Ljc5OTk5IDE1IDguNzk5OTlaIiBmaWxsPSIjRkNCRjAwIi8+CjxwYXRoIGQ9Ik00Ljk5OTk4IDYuMzk5OThIOC45OTk5OEM5LjIyMDc4IDYuMzk5OTggOS4zOTk5NyA2LjIyMTE4IDkuMzk5OTcgNS45OTk5OEM5LjM5OTk3IDUuNzc4NzggOS4yMjA3OCA1LjU5OTk4IDguOTk5OTggNS41OTk5OEg0Ljk5OTk4QzQuNzc5MTggNS41OTk5OCA0LjU5OTk4IDUuNzc4NzggNC41OTk5OCA1Ljk5OTk4QzQuNTk5OTggNi4yMjExOCA0Ljc3OTE4IDYuMzk5OTggNC45OTk5OCA2LjM5OTk4WiIgZmlsbD0iI0ZDQkYwMCIvPgo8cGF0aCBkPSJNMTUgMTJINC45OTk5OEM0Ljc3OTE4IDEyIDQuNTk5OTggMTIuMTc4OCA0LjU5OTk4IDEyLjRDNC41OTk5OCAxMi42MjEyIDQuNzc5MTggMTIuOCA0Ljk5OTk4IDEyLjhIMTVDMTUuMjIwOCAxMi44IDE1LjQgMTIuNjIxMiAxNS40IDEyLjRDMTUuNCAxMi4xNzg4IDE1LjIyMDggMTIgMTUgMTJaIiBmaWxsPSIjRkNCRjAwIi8+CjxwYXRoIGQ9Ik0xNSAxNS4ySDQuOTk5OThDNC43NzkxOCAxNS4yIDQuNTk5OTggMTUuMzc4OCA0LjU5OTk4IDE1LjZDNC41OTk5OCAxNS44MjEyIDQuNzc5MTggMTYgNC45OTk5OCAxNkgxNUMxNS4yMjA4IDE2IDE1LjQgMTUuODIxMiAxNS40IDE1LjZDMTUuNCAxNS4zNzg4IDE1LjIyMDggMTUuMiAxNSAxNS4yWiIgZmlsbD0iI0ZDQkYwMCIvPgo8cGF0aCBkPSJNMTUgMTguNEg0Ljk5OTk4QzQuNzc5MTggMTguNCA0LjU5OTk4IDE4LjU3ODggNC41OTk5OCAxOC44QzQuNTk5OTggMTkuMDIxMiA0Ljc3OTE4IDE5LjIgNC45OTk5OCAxOS4ySDE1QzE1LjIyMDggMTkuMiAxNS40IDE5LjAyMTIgMTUuNCAxOC44QzE1LjQgMTguNTc4OCAxNS4yMjA4IDE4LjQgMTUgMTguNFoiIGZpbGw9IiNGQ0JGMDAiLz4KPHBhdGggZD0iTTEzLjU2NTYgMEgwLjU5OTk3NlYyNEgxOS40VjUuODM0NEwxMy41NjU2IDBaTTEzLjggMS4zNjU2TDE4LjAzNDQgNS42SDEzLjhWMS4zNjU2Wk0xLjM5OTk4IDIzLjJWMC44SDEzVjYuNEgxOC42VjIzLjJIMS4zOTk5OFoiIGZpbGw9IiNGQ0JGMDAiLz4KPC9zdmc+Cg==);
}

.item__instruction-link + .item__instruction-link {
  margin-top: 16px;
}

.block-row__items:not(.block-row__full) {
  margin-bottom: -40px;
}

.block-row__full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.block-row__full .item-card__row-title {
  background: #f4f4f4;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px 24px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}

.block-row__full .item-card__row-title .item-card__row-desc {
  color: #999;
}

.item-card__row-main {
  width: 85%;
  display: flex;
}

.item-card__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 16px 16px;
  align-items: center;
}

.item-card__row_red {
 background: #ffd0d0;
 border: 2px dashed red;
 margin-bottom: 5px;
}

.parkside_logo{
  display: flex;
  flex-direction: row;
  background-color: #1c1c1c;
  width: 100%;
  padding: 25px;
}

.parkside_pro_text{
  padding: 40px;
}

.parkside_models_text{
  padding: 10px;
  padding-left: 40px;
}

.parkside_about{
  display: flex;
  flex-direction: row;
  background-color: #1c1c1c;
  color: white;
}

.parkside-underline{
  border-bottom: 6px solid #cd2828;
}

.parkside_about_text{
  max-width: 40%;
  padding: 40px;
}

.parkside_about_text_green{
  max-width: 40%;
  padding: 40px;
}

.parkside_about_green{
  display: flex;
  flex-direction: row;
  background-color: #1e4b32;
  color: white;
}

.parkside-underline-green{
  border-bottom: 6px solid #02ff99;
}

.parkside_about_text{
  max-width: 40%;
  padding: 40px;
}

.parkside_about_picture{
  max-width: 60%;
}

.parkside_about_text h1{
    font-family: TransducerExtended, sans-serif;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .02em;
    font-size: 1.625rem;
    font-size: 2.5rem;
}

.parkside_about_text_green h1{
      font-family: TransducerExtended, sans-serif;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .02em;
    font-size: 1.625rem;
    font-size: 2.5rem;
}


@media (max-width: 1199px) {

}

@media (max-width: 959px) {
  .parkside_about{
  display: flex;
  flex-direction: column;
}

.parkside_about_text{
  max-width: 100%;
}

.parkside_about_picture{
  max-width: 100%;
}

  .parkside_about_green{
  display: flex;
  flex-direction: column;
}

.parkside_about_text_green{
  max-width: 100%;
}

.parkside_about_picture{
  max-width: 100%;
}
}

@media (max-width: 639px) {

}

.photo_container{
width: 15%;
height: 100%;
margin-right: 15px;
background-color: white;
/* background: #08c; */
}

.photo_container_red{
  border: 2px dashed red;
  }

.item-card__row-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-card__count-block .item__buttons-amount {
  width: 55px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  border-left: 0;
  border-right: 0;
}

.item-card__count-block .input-group {
  display: flex;
}

.item-card__count-block .btn-decrement,
.item-card__count-block .btn-increment {
  width: 40px;
  height: 40px;
}

.item-card__row .item-card__img {
  height: 75px;
  min-width: 75px;
  /* margin: 0 32px 0 0; */
  overflow: visible;
  margin: 2em 0; /*ТУТ надо переделать */
}

.item-card__row .item-card__img img {
  max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 100%;
  transition: min-width 0.3s, max-height 0.3s;
  transform: translate(-50%, -50%);

  /* max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 100%;
  transition: min-width 0.3s, max-height 0.3s;
  transform: translate(-50%, -50%); */
}

.item-card__row .item-card__row-tile {
  width: 100%;
}

.item-card__row .item-card__title {
  /* padding-left: 40px; */
  line-height: 20px;
  font-weight: 600;
  min-height: auto;
  max-height: auto;
  margin-bottom: 8px;
}

.item-card__row .item-card__row-desc {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.item-card__row .item-card__row-desc span {
  color: #292929;
}

.item-card__row .item-card__row-price {
  padding: 0 24px;
  min-width: 178px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.item-card__row .item-card__price-opt {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.item-card__price-new {
  padding-top: 6px;
}

.item-card__row .item-card__btn {
  padding: 0 19px;
}

.item-card__row .item-card__reserve {
  white-space: nowrap;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.block-row__full .item-card__row-tile1 {
  width: 100%;
}

.block-row__full .item-card__row-tile2 {
  padding-left: 24px;
  min-width: 178px;
}

.block-row__full .item-card__row-tile3 {
  min-width: 290px;
}

.item-card__row-status {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .item__content-block .main-grid__left,
  .item__content-block .main-grid__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item__gallery-lupa {
    display: none;
  }
}

@media (max-width: 959px) {
  .item__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item__content-main {
    font-size: 14px;
  }

  .item__advantages .advantage-item {
    width: auto;
  }

  .relation-title {
    border-top: 1px solid #ddd;
    padding-top: 16px;
  }

  .block-row__full .item-card__row-title {
    display: none;
  }

  .item-card__row-btn {
    display: block;
  }

  .item-card__count-block {
    padding-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .item-card {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .item__tabs-block {
    display: none;
  }

  .item__advantages {
    margin-top: 32px;
  }

  .item__buttons-block .input-group {
    float: left;
  }

  .item__buttons-block .item-card__btn {
    overflow: hidden;
    display: block;
    height: 42px;
  }

  .item__buttons-block .item__quick-order {
    margin-top: 16px;
    width: 100%;
  }

  .item__price-block {
    margin-top: 24px;
  }

  .item-card__img {
    min-width: 80px;
    max-width: 80px;
    height: auto;
    margin-right: 10px;
    padding-top: 36px;
  }

  .item-card__img .item-card__country {
    top: 0;
  }

  .item-card__info {
    padding-top: 34px;
    width: 100%;
  }

  .item-card__title {
    min-height: auto;
  }

  .item-card__price,
  .item-card__reserve {
    position: absolute;
    top: 0;
    font-size: 16px;
  }

  .item-card__price-sale {
    font-size: 14px;
  }

  .item-card__price-sale .item-card__price-old {
    margin-left: 8px;
  }

  .item-card__add-btns {
    opacity: 1;
    top: 0;
  }

  .item-card__compare,
  .item-card__favorite {
    width: 24px;
    height: 24px;
  }

  .item_show-more {
    width: 100%;
    margin-top: 10px;
  }

  .item__character-line {
    margin-bottom: 24px;
  }

  .item__character-line .item__character-col:first-child {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
  }

  .item__content-tab {
    padding-top: 32px;
  }

  .item-card__row-main {
    width: calc(100% - 95px);
    display: block;
  }
}

@media (max-width: 639px) {
  .item-card__count-block .input-group {
    display: none;
  }

  .item-card__row .item-card__img {
    margin-right: 20px;
  }
}

@media (min-width: 640px) {
  .item-card {
    height: 326px;
  }

  .item__tabs-toggle {
    display: none;
  }

  .item_show-more {
    display: none;
  }

  .item-card__price .item-card__price-old {
    position: absolute;
    top: -15px;
    left: 0;
  }

  .item__tabs-block .item__tabs-item.active {
    border-bottom-color: #00c;
    color: #00c;
    pointer-events: none;
  }

  .item__tabs-block .item__tabs-item:not(:last-child) {
    margin-right: 48px;
  }

  .item__tabs-block .item__tabs-item:hover {
    color: #666;
  }

  .item__tabs-bottom {
    display: none;
  }

  .item__buttons-block {
    display: flex;
    flex-wrap: wrap;
  }

  .item__buttons-block .item-card__btn {
    margin-right: 24px;
  }

  .item__buttons-block .input-group {
    margin-bottom: 16px;
  }

  .item__character-line {
    display: flex;
  }

  .item__character-line:nth-child(2n) {
    background: rgba(244, 245, 247, 0.55);
  }

  .item__character-col {
    width: 50%;
    padding: 8px;
  }

  .item-card__img img {
    height: 212px;
  }
}

@media (min-width: 960px) {
  .item__content-block {
    padding-top: 40px;
  }

  .item-card__count-block .input-group {
    /* padding-right: 23px; */
    min-height: 65px;
  }

  .item-card__row .item-card__img:hover .item-card__img-block {
    width: 300px;
    height: 300px;
    position: absolute;
    border: 1px solid #ddd;
    z-index: 100;
    left: -74px;
    top: -74px;
    background: #fff;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .relation-title {
    margin-top: 16px;
  }

  .relation-items {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .relation-items .relation-item {
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .item__buttons-block .input-group {
    margin-bottom: 0;
  }

  .find-page .item-card {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.breadcrumbs__list {
  border-top: 1px solid #ddd;
  padding: 0;
  list-style: none;
  padding: 24px 0;
}

.breadcrumbs__list a {
  color: #999;
  font-size: 12px;
}

.breadcrumbs__list a:hover {
  color: #ee7104;
}

.breadcrumbs__list li {
  display: inline-block;
}

.breadcrumbs__list li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #999;
}

.breadcrumbs__list li:last-child span {
  color: #999;
  font-size: 12px;
}

@media (max-width: 959px) {
  .breadcrumbs {
    display: none;
  }
}

.section-panel {
  margin-bottom: 8px;
}

.section__panel-links {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.section__panel-links a {
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 16px;
  background: #fff;
  font-size: 12px;
  color: #666;
  padding: 8px 16px;
}

.section__panel-links a:hover {
  color: #ee7104;
  border-color: #ee7104;
}

.section__panel-sorting {
  font-size: 12px;
  line-height: 16px;
}

.section__panel-sorting-txt {
  padding-right: 8px;
}

.section__panel-view-txt {
  padding-left: 16px;
}

.section__filter-block {
  width: 50%;
  padding-left: 16px;
}

.section__filter {
  display: flex;
  line-height: 40px;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #ddd;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  box-shadow: none;
  background: 0 0;
  padding: 0 16px;
}

.section__filter .icon-filter {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

@media (max-width: 959px) {
  .section__panel-sorting {
    padding: 24px 24px 0 8px;
    margin: 24px -24px 0;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
  }

  .section__panel-sorting .main-select {
    width: 50%;
    padding-left: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .section__panel-sorting {
    padding-right: 16px;
    padding-left: 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .item-card__row {
    flex-wrap: wrap;
  }

  .item-card__row .item-card__row-tile {
    width: auto;
  }
}

@media (min-width: 960px) {
  .section-panel {
    padding: 24px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-bottom: 49px;
  }

  .section__filter-block {
    display: none;
  }

  .section__panel-sorting .main-select {
    display: inline-block;
  }
}

.mainMenu-body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.mainMenu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  z-index: -1;
}

.mainMenu__overlay.mainMenu__overlay-act {
  z-index: 999;
  opacity: 1;
}

.mainMenu__overlay .mainMenuu__overlay-close {
  position: absolute;
  color: #fff;
  right: 1%;
  top: 16px;
}

.mainMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  width: 90%;
  font-size: 14px;
  background: #fff;
}

.mainMenu.mainMenu-active {
  transform: translateX(0);
  overflow: auto;
  overflow-x: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mainMenu__nav {
  list-style: none;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mainMenu__nav .logo {
  margin: 10px auto;
  display: block;
}

.mainMenu__nav .icon-main,
.mainMenu__nav svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px;
}

.mainMenu__nav svg {
  fill: #292929;
}

.mainMenu__link {
  border-bottom: 1px solid #ddd;
  padding: 14px 20px;
}

.mainMenu__catalog-btn {
  background: #ee7104;
  padding: 14px 20px;
  display: block;
  position: relative;
}

.mainMenu__catalog-btn .icon-arrow {
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
}

.mainMenu__sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 40;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
}

.mainMenu__sub-menu.active {
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.mainMenu__sub-menu.active > li {
  display: block;
}

.mainMenu__sub-menu > li {
  display: none;
}

.mainMenu__sub-menu a,
.mainMenu__sub-menu span:not(.icon-arrow) {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 16px;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.mainMenu__sub-menu a.mainMenu__link-back,
.mainMenu__sub-menu span:not(.icon-arrow).mainMenu__link-back {
  padding-left: 48px;
  color: #00c;
  position: relative;
}

.mainMenu__sub-menu a.mainMenu__link-back:before,
.mainMenu__sub-menu span:not(.icon-arrow).mainMenu__link-back:before {
  position: absolute;
  display: block;
  content: url('/local/frontend/build/css/../images/mainMenu-arrow.svg');
  left: 16px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.mainMenu__sub-menu .mainMenu__link-parent {
  background-color: #f4f4f4;
  border-bottom: 0 !important;
  color: #999;
}

.mainMenu__sub-menu .mainMenu__has-child {
  padding-right: 32px !important;
  position: relative;
}

.mainMenu__sub-menu .mainMenu__has-child .icon-arrow {
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
}

.main-sections {
  margin: 48px 0;
}

.main-popular__mobile {
  margin-top: -24px;
}

.main-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 24px;
}

.main-section__item-img img {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.main-section__item-tile {
  display: block;
  margin-top: 8px;
}

.main-sections__catalog {
  position: absolute;
  top: 0;
  left: 20px;
  width: 259px;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.main-sections__catalog:hover {
  scrollbar-width: thin;
}

.main-sections__catalog:hover::-webkit-scrollbar {
  width: 6px;
}

.main-sections__catalog a {
  display: block;
}

.main-sections__catalog a:not(:first-child) {
  margin-top: 16px;
}

.main-sections__catalog-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-sections__content {
  width: 100%;
}

.main-sections__content .main-carousel__block + .main-carousel__block {
  margin-top: 40px;
}

.main-sections__content .owl-item .item-card {
  max-width: 100%;
  margin-bottom: 0;
}

.main-sections__content .item-card__section {
  height: auto;
}

.main-sections__content .item-card__section .item-card__title {
  margin-bottom: 0;
  min-height: auto;
}

@media (max-width: 959px) {
  .main-section__item-img img {
    min-height: 100px;
  }

  .main-section__item-tile {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .main-sections {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .main-sections {
    display: flex;
    border-left: 3px solid #ee7104;
    margin: 64px 0;
    padding-left: 304px;
    position: relative;
  }
}

.pagination {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
}

.pagination__wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.pagination__wrapper .pagination__active-page,
.pagination__wrapper .pagination__link-page {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.pagination__wrapper .pagination__active-page:not(:first-child),
.pagination__wrapper .pagination__link-page:not(:first-child) {
  border-left: 1px solid #ddd;
}

.pagination__wrapper .pagination__active-page.pagination__active-page,
.pagination__wrapper .pagination__link-page.pagination__active-page {
  background: #ddd;
  color: #666;
}

.pagination__next-page.disabled,
.pagination__prev-page.disabled {
  pointer-events: none;
}

.pagination__next-page.disabled span,
.pagination__prev-page.disabled span {
  opacity: 0.5;
  cursor: default;
}

.pagination__next-page .icon-main,
.pagination__prev-page .icon-main {
  width: 24px;
  height: 24px;
}

.pagination__next-page:hover .icon-main:before,
.pagination__prev-page:hover .icon-main:before {
  opacity: 0;
}

.pagination__next-page:hover .icon-main:after,
.pagination__prev-page:hover .icon-main:after {
  opacity: 1;
}

.pagination__prev-page .icon-main {
  transform: rotate(90deg);
}

.pagination__next-page .icon-main {
  transform: rotate(-90deg);
}

@media (max-width: 479px) {
  .pagination__wrapper {
    width: 100%;
  }

  .pagination__wrapper .pagination__active-page,
  .pagination__wrapper .pagination__link-page {
    display: none;
  }

  .pagination__wrapper .pagination__next-page,
  .pagination__wrapper .pagination__prev-page {
    width: 50%;
    display: block;
    text-align: center;
  }

  .pagination__wrapper .pagination__next-page .icon-arrow,
  .pagination__wrapper .pagination__prev-page .icon-arrow {
    margin-top: 8px;
  }
}

.section-filter__title {
  font-weight: 500;
}

.section-filter__item {
  padding: 24px 16px 0;
}

.section-filter__interval {
  margin-left: -8px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.section-filter__column {
  position: relative;
  width: 50%;
  padding-left: 8px;
}

.section-filter__column input {
  line-height: 32px;
  padding-left: 38px;
  font-size: 12px;
  -moz-appearance: textfield;
}

.section-filter__column span {
  color: #999;
  font-size: 12px;
  position: absolute;
  left: 24px;
  top: 8px;
}

.section-filter__checkbox {
  margin-top: 16px;
}

.section-filter__section {
  padding-top: 16px;
}

.section-filter__parent {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 12px;
  line-height: 16px;
  height: 24px;
  display: flex;
  align-items: center;
}

.section-filter__parent:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IC0zLjg1NzUzZS0wN0w1IDMuODE2NjdMOC44MjUgLTUuMTM2MDllLTA4TDEwIDEuMTc1TDUgNi4xNzVMLTUuMTM2MDllLTA4IDEuMTc1TDEuMTc1IC0zLjg1NzUzZS0wN1oiIGZpbGw9IiNGQ0JGMDAiLz48L3N2Zz4=);
}

.section-filter__parent.active {
  font-weight: 500;
}

.section-filter__parent.active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IDdMNSAzLjE4MzMzTDguODI1IDdMMTAgNS44MjVMNSAwLjgyNTAwMUwtNS4xMzYwOWUtMDggNS44MjVMMS4xNzUgN1oiIGZpbGw9IiMzMzMzMzMiLz48L3N2Zz4=);
  top: 8px;
}

.section-filter__parent.active:not(.isChild):after {
  display: none;
}

.section-filter__parent:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 10px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IC0zLjg1NzUzZS0wN0w1IDMuODE2NjdMOC44MjUgLTUuMTM2MDllLTA4TDEwIDEuMTc1TDUgNi4xNzVMLTUuMTM2MDllLTA4IDEuMTc1TDEuMTc1IC0zLjg1NzUzZS0wN1oiIGZpbGw9IiM5OTk5OTkiLz48L3N2Zz4=);
}

.section-filter__parent + .section-filter__parent {
  margin-top: 8px;
}

.section-filter__child {
  padding-left: 20px;
  padding-bottom: 16px;
}

.section-filter__child a,
.section-filter__child span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 12px;
}

.section-filter__child-hide {
  display: none;
}

.hidden {
  display: none;
}

.section-filter_link {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 16px;
  display: block;
}

.section-filter_link.hidden {
  display: none;
}

.section-filter__container {
  padding-bottom: 30px;
}

.section__clear-btn {
  width: 38px;
  height: 38px;
  background-color: #df6902;
  position: absolute;
  right: 0;
  top: 1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGQ9Ik0wIDBIMjRWMjRIMFYwWiIgZmlsbD0iI2ZmZmZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI21hc2swKSI+PHBhdGggZD0iTTE4LjY0NjQgNi43NjM1NUMxOC44NDE3IDYuNTY4MjkgMTguODQxNyA2LjI1MTcxIDE4LjY0NjQgNi4wNTY0NUwxNy45NDM2IDUuMzUzNTVDMTcuNzQ4MyA1LjE1ODI5IDE3LjQzMTcgNS4xNTgyOSAxNy4yMzY0IDUuMzUzNTVMMTIgMTAuNTlMNi43NjM1NSA1LjM1MzU1QzYuNTY4MjkgNS4xNTgyOSA2LjI1MTcxIDUuMTU4MjkgNi4wNTY0NSA1LjM1MzU1TDUuMzUzNTUgNi4wNTY0NUM1LjE1ODI5IDYuMjUxNzEgNS4xNTgyOSA2LjU2ODI5IDUuMzUzNTUgNi43NjM1NUwxMC41OSAxMkw1LjM1MzU1IDE3LjIzNjRDNS4xNTgyOSAxNy40MzE3IDUuMTU4MjkgMTcuNzQ4MyA1LjM1MzU1IDE3Ljk0MzZMNi4wNTY0NSAxOC42NDY0QzYuMjUxNzEgMTguODQxNyA2LjU2ODI5IDE4Ljg0MTcgNi43NjM1NSAxOC42NDY0TDEyIDEzLjQxTDE3LjIzNjQgMTguNjQ2NEMxNy40MzE3IDE4Ljg0MTcgMTcuNzQ4MyAxOC44NDE3IDE3Ljk0MzYgMTguNjQ2NEwxOC42NDY0IDE3Ljk0MzZDMTguODQxNyAxNy43NDgzIDE4Ljg0MTcgMTcuNDMxNyAxOC42NDY0IDE3LjIzNjRMMTMuNDEgMTJMMTguNjQ2NCA2Ljc2MzU1WiIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.section-filter #modef {
  width: 100%;
}

.section-filter #modef .main-button {
  width: 100%;
}

@media (max-width: 959px) {
  .section-filter {
    transform: translateX(-100%);
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 0 0 64px;
  }

  .section-filter.filter-active {
    transform: translateX(0);
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .section-filter__container {
    overflow-y: auto;
    height: 100%;
  }

  .section-filter__header {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 20px 16px;
    color: #999;
    font-size: 14px;
    position: relative;
  }

  .section-filter__header .icon-main {
    width: 24px;
    height: 24px;
  }

  .section-filter__header .icon-close {
    width: 24px;
    height: 24px;
  }

  .section-filter__header .icon-filter {
    margin-right: 8px;
  }

  .section-filter__header .icon-filter:before {
    opacity: 0;
  }

  .section-filter__header .icon-filter:after {
    opacity: 1;
  }

  .section__header-close {
    position: absolute;
    right: 16px;
    top: 20px;
  }

  .section-filter__item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-filter__close {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}

@media (min-width: 960px) {
  .section-filter {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 40px;
  }

  .section-filter__close,
  .section-filter__header {
    display: none;
  }

  .section-filter #modef {
    position: sticky;
    bottom: 0;
  }
}

.static-page__container h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0;
}

.static-page__container h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
  margin-top: 0;
}

.static-page__container h4 {
  font-weight: 500;
  margin-bottom: 8px;
}

.static-page__container b {
  font-weight: 500;
}

.static-page__success-numb {
  line-height: 42px;
  font-size: 32px;
  font-weight: 500;
  color: #ee7104;
  margin-bottom: 8px;
}

.about-quote {
  padding: 24px;
  border: 2px solid #ee7104;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
}

.about-quote-img {
  margin-bottom: 16px;
  text-align: center;
}

.about-mission-card {
  padding: 32px;
  color: #fff;
  height: 100%;
}

.about-mission-card ul {
  list-style: none;
  padding: 0;
  margin-left: -16px;
  margin-top: -8px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.about-mission-card ul li {
  padding-left: 16px;
  margin-top: 8px;
}

.about-mission-card.about-mission-column {
  margin-bottom: 24px;
}

.about-principle-title {
  padding: 24px 16px;
  background: #292929;
  color: #fff;
  margin-bottom: 24px;
}

.about-principle-title h2 {
  margin-bottom: 0;
}

.static-page__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.static-page__list > :nth-child(n + 2) {
  margin-top: 10px;
}

.static-page__list-margin {
  margin-bottom: 16px;
}

.about-bottom__banner-img {
  padding-top: 24px;
  text-align: center;
}

.about-bottom__banner-img img {
  height: auto;
  vertical-align: middle;
}

.about-bottom__banner-desc .button-primary {
  border: 1px solid #ddd;
  background: #fff;
}

.static-page__checkout img {
  vertical-align: top;
}

.static-page__checkout img:not(:last-child) {
  margin-right: 16px;
  margin-bottom: 16px;
}

.card-types {
  display: flex;
  align-items: center;
  border: 2px solid #ee7104;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 24px;
}

.card-types .static-page__list {
  margin-bottom: 0;
}

.card-types.card-types__exclamation {
  min-height: 172px;
}

.card-types.card-types__exclamation svg {
  min-width: 88px;
  max-width: 88px;
  height: 88px;
}

.card-types.card-types__exclamation .card-types-text {
  margin-left: 8px;
  line-height: 24px;
  font-size: 16px;
}

.card-types-text {
  margin-left: 48px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 500;
}

.card-types__desc {
  padding-bottom: 48px;
}

.card-types-secondary {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}

.card-types-margin {
  margin-top: 32px;
}

.refund-item {
  text-align: center;
  padding: 32px 16px;
  border-radius: 4px;
  border: 2px solid #ee7104;
  height: 100%;
}

.refund-item:not(.refund-item-exclamation) .refund-item-desc {
  margin-top: 16px;
  font-weight: 500;
}

.refund-item-exclamation svg {
  max-width: 56px;
  height: 56px;
}

.refund-step {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.refund-step:not(:first-child) .refund-step-img {
  position: relative;
}

.refund-step:not(:first-child) .refund-step-img:before {
  content: "";
  position: absolute;
  width: 128px;
  height: 33px;
  background: url('/local/frontend/build/css/../images/refund-arrow.svg');
  background-position-x: 0;
  background-position-y: 0;
  background-position: right top;
  left: 0;
  top: 50%;
  transform: translate(-60%, -50%);
}

.refund-step-img {
  margin-bottom: 16px;
}

.refund__send-button {
  padding-top: 32px;
}

.refund-block__item {
  margin-bottom: 16px;
}

.question-item {
  background: #f4f4f4;
  padding: 24px 16px;
  margin-bottom: 8px;
  border-radius: 2px;
  position: relative;
}

.question-item.open .question-item__title {
  color: #ee7104;
}

.question-item.open .question-item__title:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZDQkYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
}

.question-item__title {
  font-weight: 500;
  padding-right: 35px;
  cursor: pointer;
}

.question-item__title:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMzMzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wNTY4MyA5LjM1MzE3QzcuMjUxOTQgOS4xNTgwNiA3LjU2ODIzIDkuMTU3ODggNy43NjM1NSA5LjM1Mjc4TDExLjY0NjggMTMuMjI3NkMxMS44NDIgMTMuNDIyNCAxMi4xNTggMTMuNDIyMyAxMi4zNTMyIDEzLjIyNzZMMTYuMjM2NCA5LjM1Mjc4QzE2LjQzMTggOS4xNTc4OCAxNi43NDgxIDkuMTU4MDYgMTYuOTQzMiA5LjM1MzE3TDE3LjY0NjQgMTAuMDU2NEMxNy44NDE3IDEwLjI1MTcgMTcuODQxNyAxMC41NjgzIDE3LjY0NjQgMTAuNzYzNkwxMi4zNTM2IDE2LjA1NjRDMTIuMTU4MyAxNi4yNTE3IDExLjg0MTcgMTYuMjUxNyAxMS42NDY0IDE2LjA1NjRMNi4zNTM1NSAxMC43NjM2QzYuMTU4MjkgMTAuNTY4MyA2LjE1ODI5IDEwLjI1MTcgNi4zNTM1NSAxMC4wNTY0TDcuMDU2ODMgOS4zNTMxN1oiLz48L3N2Zz4=);
}

.question-item__desc {
  display: none;
  padding-top: 16px;
  transition: max-height 0.5s;
}

.block-row__news {
  margin-bottom: -24px;
}

.news-item {
  margin-bottom: 24px;
  display: block;
}

.news-item:hover .news-item__img img {
  transform: scale(1.1);
}

.news-item__img {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
}

.news-item__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news-item__date {
  margin-bottom: 8px;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.news-item__date svg {
  margin-right: 8px;
}

.news-item__title {
  font-weight: 500;
}

.news-item__full-desc img {
  border-radius: 4px;
  margin: 0 auto;
}

.news-item__full-desc p {
  margin: 0 0 24px;
}

.news-item__full-desc ol,
.news-item__full-desc ul {
  padding: 0 0 0 15px;
  margin-top: 0;
}

.news-item__full-desc ol li:not(:first-child),
.news-item__full-desc ul li:not(:first-child) {
  margin-top: 8px;
}

.news-item__full-desc ul {
  list-style: none;
}

.news-item__full-desc ul li {
  position: relative;
  padding-left: 6px;
}

.news-item__full-desc ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ee7104;
  position: absolute;
  left: -15px;
  top: 7px;
}

.contacts-items__line {
  margin-bottom: 24px;
}

.contacts-items__block h3 {
  margin-bottom: 8px;
}

.contacts-items__add-txt {
  font-size: 14px;
  line-height: 1.2;
  color: #999;
}

.contacts-form__column,
.contacts-map__column {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.contacts-map {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.contacts__form {
  padding: 32px 24px;
  border: 1px solid #eee;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
}

.contacts__form h3,
.contacts__form input,
.contacts__form textarea {
  margin-bottom: 16px;
}

.contacts__form-checkbox {
  margin-bottom: 24px;
}

.partners__banner {
  background-image: url('/local/frontend/build/css/../images/partners-img.jpg');
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  padding: 32px 24px;
  border-radius: 4px;
}

.partners__banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(90deg, #333 40.58%, rgba(51, 51, 51, 0.37) 100%);
}

.partners__banner-desc {
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 80%;
}

.partners__banner-desc h2 {
  line-height: 1.2;
}

.partners__banner-desc a {
  color: #ee7104;
}

.Oe6XsD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 56px;
  color: #484f55;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px #bfbfbf;
  box-shadow: 0 1px 4px #bfbfbf;
  border-radius: 6px;
  cursor: pointer;
}

.partners__banner-desc a:hover {
  text-decoration: underline;
}

.partners__info {
  font-size: 14px;
}

.partners__form {
  margin: 24px 0;
}

@media (max-width: 1199px) {
  .refund-step {
    font-size: 16px;
  }

  .refund-step img {
    max-width: 96px;
    height: 96px;
  }
}

@media (max-width: 959px) {
  .static-page__success .block-col-small {
    width: 50%;
  }

  .static-page__success .block-col-small:nth-child(n + 3) {
    margin-top: 24px;
  }

  .static-page__container h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .static-page__container h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .about-mission-card {
    padding: 24px 16px;
  }

  .about-mission-card.about-mission-column {
    margin-bottom: 0;
  }

  .about-bottom__banner-desc {
    padding-top: 32px;
  }

  .about-offer__card {
    width: 50%;
  }

  .about-offer__card:nth-child(n + 3) {
    margin-top: 32px;
  }

  .about-offer__card img {
    max-width: 104px;
    height: 104px;
  }

  .static-page__list {
    margin-bottom: 16px;
  }

  .contacts-items:not(:last-child) {
    margin-bottom: 16px;
  }

  .contacts-items__line {
    margin-bottom: 16px;
  }

  .contacts-map__column {
    margin-bottom: 24px;
  }

  .contacts-map {
    height: 320px;
  }
}

@media (max-width: 639px) {
  .item-card__row .item-card__row-price {
    padding: 16px 0 0;
  }

  .about-quote {
    font-size: 16px;
  }

  .about-quote-img {
    margin-bottom: 8px;
  }

  .about-quote-img img {
    max-width: 20px;
  }

  .static-page__success .block-col-small {
    font-size: 14px;
  }

  .static-page__success-numb {
    font-size: 20px;
    line-height: 24px;
  }

  .about-offer__card {
    width: 50%;
  }

  .about-offer__card .advantage-item__title {
    margin-bottom: 0;
  }

  .card-types {
    padding: 12px 16px;
  }

  .card-types svg {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
  }

  .card-types-text {
    font-size: 16px;
    margin-left: 16px;
  }

  .refund-block__item {
    margin-bottom: 24px;
  }

  .refund-step {
    width: 100%;
  }

  .refund-step:not(:first-child) {
    margin-top: 140px;
  }

  .refund-step:not(:first-child) .refund-step-img:before {
    max-width: 100px;
    overflow: hidden;
    -o-object-position: right;
    object-position: right;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -100%) rotate(90deg);
  }

  .refund-step img {
    max-width: 96px;
    height: 96px;
  }

  .refund-item {
    display: flex;
    align-items: center;
    padding: 24px 16px;
  }

  .refund-item img {
    max-width: 56px;
    height: 56px;
  }

  .refund-item .refund-item-desc {
    margin-top: 0 !important;
    margin-left: 16px;
    text-align: left;
  }

  .contacts__form {
    padding: 24px 16px;
  }

  .contacts__form .main-button {
    width: 100%;
  }

  .contacts-map {
    height: 218px;
  }
}

@media (min-width: 640px) {
  .about-mission-card.about-mission-column li {
    width: 50%;
  }

  .static-page__checkout {
    display: flex;
  }

  .static-page__checkout div {
    width: calc(100% * 1 / 3.001);
  }

  .static-page__checkout div:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .refund-step {
    padding: 0 12px;
    width: calc(100% * 1 / 3.001);
  }

  .contacts-form__column,
  .contacts-map__column {
    width: 50%;
  }

  .item-card__row-status {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .about-bottom__banner-img {
    order: -1;
  }

  .about-principle-title {
    padding: 32px 24px;
    margin-bottom: 32px;
  }

  .static-page__checkout div {
    width: auto;
  }

  .card-types svg {
    min-width: 136px;
    max-width: 136px;
    height: 136px;
  }

  .partners__form {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .contacts-map__column {
    width: calc(100% * 2 / 3.001);
  }

  .contacts-form__column {
    width: calc(100% * 1 / 3.001);
  }
}

/* /local/assets/css/dev.css */
.error{border:1px solid red}.h1{font-size:32px;line-height:24px;color:#333}.block-between{display:flex;gap:20px;margin-top:20px;margin-bottom:20px;padding:0}@media (max-width:960px){.block-between{display:flex;flex-direction:column-reverse}.block-between-container{width:100% !important}.block-between-column-big{width:100% !important}.hide-small{display:none}.guarantee__about{padding:10px}}.block-between-column-big{display:flex;flex-direction:column;width:calc(50% - 10px);padding:23px 20px;background:#fff;border:1px solid #eee;box-shadow:0 6px 12px rgba(0,0,0,0.05);border-radius:4px}.block-between-column-big h2.h1{margin-top:0;font-weight:500;font-size:16px;line-height:24px}.block-between-container{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% - 10px);gap:20px}.main-banner__item_new a{display:block;overflow:hidden;border-radius:8px;width:100%;top:0;left:0}.block-between-column{display:flex;flex-direction:column;width:calc(50% - 10px);padding:23px 20px;background:#fff;border:1px solid #eee;box-shadow:0 6px 12px rgba(0,0,0,0.05);border-radius:4px}.block-between-column-half-big{display:flex;flex-direction:column;width:calc(100%);padding:23px 20px;background:#fff;border:1px solid #eee;box-shadow:0 6px 12px rgba(0,0,0,0.05);border-radius:4px}.block-between-column-half-big h2.h1{margin-top:0;font-weight:500;font-size:16px;line-height:24px}.block-between-column h2.h1{margin-top:0;font-weight:500;font-size:16px;line-height:24px}.section-row{display:flex;margin:0 -10px}.section-row .h1{font-size:24px}.section-col{padding:0 10px}.section-col--75{width:75%}.section-col--25{width:25%}.guarantee__about{height:100%}.guarantee__about .guarantee__about-title{padding-top:10px}.guarantee__about-title p{font-weight:400}.guarantee__about-txt{margin-bottom:2.5rem}.attention{display:flex;gap:20px;margin:20px 0;padding:24px;border-radius:10px;background:#ee7104}.attention__icon{flex-shrink:0;width:32px;height:32px}.attention__icon path{fill:#fff}.attention__text{display:flex;align-items:center;min-height:32px;font-size:20px;line-height:1.2;font-weight:500;color:#fff}.brands-slider .owl-nav{position:absolute;top:-40px;right:0;display:flex}.brands-slider.owl-carousel .owl-nav .owl-prev,.brands-slider.owl-carousel .owl-nav .owl-next{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0;background:none;box-shadow:none}.brands-slider.owl-carousel .owl-nav .owl-prev.disabled,.brands-slider.owl-carousel .owl-nav .owl-next.disabled{opacity:0.5}.brands-slider.owl-carousel .owl-nav .owl-prev span,.brands-slider.owl-carousel .owl-nav .owl-next span{margin:0;background-image:url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23EE7104' stroke-width='2'/%3E%3C/svg%3E")}.brands-slide{display:flex;flex-wrap:wrap}.brands-slide__item{display:flex;align-items:center;justify-content:center;width:50%;height:90px;padding:10px;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb}.brands-slide__item:nth-child(5),.brands-slide__item:nth-child(6){border-bottom-color:transparent}.brands-slide__item:nth-child(even){border-right-color:transparent}.reviews{display:flex;flex-direction:column;padding:24px;background-color:#eee;box-shadow:0 4px 4px rgba(0,0,0,0.25)}.reviews__link{display:flex;align-items:center;align-self:flex-end;gap:15px;padding:0;font-size:14px;background:none;color:#000}.reviews__link:hover{color:rgba(0,0,0,0.8)}.reviews__link path{fill:#ee7104}.review{margin-bottom:22px}.review__preview{position:relative;height:170px;margin-bottom:10px}.review__preview-img{max-width:initial;width:100%;height:100%;object-fit:cover}.review__preview-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:74px;height:62px;background-color:#e42b26;border-radius:16px}.review__preview-icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:0;height:0;border-top:13px solid transparent;border-left:26px solid #fff;border-bottom:13px solid transparent}.review__title{margin:0;font-size:16px;color:#000}.lk .main-title{color:#ee7104;font-size:24px}.lk h2{color:#ee7104;margin-top:0px;padding-top:0px}.sale-block{width:98%;background:#f4f4f4}@media (max-width:639px){.item-card__count-block .input-group{display:flex}}.scroll-top{position:fixed;right:58px;bottom:126px;width:50px;height:50px;background:linear-gradient(269.95deg,#ee7104 0.04%,#eb5a1c 99.96%);border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.scroll-top.visible{opacity:1;visibility:visible}.arrow-button{width:16px;height:16px;border-left:3px solid white;border-top:3px solid white;transform:rotate(45deg);margin-top:4px}.header__catalog-btn{top:-1px}.find-page .search-page .item-card{-ms-flex:0 0 calc(100% * 1 / 3.001);flex:0 0 calc(100% * 1 / 3.001);max-width:calc(100% * 1 / 3.001)}.item-card__slider{position:relative;display:block;width:100%}.item-card__slide{width:100%}.item-card__slide .item-card__img:hover .item-card__img-block{left:-16px;top:-16px}.item-card__slide .item-card__row:last-child .item-card__img:hover .item-card__img-block{left:-16px;top:unset;bottom:-16px}@media (max-width:959px){body{--header-height:66px;--mobile-header-height:66px;--marquee-height:24px;--menu-bar-heigth:76px;--container-padding:16px;padding-top:calc(var(--header-height) + var(--marquee-height) + 10px)}body:has(.header:not(.has-shadow)){--mobile-header-height:calc(var(--header-height) + var(--marquee-height))}body:has(.menu-bar__dropdown.is-active){overflow:hidden}.crm-widget-button-mobile .b24-widget-button-shadow{z-index:999999}.crm-widget-button-mobile .b24-widget-button-position-bottom-right{z-index:9999999}.section-row{overflow-x:hidden}marquee,.header__marquee{display:block}.header{position:fixed;top:0;width:100%;background-color:#fff;z-index:3;transition:box-shadow 0.3s ease-in-out;z-index:999999}.header__marquee{max-height:var(--marquee-height);transition:max-height 0.3s ease-in-out;overflow:hidden}.header.has-shadow{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1),0px 0px 20px 6px rgba(0,0,0,0.12)}.header.has-shadow .header__marquee{max-height:0px}body .header__menu-btn,body .header__main-btns{display:none}.header__main{padding-block:13px}.header__block-logo{margin:0}.header__logo{display:flex;align-items:center}.header__logo img{display:block}.header__main .container__flex-middle{display:flex;align-items:center;gap:13px}.header__search-line input{height:auto;padding:9px;border-radius:2px;border:1px solid #DBDBDB;font-size:12px;line-height:normal;font-weight:400;background:#F4F4F4}.header__search-line input::placeholder{color:#5F5F5F}.header__search-icon{width:auto;height:auto;right:6px;top:50%;transform:translateY(-50%);color:#292929}.header__search-icon svg{display:block}body .b24-widget-button-position-bottom-right{bottom:var(--menu-bar-heigth);right:0;margin:18px}.header__cart-btn{display:none}.breadcrumbs__list{margin:0;display:inline-flex;white-space:nowrap;max-width:100%;overflow-x:auto}.container-main:has(.breadcrumbs__list){padding:0}.breadcrumbs__list{padding:var(--container-padding)}.breadcrumbs__list li{display:inline}.breadcrumbs__list li:not(:last-child):after{margin:0 5px}.item__block:has(.item__gallery){width:66%;margin:0 auto;flex:unset}.item__price-block{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-block:16px}.item__price-block .item__vendor-code{margin:0}.scroll-top{right:10px;bottom:calc(var(--menu-bar-heigth) + 80px);margin:var(--container-padding)}#bx-panel{display:none !important}.header .header__block-logo{display:flex}.header .header__search-line{position:relative;left:unset;right:unset;top:unset;width:100%}.header .header__search-results{display:block !important;position:absolute;left:0;top:100%;width:100%;bottom:unset;height:calc(100dvh - var(--mobile-header-height));overflow-y:auto;padding-block:24px;transition:transform 0.3s ease-in-out}.header .header__search-results:empty,.header:not(.header__search-open) .header__search-results{transform:translateY(100%);pointer-events:none}.header .header__search-wrapper{height:auto;max-height:unset}.header__search-close{top:50%;right:9px;transform:translateY(-50%)}.mainMenu-body{position:static}.header__search-items{margin-bottom:0;padding-top:0}.mainMenu__sub-menu a.mainMenu__link-back,.mainMenu__sub-menu span:not(.icon-arrow).mainMenu__link-back{color:#ed6511}.mainMenu__sub-menu a.mainMenu__link-back:before,.mainMenu__sub-menu span:not(.icon-arrow).mainMenu__link-back:before{filter:brightness(0) saturate(100%) invert(41%) sepia(51%) saturate(2315%) hue-rotate(358deg) brightness(98%) contrast(90%)}.main-grid__left{padding:0}.manager-block{margin-top:16px}.section-filter__section{padding-top:0}.section-filter__item{padding:0 var(--container-padding) !important}.section-filter__title{display:none}.personal-main-table .fields{word-break:break-all}.cabinet-form h2,.cabinet-form h3{margin-block:0 16px}table .fields{line-height:normal}.item-card__slider .owl-nav .owl-prev{left:-16px}.item-card__slider .owl-nav .owl-next{right:-16px}.section-col--75,.section-col--25{width:100%}.guarantee__about{margin:0}}@media (min-width:960px){.menu-bar__wrap{display:none}.item-card__slider .owl-nav .owl-prev{translate:-50% 0}.item-card__slider .owl-nav .owl-next{translate:50% 0}}.menu-bar__wrap{position:fixed;bottom:0;left:0;width:100%;z-index:99999}.menu-bar{display:flex;gap:20px;justify-content:space-between;padding-block:10px;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10),0px 0px 20px 6px rgba(0,0,0,0.12);background:#FFF}.menu-bar__button{display:grid;gap:4px;padding-inline:4px;text-align:center}.menu-bar__button{display:grid;gap:4px;padding-inline:4px;text-align:center;background:none;border:none;font-family:inherit;font-size:12px;font-weight:500;line-height:normal}.menu-bar__button-icon{justify-self:center;display:flex;justify-content:center;align-items:center;width:36px;height:auto;aspect-ratio:1/1;border-radius:50%;background:linear-gradient(270deg,rgba(238,113,4,1) 0%,rgba(235,90,28,1) 100%);color:#fff}.menu-bar__button-icon svg{display:block}.menu-bar__button-text{color:#333;transition:color 0.3s ease-in-out}.menu-bar__button.is-active .menu-bar__button-text{color:#ED6511}.menu-bar__dropdown{position:absolute;left:0;bottom:100%;width:100%;height:calc(100dvh - var(--mobile-header-height) - var(--menu-bar-heigth));background-color:#fff;transition:translate 0.3s ease-in-out,height 0.3s ease-in-out;z-index:-1}.menu-bar__dropdown:not(.is-active){translate:0 100%}.mainMenu__nav{--icon-size:24px;--gap:11px;--padding:10px;padding-inline:var(--container-padding)}.mainMenu__nav-item{min-height:unset !important;display:flex !important;align-items:center;padding:var(--padding) !important;gap:var(--gap);font-weight:500;font-size:14px;line-height:100%;color:#333 !important;min-height:46px !important;border-bottom:1px solid #DBDBDB !important}.mainMenu__nav-img{display:block;width:var(--icon-size);height:auto;aspect-ratio:1/1;object-fit:contain;object-position:center}.mainMenu__sub-menu .mainMenu__has-child .icon-arrow{margin:0}.mainMenu__nav-link{flex-grow:1;color:inherit !important}.mainMenu__nav-item .mainMenu__nav-link,.mainMenu__nav-item .icon-main,.mainMenu__nav-item .mainMenu__has-child{padding:0 !important;border:none !important;min-height:unset !important}.mainMenu__link-back,.mainMenu__link-parent{min-height:46px !important;margin-inline:calc(-1 * var(--container-padding));font-size:14px}.mainMenu__link-parent{padding-left:calc(var(--container-padding) + var(--padding)) !important}.mainMenu__sub-menu .mainMenu__has-child .icon-arrow{position:relative}.mainMenu__sub-menu{overscroll-behavior:contain;overflow-y:auto}.mainMenu__sub-menu{top:var(--scroll-value);height:100%}.mainMenu__nav .icon-main,.mainMenu__nav svg{margin:0}.mainMenu__sub-menu .mainMenu__nav-item.mainMenu__has-child{padding-right:var(--padding) !important}.overflow-hidden{overflow:hidden}.marker_sale,.marker_discount{border-radius:4px;font-size:12px;height:17px;line-height:1;padding:3px 4px 1px;text-overflow:ellipsis;font-weight:200;white-space:nowrap;display:inline-block}.marker_sale{background-color:#eb5a1c;color:#FEF2E4}.marker_discount{background-color:#ff0000;color:#FEF2E4}.item-card__img-discount{position:absolute;right:0;top:100%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;margin:10px;border-radius:50%;font-size:13px;font-weight:bold;background-color:#ff0000;color:#fff;transform:translateY(-50%)}.header__search-image{position:relative}.header__search-image .item-card__img-discount{bottom:0;top:unset;width:24px;height:24px;font-size:8px;transform:none;margin:0}.header__search-results .price-wrap{margin-left:10px}.header__search-results .item-card__price-opt{font-size:18px;color:#333;font-weight:700}.item-card__row-price--has-discount{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start !important}.price-old{margin-left:auto;position:relative;display:inline-block;font:400 13px / 15px "Helvetica Neue",Helvetica,Arial,sans-serif}.price-wrap{width:fit-content;display:flex;flex-direction:column}.price-old::before{content:'';position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:100% 100%}.item-card__row-price--has-discount .price-old{margin-bottom:6px}.item-card__price-new--discount{color:#ff0000;padding-top:0}.item-card__price-opt{white-space:nowrap}.item-card__price-opt--line-through{text-decoration:line-through}.item-card__price--line-through{text-decoration:line-through}.item-card__price--discount{color:#ff0000}.item-card__price--overprice{color:#ff0000}.disount-page .item-card__count-block{width:100%}.disount-page .item__buttons-amount{flex-grow:1}.item-card__img .item-card__img-discount{top:unset;bottom:0}@media (max-width:767px){.item-card__img-discount{width:24px;height:24px;font-size:8px}}@media (max-width:639px){.price-wrap .item-card__price{position:relative}}@media (max-width:597px){.item-card__row-price--has-discount{padding-bottom:16px}}@media (max-width:450px){.item-card__aside:has(.price-wrap){flex-wrap:wrap}}.menu-bar__button--flex{display:flex;align-items:center;gap:0.5rem}.menu-bar__button-icon{width:31px;height:31px;display:inline-flex;justify-content:center;align-items:center;position:relative}.menu-bar__button-svg{position:relative;left:50%;top:50%;transform:translate(-35%,-33.5%)}.menu-bar__button-icon__sale{width:31px;height:31px;display:inline-flex;justify-content:center;align-items:center;position:relative}.menu-bar__button-icon__sale svg{position:relative;left:50%;top:50%;transform:translate(-37.5%,-33.5%)}.menu-bar__button-icon__menu,.menu-bar__button-icon__basket{width:31px;height:31px;display:inline-flex;justify-content:center;align-items:center}.menu-bar__button-icon__menu svg,.menu-bar__button-icon__basket svg{display:block;text-align:center}.menu-bar__button-icon__menu svg{transform:scale(1.25)}.menu-bar__button{width:3.125rem}

/* /local/templates/eland_main/components/bitrix/search.title/francysk/style.css */
.header__search-wrapper.element_list{margin-left:0;display:flex;gap:24px;width:100% !important}a.search-history__link + .header__search-title{margin-top:16px}.header__search-links{overflow:hidden;text-overflow:ellipsis}.header__search-links a{white-space:nowrap}.element_list .header__search-links{width:40%}.header__search-image img{object-fit:contain;height:100%}@media (max-width:767.98px){.element_list .header__search-links{display:none}}

/* /local/templates/eland_main/components/bitrix/catalog.compare.list/header_counter/style.css */
@media (min-width:1200px){#compare_list_count{margin-left:30px}}#compare_list_count{font-size:12px;font-weight:500}

/* /local/templates/eland_main/components/francysk/elements.structure/main/style.css */
.header-catalog__level1 .header-catalog__show{display:flex;gap:13px;align-items:center}.header-catalog__level2 .header-catalog__level2-link{gap:13px;align-items:center}.header-catalog-img{background-size:contain;background-repeat:no-repeat;width:25px;height:25px;flex-shrink:0}

/* /local/templates/eland_main/template_styles.css */
.radio{}.radio label{position:relative;transition:all 0.3s ease;display:block;cursor:pointer;padding-left:32px;font-size:12px;font-weight:500;margin-bottom:5px}.radio input{position:absolute;bottom:100%;right:100%;opacity:0;visibility:hidden}.radio input + span{display:block}.radio input:checked + span:before{opacity:1}.radio input:checked + span:after{border-color:#ee7104}.radio input + span:before{top:4px;width:8px;opacity:0;transition:all 0.2s linear;background:#ee7104;content:"";position:absolute;height:8px;left:8px;border-radius:100%}.radio input + span:after{content:"";transition:all 0.3s ease;position:absolute;left:4px;top:0;box-sizing:border-box;min-width:16px;height:16px;border-radius:100%;border:2px solid #292929}.col-xs-12 .radio{margin-left:-15px}.checkbox-block *:disabled + *::before{}.checkbox-block *:disabled + *{opacity:0.3}.section-filter #modef{z-index:10}.select2-selection:hover,.radio label:hover input + span:after,.checkbox-block label:hover:before,.section-filter__item .field-filter:focus,.section-filter__item .field-filter:hover{border-color:#ee7104}.section-filter__item .noUi-horizontal .noUi-handle{cursor:pointer}.item-card__row .item-card__btn{width:100%}.bx_compare .bx_filtren_container ul li span{display:flex;gap:10px;font-size:12px;line-height:14px}.bx_compare .bx_sort_container .sortbutton.current{font-weight:100;text-align:center;color:#ffffff;background-color:#ed6e06}.bx_compare .bx_sort_container .sortbutton{font-weight:100}.bx_compare .bx_filtren_container{background:#f4f4f4;border:3px solid #ee6f07}.bx_compare .table_compare table tr td a{color:#ee7006;margin:10px 0;font-size:14px}.bx_compare .bx_bt_button.bx_small{display:inline-block;height:auto;line-height:normal;font-size:16px !important;padding:10px 20px;font-weight:normal;background:#ed7004;font-weight:100;text-shadow:none}.bx_compare .table_compare table tr td{font-size:14px;padding:10px 20px}font.notetext{color:#ee6f06}@media (min-width:1200px){.header__main-btns{padding-right:40px!important}}.in-cart-color-green{background:linear-gradient(269.95deg,#054e14 0.04%,#054e14 99.96%)!important}.in-cart-color-green .icon-cart{filter:brightness(0) invert(1)!important}.in-cart-color-green .icon-cart:after{opacity:0!important;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuMTc3NSA4LjUwOTYzSDIxLjMyMzVMMTcuNTAwMSAxLjI5ODI4QzE3LjMxODIgMC45NTUxNTggMTYuODkyNSAwLjgyNDYxMSAxNi41NDk0IDEuMDA2MzVDMTYuMjA2MyAxLjE4ODI3IDE2LjA3NTYgMS42MTM4OSAxNi4yNTc1IDEuOTU3MDJMMTkuNzMxNyA4LjUwOTUzSDQuMzcwM0w3Ljg0NDQ4IDEuOTU3MDJDOC4wMjY0MSAxLjYxMzg5IDcuODk1NzIgMS4xODgyNyA3LjU1MjU5IDEuMDA2MzVDNy4yMDk1MiAwLjgyNDQ3IDYuNzgzODQgMC45NTUxNTggNi42MDE5MiAxLjI5ODI4TDIuNzc4NTIgOC41MDk2M0gxLjgyMjU1QzAuODE3NTk0IDguNTA5NjMgMCA5LjMyNzIyIDAgMTAuMzMyMkMwIDExLjMzNzEgMC44MTc1OTQgMTIuMTU0NyAxLjgyMjU1IDEyLjE1NDdIMS44NzMxMkMxLjg3NDY3IDEyLjE2NDggMS44NzU4NCAxMi4xNzQ4IDEuODc3NjIgMTIuMTg0OUwzLjM0NDA2IDIwLjQwNzRDMy42MTk4MyAyMS45NTM1IDQuOTU5ODQgMjMuMDc1NyA2LjUzMDM0IDIzLjA3NTdIMTcuNTcxNkMxOS4xNDIxIDIzLjA3NTcgMjAuNDgyMSAyMS45NTM1IDIwLjc1NzggMjAuNDA3NEwyMi4yMjQzIDEyLjE4NDlDMjIuMjI2MiAxMi4xNzQ0IDIyLjIyNzQgMTIuMTYzOSAyMi4yMjkgMTIuMTUzNUMyMy4yMTAyIDEyLjEyNTkgMjQgMTEuMzE5OCAyNCAxMC4zMzIyQzI0IDkuMzI3MTcgMjMuMTgyNCA4LjUwOTYzIDIyLjE3NzUgOC41MDk2M1pNMTkuMzczNCAyMC4xNjA1QzE5LjIxNzUgMjEuMDM0OCAxOC40NTk3IDIxLjY2OTQgMTcuNTcxNiAyMS42Njk0SDYuNTMwMzlDNS42NDIzIDIxLjY2OTQgNC44ODQ1NiAyMS4wMzQ5IDQuNzI4NjEgMjAuMTYwNUwzLjMwMDg5IDEyLjE1NDdIMjAuODAxMkwxOS4zNzM0IDIwLjE2MDVaTTIyLjE3NzUgMTAuNzQ4M0gxLjgyMjU1QzEuNTkzMDUgMTAuNzQ4MyAxLjQwNjM5IDEwLjU2MTcgMS40MDYzOSAxMC4zMzIyQzEuNDA2MzkgMTAuMTAyNyAxLjU5MzA1IDkuOTE1OTcgMS44MjI1NSA5LjkxNTk3SDIyLjE3NzVDMjIuNDA2OSA5LjkxNTk3IDIyLjU5MzYgMTAuMTAyNiAyMi41OTM2IDEwLjMzMjJDMjIuNTkzNiAxMC41NjE3IDIyLjQwNyAxMC43NDgzIDIyLjE3NzUgMTAuNzQ4M1oiIGZpbGw9IiMyOTI5MjkiLz48cGF0aCBkPSJNMTEuOTY5NiAxMy4xMzAyQzExLjU4MTMgMTMuMTMwMiAxMS4yNjY1IDEzLjQ0NTEgMTEuMjY2NSAxMy44MzM0VjE5Ljk5MDVDMTEuMjY2NSAyMC4zNzg5IDExLjU4MTMgMjAuNjkzNyAxMS45Njk2IDIwLjY5MzdDMTIuMzU4IDIwLjY5MzcgMTIuNjcyOCAyMC4zNzg4IDEyLjY3MjggMTkuOTkwNVYxMy44MzM0QzEyLjY3MjggMTMuNDQ1MSAxMi4zNTggMTMuMTMwMiAxMS45Njk2IDEzLjEzMDJaIiBmaWxsPSIjMjkyOTI5Ii8+PHBhdGggZD0iTTkuNTcwMzggMTkuODczOEw4LjUzMzMyIDEzLjcxNjdDOC40Njg4NiAxMy4zMzM3IDguMTA1NjggMTMuMDc1NSA3LjcyMzA4IDEzLjE0QzcuMzQwMTEgMTMuMjA0NSA3LjA4MTk3IDEzLjU2NzMgNy4xNDY0NyAxMy45NTAzTDguMTgzNTggMjAuMTA3M0M4LjI0MTQzIDIwLjQ1MDggOC41MzkxMyAyMC42OTM4IDguODc2MTEgMjAuNjkzOEM4LjkxNDkzIDIwLjY5MzggOC45NTQyNSAyMC42OTA3IDguOTkzNzIgMjAuNjg0QzkuMzc2NzQgMjAuNjE5NSA5LjYzNDg4IDIwLjI1NjcgOS41NzAzOCAxOS44NzM4WiIgZmlsbD0iIzI5MjkyOSIvPjxwYXRoIGQ9Ik0xNi4xNjcgMTMuMTRDMTUuNzg0NCAxMy4wNzU5IDE1LjQyMTMgMTMuMzMzNyAxNS4zNTY3IDEzLjcxNjdMMTQuMzE5NyAxOS44NzM4QzE0LjI1NTIgMjAuMjU2NyAxNC41MTM0IDIwLjYxOTUgMTQuODk2MyAyMC42ODRDMTQuOTM1OCAyMC42OTA3IDE0Ljk3NTEgMjAuNjkzOSAxNS4wMTM5IDIwLjY5MzlDMTUuMzUxIDIwLjY5MzkgMTUuNjQ4NyAyMC40NTA4IDE1LjcwNjUgMjAuMTA3NEwxNi43NDM1IDEzLjk1MDNDMTYuODA4MSAxMy41NjczIDE2LjU0OTkgMTMuMjA0NSAxNi4xNjcgMTMuMTRaIiBmaWxsPSIjMjkyOTI5Ii8+PC9zdmc+)}.in-cart-color-green .js-var_basketStatus{color:#fff!important}.quantity-in-cart{font-size:14px}.lk .section-filter__parent:last-child::after{display:none}.header__search-item .price-wrap div{font-size:14px}

/* /snowFlakes/snow.min.css */
.snowflakes-box{position:fixed;top:0;z-index:10}.snowflakes-box .snowflake{border-radius:50%;color:#a6e7ff;font-family:FontAwesome;height:20px;position:absolute;width:20px}.snowflakes-box .snowflake:first-child{animation:fall-1 11s linear -3s infinite;opacity:1;transform:translate(47.2803vw,-20px) scale(.5115) rotate(380deg)}@keyframes fall-1{10.153%{transform:translate(47.3603vw,10.153vh) scale(.5115) rotate(380deg)}to{transform:translate(47.2803008vw,100vh) scale(.5115) rotate(380deg)}}.snowflakes-box .snowflake:nth-child(2){animation:fall-2 10s linear -28s infinite;opacity:.4188;transform:translate(6.0271vw,-20px) scale(.4452) rotate(300deg)}@keyframes fall-2{18.503%{transform:translate(11.3335vw,18.503vh) scale(.4452) rotate(300deg)}to{transform:translate(6.027153064vw,100vh) scale(.4452) rotate(300deg)}}.snowflakes-box .snowflake:nth-child(3){animation:fall-3 18s linear -20s infinite;opacity:1;transform:translate(94.4742vw,-20px) scale(.1577) rotate(480deg)}@keyframes fall-3{10.491%{transform:translate(102.198vw,10.491vh) scale(.1577) rotate(480deg)}to{transform:translate(94.474277238vw,100vh) scale(.1577) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(4){animation:fall-4 22s linear -17s infinite;opacity:1;transform:translate(83.804vw,-20px) scale(.4858) rotate(500deg)}@keyframes fall-4{17.794%{transform:translate(93.7732vw,17.794vh) scale(.4858) rotate(500deg)}to{transform:translate(83.804099692vw,100vh) scale(.4858) rotate(500deg)}}.snowflakes-box .snowflake:nth-child(5){animation:fall-5 27s linear -15s infinite;opacity:.117;transform:translate(92.4653vw,-20px) scale(.1509) rotate(20deg)}@keyframes fall-5{10.678%{transform:translate(87.5034vw,10.678vh) scale(.1509) rotate(20deg)}to{transform:translate(92.465250381vw,100vh) scale(.1509) rotate(20deg)}}.snowflakes-box .snowflake:nth-child(6){animation:fall-6 27s linear -27s infinite;opacity:1;transform:translate(21.638vw,-20px) scale(.3392) rotate(120deg)}@keyframes fall-6{14.448%{transform:translate(12.7799vw,14.448vh) scale(.3392) rotate(120deg)}to{transform:translate(21.637911419vw,100vh) scale(.3392) rotate(120deg)}}.snowflakes-box .snowflake:nth-child(7){animation:fall-7 15s linear -10s infinite;opacity:.7462;transform:translate(88.9117vw,-20px) scale(.8152) rotate(600deg)}@keyframes fall-7{12.087%{transform:translate(85.4907vw,12.087vh) scale(.8152) rotate(600deg)}to{transform:translate(88.91166579vw,100vh) scale(.8152) rotate(600deg)}}.snowflakes-box .snowflake:nth-child(8){animation:fall-8 14s linear -22s infinite;opacity:.0646;transform:translate(70.9726vw,-20px) scale(.6203) rotate(20deg)}@keyframes fall-8{13.247%{transform:translate(65.1227vw,13.247vh) scale(.6203) rotate(20deg)}to{transform:translate(70.972541501vw,100vh) scale(.6203) rotate(20deg)}}.snowflakes-box .snowflake:nth-child(9){animation:fall-9 15s linear -28s infinite;opacity:1;transform:translate(17.6595vw,-20px) scale(.8573) rotate(540deg)}@keyframes fall-9{18.898%{transform:translate(10.6562vw,18.898vh) scale(.8573) rotate(540deg)}to{transform:translate(17.659429967vw,100vh) scale(.8573) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(10){animation:fall-10 24s linear -25s infinite;opacity:1;transform:translate(28.6667vw,-20px) scale(.9289) rotate(560deg)}@keyframes fall-10{17.051%{transform:translate(20.2802vw,17.051vh) scale(.9289) rotate(560deg)}to{transform:translate(28.666616135vw,100vh) scale(.9289) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(11){animation:fall-11 16s linear -16s infinite;opacity:1;transform:translate(10.4361vw,-20px) scale(.6348) rotate(40deg)}@keyframes fall-11{18.565%{transform:translate(20.1742vw,18.565vh) scale(.6348) rotate(40deg)}to{transform:translate(10.436197381vw,100vh) scale(.6348) rotate(40deg)}}.snowflakes-box .snowflake:nth-child(12){animation:fall-12 25s linear -26s infinite;opacity:.1394;transform:translate(98.3461vw,-20px) scale(.3743) rotate(340deg)}@keyframes fall-12{10.91%{transform:translate(100.6946vw,10.91vh) scale(.3743) rotate(340deg)}to{transform:translate(98.346123485vw,100vh) scale(.3743) rotate(340deg)}}.snowflakes-box .snowflake:nth-child(13){animation:fall-13 17s linear -19s infinite;opacity:1;transform:translate(98.032vw,-20px) scale(.459) rotate(40deg)}@keyframes fall-13{17.272%{transform:translate(100.315vw,17.272vh) scale(.459) rotate(40deg)}to{transform:translate(98.03202283vw,100vh) scale(.459) rotate(40deg)}}.snowflakes-box .snowflake:nth-child(14){animation:fall-14 25s linear -10s infinite;opacity:.618;transform:translate(17.6157vw,-20px) scale(.2903) rotate(340deg)}@keyframes fall-14{16.746%{transform:translate(8.4018vw,16.746vh) scale(.2903) rotate(340deg)}to{transform:translate(17.615607861vw,100vh) scale(.2903) rotate(340deg)}}.snowflakes-box .snowflake:nth-child(15){animation:fall-15 20s linear -6s infinite;opacity:.6126;transform:translate(69.2398vw,-20px) scale(.8413) rotate(380deg)}@keyframes fall-15{15.386%{transform:translate(68.0046vw,15.386vh) scale(.8413) rotate(380deg)}to{transform:translate(69.239787648vw,100vh) scale(.8413) rotate(380deg)}}.snowflakes-box .snowflake:nth-child(16){animation:fall-16 22s linear -10s infinite;opacity:1;transform:translate(93.7826vw,-20px) scale(.4076) rotate(460deg)}@keyframes fall-16{10.359%{transform:translate(91.9463vw,10.359vh) scale(.4076) rotate(460deg)}to{transform:translate(93.782581637vw,100vh) scale(.4076) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(17){animation:fall-17 22s linear -20s infinite;opacity:.919;transform:translate(28.5196vw,-20px) scale(.7407) rotate(420deg)}@keyframes fall-17{18.723%{transform:translate(26.8334vw,18.723vh) scale(.7407) rotate(420deg)}to{transform:translate(28.519583138vw,100vh) scale(.7407) rotate(420deg)}}.snowflakes-box .snowflake:nth-child(18){animation:fall-18 18s linear -13s infinite;opacity:.009;transform:translate(44.3125vw,-20px) scale(.9049) rotate(460deg)}@keyframes fall-18{11.049%{transform:translate(37.1015vw,11.049vh) scale(.9049) rotate(460deg)}to{transform:translate(44.31242789vw,100vh) scale(.9049) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(19){animation:fall-19 28s linear -8s infinite;opacity:1;transform:translate(55.4634vw,-20px) scale(.8381) rotate(400deg)}@keyframes fall-19{17.688%{transform:translate(61.0013vw,17.688vh) scale(.8381) rotate(400deg)}to{transform:translate(55.463455379vw,100vh) scale(.8381) rotate(400deg)}}.snowflakes-box .snowflake:nth-child(20){animation:fall-20 23s linear -11s infinite;opacity:.4586;transform:translate(26.6347vw,-20px) scale(.3561) rotate(220deg)}@keyframes fall-20{19.085%{transform:translate(24.4815vw,19.085vh) scale(.3561) rotate(220deg)}to{transform:translate(26.634678468vw,100vh) scale(.3561) rotate(220deg)}}.snowflakes-box .snowflake:nth-child(21){animation:fall-21 24s linear -3s infinite;opacity:.8668;transform:translate(75.6085vw,-20px) scale(.6242) rotate(220deg)}@keyframes fall-21{12.468%{transform:translate(76.0619vw,12.468vh) scale(.6242) rotate(220deg)}to{transform:translate(75.608504534vw,100vh) scale(.6242) rotate(220deg)}}.snowflakes-box .snowflake:nth-child(22){animation:fall-22 29s linear -7s infinite;opacity:.4388;transform:translate(16.589vw,-20px) scale(.8939) rotate(460deg)}@keyframes fall-22{13.114%{transform:translate(11.6748vw,13.114vh) scale(.8939) rotate(460deg)}to{transform:translate(16.588950858vw,100vh) scale(.8939) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(23){animation:fall-23 11s linear -30s infinite;opacity:.5904;transform:translate(56.5833vw,-20px) scale(.5231) rotate(320deg)}@keyframes fall-23{18.356%{transform:translate(60.2423vw,18.356vh) scale(.5231) rotate(320deg)}to{transform:translate(56.58333659vw,100vh) scale(.5231) rotate(320deg)}}.snowflakes-box .snowflake:nth-child(24){animation:fall-24 25s linear -11s infinite;opacity:.779;transform:translate(94.5091vw,-20px) scale(.3078) rotate(500deg)}@keyframes fall-24{15.011%{transform:translate(99.2686vw,15.011vh) scale(.3078) rotate(500deg)}to{transform:translate(94.509147595vw,100vh) scale(.3078) rotate(500deg)}}.snowflakes-box .snowflake:nth-child(25){animation:fall-25 13s linear -18s infinite;opacity:1;transform:translate(69.7724vw,-20px) scale(.2938) rotate(400deg)}@keyframes fall-25{17.155%{transform:translate(61.5144vw,17.155vh) scale(.2938) rotate(400deg)}to{transform:translate(69.77231742vw,100vh) scale(.2938) rotate(400deg)}}.snowflakes-box .snowflake:nth-child(26){animation:fall-26 11s linear -17s infinite;opacity:1;transform:translate(25.2093vw,-20px) scale(.7306) rotate(560deg)}@keyframes fall-26{14.727%{transform:translate(31.5173vw,14.727vh) scale(.7306) rotate(560deg)}to{transform:translate(25.20936308vw,100vh) scale(.7306) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(27){animation:fall-27 29s linear -19s infinite;opacity:1;transform:translate(2.3911vw,-20px) scale(.2223) rotate(140deg)}@keyframes fall-27{11.221%{transform:translate(10.1745vw,11.221vh) scale(.2223) rotate(140deg)}to{transform:translate(2.391177834vw,100vh) scale(.2223) rotate(140deg)}}.snowflakes-box .snowflake:nth-child(28){animation:fall-28 20s linear -9s infinite;opacity:.7434;transform:translate(39.8572vw,-20px) scale(.7842) rotate(160deg)}@keyframes fall-28{16.177%{transform:translate(44.7757vw,16.177vh) scale(.7842) rotate(160deg)}to{transform:translate(39.857249185vw,100vh) scale(.7842) rotate(160deg)}}.snowflakes-box .snowflake:nth-child(29){animation:fall-29 26s linear -28s infinite;opacity:1;transform:translate(35.3094vw,-20px) scale(.7979) rotate(1turn)}@keyframes fall-29{16.596%{transform:translate(26.4626vw,16.596vh) scale(.7979) rotate(1turn)}to{transform:translate(35.309311532vw,100vh) scale(.7979) rotate(1turn)}}.snowflakes-box .snowflake:nth-child(30){animation:fall-30 27s linear -15s infinite;opacity:1;transform:translate(20.7093vw,-20px) scale(.9181) rotate(200deg)}@keyframes fall-30{14.023%{transform:translate(29.3576vw,14.023vh) scale(.9181) rotate(200deg)}to{transform:translate(20.709386483vw,100vh) scale(.9181) rotate(200deg)}}.snowflakes-box .snowflake:nth-child(31){animation:fall-31 13s linear -12s infinite;opacity:1;transform:translate(2.5762vw,-20px) scale(.3872) rotate(20deg)}@keyframes fall-31{15.74%{transform:translate(-6.2544vw,15.74vh) scale(.3872) rotate(20deg)}to{transform:translate(2.576111694vw,100vh) scale(.3872) rotate(20deg)}}.snowflakes-box .snowflake:nth-child(32){animation:fall-32 26s linear -2s infinite;opacity:.634;transform:translate(25.7258vw,-20px) scale(.2742) rotate(180deg)}@keyframes fall-32{14.215%{transform:translate(21.5683vw,14.215vh) scale(.2742) rotate(180deg)}to{transform:translate(25.725758425vw,100vh) scale(.2742) rotate(180deg)}}.snowflakes-box .snowflake:nth-child(33){animation:fall-33 15s linear -20s infinite;opacity:.8024;transform:translate(64.5766vw,-20px) scale(.869) rotate(420deg)}@keyframes fall-33{19.706%{transform:translate(72.9366vw,19.706vh) scale(.869) rotate(420deg)}to{transform:translate(64.5766836vw,100vh) scale(.869) rotate(420deg)}}.snowflakes-box .snowflake:nth-child(34){animation:fall-34 24s linear -23s infinite;opacity:1;transform:translate(46.913vw,-20px) scale(.2396) rotate(540deg)}@keyframes fall-34{12.853%{transform:translate(49.2326vw,12.853vh) scale(.2396) rotate(540deg)}to{transform:translate(46.913023196vw,100vh) scale(.2396) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(35){animation:fall-35 17s linear -27s infinite;opacity:.7036;transform:translate(99.2815vw,-20px) scale(.9354) rotate(180deg)}@keyframes fall-35{11.126%{transform:translate(96.4979vw,11.126vh) scale(.9354) rotate(180deg)}to{transform:translate(99.281472164vw,100vh) scale(.9354) rotate(180deg)}}.snowflakes-box .snowflake:nth-child(36){animation:fall-36 21s linear -1s infinite;opacity:1;transform:translate(74.1067vw,-20px) scale(.2737) rotate(380deg)}@keyframes fall-36{12.857%{transform:translate(67.4621vw,12.857vh) scale(.2737) rotate(380deg)}to{transform:translate(74.106633554vw,100vh) scale(.2737) rotate(380deg)}}.snowflakes-box .snowflake:nth-child(37){animation:fall-37 24s linear -16s infinite;opacity:.3006;transform:translate(10.2623vw,-20px) scale(.8244) rotate(40deg)}@keyframes fall-37{19.234%{transform:translate(3.0647vw,19.234vh) scale(.8244) rotate(40deg)}to{transform:translate(10.262228024vw,100vh) scale(.8244) rotate(40deg)}}.snowflakes-box .snowflake:nth-child(38){animation:fall-38 26s linear -2s infinite;opacity:1;transform:translate(50.9784vw,-20px) scale(.6843) rotate(480deg)}@keyframes fall-38{11.625%{transform:translate(51.1401vw,11.625vh) scale(.6843) rotate(480deg)}to{transform:translate(50.978401617vw,100vh) scale(.6843) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(39){animation:fall-39 10s linear -9s infinite;opacity:1;transform:translate(51.8327vw,-20px) scale(.8058) rotate(180deg)}@keyframes fall-39{18.717%{transform:translate(46.9898vw,18.717vh) scale(.8058) rotate(180deg)}to{transform:translate(51.832651571vw,100vh) scale(.8058) rotate(180deg)}}.snowflakes-box .snowflake:nth-child(40){animation:fall-40 25s linear -5s infinite;opacity:1;transform:translate(55.7605vw,-20px) scale(.3445) rotate(60deg)}@keyframes fall-40{16.55%{transform:translate(47.4001vw,16.55vh) scale(.3445) rotate(60deg)}to{transform:translate(55.760416396vw,100vh) scale(.3445) rotate(60deg)}}.snowflakes-box .snowflake:nth-child(41){animation:fall-41 27s linear -9s infinite;opacity:1;transform:translate(87.1442vw,-20px) scale(.39) rotate(100deg)}@keyframes fall-41{16.951%{transform:translate(92.1106vw,16.951vh) scale(.39) rotate(100deg)}to{transform:translate(87.144249664vw,100vh) scale(.39) rotate(100deg)}}.snowflakes-box .snowflake:nth-child(42){animation:fall-42 30s linear -27s infinite;opacity:.6692;transform:translate(65.6358vw,-20px) scale(.6525) rotate(480deg)}@keyframes fall-42{11.953%{transform:translate(74.9565vw,11.953vh) scale(.6525) rotate(480deg)}to{transform:translate(65.635893207vw,100vh) scale(.6525) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(43){animation:fall-43 14s linear -28s infinite;opacity:.4068;transform:translate(3.1569vw,-20px) scale(.7387) rotate(240deg)}@keyframes fall-43{13.752%{transform:translate(5.7913vw,13.752vh) scale(.7387) rotate(240deg)}to{transform:translate(3.156926344vw,100vh) scale(.7387) rotate(240deg)}}.snowflakes-box .snowflake:nth-child(44){animation:fall-44 15s linear -23s infinite;opacity:.5606;transform:translate(10.9383vw,-20px) scale(.6065) rotate(440deg)}@keyframes fall-44{18.691%{transform:translate(17.5183vw,18.691vh) scale(.6065) rotate(440deg)}to{transform:translate(10.9383658vw,100vh) scale(.6065) rotate(440deg)}}.snowflakes-box .snowflake:nth-child(45){animation:fall-45 25s linear -26s infinite;opacity:.6702;transform:translate(68.6471vw,-20px) scale(.0097) rotate(560deg)}@keyframes fall-45{14.952%{transform:translate(61.8653vw,14.952vh) scale(.0097) rotate(560deg)}to{transform:translate(68.647032182vw,100vh) scale(.0097) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(46){animation:fall-46 24s linear -19s infinite;opacity:1;transform:translate(58.0894vw,-20px) scale(.4061) rotate(280deg)}@keyframes fall-46{14.159%{transform:translate(64.7879vw,14.159vh) scale(.4061) rotate(280deg)}to{transform:translate(58.089466985vw,100vh) scale(.4061) rotate(280deg)}}.snowflakes-box .snowflake:nth-child(47){animation:fall-47 14s linear -4s infinite;opacity:.718;transform:translate(72.7822vw,-20px) scale(.8776) rotate(500deg)}@keyframes fall-47{18.185%{transform:translate(81.9332vw,18.185vh) scale(.8776) rotate(500deg)}to{transform:translate(72.78229151vw,100vh) scale(.8776) rotate(500deg)}}.snowflakes-box .snowflake:nth-child(48){animation:fall-48 14s linear -30s infinite;opacity:1;transform:translate(14.4111vw,-20px) scale(.6661) rotate(320deg)}@keyframes fall-48{16.843%{transform:translate(10.9488vw,16.843vh) scale(.6661) rotate(320deg)}to{transform:translate(14.411065377vw,100vh) scale(.6661) rotate(320deg)}}.snowflakes-box .snowflake:nth-child(49){animation:fall-49 17s linear -28s infinite;opacity:.8278;transform:translate(62.2743vw,-20px) scale(.6111) rotate(460deg)}@keyframes fall-49{19.085%{transform:translate(59.8489vw,19.085vh) scale(.6111) rotate(460deg)}to{transform:translate(62.274275746vw,100vh) scale(.6111) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(50){animation:fall-50 10s linear -28s infinite;opacity:1;transform:translate(45.2482vw,-20px) scale(.8372) rotate(180deg)}@keyframes fall-50{16.642%{transform:translate(44.5493vw,16.642vh) scale(.8372) rotate(180deg)}to{transform:translate(45.248193011vw,100vh) scale(.8372) rotate(180deg)}}.snowflakes-box .snowflake:nth-child(51){animation:fall-51 16s linear -15s infinite;opacity:1;transform:translate(51.0156vw,-20px) scale(.0731) rotate(240deg)}@keyframes fall-51{16.806%{transform:translate(43.636vw,16.806vh) scale(.0731) rotate(240deg)}to{transform:translate(51.015526204vw,100vh) scale(.0731) rotate(240deg)}}.snowflakes-box .snowflake:nth-child(52){animation:fall-52 14s linear -13s infinite;opacity:1;transform:translate(25.1406vw,-20px) scale(.9042) rotate(20deg)}@keyframes fall-52{16.634%{transform:translate(23.8709vw,16.634vh) scale(.9042) rotate(20deg)}to{transform:translate(25.140587303vw,100vh) scale(.9042) rotate(20deg)}}.snowflakes-box .snowflake:nth-child(53){animation:fall-53 19s linear -29s infinite;opacity:.2006;transform:translate(1.3799vw,-20px) scale(.9463) rotate(60deg)}@keyframes fall-53{10.474%{transform:translate(7.5288vw,10.474vh) scale(.9463) rotate(60deg)}to{transform:translate(1.379961489vw,100vh) scale(.9463) rotate(60deg)}}.snowflakes-box .snowflake:nth-child(54){animation:fall-54 15s linear -19s infinite;opacity:1;transform:translate(51.5389vw,-20px) scale(.7381) rotate(80deg)}@keyframes fall-54{13.854%{transform:translate(60.604vw,13.854vh) scale(.7381) rotate(80deg)}to{transform:translate(51.538990651vw,100vh) scale(.7381) rotate(80deg)}}.snowflakes-box .snowflake:nth-child(55){animation:fall-55 22s linear -22s infinite;opacity:1;transform:translate(84.0781vw,-20px) scale(.5693) rotate(220deg)}@keyframes fall-55{11.004%{transform:translate(85.4684vw,11.004vh) scale(.5693) rotate(220deg)}to{transform:translate(84.078113903vw,100vh) scale(.5693) rotate(220deg)}}.snowflakes-box .snowflake:nth-child(56){animation:fall-56 26s linear -5s infinite;opacity:1;transform:translate(95.2082vw,-20px) scale(.9871) rotate(100deg)}@keyframes fall-56{10.7%{transform:translate(101.335vw,10.7vh) scale(.9871) rotate(100deg)}to{transform:translate(95.208261268vw,100vh) scale(.9871) rotate(100deg)}}.snowflakes-box .snowflake:nth-child(57){animation:fall-57 16s linear -15s infinite;opacity:1;transform:translate(8.6861vw,-20px) scale(.3597) rotate(540deg)}@keyframes fall-57{10.115%{transform:translate(5.1597vw,10.115vh) scale(.3597) rotate(540deg)}to{transform:translate(8.686064736vw,100vh) scale(.3597) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(58){animation:fall-58 26s linear -9s infinite;opacity:.3908;transform:translate(80.5801vw,-20px) scale(.9172) rotate(240deg)}@keyframes fall-58{12.367%{transform:translate(78.4052vw,12.367vh) scale(.9172) rotate(240deg)}to{transform:translate(80.580078251vw,100vh) scale(.9172) rotate(240deg)}}.snowflakes-box .snowflake:nth-child(59){animation:fall-59 23s linear -23s infinite;opacity:.8294;transform:translate(44.3049vw,-20px) scale(.3715) rotate(560deg)}@keyframes fall-59{11.759%{transform:translate(38.9391vw,11.759vh) scale(.3715) rotate(560deg)}to{transform:translate(44.304846342vw,100vh) scale(.3715) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(60){animation:fall-60 20s linear -18s infinite;opacity:1;transform:translate(9.7594vw,-20px) scale(.768) rotate(540deg)}@keyframes fall-60{15.309%{transform:translate(19.653vw,15.309vh) scale(.768) rotate(540deg)}to{transform:translate(9.759498936vw,100vh) scale(.768) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(61){animation:fall-61 27s linear -25s infinite;opacity:1;transform:translate(89.1148vw,-20px) scale(.7318) rotate(140deg)}@keyframes fall-61{19.315%{transform:translate(91.3265vw,19.315vh) scale(.7318) rotate(140deg)}to{transform:translate(89.114822117vw,100vh) scale(.7318) rotate(140deg)}}.snowflakes-box .snowflake:nth-child(62){animation:fall-62 26s linear -5s infinite;opacity:1;transform:translate(13.3147vw,-20px) scale(.6184) rotate(140deg)}@keyframes fall-62{11.553%{transform:translate(10.2882vw,11.553vh) scale(.6184) rotate(140deg)}to{transform:translate(13.314669735vw,100vh) scale(.6184) rotate(140deg)}}.snowflakes-box .snowflake:nth-child(63){animation:fall-63 19s linear -7s infinite;opacity:.1854;transform:translate(58.6644vw,-20px) scale(.1883) rotate(120deg)}@keyframes fall-63{18.34%{transform:translate(64.9979vw,18.34vh) scale(.1883) rotate(120deg)}to{transform:translate(58.664463335vw,100vh) scale(.1883) rotate(120deg)}}.snowflakes-box .snowflake:nth-child(64){animation:fall-64 21s linear -29s infinite;opacity:.3366;transform:translate(66.7757vw,-20px) scale(.0129) rotate(440deg)}@keyframes fall-64{19.389%{transform:translate(59.8866vw,19.389vh) scale(.0129) rotate(440deg)}to{transform:translate(66.775631109vw,100vh) scale(.0129) rotate(440deg)}}.snowflakes-box .snowflake:nth-child(65){animation:fall-65 20s linear -15s infinite;opacity:1;transform:translate(79.1918vw,-20px) scale(.4193) rotate(460deg)}@keyframes fall-65{10.167%{transform:translate(85.0738vw,10.167vh) scale(.4193) rotate(460deg)}to{transform:translate(79.19185882vw,100vh) scale(.4193) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(66){animation:fall-66 14s linear -23s infinite;opacity:1;transform:translate(23.427vw,-20px) scale(.2273) rotate(140deg)}@keyframes fall-66{12.829%{transform:translate(13.5608vw,12.829vh) scale(.2273) rotate(140deg)}to{transform:translate(23.426901338vw,100vh) scale(.2273) rotate(140deg)}}.snowflakes-box .snowflake:nth-child(67){animation:fall-67 11s linear -28s infinite;opacity:1;transform:translate(26.3649vw,-20px) scale(.8695) rotate(60deg)}@keyframes fall-67{12.587%{transform:translate(32.9065vw,12.587vh) scale(.8695) rotate(60deg)}to{transform:translate(26.364965416vw,100vh) scale(.8695) rotate(60deg)}}.snowflakes-box .snowflake:nth-child(68){animation:fall-68 12s linear -15s infinite;opacity:1;transform:translate(19.016vw,-20px) scale(.1174) rotate(500deg)}@keyframes fall-68{12.82%{transform:translate(20.926vw,12.82vh) scale(.1174) rotate(500deg)}to{transform:translate(19.0160191vw,100vh) scale(.1174) rotate(500deg)}}.snowflakes-box .snowflake:nth-child(69){animation:fall-69 13s linear -9s infinite;opacity:.0664;transform:translate(70.2864vw,-20px) scale(.4023) rotate(600deg)}@keyframes fall-69{19.063%{transform:translate(80.0123vw,19.063vh) scale(.4023) rotate(600deg)}to{transform:translate(70.286497259vw,100vh) scale(.4023) rotate(600deg)}}.snowflakes-box .snowflake:nth-child(70){animation:fall-70 18s linear -28s infinite;opacity:.3756;transform:translate(4.9489vw,-20px) scale(.306) rotate(560deg)}@keyframes fall-70{14.651%{transform:translate(-1.0881vw,14.651vh) scale(.306) rotate(560deg)}to{transform:translate(4.94883963vw,100vh) scale(.306) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(71){animation:fall-71 20s linear -2s infinite;opacity:.472;transform:translate(95.8009vw,-20px) scale(.5938) rotate(300deg)}@keyframes fall-71{14.052%{transform:translate(104.2548vw,14.052vh) scale(.5938) rotate(300deg)}to{transform:translate(95.800984539vw,100vh) scale(.5938) rotate(300deg)}}.snowflakes-box .snowflake:nth-child(72){animation:fall-72 17s linear -14s infinite;opacity:.4306;transform:translate(69.7493vw,-20px) scale(.1573) rotate(60deg)}@keyframes fall-72{15.588%{transform:translate(63.4337vw,15.588vh) scale(.1573) rotate(60deg)}to{transform:translate(69.749236844vw,100vh) scale(.1573) rotate(60deg)}}.snowflakes-box .snowflake:nth-child(73){animation:fall-73 21s linear -24s infinite;opacity:.9742;transform:translate(4.466vw,-20px) scale(.1498) rotate(320deg)}@keyframes fall-73{18.973%{transform:translate(-3.2367vw,18.973vh) scale(.1498) rotate(320deg)}to{transform:translate(4.465922973vw,100vh) scale(.1498) rotate(320deg)}}.snowflakes-box .snowflake:nth-child(74){animation:fall-74 18s linear -24s infinite;opacity:.0104;transform:translate(5.0172vw,-20px) scale(.9591) rotate(80deg)}@keyframes fall-74{16.414%{transform:translate(2.9169vw,16.414vh) scale(.9591) rotate(80deg)}to{transform:translate(5.017178997vw,100vh) scale(.9591) rotate(80deg)}}.snowflakes-box .snowflake:nth-child(75){animation:fall-75 19s linear -17s infinite;opacity:1;transform:translate(.8932vw,-20px) scale(.2064) rotate(420deg)}@keyframes fall-75{10.873%{transform:translate(-3.6378vw,10.873vh) scale(.2064) rotate(420deg)}to{transform:translate(.89315469vw,100vh) scale(.2064) rotate(420deg)}}.snowflakes-box .snowflake:nth-child(76){animation:fall-76 10s linear -9s infinite;opacity:1;transform:translate(43.4157vw,-20px) scale(.6746) rotate(500deg)}@keyframes fall-76{19.782%{transform:translate(50.4765vw,19.782vh) scale(.6746) rotate(500deg)}to{transform:translate(43.415770608vw,100vh) scale(.6746) rotate(500deg)}}.snowflakes-box .snowflake:nth-child(77){animation:fall-77 12s linear -8s infinite;opacity:.3818;transform:translate(73.9044vw,-20px) scale(.0466) rotate(540deg)}@keyframes fall-77{16.469%{transform:translate(76.7319vw,16.469vh) scale(.0466) rotate(540deg)}to{transform:translate(73.904428275vw,100vh) scale(.0466) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(78){animation:fall-78 21s linear -2s infinite;opacity:.2086;transform:translate(12.1918vw,-20px) scale(.7536) rotate(120deg)}@keyframes fall-78{15.309%{transform:translate(8.223vw,15.309vh) scale(.7536) rotate(120deg)}to{transform:translate(12.191760312vw,100vh) scale(.7536) rotate(120deg)}}.snowflakes-box .snowflake:nth-child(79){animation:fall-79 21s linear -11s infinite;opacity:.8862;transform:translate(42.4113vw,-20px) scale(.6333) rotate(400deg)}@keyframes fall-79{15.622%{transform:translate(46.3064vw,15.622vh) scale(.6333) rotate(400deg)}to{transform:translate(42.411338951vw,100vh) scale(.6333) rotate(400deg)}}.snowflakes-box .snowflake:nth-child(80){animation:fall-80 13s linear -22s infinite;opacity:.139;transform:translate(53.0642vw,-20px) scale(.7768) rotate(420deg)}@keyframes fall-80{18.634%{transform:translate(58.181vw,18.634vh) scale(.7768) rotate(420deg)}to{transform:translate(53.064251168vw,100vh) scale(.7768) rotate(420deg)}}.snowflakes-box .snowflake:nth-child(81){animation:fall-81 29s linear -12s infinite;opacity:1;transform:translate(78.4814vw,-20px) scale(.0939) rotate(340deg)}@keyframes fall-81{11.386%{transform:translate(80.9681vw,11.386vh) scale(.0939) rotate(340deg)}to{transform:translate(78.481424867vw,100vh) scale(.0939) rotate(340deg)}}.snowflakes-box .snowflake:nth-child(82){animation:fall-82 14s linear -26s infinite;opacity:.357;transform:translate(68.5713vw,-20px) scale(.3685) rotate(1turn)}@keyframes fall-82{12.411%{transform:translate(64.5545vw,12.411vh) scale(.3685) rotate(1turn)}to{transform:translate(68.571259832vw,100vh) scale(.3685) rotate(1turn)}}.snowflakes-box .snowflake:nth-child(83){animation:fall-83 10s linear -29s infinite;opacity:.9488;transform:translate(57.6592vw,-20px) scale(.1724) rotate(540deg)}@keyframes fall-83{11.036%{transform:translate(56.241vw,11.036vh) scale(.1724) rotate(540deg)}to{transform:translate(57.659185818vw,100vh) scale(.1724) rotate(540deg)}}.snowflakes-box .snowflake:nth-child(84){animation:fall-84 15s linear -15s infinite;opacity:.2908;transform:translate(78.3856vw,-20px) scale(.0246) rotate(600deg)}@keyframes fall-84{13.789%{transform:translate(78.722vw,13.789vh) scale(.0246) rotate(600deg)}to{transform:translate(78.385603364vw,100vh) scale(.0246) rotate(600deg)}}.snowflakes-box .snowflake:nth-child(85){animation:fall-85 30s linear -1s infinite;opacity:1;transform:translate(52.0041vw,-20px) scale(.2601) rotate(480deg)}@keyframes fall-85{10.23%{transform:translate(56.4435vw,10.23vh) scale(.2601) rotate(480deg)}to{transform:translate(52.004144394vw,100vh) scale(.2601) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(86){animation:fall-86 30s linear -12s infinite;opacity:1;transform:translate(59.5535vw,-20px) scale(.491) rotate(480deg)}@keyframes fall-86{11.287%{transform:translate(61.7213vw,11.287vh) scale(.491) rotate(480deg)}to{transform:translate(59.553521678vw,100vh) scale(.491) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(87){animation:fall-87 11s linear -27s infinite;opacity:1;transform:translate(13.3348vw,-20px) scale(.0506) rotate(180deg)}@keyframes fall-87{12.044%{transform:translate(13.944vw,12.044vh) scale(.0506) rotate(180deg)}to{transform:translate(13.334806092vw,100vh) scale(.0506) rotate(180deg)}}.snowflakes-box .snowflake:nth-child(88){animation:fall-88 28s linear -5s infinite;opacity:1;transform:translate(9.3745vw,-20px) scale(.7808) rotate(460deg)}@keyframes fall-88{11.904%{transform:translate(2.3133vw,11.904vh) scale(.7808) rotate(460deg)}to{transform:translate(9.374429388vw,100vh) scale(.7808) rotate(460deg)}}.snowflakes-box .snowflake:nth-child(89){animation:fall-89 19s linear -17s infinite;opacity:1;transform:translate(7.4814vw,-20px) scale(.5653) rotate(480deg)}@keyframes fall-89{14.563%{transform:translate(-1.7198vw,14.563vh) scale(.5653) rotate(480deg)}to{transform:translate(7.481307988vw,100vh) scale(.5653) rotate(480deg)}}.snowflakes-box .snowflake:nth-child(90){animation:fall-90 25s linear -6s infinite;opacity:1;transform:translate(64.0818vw,-20px) scale(.9293) rotate(560deg)}@keyframes fall-90{15.574%{transform:translate(72.7785vw,15.574vh) scale(.9293) rotate(560deg)}to{transform:translate(64.081886967vw,100vh) scale(.9293) rotate(560deg)}}.snowflakes-box .snowflake:nth-child(91){animation:fall-91 13s linear -8s infinite;opacity:1;transform:translate(37.8889vw,-20px) scale(.1389) rotate(340deg)}@keyframes fall-91{15.571%{transform:translate(42.9041vw,15.571vh) scale(.1389) rotate(340deg)}to{transform:translate(37.888950152vw,100vh) scale(.1389) rotate(340deg)}}.snowflakes-box .snowflake:nth-child(92){animation:fall-92 19s linear -8s infinite;opacity:.5658;transform:translate(76.1665vw,-20px) scale(.2895) rotate(340deg)}@keyframes fall-92{17.836%{transform:translate(72.7589vw,17.836vh) scale(.2895) rotate(340deg)}to{transform:translate(76.166465924vw,100vh) scale(.2895) rotate(340deg)}}.snowflakes-box .snowflake:nth-child(93){animation:fall-93 27s linear -24s infinite;opacity:1;transform:translate(94.5839vw,-20px) scale(.3934) rotate(200deg)}@keyframes fall-93{11.782%{transform:translate(101.0805vw,11.782vh) scale(.3934) rotate(200deg)}to{transform:translate(94.583964966vw,100vh) scale(.3934) rotate(200deg)}}.snowflakes-box .snowflake:nth-child(94){animation:fall-94 29s linear -25s infinite;opacity:1;transform:translate(80.5463vw,-20px) scale(.9311) rotate(160deg)}@keyframes fall-94{13.429%{transform:translate(74.7995vw,13.429vh) scale(.9311) rotate(160deg)}to{transform:translate(80.546242532vw,100vh) scale(.9311) rotate(160deg)}}.snowflakes-box .snowflake:nth-child(95){animation:fall-95 17s linear -19s infinite;opacity:.591;transform:translate(73.9782vw,-20px) scale(.949) rotate(20deg)}@keyframes fall-95{14.44%{transform:translate(81.2775vw,14.44vh) scale(.949) rotate(20deg)}to{transform:translate(73.978272993vw,100vh) scale(.949) rotate(20deg)}}.snowflakes-box .snowflake:nth-child(96){animation:fall-96 25s linear -21s infinite;opacity:.1172;transform:translate(89.2368vw,-20px) scale(.3348) rotate(220deg)}@keyframes fall-96{13.073%{transform:translate(91.3903vw,13.073vh) scale(.3348) rotate(220deg)}to{transform:translate(89.236821535vw,100vh) scale(.3348) rotate(220deg)}}.snowflakes-box .snowflake:nth-child(97){animation:fall-97 15s linear -1s infinite;opacity:1;transform:translate(78.9114vw,-20px) scale(.3778) rotate(60deg)}@keyframes fall-97{18.099%{transform:translate(82.0241vw,18.099vh) scale(.3778) rotate(60deg)}to{transform:translate(78.911431127vw,100vh) scale(.3778) rotate(60deg)}}.snowflakes-box .snowflake:nth-child(98){animation:fall-98 29s linear -8s infinite;opacity:.9128;transform:translate(56.7353vw,-20px) scale(.4104) rotate(520deg)}@keyframes fall-98{18.75%{transform:translate(54.4127vw,18.75vh) scale(.4104) rotate(520deg)}to{transform:translate(56.735276774vw,100vh) scale(.4104) rotate(520deg)}}.snowflakes-box .snowflake:nth-child(99){animation:fall-99 28s linear -8s infinite;opacity:1;transform:translate(93.2123vw,-20px) scale(.5087) rotate(40deg)}@keyframes fall-99{19.328%{transform:translate(89.756vw,19.328vh) scale(.5087) rotate(40deg)}to{transform:translate(93.212265437vw,100vh) scale(.5087) rotate(40deg)}}.snowflakes-box .snowflake:nth-child(100){animation:fall-100 17s linear -24s infinite;opacity:.7784;transform:translate(11.2737vw,-20px) scale(.2515) rotate(500deg)}@keyframes fall-100{11.797%{transform:translate(13.8374vw,11.797vh) scale(.2515) rotate(500deg)}to{transform:translate(11.273725637vw,100vh) scale(.2515) rotate(500deg)}}.snowball-box .snow-layer{background-color:#fff;bottom:0;display:flex;left:0;position:fixed;right:0;width:100%;z-index:100}.snowball-box .snow-layer .snowball-wrap{bottom:0;display:flex;height:0;perspective:100px;position:relative;transform:translateY(0);transition:transform .5s ease-in;width:100%;z-index:50}.snowball-box .snow-layer .snowball-wrap:after{background:#f1f9fc;bottom:0;content:"";display:block;height:7px;left:0;position:absolute;width:100%}.snowball-box .snow-layer .snowball-wrap a{background-color:#f1f9fc;border-radius:60% 40% 0 0;box-shadow:inset -10px 0 14px 0 #c8ebf8;display:block;flex:auto;font-family:FontAwesome;max-width:50%;position:relative;transform:translateY(-6px);transition:all .5s linear;z-index:3}.snowball-box .snow-layer .snowball-wrap a svg:first-child{color:#a6e7ff;content:"";height:12px!important;position:absolute;right:20%;top:10%;width:12px!important}.snowball-box .snow-layer .snowball-wrap a svg:last-child{color:#a6e7ff;content:"";height:12px!important;left:30%;position:absolute;top:15%;width:12px!important}.snowball-box .snow-layer .snowball-wrap a:nth-child(2){border-radius:40% 40% 0 0;box-shadow:inset 10px 0 7px 0 #e6fcf9;height:70px;margin-top:10px}.snowball-box .snow-layer .snowball-wrap a:nth-child(3){border-radius:65% 50% 0 0;box-shadow:inset 5px 0 7px 0 #c5f2ed;height:90px;margin-top:15px}.snowball-box .snow-layer .snowball-wrap a:nth-child(4){box-shadow:inset -10px 0 14px 0 #c8ebf8;height:50px}.snowball-box .snow-layer .snowball-wrap a:nth-child(5){border-radius:40% 46% 0 0;height:70px;margin-top:25px}.snowball-box .snow-layer .snowball-wrap a:nth-child(6){border-radius:66% 45% 0 0;box-shadow:inset 5px 0 5px 0 #c5f2ed;height:90px}.snowball-box .snow-layer .snowball-wrap a:nth-child(7){border-radius:40% 45% 0 0;height:90px;margin-top:18px}.snowball-box .snow-layer .snowball-wrap a:nth-child(8){box-shadow:inset 7px 0 7px 0 #e6fcf9;height:90px}.snowball-box .snow-layer .snowball-wrap a:nth-child(9){border-radius:40% 40% 0 0;box-shadow:inset 5px 0 10px 0 #c5f2ed;height:90px}.snowball-box .snow-layer .snowball-wrap a:nth-child(10){box-shadow:inset -10px 0 7px 0 #c5f2ed;height:70px}.snowball-box .snow-layer .snowball-wrap a:only-child{border-radius:45% 15% 0 0}.snowball-box .snow-layer .snowball-wrap a:only-child:before{right:50%;top:0;transform:translateX(-50%)}.snowball-box .snow-layer .snowball-wrap a:only-child:after{border-radius:63% 25% 0 0;height:45%;left:0;top:0;transform:translateY(0);transition:all 8s linear;width:31%}.snowball-box .snow-layer .snowball-wrap a:last-child{flex:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(3n+3){box-shadow:inset 0 0 20px #f5f5f5,inset 20px 0 20px #c8ebf8,inset -20px 0 20px #c5f2ed,inset 20px 0 10px #c8ebf8,inset -20px 0 20px #c5f2ed,0 0 20px #fff,-10px 0 20px #c8ebf8,10px 0 20px #c5f2ed}.snowball-box .snow-layer .snowball-wrap a:nth-child(2n){margin-left:-40px;z-index:2}.snowball-box .snow-layer .snowball-wrap a:nth-child(2n):after{left:50%;top:-2px}.snowball-box .snow-layer .snowball-wrap a:first-child{min-width:145px}.snowball-box .snow-layer .snowball-wrap a:first-child:before{animation:falldown-1 19s linear 3s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:first-child:after{opacity:1}@keyframes falldown-1{16.904%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(2){min-width:91px}.snowball-box .snow-layer .snowball-wrap a:nth-child(2):before{animation:falldown-2 10s linear 22s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(2):after{opacity:1}@keyframes falldown-2{12.253%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(3){min-width:113px}.snowball-box .snow-layer .snowball-wrap a:nth-child(3):before{animation:falldown-3 15s linear 2s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(3):after{opacity:1}@keyframes falldown-3{10.85%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(4){min-width:85px}.snowball-box .snow-layer .snowball-wrap a:nth-child(4):before{animation:falldown-4 18s linear 12s infinite;opacity:.466}.snowball-box .snow-layer .snowball-wrap a:nth-child(4):after{opacity:1}@keyframes falldown-4{18.644%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(5){min-width:88px}.snowball-box .snow-layer .snowball-wrap a:nth-child(5):before{animation:falldown-5 15s linear 16s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(5):after{opacity:1}@keyframes falldown-5{15.937%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(6){min-width:94px}.snowball-box .snow-layer .snowball-wrap a:nth-child(6):before{animation:falldown-6 17s linear 5s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(6):after{opacity:1}@keyframes falldown-6{12.129%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(7){min-width:92px}.snowball-box .snow-layer .snowball-wrap a:nth-child(7):before{animation:falldown-7 29s linear 22s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(7):after{opacity:1}@keyframes falldown-7{17.189%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(8){min-width:115px}.snowball-box .snow-layer .snowball-wrap a:nth-child(8):before{animation:falldown-8 26s linear 21s infinite;opacity:1}.snowball-box .snow-layer .snowball-wrap a:nth-child(8):after{opacity:1}@keyframes falldown-8{18.545%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(9){min-width:134px}.snowball-box .snow-layer .snowball-wrap a:nth-child(9):before{animation:falldown-9 13s linear 17s infinite;opacity:.8806}.snowball-box .snow-layer .snowball-wrap a:nth-child(9):after{opacity:1}@keyframes falldown-9{12.861%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a:nth-child(10){min-width:126px}.snowball-box .snow-layer .snowball-wrap a:nth-child(10):before{animation:falldown-10 23s linear 10s infinite;opacity:.8694}.snowball-box .snow-layer .snowball-wrap a:nth-child(10):after{opacity:1}@keyframes falldown-10{14.345%{opacity:0}to{box-shadow:inset -3px 0 10px 0 #c8ebf8;opacity:1}}.snowball-box .snow-layer .snowball-wrap a.active-for-one{animation:move 2s cubic-bezier(.22,.68,0,1.71) forwards}.snowball-box .snow-layer .snowball-wrap a.active{animation:move 5s linear forwards}@media screen and (max-width:1024px){.snowball-box .snow-layer .snowball-wrap a.active{animation:move 5s linear 1s forwards}}.snowball-box .snow-layer .snowball-wrap a.move-out{opacity:0}.snowball-box .snow-plow-img{background-repeat:no-repeat;background-size:contain;height:100px;opacity:0;position:relative;transform:translate(150px,-70px);transition:transform 1s linear;-moz-transition:transform 5s linear;-o-transition:transform 5s linear;-webkit-transition:transform 5s linear;width:100px;z-index:5}.snowball-box .snow-plow-img.active{animation:move-translate 5s linear forwards;opacity:1}@keyframes move{0%{left:0}to{left:-130vw}}@keyframes move-translate{0%{transform:translateY(-70px)}to{transform:translate(-130vw,-70px)}}@keyframes animate_grow{0%{transform:rotate(135deg) scaleX(1)}50%{transform:rotate(135deg) scale3d(1.05,1.05,1.05)}to{transform:rotate(135deg) scaleX(1)}}@media screen and (max-width:600px){.snowball-box .snow-plow-img{height:70px;transform:translate(150px,-57px);width:70px}@keyframes move-translate{0%{transform:translate(150px,-57px)}to{transform:translate(-100vw,-57px)}}}

