@font-face {
  font-family: 'lg';
  src: url(/fonts/vendor/lightgallery.js/src/lg.ttf?a53dcc5ea47fe7d1d9fc881ff489f409) format("truetype"), url(/fonts/vendor/lightgallery.js/src/lg.woff?0add59587d07387b771f49d3f91a92af) format("woff"), url(/fonts/vendor/lightgallery.js/src/lg.svg?adb7aeef16adb8599e2d261b9a3a9f1e#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/vendor/lightgallery.js/src/vimeo-play.png?6c87992d63b09bc8c161a7f28419d3df) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/vendor/lightgallery.js/src/vimeo-play.png?6c87992d63b09bc8c161a7f28419d3df) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/vendor/lightgallery.js/src/video-play.png?53bb7d07ece69125950d8abb17356920) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/vendor/lightgallery.js/src/youtube-play.png?8921bc9cdd0eaf56ec89be386b2a7f7f) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/vendor/lightgallery.js/src/youtube-play.png?8921bc9cdd0eaf56ec89be386b2a7f7f) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/images/vendor/lightgallery.js/src/loading.gif?621cc8ad61b6eb26c7165eb447f3d8fd) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{transform:rotate(1turn)}}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?c5c86fdc6db930a863c4fbff1aba0ecc);
  src: url(/fonts/icomoon.eot?c5c86fdc6db930a863c4fbff1aba0ecc#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?fefecb3341dbbb6ae520876a6eceec8d) format("truetype"), url(/fonts/icomoon.woff?9cf23b66627bb7286a48f924a860c909) format("woff"), url(/fonts/icomoon.svg?1ead23835a186f07942d0e05fb869e52#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-gear:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-rotate-right:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before {
  content: "";
}

.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-exclamation-triangle:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-bar-chart-o:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-cogs:before {
  content: "";
}

.icon-gears:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-f:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-chain:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-floppy-o:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-navicon:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-unsorted:before {
  content: "";
}

.icon-sort-desc:before {
  content: "";
}

.icon-sort-down:before {
  content: "";
}

.icon-sort-asc:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before {
  content: "";
}

.icon-undo:before {
  content: "";
}

.icon-gavel:before {
  content: "";
}

.icon-legal:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-flash:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-paste:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-mobile-phone:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before {
  content: "";
}

.icon-star-half-full:before {
  content: "";
}

.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-chain-broken:before {
  content: "";
}

.icon-unlink:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-down:before {
  content: "";
}

.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-up:before {
  content: "";
}

.icon-caret-square-o-right:before {
  content: "";
}

.icon-toggle-right:before {
  content: "";
}

.icon-eur:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-usd:before {
  content: "";
}

.icon-inr:before {
  content: "";
}

.icon-rupee:before {
  content: "";
}

.icon-cny:before {
  content: "";
}

.icon-jpy:before {
  content: "";
}

.icon-rmb:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.icon-rouble:before {
  content: "";
}

.icon-rub:before {
  content: "";
}

.icon-ruble:before {
  content: "";
}

.icon-krw:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-bitcoin:before {
  content: "";
}

.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-gratipay:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-caret-square-o-left:before {
  content: "";
}

.icon-toggle-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-try:before {
  content: "";
}

.icon-turkish-lira:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-bank:before {
  content: "";
}

.icon-institution:before {
  content: "";
}

.icon-university:before {
  content: "";
}

.icon-graduation-cap:before {
  content: "";
}

.icon-mortar-board:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper-pp:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-cab:before {
  content: "";
}

.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-image-o:before {
  content: "";
}

.icon-file-photo-o:before {
  content: "";
}

.icon-file-picture-o:before {
  content: "";
}

.icon-file-archive-o:before {
  content: "";
}

.icon-file-zip-o:before {
  content: "";
}

.icon-file-audio-o:before {
  content: "";
}

.icon-file-sound-o:before {
  content: "";
}

.icon-file-movie-o:before {
  content: "";
}

.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before {
  content: "";
}

.icon-life-buoy:before {
  content: "";
}

.icon-life-ring:before {
  content: "";
}

.icon-life-saver:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before {
  content: "";
}

.icon-rebel:before {
  content: "";
}

.icon-resistance:before {
  content: "";
}

.icon-empire:before {
  content: "";
}

.icon-ge:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-hacker-news:before {
  content: "";
}

.icon-y-combinator-square:before {
  content: "";
}

.icon-yc-square:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-weixin:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-paper-plane-o:before {
  content: "";
}

.icon-send-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-futbol-o:before {
  content: "";
}

.icon-soccer-ball-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-ils:before {
  content: "";
}

.icon-shekel:before {
  content: "";
}

.icon-sheqel:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before {
  content: "";
}

.icon-transgender:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-official:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-bed:before {
  content: "";
}

.icon-hotel:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-y-combinator:before {
  content: "";
}

.icon-yc:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-opencart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before {
  content: "";
}

.icon-battery-full:before {
  content: "";
}

.icon-battery-3:before {
  content: "";
}

.icon-battery-three-quarters:before {
  content: "";
}

.icon-battery-2:before {
  content: "";
}

.icon-battery-half:before {
  content: "";
}

.icon-battery-1:before {
  content: "";
}

.icon-battery-quarter:before {
  content: "";
}

.icon-battery-0:before {
  content: "";
}

.icon-battery-empty:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-jcb:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before {
  content: "";
}

.icon-hourglass-start:before {
  content: "";
}

.icon-hourglass-2:before {
  content: "";
}

.icon-hourglass-half:before {
  content: "";
}

.icon-hourglass-3:before {
  content: "";
}

.icon-hourglass-end:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before {
  content: "";
}

.icon-hand-rock-o:before {
  content: "";
}

.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-stop-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia-w:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-television:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

.icon-credit-card-alt:before {
  content: "";
}

.icon-codiepie:before {
  content: "";
}

.icon-modx:before {
  content: "";
}

.icon-fort-awesome:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-product-hunt:before {
  content: "";
}

.icon-mixcloud:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause-circle-o:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-stop-circle-o:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bluetooth-b:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-gitlab:before {
  content: "";
}

.icon-wpbeginner:before {
  content: "";
}

.icon-wpforms:before {
  content: "";
}

.icon-envira:before {
  content: "";
}

.icon-universal-access:before {
  content: "";
}

.icon-wheelchair-alt:before {
  content: "";
}

.icon-question-circle-o:before {
  content: "";
}

.icon-blind:before {
  content: "";
}

.icon-audio-description:before {
  content: "";
}

.icon-volume-control-phone:before {
  content: "";
}

.icon-braille:before {
  content: "";
}

.icon-assistive-listening-systems:before {
  content: "";
}

.icon-american-sign-language-interpreting:before {
  content: "";
}

.icon-asl-interpreting:before {
  content: "";
}

.icon-deaf:before {
  content: "";
}

.icon-deafness:before {
  content: "";
}

.icon-hard-of-hearing:before {
  content: "";
}

.icon-glide:before {
  content: "";
}

.icon-glide-g:before {
  content: "";
}

.icon-sign-language:before {
  content: "";
}

.icon-signing:before {
  content: "";
}

.icon-low-vision:before {
  content: "";
}

.icon-viadeo:before {
  content: "";
}

.icon-viadeo-square:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-snapchat-ghost:before {
  content: "";
}

.icon-snapchat-square:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-first-order:before {
  content: "";
}

.icon-yoast:before {
  content: "";
}

.icon-themeisle:before {
  content: "";
}

.icon-google-plus-circle:before {
  content: "";
}

.icon-google-plus-official:before {
  content: "";
}

.icon-fa:before {
  content: "";
}

.icon-font-awesome:before {
  content: "";
}

html, body, div, span, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*__________________________________________________________________________ Fonts ______________________ */
/*__________________________________________________________________________ Colors ______________________*/
/*__________________________________________________________________________ Mixins ______________________ */
/*__________________________________________________________________________ Basic ______________________ */
body {
  position: relative;
  color: #586c72;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}

.email:before {
  content: attr(data-email);
}

input[name=spam] {
  position: absolute;
  left: -9999px;
}

textarea, input {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.container, .container-top {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.container:before, .container:after, .container-top:before, .container-top:after {
  content: " ";
  display: table;
}

.container:after, .container-top:after {
  clear: both;
}

a:focus, a:active, input:focus, input:active, button:focus, button:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333F43;
  font-weight: 400;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin: 0 0 16px;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

h1, .h1 {
  font-size: 30px;
  line-height: 37px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 26px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 24px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 22px;
}

h5, .h5 {
  font-size: 17px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.align-right {
  float: right;
  margin: 0 0 15px 20px !important;
}

.align-left {
  float: left;
  margin: 0 20px 15px 0 !important;
}

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

.hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 70px 0 60px;
}

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

*::-webkit-input-placeholder {
  opacity: 1;
  color: #586c72;
}

*::-moz-placeholder {
  opacity: 0.32;
  color: #333F43;
}

*:-moz-placeholder {
  opacity: 0.32;
  color: #333F43;
}

*:-ms-input-placeholder {
  opacity: 0.32;
  color: #333F43;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.same-height {
  display: flex;
  flex-wrap: wrap;
}

.same-height > * {
  display: flex !important;
}

.same-height > * > * {
  flex: 1;
}

.panel {
  position: relative;
}

/*__________________________________________________________________________ Grid        */
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@media (min-width: 1465px) {
  .container, .container-top {
    width: 1450px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  letter-spacing: -0.36em;
}

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

.row.row-center [class^=col-] {
  text-align: left;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  width: 100%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33334%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 1150px) and (min-width: 1025px) {
  .row .col-md-offset-4 {
    margin-left: 26.33333%;
  }
  .row .col-md-5 {
    width: 44.66667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*__________________________________________________________________________ Buttons ______________________ */
.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
}

.btn.btn-disable {
  opacity: 0.2;
  cursor: default;
}

.btn.btn-block {
  display: block;
  width: 100%;
  min-width: auto;
}

.btn.btn-large {
  padding: 12px 20px;
}

.btn.btn-pay-card {
  font-size: 12px;
  line-height: 100%;
  padding: 8px;
  min-width: inherit;
  margin-bottom: 5px;
}

.btn-card, .btn-cash {
  text-align: left;
}
.btn-card:before, .btn-cash:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 27px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.btn-card:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='27' viewBox='0 0 32 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12985 11.2689C8.04098 11.2689 7.15828 12.1493 7.15828 13.2353V25.0336C7.15828 26.1196 8.04098 27 9.12985 27H30.0284C31.1173 27 32 26.1196 32 25.0336V13.2353C32 12.1493 31.1173 11.2689 30.0284 11.2689H9.12985ZM26.0247 24.7006C26.0151 24.6932 26.0056 24.6857 25.9961 24.6781H26.0529C26.0435 24.6856 26.0341 24.693 26.0247 24.7004C26.4201 25.0082 26.895 25.1997 27.3951 25.2529C27.8953 25.306 28.4004 25.2188 28.8529 25.0012C29.3053 24.7835 29.6868 24.4442 29.9537 24.022C30.2205 23.5999 30.3621 23.1119 30.3621 22.6138V22.613C30.3621 22.115 30.2205 21.627 29.9537 21.2048C29.6868 20.7826 29.3053 20.4433 28.8529 20.2257C28.4004 20.008 27.8953 19.9208 27.3951 19.974C26.9376 20.0226 26.5011 20.187 26.1273 20.4504H25.9223C25.5484 20.187 25.1117 20.0226 24.654 19.9739C24.1539 19.9208 23.6487 20.0081 23.1963 20.2258C22.7439 20.4435 22.3625 20.7829 22.0956 21.2051C21.8287 21.6273 21.6872 22.1153 21.6872 22.6134C21.6872 23.1115 21.8287 23.5995 22.0956 24.0218C22.3625 24.444 22.7439 24.7833 23.1963 25.001C23.6487 25.2187 24.1539 25.306 24.654 25.2529C25.1542 25.1998 25.6292 25.0084 26.0247 24.7006Z' fill='white'/%3e%3cpath d='M0.0639216 7.70673C-0.210078 6.65567 0.422098 5.58208 1.47592 5.3088L21.702 0.0637537C22.7559 -0.209526 23.8323 0.420989 24.1063 1.47205L24.4039 2.61391L0.361593 8.84859L0.0639216 7.70673Z' fill='white'/%3e%3cpath d='M1.15538 11.8936L25.1977 5.65889L26.4552 10.4824H9.03131C7.56134 10.4824 6.3697 11.6709 6.3697 13.137V20.2938L5.44488 20.5337C4.39105 20.807 3.31464 20.1764 3.04064 19.1254L1.15538 11.8936Z' fill='white'/%3e%3c/svg%3e");
}

.btn.btn-cash {
  background-color: #5D8F91 !important;
}
.btn.btn-cash:before {
  background-image: url("/img/by-cash.png");
}
.btn.btn-cash:hover {
  background-color: #79BD7D !important;
}
@media (max-width: 1024px) {
  .btn.btn-cash {
    margin: 0 25px;
    width: calc(100% - 50px);
  }
}

.btn.btn-medium {
  padding: 15px;
}

.btn.btn-small {
  padding: 15px;
}

.btn.btn-share {
  padding: 14px 0;
  display: block;
  border: 1px solid #dddddd;
  transition: all 0.3s ease;
}

.btn.btn-share:hover {
  color: #ffffff;
}

.btn.btn-share i[class^=icon-] {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}

.btn.btn-fb {
  color: #4066B5;
}

.btn.btn-fb:hover {
  background-color: #4066B5;
}

.btn.btn-ok {
  color: #FE9D00;
}

.btn.btn-ok:hover {
  background-color: #FE9D00;
}

.btn.btn-vk {
  color: #5F82AD;
}

.btn.btn-vk:hover {
  background-color: #5F82AD;
}

.btn.btn-back {
  padding: 14px 28px;
  color: #DF7477;
  border: 1px solid #dddddd;
  background-color: #FFF893;
}

.btn.btn-blue {
  color: #ffffff;
  background-color: #196ac4;
  transition: background-color 0.3s;
}

.btn.btn-blue:hover {
  background-color: #18407E;
}

.btn.btn-brown {
  color: #ffffff;
  background-color: #79BD7D;
  transition: background-color 0.3s;
}

.btn.btn-brown:hover {
  background-color: #5D8F91;
}

.btn.btn-brown-new {
  color: #ffffff;
  background-color: #79BD7D;
  transition: background-color 0.3s;
}

.btn.btn-brown-new:hover {
  background-color: #5D8F91;
}

.btn.btn-border {
  min-width: auto;
  color: #586c72;
  border: 1px solid #410F00;
}

.btn.btn-border.btn-large {
  padding: 14px 28px;
}

.btn.btn-border-white {
  min-width: auto;
  color: #586c72;
  background-color: white;
  border: 1px solid #586c72;
}

.btn.btn-border-white.btn-large {
  padding: 14px 28px;
}

.btn.btn-border-white:hover {
  color: #ffffff;
  background-color: #DF7477;
  border: 1px solid #DF7477;
}

.btn.btn-grey {
  color: #DF7477;
  background-color: #FCFCFC;
}

.btn.btn-white {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/*__________________________________________________________________________ Header ______________________ */
.modal-open {
  height: 100%;
}
.modal-open body {
  height: 100%;
}
.modal-open body .wrapper {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.modal-open .header-menu {
  position: fixed;
}

.header-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
}
.header-top .container-top {
  position: relative;
  height: 30px;
  text-align: center;
}
.header-top .container-top .logo {
  position: absolute;
  z-index: 4;
  transform: rotateZ(0deg);
}
.header-top .container-top .phone {
  font-size: 16px;
  line-height: 30px;
  color: #196ac4;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 30px;
  font-weight: 700;
}
.header-top .container-top .phone span {
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.header-top .container-top .lang-switcher {
  display: none;
}

.trigger-block {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.trigger-block .menu-trigger {
  text-decoration: none;
  position: relative;
  width: 28px;
  height: 18px;
  padding: 0;
  display: block;
}
.trigger-block .menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1.5px;
  margin-top: -0.75px;
  background-color: #94a99e;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
}
.trigger-block .menu-trigger span:before, .trigger-block .menu-trigger span:after {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #94a99e;
  content: "";
  transition: background-color 0.3s;
}
.trigger-block .menu-trigger span:before {
  width: 26px;
  transform: translateY(-7px);
}
.trigger-block .menu-trigger span:after {
  width: 22px;
  transform: translateY(7px);
}
.trigger-block .menu-trigger.menu-is-open span {
  background-color: #79BD7D;
}
.trigger-block .menu-trigger.menu-is-open span:before, .trigger-block .menu-trigger.menu-is-open span:after {
  background-color: #79BD7D;
}

/*__________________________________________________________________________ Lazy Images ______________________ */
.lazy-load-wrapper {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 1s ease;
}

.lazy-load-wrapper.loaded {
  opacity: 1;
}

.lazy-load-wrapper.loaded-from-cache {
  transition: none;
  -webkit-transition: none;
}

.lazy-load-wrapper .lazy-img {
  max-width: 100%;
  opacity: 0;
}

.lazy-load-img {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.lazy-load-img.loaded .lazy-img {
  opacity: 1;
}

.lazy-load-img.loaded-from-cache .lazy-img {
  transition: none;
}

.lazy-load-img .lazy-img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
}

/*__________________________________________________________________________ Home page ______________________ */
.image-section {
  width: calc(100% - 40px);
  height: calc(100% - 90px);
  position: relative;
  padding: 0 20px 20px;
}

.image-section.dark-text h1 {
  color: #ffffff;
}

.image-section.dark-text .btn {
  color: #ffffff;
  background-color: #196ac4;
}

.image-section.light-text h1 {
  color: #586c72;
}

.image-section.light-text .btn {
  color: #586c72;
  background-color: #FFF893;
}

.image-section .banner-wrap {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/site_mobile.png?0fadf672bebfd009d3cc6707d8268331);
}

.image-section .banner-wrap .caption {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}

.image-section .banner-wrap .caption h1 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: calc(1.72414vw + 25.86207px);
  line-height: calc(2.15517vw + 34.82759px);
}

.image-section .banner-wrap .caption .btn {
  font-weight: bold;
  padding-top: calc(0.43103vw + 8.96552px);
  padding-bottom: calc(0.43103vw + 8.96552px);
  font-size: 13px;
}

/*__________________________________________________________________________ Content ______________________ */
.content-body {
  padding-top: 40px;
  background-color: #f6f9f6;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .search-block.focus {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .search-block .search-btn {
    cursor: pointer;
  }
}
.content-block p, .content-block ul, .content-block ol {
  margin-bottom: 15px;
}
.content-block ul, .content-block ol {
  padding: 0 0 0 20px;
}
.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-weight: 600;
}
.content-block h3 {
  font-size: 25px;
  line-height: 1.3;
}
.content-block h4 {
  font-size: 22px;
  line-height: 1.3;
}
.content-block h5 {
  font-size: 18px;
  line-height: 1.3;
}
.content-block h6 {
  font-size: 16px;
  line-height: 1.3;
}
.content-block blockquote {
  padding: 0;
  margin: 25px 0;
  color: #DF7477;
  font-size: 25px;
  line-height: 30px;
}
.content-block .content-options {
  margin-bottom: 20px;
}
.content-block .content-options .page-title {
  float: left;
  line-height: 50px;
  margin: 0;
}

.page-title-new {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #333F43;
}

/*__________________________________________________________________________ Products list page ______________________ */
.sidebar-menu {
  list-style: none;
}

.sidebar-menu > li {
  padding: 0 30px;
  border-top: 1px solid #94a99e;
}

.sidebar-menu > li > a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 13px 0;
  color: #586c72;
  text-decoration: none;
}

.sidebar-menu > li .sub-menu {
  display: none;
  margin: 0 0 0 30px;
  padding-bottom: 30px;
  list-style: none;
}

.sidebar-menu > li .sub-menu li a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #586c72;
  margin-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}

.sidebar-menu > li .sub-menu li a:hover, .sidebar-menu > li .sub-menu li a.checked {
  font-weight: bold;
}

.sidebar-menu.product-filter li .sub-menu {
  display: block;
}

.products-list .one-product {
  text-decoration: none;
  margin-bottom: 35px;
}
.products-list .one-product .one-product-img {
  display: block;
  margin-bottom: 15px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.products-list .one-product .one-product-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.products-list .one-product .one-product-img .wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex: 1;
  text-align: center;
}
.products-list .one-product .one-product-img .wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  transition: all 0.5s ease;
}
.products-list .one-product .one-product-img .wrap .btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -25px 0 0;
  display: block;
  width: 100%;
  color: #DF7477;
  text-align: center;
  z-index: 2;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.1s;
}
.products-list .one-product .one-product-data {
  display: block;
  padding: 0 20px;
}
.products-list .one-product .one-product-title {
  float: left;
  color: #586c72;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  max-width: 70%;
  min-height: 30px;
}
.products-list .one-product .one-product-title .span_title {
  display: inline;
  margin-right: 6px;
}
.products-list .one-product .one-product-title .one-product-model {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.products-list .one-product .one-product-price {
  float: right;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.products-list .one-product .one-product-old-price {
  float: right;
  margin-right: 5px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: line-through;
}

.mobile-wrap {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(88, 108, 114, 0.7);
}

.mobile-sidebar-menu {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #586c72;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-sidebar-menu .mobile-sidebar-trigger {
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #f6f9f6;
  text-transform: uppercase;
}
.mobile-sidebar-menu .mobile-sidebar-block {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 61px;
  background-color: #fff;
}
.mobile-sidebar-menu .mobile-sidebar-block.fixed .mobile-sidebar-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 125px;
  overflow-x: auto;
  background-color: #fff;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block a {
  position: relative;
  float: left;
  color: #586c72;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  opacity: 0.1;
  background-color: #586c72;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block a.current {
  color: #ffffff;
  background-color: #DF7477;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block a.current:before {
  display: none;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-filter-block a.closest:before {
  display: none;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item {
  margin: 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item.open .mobile-sidebar-title {
  display: none;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item.open .mobile-sidebar-options {
  display: block;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-title {
  padding: 16px 0;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-title h3 {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-weight: 700;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-title .active-options {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #DF7477;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-options {
  display: none;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-options .sub-menu {
  list-style: none;
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-options .sub-menu li a {
  display: block;
  color: #DF7477;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-sidebar-menu .mobile-sidebar-block .mobile-sidebar-content .mobile-sidebar-item .mobile-sidebar-options .sub-menu li a.checked {
  color: #586c72;
}
.mobile-sidebar-menu .filter-actions-holder {
  height: 64px;
  padding: 0 30px;
}
.mobile-sidebar-menu .filter-actions-holder div {
  font-size: 11px;
  line-height: 14px;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.mobile-sidebar-menu .filter-actions-holder .filter-done, .mobile-sidebar-menu .filter-actions-holder .filter-choose {
  color: #ffffff;
  min-width: 100px;
  padding: 10px 5px;
}
.mobile-sidebar-menu .filter-actions-holder .filter-clear, .mobile-sidebar-menu .filter-actions-holder .filter-clear-all {
  padding: 10px 0;
  color: #A4A4A4;
}
.mobile-sidebar-menu .filter-actions-holder .filter-done {
  float: left;
  background-color: #586c72;
}
.mobile-sidebar-menu .filter-actions-holder .filter-choose {
  display: none;
  float: left;
  background-color: #DF7477;
}
.mobile-sidebar-menu .filter-actions-holder .filter-clear {
  display: none;
  float: right;
}
.mobile-sidebar-menu .filter-actions-holder .filter-clear-all {
  float: right;
}

.with-filter .wrapper {
  padding-bottom: 61px;
}

/*__________________________________________________________________________ Product item page ______________________ */
.product-item-page {
  padding-bottom: 20px;
}

.content-sidebar .socilas-share {
  margin-top: 20px;
}

.content-sidebar .socilas-share p {
  display: none;
  text-align: center;
  font-size: 20px;
  color: #94a99e;
  margin-bottom: 30px;
}

.content-sidebar .socilas-share .btn-share {
  margin: 20px 0 0;
}

.content-sidebar .btn-back {
  margin: 20px 0 0;
}

.product-item .product-item-image {
  margin-bottom: 25px;
  position: relative;
  background-color: #ffffff;
}

.product-item .product-item-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-item .product-item-image .wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex: 1;
  text-align: center;
}

.product-item .product-item-image .wrap.icon-search-plus {
  text-decoration: none;
}

.product-item .product-item-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-box-align--ms-flex-align: center;
  -webkit-box-align-align-items: center;
}

.product-item .product-item-image .label {
  background-position: top center;
  background-repeat: no-repeat;
}

.product-item .product-item-data .page-title {
  color: #333F43;
}

.product-item .product-item-data .product-item-price {
  float: left;
  color: #333F43;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 32px;
}
.product-item .product-item-data.product-ceritificat-data .product-top-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #CED6D5;
}
.product-item .product-item-data.product-ceritificat-data .page-title {
  padding-bottom: 10px;
}

.product-item .product-item-data .product-item-old-price {
  position: relative;
  float: left;
  margin-right: 10px;
  color: #999999;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 32px;
  margin-top: 0;
  font-weight: 300;
}

.product-item .product-item-data .product-item-old-price:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
}

.btn {
  position: relative;
  transition: all 0.3s;
  font-weight: 600;
}

/* Button 5 */
.btn-5 {
  height: 44px;
  background: #79BD7D;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-5:hover {
  background-color: #5D8F91;
}
.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
}
.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.btn-5 .item-in-cart {
  display: none;
}

.btn-5:not(.btn-disable):active {
  background: #5D8F91;
}

/* top: 2px */
.btn-5:active:before:not(.btn-disable) {
  color: #703b87;
}

/* Button 5a */
#add-to-cart .product-in-cart:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.7%202.8c0%20.2%200%20.5-.3.7l-9.7%209.7a1%201%200%200%201-1.5%200L.6%207.6a1%201%200%200%201%200-1.5l1.5-1.6a1%201%200%200%201%201.6%200L7%208%2014.3.5a1%201%200%200%201%201.6%200L17.4%202c.2.2.3.5.3.8z%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  line-height: 2.5;
  transition: all 0.3s ease-in-out;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-animation: fade-out 0.5s forwards;
          animation: fade-out 0.5s forwards;
}

.btn-5.cart-btn {
  pointer-events: none;
}
.btn-5 .product-in-cart {
  background-color: #5D8F91;
  position: relative;
  top: -12px;
  left: -20px;
  padding: 12px 20px;
  height: 44px;
}

@keyframes scaleFadescale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@-webkit-keyframes scaleFadescale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.size-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #586c72;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 26px 0 10px;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M7.9.75c0%20.06-.03.13-.08.18L4.18%204.57a.27.27%200%200%201-.18.08.27.27%200%200%201-.18-.08L.18.93A.27.27%200%200%201%20.1.75C.1.69.13.62.18.57L.57.18C.62.13.68.1.75.1.81.1.88.13.93.18L4%203.25%207.07.18A.27.27%200%200%201%207.25.1c.06%200%20.13.03.18.08l.39.39c.05.05.08.12.08.18z%22%20fill%3D%22%23586c72%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-wrap {
  position: relative;
}

.select2-wrap .select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
  height: 28px;
}

.select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #586c72;
  font-size: 18px;
  line-height: 28px;
  padding: 0 12px 0 0;
}

.select2-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #586c72;
}

.select2-wrap .select2-container--default .select2-results__option[aria-selected=true] {
  color: #586c72;
  font-weight: bold;
  background-color: transparent;
}

.select2-wrap .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #CED6D5;
}

.select2-wrap .select2-dropdown {
  background-color: #f6f9f6;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.select2-wrap .select2-results__option {
  white-space: nowrap;
  text-align: center;
  color: #586c72;
  padding: 3px 15px;
  display: block;
}
.select2-wrap .select2-results__option:first-child {
  display: none;
}
.select2-wrap .select2-results__option:hover {
  background: #94A99E !important;
  color: #fff !important;
}

.select2-wrap .select2-results__options {
  margin: 0 !important;
  padding: 5px 0;
}

.select2-results__options {
  scrollbar-color: #5D8F91 white;
  scrollbar-width: none;
}
.select2-results__options::-webkit-scrollbar {
  width: 0px;
  background: #fff;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #5D8F91;
  border-radius: 0px;
}

/*------------------------------------------- Product page ---------------------------------------------------*/
.product-top-item {
  font-size: 14px;
  line-height: 120%;
  color: #586C72;
}

.product-top-item .pti-table-tr {
  display: inline-flex;
}
.product-top-item .pti-table-tr.table-articol {
  display: flex;
  margin-top: 5px;
}
.product-top-item .pti-table-tr:nth-last-child(2):after {
  display: none;
}
.product-top-item .pti-table-tr .table-td p {
  margin: 0;
}
.product-top-item .table-articol .table-td:first-child {
  margin-right: 5px;
}

.product-top-item .table-tr:last-child {
  color: #95A99E;
}
.product-top-item .table-tr:last-child:after {
  display: none;
}

.product-top-item .table-td a {
  text-decoration: none;
}

.product-item-table:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #CED6D5;
}
.product-item-table:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #CED6D5;
}

.product-item-table .table-color {
  padding: 6px 0 12px;
  display: flex;
}
@media (max-width: 767px) {
  .product-item-table .table-color {
    padding: 6px 0 0;
  }
}
.product-item-table .table-color .bg_light, .product-item-table .table-color .bg_dark {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-item-table .table-color .bg_light.color-disabled, .product-item-table .table-color .bg_dark.color-disabled {
  opacity: 0.3;
  cursor: default !important;
}
.product-item-table .table-color .bg_light.color-disabled:after, .product-item-table .table-color .bg_dark.color-disabled:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #333F43;
  position: absolute;
  transform: rotate(135deg);
}
.product-item-table .table-color .bg_light.color-disabled {
  border: 1px solid #333F43;
  width: 28px !important;
  height: 28px !important;
}
.product-item-table .table-color .bg_light.color-disabled:after {
  background: #333F43;
}
.product-item-table .table-color .bg_dark.color-disabled:after {
  background: #fff;
}
.product-item-table .product-size-item {
  display: flex;
  flex-direction: column;
  padding: 12px 0 6px;
}
.product-item-table .product-size-item .table-tr {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.product-item-table .product-size-item .table-tr .table-td {
  line-height: 20px;
}
.product-item-table .table-tr .table-td:first-child {
  width: 100%;
  max-width: 65px;
}
.product-item-table .table-tr .table-td:nth-of-type(2) {
  width: inherit;
}
.product-item-table .table-tr:last-child .green {
  width: inherit;
}

.table-select-size {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 16px 0 10px;
}
.table-select-size .select2 {
  position: relative;
  border: 1px solid #95A99E;
  padding: 5px 10px;
  background: #fff;
}

.product-size-item .product-select-error {
  display: none;
}

.product-size-item .error .select2 {
  border-color: #E6413F;
}
.product-size-item .error .product-select-error {
  display: block;
  z-index: 5;
  color: white;
  position: relative;
  background-color: #E6413F;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  padding: 10px;
  max-width: 269px;
  width: 100%;
  top: auto;
  bottom: 0;
}
.product-size-item .error .product-select-error:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e6413f transparent;
  top: -10px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.product-item-table .table-tr .table-td.colors {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #95A99E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

/* ---------------------- modal add to cart /  Page Cart ------------------------------*/
.section-cart {
  padding-bottom: 100px;
}

.modal-cart {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  top: -80px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 !important;
  background: rgba(1, 1, 1, 0.5);
  transform: translateY(80px);
}
.modal-cart .modal-dialog {
  width: 740px;
  background: white;
  padding: 10px;
  margin: 20px;
}
.modal-cart .modal-header {
  text-align: right;
  margin: 30px 30px 0;
}
.modal-cart .modal-header button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.modal-cart .modal-header button span img {
  width: 14px;
}
.modal-cart .add-success {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: #333F43;
  padding: 35px 0 25px;
}
.modal-cart .proceed-cart {
  justify-content: center;
  display: flex;
  max-width: 320px;
  flex-direction: column-reverse;
  text-align: center;
  margin: 0 auto 75px;
}
.modal-cart .proceed-cart a {
  font-family: Source Sans Pro;
  margin: 10px 0;
}
.modal-cart .proceed-cart .btn-primary {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333F43;
  text-transform: initial;
}
.modal-cart .proceed-cart .btn-secondary {
  background: #79BD7D;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 28px;
}

.modal-success + .modal {
  display: flex;
}

@media (max-width: 750px) {
  .modal-cart .modal-dialog {
    margin: 25px;
  }
  .modal-cart .modal-header {
    margin: 14px;
  }
  .modal-cart .add-success {
    font-size: 18px;
    margin: 0 30px;
  }
  .modal-cart .proceed-cart {
    margin: 0 auto 35px;
  }
  .modal-cart .proceed-cart a {
    margin: 10px 30px;
  }
}
/* General styles for all types of buttons */
/* ------------------- End modal add to cart -----------------------------*/
/*-------------------------------------------End Product page ---------------------------------------------------*/
.product-item-table {
  width: 100%;
  margin: 16px 0 24px;
}
.product-item-table .table-tr .table-td {
  float: left;
  color: #333F43;
  padding: 11px 0;
  line-height: 28px;
}
.product-item-table .table-tr .table-td.colors {
  padding: 10px 0 0;
}
.product-item-table .table-tr .table-td p {
  margin: 0;
}
.product-item-table .table-tr .table-td .color {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.product-item-table .table-tr .table-td .color.bg_light {
  width: 28px;
  height: 28px;
  border: 1px solid #eee;
}
.product-item-table .table-tr .table-td .color.bg_light:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1%207l4%204L15%201%22%20stroke%3D%22%2395A99E%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.product-item-table .table-tr .table-td .color.bg_dark:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1%207l4%204L15%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.product-item-table .table-tr .table-td .color.close {
  cursor: default;
}
.product-item-table .table-tr .table-td .color.close:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.product-item-table .table-tr .table-td .color.green {
  background-color: #A5D673;
}
.product-item-table .table-tr .table-td .color.yellow {
  background-color: #ECD102;
}
.product-item-table .table-tr .table-td .color.blue {
  background-color: #73C0D3;
}
.product-item-table .table-tr .table-td .circle-dis {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.product-item-table .table-tr .table-td .circle-dis.green {
  background-color: #A5D673;
}
.product-item-table .table-tr .table-td .circle-dis.orange {
  background-color: #FE9D00;
}
.product-item-table .table-tr .table-td .circle-dis.red {
  background-color: #E6413F;
}
.product-item-table .table-tr:last-child {
  border: none;
}
.product-item-table .table-tr:first-child {
  font-size: 16px;
}
.product-item-table .table-tr:nth-of-type(2) a {
  color: #586c72;
  text-decoration: none;
}
.product-item-table .table-tr:nth-of-type(1).green {
  color: green;
  max-width: inherit;
}
.product-item-table .table-tr:nth-of-type(1).red {
  color: red;
  max-width: inherit;
}
.product-item-table .table-tr .table-size {
  font-size: 14px;
  padding: 0;
}

.related-products {
  padding: 30px 0;
  background-color: #f2f4ee;
}
.related-products h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.related-products img {
  width: 100%;
}
@media (min-width: 1025px) {
  .related-products .products-list {
    text-align: center;
  }
}
.related-products .products-list .one-product .one-product-title {
  text-align: left;
}

.new-products {
  background-color: #F2F4EE;
}
.new-products h2 {
  font-size: 30px;
  margin: 40px 0;
}
.new-products img {
  width: 100%;
}
.new-products .new_prod {
  margin: 80px 0 40px;
}

/*__________________________________________________________________________ Magazine page ______________________ */
.shops-block .magazin-left {
  margin-bottom: 30px;
}

#points-of-sales {
  height: 350px;
}

#stores {
  list-style: none;
  margin-bottom: 20px;
  font-size: 0;
  letter-spacing: -0.36em;
}
#stores li:not(.line) {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  width: calc(100% - 40px);
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
#stores li:not(.line).active {
  color: #196ac4;
}
#stores li:not(.line).active a {
  color: #196ac4;
  box-shadow: inset 0 -1px 0 #196ac4;
}
#stores li:not(.line) a {
  color: #586c72;
  position: relative;
  border-bottom: 1px dotted #DF7477;
  font-weight: 700;
  text-decoration: none;
}
#stores li:not(.line) p {
  margin-bottom: 10px;
}
#stores li:not(.line) p:last-child {
  margin-bottom: 0;
}
#stores li:not(.line) p span {
  display: block;
}
#stores .line {
  display: none;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: #dddddd;
}

.gm-style .custom-info-window {
  margin: 240px 0 0 140px;
}

.gm-style .custom-info-window > div:last-child {
  display: none;
}

.gm-style .custom-info-window .gm-style-iw {
  overflow: visible !important;
}

.gm-style .custom-info-window .gm-style-iw > div {
  overflow: visible !important;
}

.gm-style .custom-info-window .gm-style-iw > div > div {
  overflow: visible !important;
}

.gm-style .custom-info-window .place-content {
  box-shadow: 0 6px 24px 0px rgba(0, 0, 0, 0.3);
}

.gm-style .custom-info-window img {
  display: block;
}

/*__________________________________________________________________________ About page ______________________ */
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.nav:before, .nav:after {
  display: table;
  content: "";
}

.nav:after {
  clear: both;
}

.tabs .tabs-wrap {
  overflow-x: auto;
}

.tabs .nav-tabs {
  list-style: none;
  font-size: 0;
  letter-spacing: -0.36em;
  white-space: nowrap;
}

.tabs .nav-tabs li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  width: 50%;
  background-color: #F4F4F4;
}

.tabs .nav-tabs li.last {
  width: 100%;
}

.tabs .nav-tabs li.active {
  background-color: white;
}

.tabs .nav-tabs li.active a {
  color: #333F43;
}

.tabs .nav-tabs li a {
  display: block;
  padding: 28px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333F43;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.white-pading-block {
  padding: 30px 40px;
  background-color: white;
}

/*__________________________________________________________________________ About page ______________________ */
.about-page {
  padding-bottom: 50px;
}

.one-album {
  cursor: pointer;
  position: relative;
  margin: 0 0 30px 0;
}
.one-album:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.one-album .one-album-image {
  position: relative;
  padding-top: 66.6667%;
}
.one-album .one-album-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.one-album .one-album-title {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 25px;
  width: 150px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.one-album .one-album-counter {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 20px;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

/*__________________________________________________________________________ Contacts page ______________________ */
.form.auth-form, .form.profile-form {
  padding: 0 !important;
}

.form.profile-form .form-col label {
  line-height: 18px;
  color: #333F43;
  min-width: 125px;
  white-space: nowrap;
}

.form.auth-form .form-col .text-form, .form.profile-form .form-col .text-form {
  border: 1px solid #D1E1D8;
}

.form .form-col.buttons-col {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.form .form-col.buttons-col .btn {
  float: left;
  margin: 0 20px 20px 0;
}

.form .form-col.buttons-col .btn:last-child, .form .form-col.buttons-col .btn.forgot-back-link {
  margin: 0;
  text-decoration: underline;
  text-transform: inherit;
  font-size: 16px;
  line-height: 24px;
  min-width: inherit;
  padding: 0 0 0 7px;
}

.form .form-col.has-error .text-form, .form .form-col .has-error .text-form {
  border: 1px solid #E52329;
}

.form .form-col.has-error .form-select .select2-container--default .select2-selection--single, .form .form-col .has-error .form-select .select2-container--default .select2-selection--single {
  border: 1px solid #E52329;
}

.form .selection.has-error .select2-selection.select2-selection--single {
  border: 1px solid #E52329;
}

.form .form-col .col-block {
  text-align: left;
}

.form .form-col label {
  display: block;
  color: #333F43;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form .form-col .select2-container--default {
  margin-bottom: 20px;
}

.form .form-col .text-form:focus {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.form .form-col #submit.loading {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/ajax-loader-white.svg?623cb54b9a1aab063ff11d05e5476a5c);
}

.form .message {
  display: block;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.form .message.error {
  color: #E6413F;
}

.form .message.success {
  color: #7ED321;
  text-align: center;
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .form .form-col .text-form:focus {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 40px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 24px;
  color: #333F43;
  padding: 7px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 1L4 4.5L7.5 1' stroke='black'/%3e%3c/svg%3e");
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  padding: 0 4px;
}

.select2-dropdown {
  border: 1px solid #ddd;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.sub-form {
  font-size: 16px;
  line-height: 24px;
  color: #333F43;
  text-align: center;
  margin-top: 24px;
}

.sub-form a {
  color: #333F43;
  font-weight: 600;
}

.contacts-page {
  padding-bottom: 50px;
}

.contacts-block {
  padding-left: 123px;
}

.contacts-block.factory i {
  position: relative;
  display: block;
  left: -121px;
  width: 86px;
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2290%22%20height%3D%2290%22%20viewBox%3D%220%200%2090%2090%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22%23586c72%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M84%205h-7V0h-5v5h-6V0h-2v5H19V1h-2v4H5v17l2%2015h10.5v7h1v-4H21v-2h-2.5v-1H30l2-14h18c4.6%200%205%201.4%205%203v20H3.2L0%2057.7V68h84V31h6V11h-6V5zM74%202h1v3h-1V2zm8%209v46h-6v2h6v2h-4v2h4v3H2v-7h18v-2H2.3l2.5-9H70v-2H57V26c0-4.4-3.7-5-7-5H32v-7h-2v8l-2%2013H9L7%2022V7h75v4zm6%202v16h-4V13h4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M70%2027c-4%200-7%203-7%207s3%207%207%207%207-3%207-7-3-7-7-7zm0%2012c-2.8%200-5-2.2-5-5s2.2-5%205-5%205%202.2%205%205-2.2%205-5%205zM23.5%2023c-2%200-3.5%201.6-3.5%203.5%200%202%201.6%203.5%203.5%203.5%202%200%203.5-1.6%203.5-3.5%200-2-1.6-3.5-3.5-3.5zm0%205c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5%201.5.7%201.5%201.5-.7%201.5-1.5%201.5zM40%2014h34v2H40z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.contacts-block.factory .right {
  position: relative;
  top: -72px;
}

.contacts-block.shop i {
  position: relative;
  display: block;
  left: -125px;
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2290%22%20height%3D%2290%22%20viewBox%3D%220%200%2090%2090%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M79%204V2H14v2h65zm6%2026v35h3.2v7H3v-7h4V30c-2%200-4-1.4-4-4v-9l9-12V0h69v5l8%2012v8c0%203.8-2.8%204.6-4%205zM14.3%2017v2H5v6c0%20.8.3%202%201%202.8.5.5%201%201%202%201s3-.4%203.7-.8c.6-.5%201-1%201.3-2%200-.4.5-.8%201-1%20.8-.2%201.6.3%201.8%201%20.3.8.7%201.4%201.3%202%20.7.3%202.5.6%203.3.6.8%200%201.5-.3%202-.7.7-.6%201-1.2%201.4-2%200-.4.5-1%201-1%20.8-.3%201.6.2%202%201%200%20.7.5%201.4%201%201.8.7.4%201.5.7%202.3.7.8%200%202.5-.3%203-.7.7-.5%201.2-1%201.4-1.8%200-.5.5-1%201-1%20.8-.4%201.6%200%202%201%200%20.6.6%201.3%201%201.7.7.5%202.5.7%203.3.7.8%200%201.5-.3%202-.7.7-.4%201.2-1%201.4-1.8.2-.6.6-1%201-1.2%201-.3%201.8.2%202%201%20.2.8.7%201.4%201.3%201.8.5.5%201.3.7%202%20.7%201%200%201.6-.2%202.2-.7.6-.4%201-1%201.3-1.8%200-.5.5-1%201-1%20.8-.3%201.7%200%202%201%200%20.7.6%201.3%201.2%201.8.6.4%202.3.7%203%20.7%201%200%201.7-.3%202.2-.8.6-.4%201-1%201.3-1.8%200-.5.5-1%201-1%20.8-.3%201.7.2%202%201%200%20.7.6%201.3%201.2%201.8.6.4%202.3.7%203%20.7%201%200%201.7-.3%202.3-.7.5-.5%201-1%201.2-1.8%200-.6.5-1%201-1%20.8-.4%201.7%200%202%201%200%20.6.6%201.3%201.2%201.8.5.4%202.2.6%203%20.6%201%200%202-.3%202.6-1%20.6-.6%201-1.5%201-2.4V19H21.3v-2h65L79%206H14L5.8%2017h8.6zM18%2046h17v-8H18v8zm17%202H18v17h17V48zm-13.5%204c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5-1.5-.7-1.5-1.5.7-1.5%201.5-1.5zM16%2036h20.8v29H83V30c-1-.3-3.7-.7-4.4-1.2l-1-.8-.8.8c-1%20.8-2.5%201.3-4%201.3-1.4%200-3.8-.3-5-1l-.8-1-1%201c-1%20.7-2.4%201.2-4%201.2-1.3%200-3.7-.4-4.8-1.3l-1-1-.8%201c-1%20.8-2.5%201.3-4%201.3-1.4%200-3.8-.4-5-1.3l-.8-.8-1%201c-1%20.7-2.4%201.2-4%201.2-1.3%200-2.7-.5-3.8-1.3-.3%200-.6-.4-1-.7l-.8%201c-1%20.7-3.5%201.2-5%201.2s-2.8-.5-4-1.3l-.8-.8-1%201c-1%20.7-3.4%201.2-5%201.2-1.4%200-2.7-.5-3.8-1.3l-1-.8c-.2.4-.6.7-1%201-.7.4-2.4%201-4.4.6v35h7V36zm60%200v25H44V36h32zm-2%202H46v21h28V38zm12.2%2029H5v3h81.2v-3z%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23586c72%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.contacts-block.shop .right {
  position: relative;
  top: -90px;
}

.contacts-block h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.contacts-block p {
  margin-bottom: 0;
}

.contacts-block p a {
  color: #586c72;
  text-decoration: none;
}

.contacts-right .btn:hover {
  background-color: #586c72;
}

.profile-content, .order-content {
  padding: 32px 40px;
  background-color: white;
}

.order-content .btn {
  margin-top: 16px !important;
}

.profile-menu-block {
  display: none;
}

@media (max-width: 767px) {
  .profile-sidebar {
    padding: 0;
    margin: 0 -25px;
    background-color: transparent;
  }

  .profile-content, .order-content {
    padding: 32px 25px;
    margin: 0 -25px;
    background-color: white;
  }

  .profile-content .btn, .order-content .btn {
    margin-top: 16px !important;
  }

  .profile-menu-block {
    display: block;
    border: 1px solid rgba(221, 221, 221, 0.35);
  }

  .profile-menu {
    width: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    outline: 0;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 45px 10px 25px;
    color: #586c72;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M7.9.75c0%20.06-.03.13-.08.18L4.18%204.57a.27.27%200%200%201-.18.08.27.27%200%200%201-.18-.08L.18.93A.27.27%200%200%201%20.1.75C.1.69.13.62.18.57L.57.18C.62.13.68.1.75.1.81.1.88.13.93.18L4%203.25%207.07.18A.27.27%200%200%201%207.25.1c.06%200%20.13.03.18.08l.39.39c.05.05.08.12.08.18z%22%20fill%3D%22%23A0877F%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.order-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.order-steps:before {
  position: absolute;
  top: 15px;
  left: 16.66667%;
  right: 16.66667%;
  height: 1px;
  display: block;
  content: "";
  background-color: rgba(160, 135, 127, 0.35);
}

.order-steps li {
  counter-increment: myCounter;
  background-color: transparent !important;
}

.order-steps li.active .one-step {
  color: #586c72;
}

.order-steps li.active .one-step:before {
  color: white;
  background-color: #333F43;
  border: 1px solid #333F43;
}

.order-steps .one-step {
  position: relative;
  color: rgba(160, 135, 127, 0.35);
  padding: 48px 0 0 !important;
  text-align: center;
}

.order-steps .one-step:before {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  width: 30px;
  height: 30px;
  border: 1px solid rgba(160, 135, 127, 0.35);
  background-color: #f6f9f6;
  font-size: 16px;
  line-height: 30px;
  color: #626F68;
  text-align: center;
  border-radius: 50%;
  content: counter(myCounter);
}

.text-block {
  padding-top: 13px;
}

.text-block span {
  float: right;
  font-weight: 600;
  color: #586c72;
}

.product-cart {
  width: 100%;
  padding: 8px 0;
  background-color: white;
  border-spacing: 0;
}

.product-cart tr:last-child td {
  border: none;
}

.product-cart tr td {
  color: #333F43;
  vertical-align: middle;
  padding: 16px 0;
  border-bottom: 1px solid #DDDDDD;
}

.product-cart tr td:first-child {
  padding-left: 15px;
  width: 80px;
}

.product-cart tr td img {
  display: block;
  width: 73px;
}

.product-cart tr td a {
  color: #333F43;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
}

.product-cart tr td a:hover {
  color: #333F43;
}

.product-cart tr td:nth-child(2) {
  padding-right: 24px;
}
.product-cart tr td:nth-child(2) a {
  display: block;
  width: 100%;
}
.product-cart tr td:nth-child(2) .code {
  color: #626f68;
  padding-top: 8px;
  font-size: 12px;
  line-height: 140%;
}

.product-cart tr td:nth-child(3) {
  color: #333F43;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.product-cart tr td:last-child {
  font-weight: 700;
  width: 74px;
  padding: 0 22px;
  white-space: nowrap;
}

.shopping-cart {
  width: 100%;
  padding: 0 34px;
  background-color: white;
  border-spacing: 0;
}

.shopping-cart tr td {
  font-size: 14px;
  line-height: 24px;
  color: #333F43;
  vertical-align: middle;
  padding: 24px 0;
  border-bottom: 1px solid #CED6D5;
}

.shopping-cart tr td img {
  display: block;
  width: 60px;
}

.shopping-cart tr td a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #333F43;
  text-decoration: none;
}

.shopping-cart tr td a:hover {
  color: #333F43;
}

.shopping-cart tr td.first_td {
  width: 60px;
  padding: 35px 15px 35px 0;
}

.shopping-cart tr td.last_td {
  text-align: right;
  width: 16px;
  padding-left: 10px;
}

.shopping-cart tr td:nth-of-type(2) {
  font-size: 18px;
  line-height: 28px;
}

.shopping-cart tr td:nth-of-type(3) {
  color: #586c72;
  max-width: 50px;
  text-align: right;
}

.shopping-cart tr td:nth-of-type(4) {
  width: 260px;
  text-align: right;
}

.shopping-cart tr td:nth-of-type(5) {
  width: 100px;
  white-space: nowrap;
}

.shopping-cart tr td .code {
  display: block;
  color: #333F43;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.shopping-cart tr td label {
  color: #586c72;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  display: block;
}

.shopping-cart tr td span {
  font-weight: 700;
}

.shopping-cart tr td .qty-price {
  font-weight: 400;
  margin-right: 16px;
}
.shopping-cart tr td .promo-price {
  color: #333F43;
  text-decoration: line-through;
  margin-right: 8px;
}
.shopping-cart tr td .qty-discount-card {
  color: #1D7E13;
  margin-right: 16px;
  font-weight: normal;
}
.shopping-cart tr td .price_trigger span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333F43;
  margin-left: 0;
}

.shopping-cart tr td .delete {
  font-weight: 400;
  height: 16px;
  display: block;
}

.shopping-cart tr td .delete svg {
  display: inline-block;
}

.shopping-cart tr td .delete svg path {
  transition: 0.3s ease-in-out;
}

.shopping-cart.discount-cart tr {
  border: none;
}
.shopping-cart.discount-cart tr td {
  border: none;
}

.alert.alert-danger {
  text-align: center;
  margin-bottom: 15px;
  margin-top: -5px;
  color: #E6413F;
}

@media (min-width: 1200px) {
  .shopping-cart tr td .delete:hover svg path {
    fill: #E52329;
  }
}
.sale_card form {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}

@media (max-width: 991px) {
  .sale_card form {
    flex-wrap: wrap;
  }
}
.sale_card .sale_card_inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sale_card .sale_card_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.sale_card .btn {
  min-width: 130px;
}

.sale_card .text-form {
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: auto;
  border-radius: 0;
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
  margin: 0 16px;
  width: 165px;
  color: #586c72;
  box-sizing: border-box;
  border: 1px solid #EBE7D9;
}

.sale_card .text-form::-webkit-outer-spin-button, .sale_card .text-form::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sale_card .text-form::-webkit-input-placeholder {
  opacity: 0.5;
}

.sale_card .text-form::-moz-placeholder {
  opacity: 0.5;
}

.sale_card .text-form:-moz-placeholder {
  opacity: 0.5;
}

.sale_card .text-form:-ms-input-placeholder {
  opacity: 0.5;
}

.sale_card_msg {
  margin-left: 16px;
  font-size: 16px;
  line-height: 24px;
}

.sale_card_msg.error {
  color: #E6413F;
}

.sale_card_msg.success {
  color: #1C7E12;
}

.sale_card_apply:before {
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M10%200a1%201%200%2000-1%201v2a1%201%200%20002%200V1a1%201%200%2000-1-1zm9%209h-2a1%201%200%20100%202h2a1%201%200%20000-2zM4%2010a1%201%200%2000-1-1H1a1%201%200%20000%202h2a1%201%200%20001-1zm.22-7a1.01%201.01%200%2010-1.39%201.47l1.44%201.39a1%201%200%2000.73.28%201%201%200%2000.72-.31%201%201%200%20000-1.41L4.22%203zM15%206.14a1%201%200%2000.69-.28l1.44-1.39A1%201%200%200015.78%203l-1.44%201.42a1%201%200%20000%201.41c.17.18.4.3.66.31zM10%2016a1%201%200%2000-1%201v2a1%201%200%20102%200v-2a1%201%200%2000-1-1zm5.73-1.86a1%201%200%2000-1.39%201.44L15.78%2017a1%201%200%20001.41-.02%201%201%200%20000-1.42l-1.46-1.42zm-11.46%200l-1.44%201.39a1%201%200%2000.33%201.64%201%201%200%2000.39.08%201%201%200%2000.67-.25l1.44-1.39a1%201%200%2010-1.39-1.44v-.03z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.sale_card_apply.loading span {
  opacity: 0;
}

.sale_card_apply.loading:before {
  display: block;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.cart-small-table {
  width: calc(100% + 50px);
  padding: 0 0 14px;
  margin: 0 -25px;
  border-spacing: 0;
}

.cart-small-table.lasts-mall-table {
  border-top: 1px solid #CED6D5;
  padding: 8px 0 20px;
}

.cart-small-table.lasts-mall-table td {
  font-weight: 700;
}

.cart-small-table tr td {
  padding: 1px 0;
  line-height: 22px;
}

.cart-small-table tr td:first-child {
  width: 104px;
  color: #626F68;
  line-height: 24px;
  font-size: 16px;
  padding-left: 25px;
}

.cart-small-table tr td:last-child {
  font-size: 16px;
  line-height: 24px;
  color: #333F43;
  padding-right: 25px;
  text-align: right;
}

.last-step-buttons .btn:not(:last-child) {
  margin-bottom: 16px !important;
}

.terms-cond-delivery {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  padding-bottom: 24px;
}
.terms-cond-delivery .checkbox-title span, .terms-cond-delivery .checkbox-title a {
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #626F68;
}
@media (max-width: 1024px) {
  .terms-cond-delivery {
    padding: 0 25px 20px;
  }
}

.checkbox-error {
  display: none;
  color: #E6413F;
  margin: -10px 0 20px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .checkbox-error {
    padding: 0 25px 5px;
  }
}

.cart-total {
  margin-bottom: 62px;
}
.cart-total h2 {
  color: #333F43;
  line-height: 36px;
  margin: 0 0 41px;
}

.cart-message-row {
  padding: 104px 0 166px;
}

.cart-message-block {
  text-align: center;
}
.cart-message-block img {
  display: block;
  margin: 0 auto 40px;
}
.cart-message-block h3 {
  margin-bottom: 8px;
}
.cart-message-block p {
  margin-bottom: 32px;
}
.cart-message-block p span {
  color: #333F43;
  font-weight: 700;
}

.questionnaire-message-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
.questionnaire-message-block img {
  width: 100%;
  max-width: 105px;
  margin: 0 auto 57px;
}
.questionnaire-message-block h2 {
  text-align: center;
  margin-bottom: 42px;
  font-size: 30px;
  line-height: 140%;
}
.questionnaire-message-block a.btn {
  max-width: 320px;
  width: 100%;
}
.questionnaire-message-block .bg-none {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #626F68;
  text-transform: inherit;
  margin-top: 20px;
}
.questionnaire-message-block .btn.one-product-img {
  text-transform: inherit;
}
@media (max-width: 767px) {
  .questionnaire-message-block h2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
  }
}

.last-step-buttons a {
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .cart-total {
    padding-top: 30px;
  }

  .section-cart {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #step-3 h3 {
    padding: 16px 25px 0;
  }

  #step-3 .cart-small-table {
    width: 100%;
    margin: 0;
  }

  #step-3 #checkout-confirm {
    margin: 0 25px;
    width: calc(100% - 50px);
  }

  .product-cart {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .h-total {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-cart {
    padding: 0;
    width: calc(100% + 10px);
    margin-left: -5px;
  }

  .history-block {
    margin: 0 -25px -32px;
  }

  .history-block .history-block-body {
    background-color: #F4F4F4;
  }

  .history-block .history-block-body .history-block-product {
    margin: 0 25px 25px;
  }

  .history-block .history-block-body .history-block-product:last-child {
    margin-bottom: 0;
  }

  .history-block .history-block-body .history-block-product > div {
    float: left;
    font-size: 14px;
    line-height: 28px;
  }

  .history-block .history-block-body .history-block-product .product-image {
    width: 56px;
    height: 56px;
    padding: 0 16px 0 0px;
  }

  .history-block .history-block-body .history-block-product .product-image img {
    display: block;
    width: 56px;
  }

  .history-block .history-block-body .history-block-product .product-name {
    float: none;
    width: calc(100% - 88px);
    margin-left: 88px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .history-block .history-block-body .history-block-product .product-name {
    margin-left: 72px;
  }
}
@media (max-width: 767px) {
  .history-block .history-block-body .history-block-product .product-name a {
    height: auto;
  }
}
@media (max-width: 767px) {
  .history-block .history-block-body .history-block-product .product-qty {
    float: none;
    width: calc(100% - 88px);
    margin-left: 88px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .history-block .history-block-body .history-block-product .product-qty {
    margin-left: 72px;
  }
}
@media (max-width: 767px) {
  .history-block .history-block-body .history-block-product .product-price {
    float: none;
    text-align: left;
    width: calc(100% - 88px);
    margin-left: 88px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .history-block .history-block-body .history-block-product .product-price {
    margin-left: 72px;
  }
}
@media (max-width: 767px) {
  .shopping-cart {
    padding: 0 25px;
  }
  .shopping-cart tr {
    display: flex;
    flex-flow: wrap;
    clear: both;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr:before, .shopping-cart tr:after {
    content: " ";
    display: table;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
  }
  .shopping-cart tr td .shop-product-title {
    font-size: 16px;
    line-height: 18px;
    padding-right: 24px;
  }
  .shopping-cart tr td .promo-price {
    margin-top: 0;
  }
  .shopping-cart tr td .price_trigger span {
    margin-left: 0;
    margin-top: 0;
  }
  .shopping-cart tr td .code {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td .first_td {
    padding: 35px 15px 60px 0;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td .qty {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td img {
    display: block;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td.first_td {
    float: left;
    padding: 0 15px 16px 0;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td.last_td {
    padding: 0;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .shopping-cart tr td.last_td .delete svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td:nth-of-type(2) {
    width: calc(100% - 80px);
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td:nth-of-type(3) {
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .shopping-cart tr td:nth-of-type(4) {
    width: inherit;
  }
}
@media (max-width: 767px) {
  .product-cart {
    width: 100%;
    padding: 8px 0;
    margin: 0 0 16px;
    background-color: white;
    border-spacing: 0;
  }
}
@media (max-width: 767px) {
  .product-cart tr {
    clear: both;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
  }
}
@media (max-width: 767px) {
  .product-cart tr:before, .product-cart tr:after {
    content: " ";
    display: table;
  }
}
@media (max-width: 767px) {
  .product-cart tr:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .product-cart tr:last-child {
    border: none;
  }
}
@media (max-width: 767px) {
  .product-cart tr td {
    border: none;
    padding: 0;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .product-cart tr td img {
    display: block;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .product-cart tr td:first-child {
    float: left;
    padding: 25px 16px 8px 25px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-cart tr td:nth-child(2) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .product-cart tr td:nth-child(3) {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .product-cart tr td:last-child {
    padding-top: 24px;
    margin-bottom: 25px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 575px) {
  .product-cart tr {
    display: block;
  }
  .product-cart tr td:nth-child(2) {
    width: 50%;
  }

  .history-block .history-block-trigger .order-id {
    width: 25%;
  }

  .history-block .history-block-trigger .order-status {
    width: 75%;
  }

  .history-block .history-block-trigger .order-date {
    width: 30%;
    padding-left: 29%;
  }

  .history-block .history-block-trigger .order-total {
    width: 25%;
    padding-right: 15%;
  }
}
@media only screen and (max-width: 470px) {
  .shopping-cart tr td:nth-of-type(5) {
    width: inherit;
  }

  .shopping-cart tr td:nth-of-type(3) {
    margin-left: 0;
  }
}
/* _____________________ 404 _____________________ */
.page-404, .page-404 body {
  padding: 0;
  height: 100%;
  min-height: 325px;
}

.page-404 body {
  text-align: center;
  background-color: #f6f9f6;
}
.page-404 .btn-blue:hover, .page-404 .btn-blue:focus {
  background-color: #586c72;
}
.page-404 .wrapper {
  padding: 0;
}

/* ___________________ End404 _____________________ */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.cover-container {
  margin: 50px auto;
  width: calc(100% - 50px);
  padding: 0 25px;
  text-align: center;
}

.cover-container .logo-404 {
  display: inline-block;
  margin: 0 auto 30px;
}

.cover-container .logo-404 img {
  display: block;
}

.cover-container h1 {
  position: relative;
  color: #586c72;
  letter-spacing: 2px;
  margin-bottom: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.terms-block {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  padding: 16px 30px;
  background-color: #586c72;
  width: 194px;
  text-align: center;
}
@media (max-width: 1024px) {
  .terms-block {
    bottom: 79px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.terms-block .terms-block-close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%2010L10%201%22%20stroke%3D%22%23C7D6CD%22%2F%3E%0A%3Cpath%20d%3D%22M10%2010L1%201%22%20stroke%3D%22%23C7D6CD%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.terms-block p {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 12px;
}
.terms-block p a:hover {
  text-decoration: underline;
}
.terms-block .btn.terms-accept {
  color: #586c72;
  background-color: #fff;
  padding: 5px 10px;
  min-width: 95px;
  font-size: 12px;
  line-height: 15px;
}
.terms-block .btn.terms-accept:hover {
  background-color: #fff;
}

/*__________________________________________________________________________ Footer ______________________ */
.footer {
  background-color: #ffffff;
  padding: 35px 0;
  color: #94a99e;
}
.footer .copyright {
  font-size: 15px;
  line-height: 24px;
}

.footer h4 {
  color: #94a99e;
  font-weight: 600;
}

.footer p {
  font-size: 15px;
  margin-bottom: 8px;
}

.footer .left-footer p {
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0;
}

.footer .footer-socials {
  margin-bottom: 15px;
}

.footer .footer-socials a {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  color: #94a99e;
}

.footer .footer-socials a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .left-footer-img {
  display: none;
}

.footer .dev a {
  color: #94a99e;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}

.footer .dev a:hover {
  text-decoration: underline;
}

.footer .btn-social {
  margin-bottom: 30px;
}

.footer .facebook a {
  color: #4066B5;
  text-decoration: none;
}

.footer .facebook .fb-like {
  vertical-align: top;
  margin: 2px 0 0 10px;
}

.footer .facebook .fb-like > span {
  display: block;
}

.footer .row .col-xs-12 {
  font-size: 14px;
}

.footer .row .col-xs-12:first-child {
  margin-bottom: 20px;
}

.footer .ml-30 {
  margin-left: 30px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0;
}

.footer ul li a {
  text-decoration: none;
  color: #94a99e;
}

.footer ul.footer-menu {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
}

.footer .right-footer p a {
  color: #94a99e;
  text-decoration: none;
}

.footer .right-footer p.link {
  text-decoration: underline;
  font-weight: 600;
}

.footer .right-footer p.link:hover {
  text-decoration: none;
}

.footer .footer-img {
  margin-top: 20px;
}
.footer .footer-img img {
  display: block;
  max-width: 100%;
  width: 180px;
}

.user-button, .cart-button {
  position: absolute;
  top: -4px;
  width: 33px;
  height: 33px;
  border: 1px solid #d1e1d8;
  border-radius: 50%;
}

.user-button.login:before, .cart-button.login:before {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 19px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #DF7477;
}

.user-button svg, .cart-button svg {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
}

.user-button .cart-count, .cart-button .cart-count {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  color: white;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: normal;
  border-radius: 50%;
  background-color: #DF7477;
  font-weight: 700;
}

.user-button {
  right: 140px;
}

.cart-button {
  right: 85px;
}

.footer-disclaimer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
}
.footer-disclaimer img {
  max-width: 224px;
}
.footer-disclaimer span {
  max-width: 741px;
  font-size: 13px;
  line-height: 18px;
  color: #94A99E;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .footer-row:after {
    margin: 4px auto 24px;
    order: 5;
  }

  .footer-disclaimer {
    flex-direction: column;
  }
  .footer-disclaimer img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .footer-disclaimer span {
    text-align: center;
    padding: 0;
    margin-bottom: 47px;
  }
}
@media (max-width: 1024px) {
  .user-button, .cart-button {
    position: absolute;
    top: -4px;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 50%;
  }

  .user-button.login:before, .cart-button.login:before {
    top: 22px;
    left: 21px;
    width: 8px;
    height: 8px;
  }

  .user-button svg, .cart-button svg {
    width: auto;
    height: 27px;
    padding: 5px 0;
  }

  .user-button .cart-count, .cart-button .cart-count {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .product-item .product-item-data .page-title-mobile {
    display: block;
  }

  .product-item .product-item-data .page-title {
    font-size: 26px;
    line-height: 30px;
    display: none;
  }
}
@media (max-width: 420px) {
  .header-top .container-top .logo {
    padding-right: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
/*______________________________________________________ Media __________________________________________ */
@media (max-width: 1199.98px) {
  .footer .facebook .fb-like {
    float: none;
    display: block !important;
    margin: 0;
  }

  .footer .ml-30 {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .footer-row {
    display: flex !important;
    flex-wrap: wrap;
  }

  .footer-row .col-xs-12 {
    order: 4;
    text-align: center;
    margin-top: 25px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-row .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mobile-hidden {
    display: none;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer .ml-30 {
    margin: 0;
  }

  .footer ul.footer-menu {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }

  .footer .right-footer .footer-img {
    margin-top: 5px;
  }

  .footer .footer-socials {
    margin-bottom: 12px;
  }

  .footer-toggle h4 {
    padding: 13px 0;
    margin: 0;
    color: #DF7477;
    position: relative;
    cursor: pointer;
  }

  .footer-toggle h4.open-toggle:before {
    display: none;
  }

  .footer-toggle h4:before {
    position: absolute;
    top: 19px;
    right: 4px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #DF7477;
  }

  .footer-toggle h4:after {
    position: absolute;
    top: 23px;
    right: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #DF7477;
  }

  .footer-toggle .footer-toggle-body {
    display: none;
    padding: 16px 0;
  }

  .selected-items {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs {
    margin: 0 -25px;
  }
  .tabs.checkout-tabs .tab-content .tabs .tab-content {
    margin: 0 25px;
  }
  .tabs.checkout-tabs .tab-content .tabs .nav-tabs {
    margin: 0 25px;
  }

  .white-pading-block {
    padding: 32px 25px;
  }

  .order-steps {
    padding: 0 25px;
    margin-bottom: 24px;
    white-space: normal !important;
  }

  .tabs .nav-tabs li {
    width: 50%;
  }

  .tabs.checkout-tabs .nav-tabs li a {
    margin: 0 auto;
  }

  .footer-row .col-xs-6 {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 578px) {
  #stores {
    margin-bottom: 40px;
  }

  #stores li:not(.line) {
    width: calc(33.3333% - 40px);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  #stores .line {
    display: block;
    margin: 40px 0;
  }

  .contacts-block {
    padding-left: 0;
    margin-bottom: 60px;
  }

  .contacts-block.factory i, .contacts-block.shop i {
    left: 0;
  }

  .contacts-block.factory .right, .contacts-block.shop .right {
    top: 0;
  }

  .contacts-block.factory i {
    margin-bottom: 18px;
  }

  .form:not(.auth-form) .form-col .col-block {
    float: left;
    width: calc(50% - 8px);
  }
  .form:not(.auth-form) .form-col .col-block.address {
    width: calc(70% - 15px);
  }
  .form:not(.auth-form) .form-col .col-block.intercom {
    width: calc(30% - 15px);
  }

  .form:not(.auth-form) .form-col .intercom .text-form::-moz-placeholder, .form:not(.auth-form) .form-col .address .text-form::-moz-placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #333F43;
    opacity: 0.5;
    top: -3px;
    position: relative;
  }

  .form:not(.auth-form) .form-col .intercom .text-form:-ms-input-placeholder, .form:not(.auth-form) .form-col .address .text-form:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #333F43;
    opacity: 0.5;
    top: -3px;
    position: relative;
  }

  .form:not(.auth-form) .form-col .intercom .text-form::placeholder, .form:not(.auth-form) .form-col .address .text-form::placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #333F43;
    opacity: 0.5;
    top: -3px;
    position: relative;
  }

  .form:not(.auth-form) .form-col .col-block.width-100 {
    width: 100%;
    margin: 0 !important;
  }

  .form .message {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .image-section {
    height: calc(100% - 20px);
  }

  .image-section .banner-wrap {
    background-image: url(/images/site_web.png?c20652216eb03793a61fd043e0f95ef0);
  }

  .image-section .banner-wrap .caption {
    bottom: 100px;
    left: 0;
    right: 0;
  }

  .image-section .banner-wrap .caption h1 {
    margin-bottom: 50px;
  }

  .image-section .banner-wrap .caption .btn {
    font-size: calc(0.25862vw + 9.37931px);
  }
}
@media (min-width: 1025px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 50px;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 22px;
  }

  h5, .h5 {
    font-size: 17px;
    line-height: 21px;
  }

  h6, .h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .homepage body .wrapper {
    height: calc(100% - 100px);
  }

  .with-filter .wrapper {
    padding-bottom: 0;
  }

  body .wrapper {
    padding-top: 100px;
    height: calc(100% - 100px);
    transition: padding 0.3s ease;
  }

  body.fixed .wrapper {
    padding-top: 80px;
    min-height: calc(100% - 80px);
  }

  body.fixed .wrapper .header-top {
    position: fixed;
    padding: 15px 0;
  }

  body.fixed .wrapper .header-top .container-top .logo {
    top: 8px;
  }

  body.fixed .wrapper .header-top .container-top .logo img {
    height: 50px;
  }

  body.fixed .wrapper .header-top .container-top .menu-block .main-menu li:not(.lang) a:before, body.fixed .wrapper .header-top .container-top .menu-block .main-menu li:not(.lang) a:after {
    top: calc(100% + 27px);
  }

  body.fixed .wrapper .header-top .container-top .menu-block .main-menu li:not(.lang) a.current:before, body.fixed .wrapper .header-top .container-top .menu-block .main-menu li:not(.lang) a.current:after {
    top: calc(100% + 27px);
  }

  .header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    transition: padding 0.3s ease;
  }

  .header-top .container-top {
    height: 50px;
    text-align: left;
  }

  .header-top .container-top .logo {
    top: -8px;
    transition: top 0.3s ease;
    height: 65px;
  }

  .header-top .container-top .logo img {
    height: 65px;
    transition: height 0.3s ease;
  }

  .header-top .container-top .menu-block, .header-top .container-top .row > .phone {
    display: inline-block;
  }

  .header-top .container-top .row > .phone {
    text-align: right;
    position: absolute;
    z-index: 4;
    top: 11px;
    right: 25px;
    margin-left: 0;
  }

  .header-top .container-top .menu-block {
    position: relative;
    overflow-y: visible;
    top: auto;
    left: auto;
    bottom: auto;
    text-align: left;
  }

  .header-top .container-top .menu-block .main-menu {
    height: 20px;
    line-height: 20px;
  }

  .header-top .container-top .menu-block .main-menu li {
    float: left;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
  }

  .header-top .container-top .menu-block .main-menu li.lang {
    height: 20px;
    width: 110px;
    margin-left: 18px;
  }

  .header-top .container-top .menu-block .main-menu li.lang a:hover:before, .header-top .container-top .menu-block .main-menu li.lang a:hover:after, .header-top .container-top .menu-block .main-menu li.lang a.current:before, .header-top .container-top .menu-block .main-menu li.lang a.current:after {
    width: 0;
  }

  .header-top .container-top .menu-block .main-menu li > a {
    padding: 0;
    margin: 0 8px;
    position: relative;
  }

  .header-top-right .header-right-btn {
    position: relative;
  }

  .user-button, .cart-button {
    top: 7px;
  }

  .user-button {
    right: 75px;
  }

  .cart-button {
    right: 25px;
  }

  .trigger-block {
    display: none;
  }

  .shopping-cart {
    width: 100%;
  }

  .shopping-cart td.first_td {
    width: 65px;
    padding: 35px;
  }

  .shopping-cart td img {
    width: 65px;
  }

  .cart-small-table {
    width: 100%;
    margin: 0;
  }

  .cart-small-table tr td:first-child {
    padding-left: 0;
  }

  .cart-small-table tr td:last-child {
    padding-right: 0;
  }

  .page-title-new {
    margin-bottom: 80px;
  }

  .body-section {
    padding: 75px 0 120px;
  }

  .body-section.service-page, .body-section.about-page {
    padding: 75px 0;
  }

  .body-section.last-about-section .btn-block {
    margin-top: 45px;
  }

  .body-section .page-title {
    margin-bottom: 135px;
  }

  .body-section .page-title:before {
    bottom: -61px;
  }

  .sidebar-menu {
    display: block;
  }

  .content-body {
    padding-top: 62px;
  }

  .content-block blockquote {
    padding: 0 120px 0 60px;
  }
  .content-block .content-options {
    margin-bottom: 32px;
  }
  .content-block .content-options .products-filter {
    display: flex;
    justify-content: space-between;
  }
  .content-block .content-options .products-filter .filter-block {
    display: block;
  }
  .content-block .content-options .selected-items span {
    font-size: 13px;
    line-height: 20px;
    color: #626F68;
  }

  .content-sidebar .socilas-share p {
    display: block;
  }

  .content-sidebar .socilas-share .btn-share {
    margin: 20px 0 0;
  }

  .content-sidebar .btn-back {
    margin: 20px 0 0;
  }

  .products-list .one-product {
    margin-bottom: 40px;
  }

  .products-list .one-product:hover .one-product-img .wrap .btn {
    opacity: 1;
  }

  .products-list .one-product:hover .one-product-img .wrap img {
    transform: scale(1.1, 1.1);
    opacity: 0.05;
  }

  #points-of-sales {
    height: 750px;
  }

  .contacts-block {
    padding: 0 0 0 50%;
    margin-left: 20px;
    margin-bottom: 0;
  }

  .contacts-block.factory i {
    left: -121px;
  }

  .contacts-block.factory .right {
    top: -86px;
  }

  .contacts-block.shop {
    position: relative;
    top: -38px;
  }

  .contacts-block.shop i {
    left: -125px;
  }

  .contacts-block.shop .right {
    top: -90px;
  }

  .form {
    padding: 40px 0 0;
  }

  .contacts-page {
    padding-bottom: 90px;
  }

  .product-item-page {
    padding-bottom: 80px;
  }

  .about-page {
    padding-bottom: 130px;
  }

  .about-page .content-sidebar {
    padding-top: 95px;
  }

  .one-album {
    margin: 0 20px 70px 0;
  }

  .mobile-sidebar-menu {
    display: none;
  }

  .related-products {
    padding: 50px 0;
  }

  .related-products h2 {
    margin-bottom: 40px;
  }

  .footer {
    padding: 40px 0 70px;
  }

  .footer .row .col-xs-12:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .header-top .container-top .menu-block .main-menu li > a {
    padding: 0;
    margin: 0 16px;
    position: relative;
  }
}
.d-flex {
  display: flex !important;
}

.just-center {
  justify-content: center;
}

.form-text-msg {
  font-size: 14px;
  line-height: 19px;
  color: #626F68;
  text-align: center;
  margin-bottom: 20px;
}
.form-text-msg.error {
  color: #E6413F;
}

.error-color {
  color: #E6413F;
}

.checkout-tabs .order-steps li {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .related-products .products-list .one-product .one-product-title {
    max-width: 70%;
  }
  .related-products .products-list .one-product .one-product-data {
    display: block;
    padding: 0 16px;
  }

  .popular-products .products-list .col-xs-12, .new-products .products-list .col-xs-12 {
    width: 50%;
  }
  .popular-products .product-title, .new-products .product-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .products-list .one-product .one-product-title {
    max-width: unset;
  }
  .products-list .one-product .one-product-data {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 0;
  }

  .popular-products .products-list .one-product {
    margin-bottom: 9px;
  }
  .popular-products .products-list .one-product .one-product-title {
    max-width: 100%;
  }
  .popular-products .products-list .one-product .wrap {
    padding: 12px 24px 35px;
  }
  .popular-products .products-list .one-product .one-product-data {
    display: flex;
    flex-direction: unset;
    bottom: 12px;
    padding: 0;
  }
  .popular-products .products-list .one-product .one-product-data .one-product-title {
    font-size: 12px;
    line-height: 1.3;
    padding: 0 10px;
  }

  .new-products {
    padding-bottom: 10px;
  }
  .new-products .products-list .one-product .one-product-all-price {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .new-products .products-list .one-product .one-product-all-price .one-product-price {
    font-size: 16px;
    padding-top: 8px;
  }
  .new-products .products-list .one-product .one-product-all-price .one-product-old-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .products-list {
    margin-left: -9px;
    margin-right: -9px;
  }
  .products-list .one-product {
    margin-bottom: 24px;
  }
  .products-list .one-product .one-product-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
  }
  .products-list .one-product .one-product-title .one-product-model {
    font-size: 12px;
    line-height: 140%;
  }
  .products-list .one-product .one-product-price {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 430px) {
  .products-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
/*______________________________ New Product List ________ */
.products-list .one-product .one-product-img.page-product:before {
  padding-top: calc(100% + 20px);
}

.page-product .img-item {
  padding: 15px;
  position: absolute;
  top: 0;
}
.page-product .img-item img {
  width: 100%;
}
.page-product .product-info {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-product .product-info .sizes {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #333F43;
  white-space: nowrap;
}
@media (max-width: 577px) {
  .page-product .img-item {
    padding: 5px;
  }
  .page-product .product-info {
    padding: 8px;
  }
  .page-product .product-info .sizes {
    font-size: 10px;
    line-height: 12px;
  }
  .page-product .product-info .colors .color {
    width: 12px;
    height: 12px;
  }
  .page-product .product-info .colors .color.bg_light {
    width: 10px;
    height: 10px;
  }
}

/*______________________________ Filter Color _________ */
.sidebar-menu .colors.sub-menu, .active-options .colors.sub-menu {
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  padding: 10px 0 16px;
}
.sidebar-menu .colors.sub-menu li, .active-options .colors.sub-menu li {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-menu .colors.sub-menu li a, .active-options .colors.sub-menu li a {
  border: 0;
}
.sidebar-menu .colors .color, .active-options .colors .color {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 4px 8px 4px;
  cursor: pointer;
  background-color: #0c2c01;
}
.sidebar-menu .colors .color.bg_light, .active-options .colors .color.bg_light {
  width: 28px;
  height: 28px;
  border: 1px solid #eee;
}
.sidebar-menu .colors .color.bg_light:before, .active-options .colors .color.bg_light:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1%207l4%204L15%201%22%20stroke%3D%22%2395A99E%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.sidebar-menu .colors .color.bg_dark:before, .active-options .colors .color.bg_dark:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1%207l4%204L15%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.sidebar-menu .colors .color.checked:before, .active-options .colors .color.checked:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media (max-width: 1024px) {
  .sidebar-menu .colors.sub-menu, .active-options .colors.sub-menu {
    padding: 0 0 16px;
  }
  .sidebar-menu .colors .color, .active-options .colors .color {
    margin: 0 5px 10px 5px;
  }
  .sidebar-menu .tooltiptext, .active-options .tooltiptext {
    display: none;
  }
}

.active-options .colors {
  padding-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.active-options .colors li {
  display: flex;
  flex-wrap: wrap;
}

.mobile-sidebar-item.sidebar-menu {
  display: block;
}
.mobile-sidebar-item.sidebar-menu .mobile-sidebar-options h3 {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-weight: 700;
  padding: 24px 0;
}
.mobile-sidebar-item.sidebar-menu .mobile-sidebar-options .colors .color {
  padding: 0 !important;
}

/*______________________________ Pages Profile _________ */
.page-address .countries-select {
  border: 1px solid #D1E1D8;
  margin-bottom: 24px;
}

.page-card .col-block.width-100 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-card .col-block.width-100 input {
  max-width: 400px;
}
@media (max-width: 577px) {
  .page-card .col-block.width-100 {
    flex-direction: column;
  }
  .page-card .col-block.width-100 input {
    max-width: inherit;
  }
}

/*______________________________ new Page Products ______________________ */
.block-table-size {
  display: flex;
  width: 100%;
  align-items: baseline;
}

.table-select-size {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0;
}

.select-size-item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.select-size-item .item-size {
  border: 1px solid #333F43;
  width: auto;
  padding: 8px;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #333F43;
}
.select-size-item .item-size .size-extra {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  opacity: 70%;
}
.select-size-item .item-size.item-checked {
  color: #fff;
  background-color: #333F43;
  border: 1px solid #333F43;
}
.select-size-item .item-size.item-disabled {
  opacity: 0.3;
  cursor: default;
}
.select-size-item .item-size.item-disabled:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #333F43;
  position: absolute;
  transform: rotate(135deg);
}

.table-size {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333F43;
}

.shopping-cart {
  padding: 0 25px;
}
.shopping-cart tr.remove-product .first_td img {
  opacity: 0.5;
}
.shopping-cart tr.remove-product .second_td a {
  opacity: 0.5;
}
.shopping-cart tr.remove-product .second_td span {
  opacity: 0.5;
}

.checkout-step {
  width: 100%;
  max-width: 480px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
}

.tabs #forgot .white-pading-block {
  padding-top: 0;
}
.tabs .nav-tabs li a {
  margin: 0 auto;
  opacity: 0.5;
}
.tabs .nav-tabs li.active a {
  opacity: 1;
}
.tabs.checkout-tabs .nav-tabs li a {
  color: #626F68;
  font-weight: 400;
  opacity: 1;
}
.tabs.checkout-tabs .nav-tabs li.active a {
  pointer-events: none;
  font-weight: 700;
  color: #333F43;
}
.one-product.sets .one-product-img .img-item {
  padding: 0;
  display: flex;
  justify-content: center;
}
.one-product.sets .one-product-img .img-item img {
  width: calc(100% + 20px);
  height: 100%;
}
.one-product.sets .one-product-data .one-product-title {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .container-sets {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .container-sets .product-sets {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.container-sets .product-sets .one-product .one-product-img .img-item {
  position: absolute;
  top: 0;
}
.container-sets .product-sets .one-product .one-product-img .img-item img {
  width: 100%;
}
.container-sets .products-title-list {
  margin-bottom: 25px;
}
.container-sets .products-title-list span {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .container-sets .products-title-list span {
    font-size: 22px;
  }
}
.container-sets .def-swiper-sets {
  max-height: 520px;
  margin-bottom: 25px;
  position: relative;
}
.container-sets .def-swiper-sets .swiper-container {
  max-height: 520px;
}
.container-sets .def-swiper-sets .swiper-container .swiper-wrapper .swiper-slide {
  display: contents;
}
.container-sets .def-swiper-sets .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 1040px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.container-sets .def-swiper-sets .swiper-button-prev, .container-sets .def-swiper-sets .swiper-button-next {
  display: none;
}
.container-sets .def-swiper-sets .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.container-sets .def-swiper-sets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
.container-sets .def-swiper-sets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .container-sets .def-swiper-sets {
    max-height: 520px;
    margin-bottom: 25px;
  }
  .container-sets .def-swiper-sets .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
}

.fancybox-bg {
  opacity: 1 !important;
  background-color: #000;
}

.swiper-img {
  display: flex;
  flex-direction: row-reverse;
}
.swiper-img .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-img .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 100% !important;
  max-height: 80px;
  max-width: 80px;
  width: 100%;
}
.swiper-img .gallery-top {
  height: 100%;
  width: 100%;
  max-width: 590px;
  margin-left: 10px;
  display: flex;
}
.swiper-img .gallery-top .swiper-wrapper {
  height: auto;
}
.swiper-img .gallery-top .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 100% !important;
  max-height: 590px;
  max-width: 590px;
  width: 100%;
  flex: none;
  position: relative;
  pointer-events: none;
}
.swiper-img .gallery-top .swiper-wrapper .swiper-slide .wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiper-img .gallery-top .icon-search-plus {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  font-size: 30px;
  color: #586c72;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.swiper-img .gallery-top .icon-search-plus:before {
  pointer-events: auto;
}
.swiper-img .gallery-thumbs {
  max-width: 80px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-right: 0;
}
.swiper-img .gallery-thumbs .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.swiper-img .gallery-thumbs .swiper-wrapper .swiper-slide {
  background-color: #ffffff;
  cursor: pointer;
}
.swiper-img .product-item .product-item-image .wrap {
  flex: none;
  position: relative;
}
.swiper-img .gallery-thumbs .swiper-slide {
  height: 100%;
}
.swiper-img .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #CED6D5;
  max-width: 78px;
  max-height: 78px;
}
.swiper-img .swiper-button-prev.swiper-button-white, .swiper-img .swiper-button-next.swiper-button-white {
  color: #586c72;
}
@media (max-width: 570px) {
  .swiper-img {
    flex-direction: column;
  }
  .swiper-img .gallery-top {
    margin: 0 0 8px;
  }
  .swiper-img .gallery-thumbs .swiper-wrapper {
    height: 80px;
  }
  .swiper-img .gallery-thumbs .swiper-wrapper .swiper-slide {
    margin: 0 0 0 8px;
  }
  .swiper-img .gallery-thumbs .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0;
  }
  .swiper-img .gallery-thumbs .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.loading-anim {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.loading-anim-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  z-index: 101;
}
.loading-anim:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 3px solid #DF7477;
  border-color: #DF7477 transparent #DF7477 transparent;
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade-animation-enter-active, .fade-animation-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.fade-animation-enter {
  opacity: 0;
}
.fade-animation-enter-to {
  opacity: 1;
}
.fade-animation-leave {
  opacity: 1;
}
.fade-animation-leave-to {
  opacity: 0;
}

.fade-animation-right-enter-active, .fade-animation-right-leave-active {
  transition-delay: 0.1s;
  transition: opacity 0.3s ease, transform 0.3s linear;
}
.fade-animation-right-enter {
  transform: translateX(10%);
  opacity: 0;
}
.fade-animation-right-enter-to {
  transform: translateX(0);
  opacity: 1;
}
.fade-animation-right-leave {
  opacity: 1;
  transition: opacity 0.1s ease, transform 0.1s linear;
}
.fade-animation-right-leave-to {
  transform: translateX(-10%);
  opacity: 0;
}

.fade-animation-top-enter-active, .fade-animation-top-leave-active {
  transition-delay: 0.2s;
  transition: opacity 0.3s ease, transform 0.3s linear;
}
.fade-animation-top-enter {
  transform: translateY(-20%);
  opacity: 0;
}
.fade-animation-top-enter-to {
  transform: translateY(0);
  opacity: 1;
}
.fade-animation-top-leave {
  opacity: 0;
  transition: opacity 0.1s ease, transform 0.1s linear;
}
.fade-animation-top-leave-to {
  transform: translateY(-20%);
  opacity: 0;
}

.fade-height-animation-enter, .fade-height-animation-leave {
  transition: 0.5s;
}
.fade-height-animation-enter-active, .fade-height-animation-leave-active {
  transition: 0.5s;
}
.fade-height-animation-enter {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.fade-height-animation-enter-to {
  opacity: 1;
  max-height: 100vh;
  overflow: visible;
}
.fade-height-animation-leave {
  opacity: 1;
  max-height: 100vh;
}
.fade-height-animation-leave-to {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.def-collapse-item {
  z-index: 10;
}
.def-collapse-item.active {
  z-index: 11;
  position: relative;
}
.def-collapse-item.active .def-collapse-body {
  display: block;
}
.def-collapse-toggle {
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.def-collapse-toggle:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: 24px;
}
.def-collapse-body {
  display: none;
  overflow: hidden;
}
.def-backdrop {
  background-color: rgba(0, 0, 0, 0.21);
  z-index: 11;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.def-backdrop.show {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

button {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  outline: none;
  border: 0;
}

.pr-15 {
  padding-right: 15px;
}

.width-100 {
  width: 100%;
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: #5DB662;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px transparent;
}
body::-webkit-scrollbar-corner {
  background: #5DB662;
}

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

.pointer-events-none {
  pointer-events: none !important;
}

.btn-clear-filters {
  color: #ffffff;
  background-color: #DF7477;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 6px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.btn-clear-filters:hover {
  opacity: 0.9;
}

.mobile-sidebar-filters.open .mobile-wrap, .mobile-sidebar-filters.open .mobile-sidebar-block {
  display: block;
}
.mobile-sidebar-filters .mobile-sidebar-item.hide, .mobile-sidebar-filters mobile-filter-block.hide {
  display: none;
}

.qty input {
  color: #333F43;
  -webkit-text-fill-color: #333F43;
  opacity: 1 !important;
  -webkit-opacity: 1;
}
.qty input:disabled {
  color: #333F43;
  opacity: 1 !important;
  -webkit-opacity: 1;
}
.qty input[disabled] {
  color: #333F43;
  opacity: 1 !important;
}
.qty input::-moz-placeholder {
  color: #333F43;
  opacity: 1 !important;
}
.qty input:-ms-input-placeholder {
  color: #333F43;
  opacity: 1 !important;
}
.qty input::placeholder {
  color: #333F43;
  opacity: 1 !important;
}

#add-to-cart.disabled {
  cursor: not-allowed;
}
#add-to-cart.not-allowed {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #CED6D5;
}

.slide-desk.swiper-lazy, .slide-mob.swiper-lazy {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.slide-desk.swiper-lazy.swiper-lazy-loaded, .slide-mob.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.discount-block #discount-btn.disabled {
  pointer-events: none;
}
.discount-block #discount-btn.hide {
  display: none;
}

.d-none {
  display: none !important;
}

.select-size-item .item-size.item-disabled {
  pointer-events: none;
}

.color.color-disabled {
  pointer-events: none;
}

.product-item-data .noAfterLine:after {
  padding-bottom: 12px;
  display: none;
}

body {
  height: 100vh;
}

.bombonici-app-container {
  display: flex;
  flex-direction: column;
  height: 100vh !important;
}
.bombonici-app-container footer {
  margin-top: auto;
}

.def-swiper-container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .def-swiper-container {
    max-height: 450px;
  }
}
.def-swiper-container .swiper-home {
  height: 700px;
  width: 100%;
}
.def-swiper-container .swiper-home .swiper__slide_item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .def-swiper-container .swiper-home .swiper__slide_item .item--title {
    display: none;
  }
}
.def-swiper-container .swiper-home .swiper__slide_item.slide__with_title:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .def-swiper-container .swiper-home .swiper__slide_item.slide__with_title:before {
    display: none;
  }
}
.def-swiper-container .swiper-home .swiper__slide_item img {
  position: relative;
  z-index: 1;
}
.def-swiper-container .swiper-home .swiper__slide_item .swiper-slide-item {
  z-index: 3;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 0 2px;
  width: 24px;
  height: 24px;
  padding: 6px;
  display: inline-block;
  background: transparent;
  opacity: 0.32;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: block;
  background: #fff;
  border-radius: 100%;
  content: "";
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #79BD7D;
}
@media only screen and (max-width: 767px) {
  .def-swiper-container .swiper-container {
    max-height: 450px;
  }
  .def-swiper-container .swiper-slide-item {
    box-sizing: border-box;
    padding: 31px 6px;
    margin-bottom: 55px;
  }
}

.product-item-image {
  cursor: pointer;
}

.checkout-section-block {
  min-height: 600px;
}

.v-select .vs__clear {
  display: none !important;
}
.v-select .vs__dropdown-menu {
  height: 280px !important;
}
@media only screen and (max-width: 1025px) {
  .v-select .vs__dropdown-menu {
    height: 250px !important;
  }
}
.v-select .vs__selected {
  margin: 4px 0 0;
}
.v-select .vs__open-indicator {
  transform: scale(0.6) !important;
}
.v-select .vs__selected-options {
  padding-left: 11px;
}
.v-select.vs--searchable .vs__dropdown-toggle {
  height: 40px !important;
  border: 1px solid #D1E1D8;
  border-radius: 0;
}
.v-select .vs__search, .v-select .vs__search:focus {
  font-size: 16px;
  line-height: 24px;
  color: #333F43;
  padding-left: 3px;
}
.v-select .vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(0.8);
}

.alert.alert-danger {
  display: flex;
  flex-direction: column;
}

.profile-page-container {
  min-height: 580px;
  height: 100%;
}

.loader-for-list {
  border: 12px solid #f3f3f3;
  /* Light grey */
  border-top: 12px solid #DF7477;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 120px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-product .img-item img {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
}
.page-product:hover .img-item img {
  opacity: 0.9;
  transform: scale(1.1);
}

.breadcrumbs-box {
  margin-right: auto;
}

#paginator {
  margin-top: 15px;
  width: 100%;
  padding: 40px 0;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #94a99e;
  text-align: center;
}
#paginator a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  width: 36px;
  height: 36px;
  color: #626F68;
  margin: 0 3px;
  padding: 9px;
  text-decoration: none;
  box-sizing: border-box;
}
#paginator a:hover {
  font-weight: 600;
  background-color: rgba(93, 182, 98, 0.25);
}
#paginator a.current {
  pointer-events: none;
  font-weight: 700;
  background-color: #5DB662;
  color: #fff;
}

.ui-checkbox {
  position: relative;
}
.ui-checkbox input {
  position: absolute;
  opacity: 0;
}
.ui-checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  text-transform: none;
}
.ui-checkbox input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #95A99E;
  background: #fff;
  flex-shrink: 0;
}
.ui-checkbox input:hover + label:before {
  background: #fff;
}
.ui-checkbox input:focus + label:before {
  box-shadow: none;
}
.ui-checkbox input:checked + label:before {
  background: #5DB662;
  box-shadow: none;
  border: 1px solid #5DB662;
}
.ui-checkbox input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.ui-checkbox input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.ui-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6654 3.5L5.2487 9.91667L2.33203 7' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.ui-checkbox label > span {
  display: block;
  font-size: 14px;
  line-height: 136%;
}

.ui-radio input {
  position: absolute;
  opacity: 0;
}
.ui-radio input + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
  color: #626F68;
}
.ui-radio input + label svg {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 20px;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ui-radio input:checked + label {
  color: white;
  background-color: #333F43;
}
.ui-radio input:disabled + label {
  box-shadow: none;
  background: #ddd;
}

.btn {
  border-radius: 5px;
  text-transform: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

button {
  font-weight: 600;
  cursor: pointer;
}

.ui-btn {
  background-color: #79BD7D;
  color: #ffffff;
  transition: background-color 0.3s;
}

.ui-btn-underline {
  background-color: unset;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #626F68;
}

.c--green-btn {
  color: #79BD7D;
}

.ui-qty {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 85px;
  margin-right: 16px;
}
.ui-qty input {
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #333F43;
  padding: 10px 25px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  text-align: center;
}
.ui-qty input::-webkit-outer-spin-button, .ui-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-qty .qty-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  cursor: pointer;
}
.ui-qty .qty-button:before, .ui-qty .qty-button:after {
  position: absolute;
  content: "";
  background-color: #333F43;
  transition: background-color 0.3s;
}
.ui-qty .qty-button:before {
  top: 23px;
  left: 8px;
  width: 9px;
  height: 1px;
}
.ui-qty .qty-button.disabled {
  opacity: 0.2;
  cursor: default;
}
.ui-qty .qty-down {
  left: 0;
}
.ui-qty .qty-down:before {
  left: 10px;
}
.ui-qty .qty-up {
  right: 0;
}
.ui-qty .qty-up:before {
  left: 5px;
}
.ui-qty .qty-up:after {
  top: 19px;
  left: 9px;
  width: 1px;
  height: 9px;
}

.Form-row {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.Form-row.align-top {
  align-items: flex-start;
}
.Form-row:not(:last-child) {
  margin-bottom: 16px;
}
.Form-row > .Form-row {
  max-width: calc(100% / 2 - 16px );
}
.Form-row .Form-row:not(:last-child) {
  margin-bottom: unset;
}
.Form-row > .Form-submit {
  margin-top: 0;
}
.Form-field {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  width: 100%;
}
.Form-field.full-width {
  max-width: 100%;
}
.Form-field .ui-checkbox input + label {
  margin-bottom: 0;
}
.Form-field.has-error input {
  border: 1px solid #DF7477;
}
.Form-field.label-normal label {
  text-transform: unset;
}
.Form-field label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
}
.Form-field input {
  border: 1px solid #D1E1D8;
  color: #333F43;
  padding: 9px 16px;
  width: 100%;
}
.Form-field input:disabled {
  color: #94A99E;
  border-color: #D1E1D8;
  background-color: #FAFCFA;
}
.Form-submit {
  max-width: 384px;
  width: 100%;
  margin-top: 12px;
}
.Form-errors {
  margin-bottom: 16px;
}
.Form-column:not(:last-child) {
  padding-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .Form-row {
    gap: 16px;
  }
  .Form-row:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .Form-row {
    flex-direction: column;
    align-items: unset;
  }
  .Form-row > .Form-row {
    flex-direction: row;
    max-width: 100%;
  }
  .Form-field {
    max-width: 100%;
  }
}

.comp-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #D1E1D8;
}
.comp-select.disabled .comp-select-arrow {
  display: none;
}
.comp-select.disabled .comp-select-title {
  color: #94A99E;
  background-color: #FAFCFA;
}
.comp-select.has-error {
  border: 1px solid #E52329;
}
.comp-select-toggle {
  box-sizing: border-box;
}
.comp-select-title {
  overflow: hidden;
  width: 100%;
  padding: 7px 15px;
  color: #333F43;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: block;
}
.comp-select-arrow {
  position: absolute;
  right: 11px;
  top: 7px;
  transform: scale(0.6) !important;
  opacity: 0.3;
}
.comp-select-search input {
  height: 32px;
  border-color: transparent;
  width: 100%;
  border-right: 1px solid #D1E1D8;
  border-left: 1px solid #D1E1D8;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
}
.comp-select-options-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  max-height: 220px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 39px;
  left: -1px;
  right: -1px;
  z-index: 10;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
.comp-select-options {
  background-color: white;
  border: 1px solid #D1E1D8;
  font-size: 16px;
  line-height: 130%;
  color: #555559;
  overflow-y: scroll;
}
.comp-select-options p {
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
}
.comp-select-options p:hover {
  background-color: #f3f3f3;
}
.comp-select-options p.selected {
  background-color: #ddd;
}

.tooltip {
  position: relative;
}
@media (min-width: 1025px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    font-weight: 400;
    padding: 12px 14px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s;
    min-width: 110px;
    left: -50%;
    right: -50%;
    bottom: 100%;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
    margin-bottom: 6px;
  }
  .tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .tooltip .tooltiptext {
    display: none;
  }
}

.disabled, .disabledSelect {
  pointer-events: none;
  color: #aaaaaa;
  background-color: #e9ecef;
}

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
.breadcrumbs li {
  color: #586c72;
  font-size: 14px;
  line-height: 18px;
  padding-right: 18px;
  position: relative;
  white-space: nowrap;
}
.breadcrumbs li:last-child {
  padding: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:after {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  content: "";
  background-color: #94a99e;
}
.breadcrumbs li a {
  color: #94a99e;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.search-block {
  max-width: 344px;
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E6EAEA;
  box-shadow: 0 5px 10px 0 transparent;
}
@media (max-width: 1024px) {
  .search-block {
    margin: 0 32px !important;
  }
}
@media (max-width: 767px) {
  .search-block {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    height: 56px;
    border-radius: 0;
    margin: 0 !important;
    max-width: none;
    padding: 0 58px;
  }
  .search-block.open {
    display: flex;
  }
}
@media (min-width: 768px) {
  .search-block {
    padding: 0 50px 0 12px;
    height: 48px;
  }
}
.search-block.focus {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.search-block input {
  height: unset;
  line-height: 18px;
  color: #586C72;
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0;
  width: 100%;
  font-weight: 300;
}
.search-block input::-moz-placeholder {
  color: #586c72;
}
.search-block input:-ms-input-placeholder {
  color: #586c72;
}
.search-block input::placeholder {
  color: #586c72;
}
.search-block .search-submit {
  padding: 10px 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .search-block .search-submit {
    left: 0;
    top: 4px;
  }
}
@media (min-width: 768px) {
  .search-block .search-submit {
    right: 0;
    top: 0;
  }
}
.search-block .search-close {
  padding: 10px 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .search-block .search-close {
    right: 0;
    top: 4px;
  }
}
@media (min-width: 768px) {
  .search-block .search-close {
    display: none;
  }
}

.form .form-col .text-form {
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  padding: 10px 15px;
  color: #333F43;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  resize: none;
  box-shadow: 0 5px 10px 0 transparent;
  transition: all 0.5s ease;
}
.form .form-col .text-form::-moz-placeholder {
  color: rgba(51, 63, 67, 0.5);
}
.form .form-col .text-form:-ms-input-placeholder {
  color: rgba(51, 63, 67, 0.5);
}
.form .form-col .text-form::placeholder {
  color: rgba(51, 63, 67, 0.5);
}

.df {
  display: flex;
}

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

.df-wrap {
  display: flex;
  flex-wrap: wrap;
}

.df-alc {
  display: flex;
  align-items: center;
}

.df-jsb {
  display: flex;
  justify-content: space-between;
}

.df-alc-jsb, .df-jsb-alc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.defaultPage {
  background-color: #F6F9F6;
  padding-top: 32px;
}
.defaultPage .page-title {
  margin-right: 16px;
}
.defaultPage .container {
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media (min-width: 1465px) {
  .defaultPage .container {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .defaultPage {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.page-title.small-upper {
  font-size: 30px;
  line-height: 24px;
}

.products-list * {
  box-sizing: border-box;
}
.products-list.products-list--four {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.products-list.products-list--four .one-product {
  width: calc(100% / 4 - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .products-list.products-list--four .one-product {
    width: calc(100% / 3 - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .products-list.products-list--four {
    background-color: #fff;
  }
  .products-list.products-list--four .one-product {
    width: calc(100% / 3 );
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .products-list.products-list--four .one-product {
    width: calc(100% / 2 );
  }
}
.products-list .one-product {
  width: calc(100% / 3 - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.products-list .one-product .one-product-img {
  overflow: unset;
}
.products-list .one-product .one-product-img .favorite-btn {
  bottom: -4px;
}
@media (max-width: 576px) {
  .products-list .one-product .one-product-img .favorite-btn {
    bottom: -5px;
    right: 12px;
    padding: 0;
  }
  .products-list .one-product .one-product-img .favorite-btn.small {
    width: 20px;
    height: 20px;
  }
  .products-list .one-product .one-product-img .favorite-btn svg {
    width: 20px;
    height: 20px;
  }
}
.products-list .one-product .one-product-img.page-product:before {
  padding-top: calc(100%);
}
@media (max-width: 576px) {
  .products-list .one-product .one-product-img.page-product:before {
    padding-top: calc(100% + 20px);
  }
}
.products-list .one-product .one-product-img .one-product-price {
  color: #333F43;
}
.products-list .one-product .one-product-img .one-product-title .span_title {
  color: #626F68;
}
@media only screen and (max-width: 767px) {
  .products-list .one-product .one-product-img .wrap {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .products-list .one-product .one-product-img .product-info {
    padding-bottom: 0;
    bottom: 17px;
  }
}
.products-list .one-product .one-product-price {
  color: #333F43;
}
.products-list .one-product .one-product-old-price {
  color: #626F68;
}
@media only screen and (max-width: 767px) {
  .products-list .one-product {
    margin-right: 0;
    margin-left: 0;
    padding: 0 12px;
  }
  .products-list .one-product .one-product-title {
    margin-bottom: 6px;
    min-height: unset;
  }
  .products-list .one-product .one-product-data {
    padding-right: 10px;
  }
  .products-list .one-product .one-product-all-price {
    display: flex;
    align-content: center;
    flex-flow: row-reverse;
    justify-content: left;
    align-items: baseline;
  }
  .products-list .one-product .one-product-price {
    font-size: 16px;
    line-height: 20px;
  }
  .products-list .one-product .one-product-old-price {
    font-size: 14px;
    line-height: 18px;
  }
}

.one-product-img .favorite-btn {
  position: absolute;
  right: 24px;
  bottom: 6px;
}
.one-product-img .product-info {
  bottom: 12px;
}
.one-product-img .wrap .label {
  position: absolute;
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .one-product-img .wrap .label {
    right: 8px;
    top: 8px;
  }
}
.one-product-img .wrap .label:after {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  padding: 3px 6px 4px;
  color: #fff;
  display: block;
}
.one-product-img .wrap .label.new {
  background-image: unset;
}
.one-product-img .wrap .label.new:after {
  content: "NEW";
  background-color: #5DB662;
}
.one-product-img .wrap .label.sale {
  background-image: unset;
}
.one-product-img .wrap .label.sale:after {
  content: "SALE";
  background-color: #FE9D00;
}
.one-product-colors {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 8px;
}
.one-product-colors .color {
  width: 14px;
  height: 14px;
  float: right;
  margin: 0 3px;
}
.one-product-colors .color.bg_light {
  border: 1px solid #eee;
}
.one-product-colors .color.is_disabled {
  position: relative;
  opacity: 0.3;
}
.one-product-colors .color.is_disabled:after {
  content: "";
  position: absolute;
  top: 6px;
  height: 1px;
  background-color: #fff;
  transform: rotate(135deg);
  width: 18px;
  left: -2px;
}
.one-product-colors .color.is_disabled.bg_light:after {
  background-color: #9e9e9e;
}
@media only screen and (max-width: 767px) {
  .one-product-colors {
    padding-left: 10px;
  }
  .one-product-colors .color {
    width: 12px;
    height: 12px;
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 576px) {
  .one-product-bottom {
    padding-left: 10px;
  }
}

.favorite-btn {
  background-color: transparent;
  border: unset;
  cursor: pointer;
  z-index: 4;
  padding: 0;
  display: flex;
}
.favorite-btn.small {
  width: 24px;
  height: 24px;
}
.favorite-btn.small svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .favorite-btn.small.tooltip .tooltiptext {
    left: -40px;
  }
}
.favorite-btn.favorite svg path:first-child {
  fill: #DF7477;
  stroke: #DF7477;
}
.favorite-btn.favorite svg path:last-child {
  stroke: #fff;
}
.favorite-btn.tooltip .tooltiptext {
  font-size: 14px;
}

.product-item-page .search-block {
  max-width: 410px;
  width: 100%;
}
.product-item-page .product-item-table {
  margin: 0;
}
.product-item-page .product-item-table:before, .product-item-page .product-item-table:after {
  display: none;
}
.product-item-page .product-item-table .table-tr .table-select-size {
  padding-bottom: 0;
}

.product-item .product-item-image .label {
  position: absolute;
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .product-item .product-item-image .label {
    right: 8px;
    top: 8px;
  }
}
.product-item .product-item-image .label:after {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  padding: 3px 6px 4px;
  color: #fff;
  display: block;
}
.product-item .product-item-image .label.new {
  background-image: unset;
}
.product-item .product-item-image .label.new:after {
  content: "NEW";
  background-color: #5DB662;
}
.product-item .product-item-image .label.sale {
  background-image: unset;
}
.product-item .product-item-image .label.sale:after {
  content: "SALE";
  background-color: #FE9D00;
}
.product-item .product-item-image .label {
  z-index: 1;
}

.breads-n-search, .title-n-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.breads-n-search .breadcrumbs li a, .title-n-search .breadcrumbs li a {
  color: #626F68;
}
.breads-n-search .breadcrumbs li:last-child, .title-n-search .breadcrumbs li:last-child {
  color: #333F43;
  font-weight: 600;
}
@media (max-width: 576px) {
  .breads-n-search, .title-n-search {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .title-n-search {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .title-n-search .search-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.page-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .page-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.prodPage {
  display: flex;
}
.prodPage .container {
  max-width: 1400px;
  width: 100%;
}
.prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.prodPage .border-box {
  border: 1px solid rgba(206, 214, 213, 0.51);
  padding: 23px 32px;
}
.prodPage .mb-40 {
  margin-bottom: 40px;
}
.prodPage .product-item .product-item-old-price, .prodPage .product-item .product-item-price {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}
.prodPage .product-item .product-item-old-price {
  color: #CED6D5;
  font-size: 28px;
  align-self: center;
}
.prodPage .product-item .product-item-old-price:before {
  background-color: #E6413F;
}
.prodPage .product-item .product-item-price {
  color: #333F43;
  display: flex;
  font-size: 48px;
}
.prodPage .product-item .product-item-price span {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  margin-left: 2px;
  align-self: flex-end;
}
.prodPage-body {
  display: flex;
  padding: 48px 48px 80px;
  background-color: #fff;
}
.prodPage-sidebar {
  max-width: 544px;
  width: 100%;
  margin-right: 48px;
}
.prodPage-sidebar .page-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}
.prodPage-carousel {
  max-width: 712px;
  width: 100%;
}
@media (min-width: 768px) {
  .prodPage-carousel .page-title {
    display: none;
  }
}
.prodPage-sizes {
  margin-bottom: 4px;
  padding: 0 !important;
}
.prodPage-sizes-doc {
  color: #626F68;
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.prodPage-sizes .table-select-size {
  padding-bottom: 0;
}
.prodPage-colors {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .prodPage-colors {
    margin-bottom: 0;
  }
}
.prodPage-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: auto;
}
.prodPage-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.prodPage-actions #add-to-cart {
  width: 202px;
  margin-left: 28px;
  margin-right: 28px;
  background-color: #5DB662;
  padding: 15px 20px;
  color: #fff;
}
.prodPage-actions #add-to-cart.btn--in-cart {
  background-color: #79BD7D;
  padding: 15px;
}
.prodPage-actions #add-to-cart:hover {
  background-color: #79BD7D;
}
.prodPage-actions #add-to-cart .product-in-cart {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.prodPage-actions #add-to-cart .product-in-cart:before {
  content: "";
  position: relative;
  margin-right: 8px;
  margin-left: 0;
  display: block;
}
@media (min-width: 580px) and (max-width: 1199px) {
  .prodPage-actions #add-to-cart {
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .prodPage-actions .favorite-btn {
    display: none;
  }
}
.prodPage .box-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 28px;
  font-weight: 600;
}
.prodPage-description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333F43;
}
.prodPage-delivery {
  position: relative;
}
.prodPage-delivery-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .prodPage-delivery-item {
    align-items: flex-start;
  }
}
.prodPage-delivery-item:first-child {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.prodPage-delivery-item:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(206, 214, 213, 0.51);
}
.prodPage-delivery-item div {
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-top: 4px;
}
.prodPage-delivery-item p {
  max-width: 385px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.prodPage-delivery-time-circle {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%206.65a9.35%209.35%200%201%200%200%2018.7%209.35%209.35%200%200%200%200-18.7ZM5%2016a11%2011%200%201%201%2022%200%2011%2011%200%200%201-22%200Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.88%2010.5c.44%200%20.8.38.8.86v4.69l4.03.07c.45%200%20.8.4.79.87%200%20.47-.37.85-.81.84l-4.82-.08c-.44%200-.79-.39-.79-.86v-5.53c0-.48.36-.86.8-.86Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.prodPage-delivery-wallet {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.15%206.97c0-.45.37-.82.84-.82h9.22c1.68%200%203.2.66%204.3%201.74l.14.13.1-.16a.84.84%200%200%201%20.73-.42h3.6c2.14%200%204.13%201.1%205.23%202.9l2.42%203.95a.8.8%200%200%201%20.12.42v5.16a3.41%203.41%200%200%201-2.63%203.3l-.09.02-.02.09a3.34%203.34%200%200%201-.91%201.57%203.51%203.51%200%200%201-5.8-1.47l-.03-.11h-6.42l-.04.1a3.38%203.38%200%200%201-.88%201.48%203.51%203.51%200%200%201-5.82-1.57l-.03-.09-.08-.02a3.41%203.41%200%200%201-2.63-3.3V17.3c0-.45.37-.82.84-.82.46%200%20.83.37.83.82v2.58c0%20.67.38%201.25.94%201.55l.15.08.06-.16a3.51%203.51%200%200%201%206.62.19l.04.1h3.69v-9.5c0-2.4-1.99-4.34-4.43-4.34H3.99a.83.83%200%200%201-.84-.82Zm18.93%202.1h-3.62l.13.23c.46.84.72%201.8.72%202.83v1.76h8.23l-1.66-2.7a4.45%204.45%200%200%200-3.8-2.11Zm6.1%206.46H19.3v6.1h1.06l.03-.1a3.51%203.51%200%200%201%206.62-.19l.06.16.16-.08c.55-.3.93-.88.93-1.55v-4.34Zm-17.6%205.16a1.75%201.75%200%200%200-1.8%201.75v.02c0%20.47.19.91.52%201.24a1.81%201.81%200%200%200%202.54%200%201.75%201.75%200%200%200%200-2.5%201.8%201.8%200%200%200-1.27-.51Zm13.16%200a1.75%201.75%200%200%200-1.79%201.75v.02c0%20.47.2.91.52%201.24a1.81%201.81%200%200%200%202.54%200%201.75%201.75%200%200%200%200-2.5%201.8%201.8%200%200%200-1.27-.51Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M4.47%2012.13c0-.45.37-.82.84-.82h5.26c.47%200%20.84.37.84.82%200%20.45-.37.82-.84.82H5.31a.83.83%200%200%201-.84-.82Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.prodPage-features-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.prodPage-features-item:not(:last-child) {
  margin-bottom: 16px;
}
.prodPage-features-item:after {
  content: "";
  width: 100%;
  top: 18px;
  position: absolute;
  border-bottom: 1px solid rgba(206, 214, 213, 0.51);
}
.prodPage-features-item h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #333F43;
  margin-bottom: 28px;
}
.prodPage-features-item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  margin-right: 20px;
}
.prodPage-features-item div {
  max-width: 300px;
  text-align: right;
}
.prodPage-features-item p {
  margin-bottom: 0;
  display: inline;
  padding-left: 10px;
  position: relative;
}
.prodPage-features-item span, .prodPage-features-item p {
  position: relative;
  z-index: 1;
}
.prodPage-features-item span:after, .prodPage-features-item p:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.prodPage .swiper-img-top {
  position: relative;
}
.prodPage .swiper-img {
  position: relative;
  flex-direction: column;
  align-items: center;
}
.prodPage .swiper-img .favorite-btn {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .prodPage .swiper-img .favorite-btn {
    display: none;
  }
}
.prodPage .swiper-img .swiper-container {
  margin-right: 0;
}
.prodPage .swiper-img .gallery-top {
  margin-bottom: 12px;
  margin-left: 0;
  max-width: 712px;
}
.prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide {
  max-height: 712px;
  max-width: 712px;
}
.prodPage .swiper-img .gallery-top .icon-search-plus {
  display: none;
}
.prodPage .swiper-img .gallery-thumbs {
  max-width: unset;
  height: 80px;
  width: unset;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.prodPage .swiper-img .gallery-thumbs .swiper-slide {
  width: 80px !important;
}
@media (min-width: 1025px) {
  .prodPage {
    padding-bottom: 62px;
  }
  .prodPage .tooltip .tooltiptext {
    left: -39px;
  }
  .prodPage .content-sidebar {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .prodPage .swiper-img .gallery-top {
    max-width: 589px;
  }
  .prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide {
    max-height: 589px;
    max-width: 589px;
  }
}
@media (max-width: 1320px) {
  .prodPage-body {
    padding: 32px;
  }
  .prodPage-sidebar {
    max-width: 450px;
  }
  .prodPage-actions #add-to-cart {
    width: 154px;
    margin-left: 17px;
    margin-right: 17px;
  }
  .prodPage .border-box {
    padding: 23px 26px;
  }
  .prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide img {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .prodPage .breads-n-search {
    flex-direction: column-reverse;
  }
  .prodPage .breads-n-search .search-block {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .prodPage .container {
    max-width: 704px;
    width: 100%;
  }
  .prodPage-carousel {
    max-width: 100%;
  }
  .prodPage .swiper-img .gallery-top {
    max-width: 100%;
  }
  .prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide {
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .prodPage-actions #add-to-cart {
    width: 100%;
    margin-right: 28px;
    margin-left: 28px;
  }
  .prodPage-sidebar {
    padding-top: 32px;
    max-width: 100%;
    margin-right: 0;
  }
  .prodPage-body {
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }
  .prodPage-features {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .prodPage .row {
    margin-left: 0;
    margin-right: 0;
  }
  .prodPage .border-box {
    padding: 14px 20px;
  }
  .prodPage .mb-40 {
    margin-bottom: 20px;
  }
  .prodPage .swiper-img {
    max-width: 280px;
    margin: 0 auto;
  }
  .prodPage .swiper-img .gallery-top {
    margin-bottom: 24px;
  }
  .prodPage .swiper-img .gallery-top .swiper-wrapper .swiper-slide {
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .prodPage-actions {
    flex-direction: column;
  }
  .prodPage-price {
    margin-bottom: 10px;
  }
  .prodPage-body {
    padding: 20px 20px 32px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .prodPage #add-to-cart {
    margin-bottom: 10px;
  }
  .prodPage .favorite-btn {
    width: 100%;
    border: 1px solid #CED6D5;
    padding: 6px;
    justify-content: center;
  }
  .prodPage .product-item .product-item-price {
    font-size: 40px;
  }
  .prodPage .product-item .product-item-price span {
    font-size: 20px;
    line-height: 36px;
  }
  .prodPage .box-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .prodPage .swiper-img .gallery-thumbs .swiper-slide {
    width: 80px !important;
  }
  .prodPage .swiper-img .gallery-thumbs .swiper-slide img {
    width: 80px;
    height: 80px;
  }
  .prodPage + .related-products {
    padding-top: 0;
  }
}
@media (max-width: 430px) {
  .prodPage .swiper-img .gallery-thumbs {
    max-width: 280px;
  }
  .prodPage .products-list {
    margin-left: -11px;
    margin-right: -11px;
  }
}

@media (max-width: 1025px) {
  .prodListPage {
    padding-top: 20px;
  }
  .prodListPage .search-block {
    margin-bottom: 20px;
  }
  .prodListPage .content-block .content-options .page-title {
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .prodListPage {
    padding-top: 8px;
  }
  .prodListPage .search-block {
    margin-right: -17px;
    margin-left: -17px;
    max-width: calc(100% + 34px) !important;
    width: calc(100% + 34px) !important;
  }
}

.related-products {
  background-color: #F6F9F6;
  padding-bottom: 32px;
}
@media (min-width: 1025px) {
  .related-products {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .related-products .products-list {
    padding: 20px 10px;
  }
  .related-products .one-product {
    width: 50%;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .related-products .one-product .one-product-data {
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
  }
  .related-products .one-product .one-product-img .wrap .btn {
    display: none;
  }
  .related-products .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .related-products .products-list {
    background-color: #fff;
  }
}
@media only screen and (max-width: 430px) {
  .related-products .products-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-product .product-info {
  bottom: 29px;
  padding: 0;
}
.page-product .product-info .colors .color {
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .page-product .product-info .colors .color {
    width: 8px;
    height: 8px;
  }
}

@-webkit-keyframes fade-right {
  0% {
    display: none;
    background-color: #79BD7D;
    transform: translateX(100px);
  }
  100% {
    display: flex;
    background-color: #ffffff;
    transform: translateX(0);
  }
}

@keyframes fade-right {
  0% {
    display: none;
    background-color: #79BD7D;
    transform: translateX(100px);
  }
  100% {
    display: flex;
    background-color: #ffffff;
    transform: translateX(0);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes progressbar {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes progressbar {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes blink-error {
  0% {
    background-color: #E6413F;
  }
  100% {
    background-color: #79BD7D;
  }
}
@keyframes blink-error {
  0% {
    background-color: #E6413F;
  }
  100% {
    background-color: #79BD7D;
  }
}
.updating-animation {
  position: relative;
  overflow: hidden;
}
.updating-animation:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, #79BD7D, transparent 35%);
  opacity: 0.5;
  -webkit-animation: progressbar 2s linear infinite;
          animation: progressbar 2s linear infinite;
}

.text-updated {
  background-color: #79BD7D;
  color: #fff !important;
}

.text-danger {
  color: #E6413F;
}

.loading-animation {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/ajax-loader-white.svg?623cb54b9a1aab063ff11d05e5476a5c);
  pointer-events: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-color: #79BD7D !important;
  padding: 14px !important;
}

.ui-btn.updating-animation {
  pointer-events: none;
}
.ui-btn.updating-animation:before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent 40%);
}

.checkoutPage {
  padding-top: 80px;
  padding-bottom: 110px;
}
.checkoutPage .page-title {
  margin-bottom: 64px;
  font-weight: 400;
  text-transform: uppercase;
}
.checkoutPage-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.checkoutPage-content {
  width: 100%;
  margin-right: 64px;
  max-width: 896px;
  flex-grow: 111;
  flex-basis: 778px;
}
.checkoutPage .Auth--restore {
  max-width: 384px;
}
.checkoutPage .ui-radio:not(:first-child) {
  margin-left: 32px;
}
.checkoutPage .ui-radio input + label {
  padding: 11px 20px 11px 56px;
  border: 1px solid #626F68;
}
.checkoutPage .ui-radio input + label:before, .checkoutPage .ui-radio input + label:after {
  display: none;
}

.cartPage-list {
  margin-bottom: 32px;
}
.cartPage-item {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  position: relative;
  background-color: white;
}
.cartPage-item:not(:last-child) {
  margin-bottom: 4px;
}
.cartPage-item.animate-added {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation: fade-right 0.5s;
          animation: fade-right 0.5s;
}
.cartPage-item-img-n-info {
  margin-right: auto;
}
.cartPage-item-img {
  width: 80px;
  height: 80px;
  background-color: #e8e8e8;
  margin-right: 16px;
  flex-shrink: 0;
}
.cartPage-item-img img {
  max-width: 100%;
}
.cartPage-item-info {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}
.cartPage-item-info span {
  color: #626F68;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}
.cartPage-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #586C72;
  text-decoration: none;
  margin-bottom: 8px;
}
.cartPage-item-price {
  display: flex;
  align-items: center;
}
.cartPage-item-price .ui-qty {
  margin-right: 16px;
  margin-left: 31px;
}
.cartPage-item-price .qty-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #94A99E;
  display: block;
}
.cartPage-item-price .qty-promo-price {
  text-decoration: line-through;
  font-weight: 400 !important;
  color: #333F43;
  margin-right: 16px;
}
.cartPage-item-discount {
  margin-right: 47px;
  text-align: right;
  width: 80px;
}
.cartPage-item-discount .product-cart-discount {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #626F68;
}
.cartPage-item-actions .delete {
  display: block;
  height: 18px;
}
.cartPage-discount {
  background-color: #fff;
  padding: 20px 32px;
}
.cartPage-package-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.cartPage-package-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.cartPage-package-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #E6EAEA;
  height: 1px;
  width: calc(100% - 0);
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
.cartPage-package-info {
  display: flex;
}
.cartPage-package-img {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
.cartPage-package-img img {
  max-width: 100%;
  width: 100%;
}
.cartPage-package-title {
  display: flex;
  flex-direction: column;
  color: #586C72;
  line-height: 120%;
}
.cartPage-package-title small {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.cartPage-package-title span {
  font-size: 14px;
}
.cartPage-package-add {
  background-color: unset;
  padding: 0;
  color: #79BD7D;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.cartPage-package-add.added {
  color: #94A99E;
  pointer-events: none;
}
.cartPage-package-add.added:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.15134 7.50099C2.36029 7.2899 2.69907 7.2899 2.90802 7.50099L6.39602 11.2848C6.60497 11.4959 6.60497 11.8381 6.39602 12.0492C6.18707 12.2603 5.84829 12.2603 5.63934 12.0492L2.15134 8.26543C1.94239 8.05434 1.94239 7.71209 2.15134 7.50099Z' fill='%2394A99E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8392 3.65734C14.0481 3.86844 14.0481 4.21069 13.8392 4.42178L6.68651 12.3427C6.47756 12.5538 6.13879 12.5538 5.92984 12.3427C5.72089 12.1316 5.72089 11.7893 5.92984 11.5782L13.0825 3.65734C13.2914 3.44625 13.6302 3.44625 13.8392 3.65734Z' fill='%2394A99E'/%3E%3C/svg%3E%0A");
  top: 4px;
}
.cartPage .qty-discount-card {
  color: #1d7e13;
  font-weight: 500;
  margin-left: 16px;
}

.CheckoutSidebar {
  width: 100%;
  max-width: 440px;
  flex-grow: 111;
  flex-basis: 350px;
}
.CheckoutSidebar-block {
  background-color: #fff;
  padding: 32px 36px;
}
.CheckoutSidebar-block:first-child {
  margin-bottom: 32px;
}
.CheckoutSidebar-block--packages {
  padding: 24px 36px;
}
.CheckoutSidebar-block--packages .CheckoutSidebar-title {
  font-size: 16px;
  line-height: 20px;
}
.CheckoutSidebar-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  color: #333F43;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CheckoutSidebar-title span {
  display: block;
}
.CheckoutSidebar-title button {
  background-color: unset;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #626F68;
}
.CheckoutSidebar-total-table {
  position: relative;
  padding-bottom: 24px;
}
.CheckoutSidebar-total-table:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #E6EAEA;
  height: 1px;
  width: calc(100% - 0);
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
.CheckoutSidebar-total-line {
  font-size: 16px;
  line-height: 24px;
}
.CheckoutSidebar-total-line:not(:last-child) {
  margin-bottom: 12px;
}
.CheckoutSidebar-total-line div {
  color: #626F68;
}
.CheckoutSidebar-total-line span {
  color: #333F43;
}
.CheckoutSidebar-total-line span.text-updated {
  color: #fff;
}
.CheckoutSidebar-total-line--last div {
  max-width: 90px;
}
.CheckoutSidebar-total-line--last span {
  max-width: 125px;
  text-align: right;
}
.CheckoutSidebar-total-now {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  padding: 24px 0 0;
}
.CheckoutSidebar-total-now div {
  color: #626F68;
}
.CheckoutSidebar-total-now span {
  color: #333F43;
}
.CheckoutSidebar-action {
  margin-top: 24px;
}
.CheckoutSidebar-delivery-info {
  padding: 11px 19px;
  margin-top: 24px;
  border: 1px solid #79BD7D;
}
.CheckoutSidebar-delivery-info .image {
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.15%206.97c0-.45.37-.82.84-.82h9.22c1.68%200%203.2.66%204.3%201.74l.14.13.1-.16a.84.84%200%200%201%20.73-.42h3.6c2.14%200%204.13%201.1%205.24%202.9l2.41%203.95a.8.8%200%200%201%20.12.42v5.16a3.41%203.41%200%200%201-2.63%203.3l-.09.02-.02.09a3.34%203.34%200%200%201-.91%201.57%203.51%203.51%200%200%201-5.8-1.47l-.03-.11h-6.42l-.04.1a3.38%203.38%200%200%201-.88%201.48%203.51%203.51%200%200%201-5.82-1.57l-.03-.09-.08-.02a3.41%203.41%200%200%201-2.63-3.3V17.3c0-.45.37-.82.84-.82.46%200%20.83.37.83.82v2.58c0%20.67.38%201.25.94%201.55l.15.08.06-.16a3.51%203.51%200%200%201%206.62.19l.04.1h3.69v-9.5c0-2.4-1.99-4.34-4.43-4.34H3.99a.83.83%200%200%201-.84-.82Zm18.93%202.1h-3.61l.12.23c.46.84.72%201.8.72%202.83v1.76h8.23l-1.66-2.7a4.45%204.45%200%200%200-3.8-2.11Zm6.1%206.46H19.3v6.1h1.06l.03-.1a3.51%203.51%200%200%201%206.62-.19l.06.16.16-.08c.55-.3.93-.88.93-1.55v-4.34Zm-17.6%205.16a1.75%201.75%200%200%200-1.8%201.75v.02c0%20.47.2.91.52%201.24a1.81%201.81%200%200%200%202.54%200%201.75%201.75%200%200%200%200-2.5%201.8%201.8%200%200%200-1.27-.51Zm13.16%200a1.79%201.79%200%200%200-1.79%201.75v.02c0%20.47.2.91.53%201.24a1.81%201.81%200%200%200%202.53%200%201.75%201.75%200%200%200%200-2.5%201.8%201.8%200%200%200-1.27-.51Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M4.47%2012.13c0-.45.37-.82.84-.82h5.26c.47%200%20.84.37.84.82%200%20.45-.37.82-.84.82H5.31a.83.83%200%200%201-.84-.82Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.CheckoutSidebar-delivery-info .text {
  max-width: 285px;
  font-size: 14px;
  line-height: 20px;
  color: #333F43;
  margin-bottom: 0;
}
.CheckoutSidebar .previewCart.show-rest .previewCart-item--rest {
  display: flex;
}
.CheckoutSidebar .previewCart.show-rest .previewCart-show:after {
  opacity: 1;
}
.CheckoutSidebar .previewCart-items--rest {
  display: none;
  flex-wrap: wrap;
}
.CheckoutSidebar .previewCart-items div {
  margin-bottom: 12px;
  width: 64px;
  height: 64px;
  background-color: #ececec;
}
.CheckoutSidebar .previewCart-items div img {
  max-width: 100%;
  width: 100%;
}
.CheckoutSidebar .previewCart-items div:not(:last-child) {
  margin-right: 12px;
}
.CheckoutSidebar .previewCart-item--rest {
  display: none;
}
.CheckoutSidebar .previewCart-show {
  width: 40px;
  height: 40px;
  margin-top: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(51, 63, 67, 0.2);
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(51, 63, 67, 0.48);
  background-color: unset;
  position: relative;
}
.CheckoutSidebar .previewCart-show:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.08368 3.08368C3.19526 2.97211 3.37617 2.97211 3.48774 3.08368L12.9163 12.5123C13.0279 12.6238 13.0279 12.8047 12.9163 12.9163C12.8047 13.0279 12.6238 13.0279 12.5123 12.9163L3.08368 3.48774C2.97211 3.37617 2.97211 3.19526 3.08368 3.08368Z' fill='%239DA3A5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.90691 2.90691C3.11612 2.6977 3.45531 2.6977 3.66452 2.90691L13.0931 12.3355C13.3023 12.5447 13.3023 12.8839 13.0931 13.0931L12.9163 12.9163L13.0931 13.0931C12.8839 13.3023 12.5447 13.3023 12.3355 13.0931L2.90691 3.66452C2.6977 3.45531 2.6977 3.11612 2.90691 2.90691ZM3.31097 3.26046C3.29702 3.24651 3.27441 3.24651 3.26046 3.26046C3.24651 3.27441 3.24651 3.29702 3.26046 3.31097L12.689 12.7395C12.703 12.7535 12.7256 12.7535 12.7395 12.7395C12.7535 12.7256 12.7535 12.703 12.7395 12.689L3.31097 3.26046Z' fill='%239DA3A5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9163 3.08368C13.0279 3.19526 13.0279 3.37617 12.9163 3.48774L3.48774 12.9163C3.37616 13.0279 3.19526 13.0279 3.08368 12.9163C2.9721 12.8047 2.9721 12.6238 3.08368 12.5123L12.5123 3.08368C12.6238 2.97211 12.8047 2.97211 12.9163 3.08368Z' fill='%239DA3A5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0931 2.90691C13.3023 3.11612 13.3023 3.45531 13.0931 3.66452L3.66452 13.0931C3.45531 13.3023 3.11612 13.3023 2.90691 13.0931L3.08368 12.9163L2.9069 13.0931C2.6977 12.8839 2.6977 12.5447 2.90691 12.3355L12.3355 2.90691C12.5447 2.6977 12.8839 2.6977 13.0931 2.90691ZM12.7395 3.31097C12.7535 3.29702 12.7535 3.27441 12.7395 3.26046C12.7256 3.24651 12.703 3.24651 12.689 3.26046L3.26046 12.689C3.24651 12.703 3.24651 12.7256 3.26046 12.7395C3.27441 12.7535 3.29702 12.7535 3.31097 12.7395L12.7395 3.31097Z' fill='%239DA3A5'/%3E%3C/svg%3E%0A");
  background-position: center;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  top: 1px;
  left: 1px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}

.CheckoutStage {
  padding: 40px 48px;
  background-color: #fff;
}
.CheckoutStage:not(:last-child) {
  margin-bottom: 32px;
}
.CheckoutStage-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.CheckoutStage-head small {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(51, 63, 67, 0.2);
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333F43;
  background-color: unset;
  opacity: 0.48;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.CheckoutStage-head button {
  margin-left: auto;
}
.CheckoutStage-head-info {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}
.CheckoutStage-head-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626F68;
}
.CheckoutStage-head-info span b {
  font-weight: 600;
}
.CheckoutStage-head h2 {
  opacity: 0.32;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
}
.CheckoutStage.active .CheckoutStage-head {
  margin-bottom: 34px;
}
.CheckoutStage.active .CheckoutStage-head small {
  color: #EBE7D9;
  border: 1px solid #333F43;
  opacity: 1;
  background-color: #333F43;
}
.CheckoutStage.active .CheckoutStage-head h2 {
  color: #333F43;
  opacity: 1;
}
.CheckoutStage.completed {
  padding: 28px 48px;
}
.CheckoutStage.completed .CheckoutStage-head small {
  color: #fff;
  border: 1px solid #79BD7D;
  opacity: 1;
  background-color: #79BD7D;
}
.CheckoutStage.completed .CheckoutStage-head h2 {
  color: #79BD7D;
  opacity: 1;
}
.CheckoutStage.updating-animation {
  box-shadow: inset 0 0 2px #fff, 0 0px 3px rgba(170, 170, 170, 0.25);
}
.CheckoutStage-second.active .CheckoutStage-head {
  margin-bottom: 40px;
}
.CheckoutStage-next {
  margin-top: 32px;
}
.CheckoutStage-next.error-animation {
  -webkit-animation: blink-error 1s linear infinite;
          animation: blink-error 1s linear infinite;
}
.CheckoutStage-next-error {
  display: none;
  color: #E6413F;
  font-size: 16px;
  line-height: 19px;
  margin-top: 16px;
}
.CheckoutStage-next-error.show {
  display: block;
}
.CheckoutStage-final {
  margin-bottom: 24px;
}
.CheckoutStage-gift-check {
  padding-top: 10px;
}
.CheckoutStage .Form-column.border-bottom {
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.border-bottom {
  border-bottom: 1px solid #E6EAEA;
}

.CheckoutStageAuth {
  padding: unset;
  background-color: unset;
}

.Checkout-delivery-type {
  position: relative;
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E6EAEA;
}

.Checkout-payment-method {
  display: flex;
}

.Checkout-delivery-shop-address {
  margin-bottom: 24px;
  width: 100%;
}
.Checkout-delivery-shop-schedule {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 40px;
}
.Checkout-delivery-shop-schedule small {
  margin-right: 110px;
  font-weight: 400;
  color: #626F68;
}
.Checkout-delivery-shop-schedule div {
  display: flex;
  width: 70%;
  justify-content: flex-end;
  align-items: center;
}
.Checkout-delivery-shop-schedule div p {
  color: #333F43;
  display: flex;
}
.Checkout-delivery-shop-schedule div span {
  color: #333F43;
  line-height: 24px;
}
.Checkout-delivery-shop-schedule div span:not(:first-child) {
  margin-left: 8px;
}
.Checkout-delivery-shop-schedule div span:not(:last-child) {
  margin-right: auto;
}

.Checkout-comments {
  padding: 24px 48px;
  background-color: #ffffff;
}
.Checkout-comments-body {
  padding-top: 24px;
}
.Checkout-comments .ui-btn-underline {
  text-transform: capitalize;
}
.Checkout-comments.active .ui-btn-underline {
  padding-left: 20px;
  position: relative;
  color: #94A99E;
  font-weight: 400;
  text-decoration: none;
}
.Checkout-comments.active .ui-btn-underline:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.08368 3.08368C3.19526 2.97211 3.37617 2.97211 3.48774 3.08368L12.9163 12.5123C13.0279 12.6238 13.0279 12.8047 12.9163 12.9163C12.8047 13.0279 12.6238 13.0279 12.5123 12.9163L3.08368 3.48774C2.97211 3.37617 2.97211 3.19526 3.08368 3.08368Z' fill='%2394A99E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.90691 2.90691C3.11612 2.6977 3.45531 2.6977 3.66452 2.90691L13.0931 12.3355C13.3023 12.5447 13.3023 12.8839 13.0931 13.0931L12.9163 12.9163L13.0931 13.0931C12.8839 13.3023 12.5447 13.3023 12.3355 13.0931L2.90691 3.66452C2.6977 3.45531 2.6977 3.11612 2.90691 2.90691ZM3.31097 3.26046C3.29702 3.24651 3.27441 3.24651 3.26046 3.26046C3.24651 3.27441 3.24651 3.29702 3.26046 3.31097L12.689 12.7395C12.703 12.7535 12.7256 12.7535 12.7395 12.7395C12.7535 12.7256 12.7535 12.703 12.7395 12.689L3.31097 3.26046Z' fill='%2394A99E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9163 3.08368C13.0279 3.19526 13.0279 3.37617 12.9163 3.48774L3.48774 12.9163C3.37616 13.0279 3.19526 13.0279 3.08368 12.9163C2.9721 12.8047 2.9721 12.6238 3.08368 12.5123L12.5123 3.08368C12.6238 2.97211 12.8047 2.97211 12.9163 3.08368Z' fill='%2394A99E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0931 2.90691C13.3023 3.11612 13.3023 3.45531 13.0931 3.66452L3.66452 13.0931C3.45531 13.3023 3.11612 13.3023 2.90691 13.0931L3.08368 12.9163L2.9069 13.0931C2.6977 12.8839 2.6977 12.5447 2.90691 12.3355L12.3355 2.90691C12.5447 2.6977 12.8839 2.6977 13.0931 2.90691ZM12.7395 3.31097C12.7535 3.29702 12.7535 3.27441 12.7395 3.26046C12.7256 3.24651 12.703 3.24651 12.689 3.26046L3.26046 12.689C3.24651 12.703 3.24651 12.7256 3.26046 12.7395C3.27441 12.7535 3.29702 12.7535 3.31097 12.7395L12.7395 3.31097Z' fill='%2394A99E'/%3E%3C/svg%3E");
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.Checkout-comments h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #626F68;
  margin-bottom: 0;
}
.Checkout-comments textarea {
  height: 102px;
  resize: none;
  border: 1px solid #D1E1D8;
  width: 100%;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}

.place-order-check-error {
  color: #E6413F;
  font-size: 14px;
}

@media only screen and (max-width: 1350px) {
  .checkoutPage-content {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1250px) {
  .cartPage-item {
    padding: 24px;
  }

  .Checkout-comments {
    padding: 24px;
  }

  .CheckoutSidebar-block {
    padding: 32px 24px;
  }
  .CheckoutSidebar-block:first-child {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .CheckoutStage {
    padding: 24px 20px;
  }
  .CheckoutStage.completed {
    padding: 24px 20px;
  }
  .CheckoutStage.active .CheckoutStage-head {
    margin-bottom: 24px;
  }

  .checkoutPage {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .checkoutPage .page-title {
    margin-bottom: 40px;
  }

  .checkoutPage-content {
    flex-basis: unset;
    flex-grow: unset;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .cartPage-list, .cartPage-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .CheckoutSidebar {
    max-width: unset;
    display: flex;
    flex-direction: column;
  }
  .CheckoutSidebar .CheckoutSidebar-block--packages {
    order: -1;
    margin-bottom: 20px;
  }
  .CheckoutSidebar .CheckoutSidebar-block--total {
    margin-bottom: 0;
  }

  .CheckoutSidebar-total-table {
    padding-bottom: 16px;
  }

  .cartPage-item-img {
    width: 64px;
    height: 64px;
  }

  .cartPage-item-discount {
    margin-right: 36px;
  }
}
@media only screen and (max-width: 800px) {
  .checkoutPage-body {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .cartPage-item-img-n-info {
    order: 1;
    width: 100%;
  }

  .cartPage-item-price, .cartPage-item-discount {
    order: 2;
  }

  .cartPage-item-actions {
    position: absolute;
    right: 24px;
    top: 24px;
  }

  .cartPage-item-img {
    margin-right: 8px;
    width: 80px;
    height: 80px;
  }

  .cartPage-item-price {
    margin-left: 88px;
  }

  .Checkout-delivery-shop-address {
    margin-bottom: 6px;
  }

  .Checkout-delivery-shop-schedule {
    flex-direction: column;
  }
  .Checkout-delivery-shop-schedule div {
    flex-direction: column;
    width: 100%;
    margin-left: unset;
    justify-content: unset;
  }
  .Checkout-delivery-shop-schedule div span:not(:last-child) {
    margin-bottom: 16px;
    margin-left: 0;
  }
  .Checkout-delivery-shop-schedule div span:not(:first-child) {
    margin-left: 0;
  }

  .Checkout-payment-method {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .Form-submit {
    width: 100%;
    max-width: unset;
  }

  .mobile-hidden {
    display: none;
  }

  .checkoutPage {
    padding-bottom: 20px;
  }

  .Checkout-delivery-type {
    flex-direction: column;
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px solid #E6EAEA;
  }

  .checkoutPage .ui-radio:not(:first-child) {
    margin-left: 0;
  }

  .cartPage-discount {
    padding: 16px 24px;
  }

  .form--recipient {
    border-top: 1px solid #E6EAEA;
    padding-top: 19px;
  }

  .cartPage-item-info {
    max-width: unset;
  }

  .cartPage-item-img-n-info {
    margin-bottom: 20px;
  }

  .cartPage-item-img {
    width: 64px;
    height: 64px;
  }

  .cartPage-item-price {
    margin-left: 72px;
  }
  .cartPage-item-price .qty {
    margin-right: 26px;
    margin-left: 26px;
  }

  .cartPage-item-discount {
    margin-right: 0;
  }

  .cartPage-item-price-n-promo {
    flex-direction: column;
  }
  .cartPage-item-price-n-promo .qty-discount-card {
    margin-left: 0;
  }

  .CheckoutStage-next {
    margin-top: 24px;
  }
  .CheckoutStage-next-error {
    text-align: center;
  }

  .CheckoutStage-head {
    flex-wrap: wrap;
    align-items: unset;
  }
  .CheckoutStage-head-info {
    width: calc( 100% - 48px);
    padding-right: 0;
  }
  .CheckoutStage-head button {
    margin-left: 42px;
    margin-top: 20px;
  }

  .checkoutPage .ui-radio {
    padding: 0;
  }
  .checkoutPage .ui-radio:not(:last-child) {
    margin-bottom: 8px;
  }
  .checkoutPage .ui-radio input + label {
    display: flex;
    justify-content: center;
    padding: 12px 20px;
  }
  .checkoutPage .ui-radio input + label svg {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 12px;
  }

  .CheckoutSidebar .ui-checkbox label > span {
    margin-left: 12px;
  }
  .CheckoutSidebar .previewCart-items {
    margin-bottom: -4px;
  }
  .CheckoutSidebar .previewCart-items div {
    margin-bottom: 4px;
  }
  .CheckoutSidebar .previewCart-items div:not(:last-child) {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 430px) {
  .cartPage-item-img {
    align-self: baseline;
  }

  .cartPage-item-info {
    margin-right: 36px;
  }

  .cartPage-item-price {
    margin-left: auto;
  }
  .cartPage-item-price .ui-qty {
    margin-left: 24px;
  }
}
.discount-block {
  width: 100%;
}
.discount-block .discount-inner {
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
}
.discount-block small {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333F43;
  margin-right: 24px;
}
.discount-block .disb-input_btn {
  display: flex;
  align-items: center;
}
.discount-block .disb-input {
  margin-right: 16px;
}
.discount-block #discount-input {
  border-radius: 0;
  padding: 11px 12px;
  color: #333F43;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  width: 165px;
}
.discount-block #discount-input.success {
  border: none;
  cursor: help;
  pointer-events: none;
  text-align: center;
  padding: 0;
}
.discount-block #discount-btn {
  color: #626F68;
  margin: 0 8px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  min-width: auto;
  background-color: transparent;
}
.discount-block #discount-btn .btn-title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: left 0.7s;
  left: 0;
  position: relative;
}
.discount-block #discount-btn .load-anim {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C9.73478 0 9.48043 0.105357 9.29289 0.292893C9.10536 0.48043 9 0.734784 9 1V3C9 3.26522 9.10536 3.51957 9.29289 3.70711C9.48043 3.89464 9.73478 4 10 4C10.2652 4 10.5196 3.89464 10.7071 3.70711C10.8946 3.51957 11 3.26522 11 3V1C11 0.734784 10.8946 0.48043 10.7071 0.292893C10.5196 0.105357 10.2652 0 10 0ZM19 9H17C16.7348 9 16.4804 9.10536 16.2929 9.29289C16.1054 9.48043 16 9.73478 16 10C16 10.2652 16.1054 10.5196 16.2929 10.7071C16.4804 10.8946 16.7348 11 17 11H19C19.2652 11 19.5196 10.8946 19.7071 10.7071C19.8946 10.5196 20 10.2652 20 10C20 9.73478 19.8946 9.48043 19.7071 9.29289C19.5196 9.10536 19.2652 9 19 9ZM4 10C4 9.73478 3.89464 9.48043 3.70711 9.29289C3.51957 9.10536 3.26522 9 3 9H1C0.734784 9 0.48043 9.10536 0.292893 9.29289C0.105357 9.48043 0 9.73478 0 10C0 10.2652 0.105357 10.5196 0.292893 10.7071C0.48043 10.8946 0.734784 11 1 11H3C3.26522 11 3.51957 10.8946 3.70711 10.7071C3.89464 10.5196 4 10.2652 4 10ZM4.22 3C4.02507 2.81567 3.76489 2.71634 3.49672 2.72384C3.22854 2.73134 2.97433 2.84507 2.79 3.04C2.60567 3.23493 2.50634 3.49511 2.51384 3.76328C2.52134 4.03146 2.63507 4.28567 2.83 4.47L4.27 5.86C4.36663 5.95331 4.48108 6.02619 4.6065 6.0743C4.73192 6.12241 4.86575 6.14475 5 6.14C5.1347 6.13949 5.26792 6.11176 5.39164 6.05849C5.51537 6.00522 5.62705 5.9275 5.72 5.83C5.90625 5.64264 6.01079 5.38919 6.01079 5.125C6.01079 4.86081 5.90625 4.60736 5.72 4.42L4.22 3ZM15 6.14C15.2575 6.13898 15.5046 6.03868 15.69 5.86L17.13 4.47C17.3057 4.28645 17.4049 4.04292 17.4075 3.78887C17.4101 3.53482 17.3159 3.2893 17.1441 3.10217C16.9722 2.91504 16.7356 2.80034 16.4822 2.78137C16.2289 2.76239 15.9778 2.84056 15.78 3L14.34 4.42C14.1537 4.60736 14.0492 4.86081 14.0492 5.125C14.0492 5.38919 14.1537 5.64264 14.34 5.83C14.5131 6.01272 14.7488 6.12342 15 6.14ZM10 16C9.73478 16 9.48043 16.1054 9.29289 16.2929C9.10536 16.4804 9 16.7348 9 17V19C9 19.2652 9.10536 19.5196 9.29289 19.7071C9.48043 19.8946 9.73478 20 10 20C10.2652 20 10.5196 19.8946 10.7071 19.7071C10.8946 19.5196 11 19.2652 11 19V17C11 16.7348 10.8946 16.4804 10.7071 16.2929C10.5196 16.1054 10.2652 16 10 16ZM15.73 14.14C15.539 13.9557 15.2827 13.8548 15.0173 13.8594C14.752 13.8641 14.4993 13.974 14.315 14.165C14.1307 14.356 14.0298 14.6123 14.0344 14.8777C14.0391 15.143 14.149 15.3957 14.34 15.58L15.78 17C15.9654 17.1787 16.2125 17.279 16.47 17.28C16.604 17.2808 16.7368 17.2546 16.8605 17.2031C16.9841 17.1516 17.0962 17.0757 17.19 16.98C17.2837 16.887 17.3581 16.7764 17.4089 16.6546C17.4597 16.5327 17.4858 16.402 17.4858 16.27C17.4858 16.138 17.4597 16.0073 17.4089 15.8854C17.3581 15.7636 17.2837 15.653 17.19 15.56L15.73 14.14ZM4.27 14.14L2.83 15.53C2.73627 15.623 2.66188 15.7336 2.61111 15.8554C2.56034 15.9773 2.5342 16.108 2.5342 16.24C2.5342 16.372 2.56034 16.5027 2.61111 16.6246C2.66188 16.7464 2.73627 16.857 2.83 16.95C2.92379 17.0457 3.03586 17.1216 3.15954 17.1731C3.28323 17.2246 3.41601 17.2508 3.55 17.25C3.79651 17.2521 4.03512 17.1631 4.22 17L5.66 15.61C5.85096 15.4257 5.96087 15.173 5.96556 14.9077C5.97024 14.6423 5.86933 14.386 5.685 14.195C5.50067 14.004 5.24804 13.8941 4.98268 13.8894C4.71731 13.8848 4.46096 13.9857 4.27 14.17V14.14Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -20px;
  margin-bottom: auto;
  margin-top: auto;
  transition: opacity 0.7s;
}
.discount-block #discount-btn.loading {
  pointer-events: none;
}
.discount-block #discount-btn.loading .btn-title {
  left: -9px;
  transition: left 0.7s;
}
.discount-block #discount-btn.loading .load-anim {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s;
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
}
.discount-block #discount-msg {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.discount-block #discount-msg.error {
  color: #E6413F;
}
.discount-block #discount-msg.success {
  color: #1C7E12;
}

@media only screen and (max-width: 576px) {
  .discount-block .discount-inner {
    flex-direction: column;
    align-items: flex-start;
    height: unset;
  }
  .discount-block small {
    margin-bottom: 20px;
  }
  .discount-block .disb-input_btn {
    flex-flow: wrap;
  }
  .discount-block #discount-input {
    padding: 11px 15px;
  }
  .discount-block #discount-btn {
    margin-right: unset;
    margin-bottom: 10px;
  }
  .discount-block #discount-msg {
    margin-top: 7px;
  }
}
.auth-page {
  background: #F6F9F6;
}
.auth-page .Auth {
  padding: 40px 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 88px auto;
}
@media only screen and (max-width: 576px) {
  .auth-page .Auth {
    margin-right: -25px;
    margin-left: -25px;
    padding: 40px 24px;
    width: calc(100% + 50px);
  }
}

.Auth {
  max-width: 800px;
  width: 100%;
}
.Auth--restore {
  max-width: 480px;
}
.Auth--restore .Form-row {
  flex-direction: column;
  display: flex;
  gap: unset;
  align-items: unset;
}
.Auth--restore .Form-row .Form-field {
  max-width: 384px;
}
.Auth--restore .Form-message-toggle {
  margin-top: 28px;
}

.Auth-registration .Form-submit {
  margin-top: 8px;
}
.Auth-registration .have-an-acc {
  margin-top: 24px;
  margin-bottom: 0;
}

.profilePage .page-title {
  margin-bottom: 64px;
  font-weight: 400;
  text-transform: uppercase;
}

.Profile {
  margin-bottom: 80px;
}
.Profile-sidebar {
  max-width: 320px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 64px;
  align-self: baseline;
  padding: 40px 48px;
  background-color: white;
}
.Profile-sidebar ul {
  list-style: none;
}
.Profile-sidebar ul li {
  line-height: 20px;
}
.Profile-sidebar ul li.item {
  margin-bottom: 8px;
}
.Profile-sidebar ul li.item a {
  padding-bottom: 16px;
  display: block;
}
.Profile-sidebar ul li.last {
  border-top: 1px solid #DDDDDD;
  padding-top: 23px;
}
.Profile-sidebar ul li a {
  color: #586c72;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
}
.Profile-sidebar ul li a.current {
  font-weight: 600;
  color: #333F43;
}
.Profile-sidebar ul li:last-child a {
  color: #DF7477;
}
.Profile-content {
  max-width: 1016px;
  width: 100%;
  background-color: #fff;
  padding: 40px 64px;
}
.Profile-block h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 32px;
}
.Profile .notification-form {
  margin-bottom: 16px;
}
.Profile .orders-history {
  border: 1px solid #eeeeee;
}
.Profile .orders-history-item:last-child .orders-history-trigger {
  margin: 0;
  border: none;
}
.Profile .orders-history-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.Profile .orders-history-item-trigger {
  padding: 20px 32px 20px 24px;
  color: #DF7477;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M0.601562 0.75C0.601562 0.6875 0.632812 0.617187 0.679687 0.570312L1.07031 0.179687C1.11719 0.132812 1.1875 0.101562 1.25 0.101562C1.3125 0.101562 1.38281 0.132812 1.42969 0.179687L4.5 3.25L7.57031 0.179687C7.61719 0.132812 7.6875 0.101562 7.75 0.101562C7.82031 0.101562 7.88281 0.132812 7.92969 0.179687L8.32031 0.570312C8.36719 0.617187 8.39844 0.6875 8.39844 0.75C8.39844 0.8125 8.36719 0.882812 8.32031 0.929687L4.67969 4.57031C4.63281 4.61719 4.5625 4.64844 4.5 4.64844C4.4375 4.64844 4.36719 4.61719 4.32031 4.57031L0.679687 0.929687C0.632812 0.882812 0.601562 0.8125 0.601562 0.75Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='5' fill='white' transform='translate(9 5) rotate(-180)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  display: flex;
  align-items: center;
}
.Profile .orders-history-item-trigger .order-id {
  width: 23%;
  font-size: 16px;
  font-weight: 600;
  color: #626F68;
}
.Profile .orders-history-item-trigger .order-status {
  padding-right: 16px;
  width: 31%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #626F68;
}
.Profile .orders-history-item-trigger .order-status.new {
  color: #79BD7D;
}
.Profile .orders-history-item-trigger .order-status.paid {
  color: #626F68;
}
.Profile .orders-history-item-trigger .order-status.canceled {
  color: #DF7477;
}
.Profile .orders-history-item-trigger .order-date {
  width: 15%;
  color: #626F68;
}
.Profile .orders-history-item-trigger .order-total {
  color: #333F43;
  width: 18%;
  text-align: right;
}
.Profile .orders-history-item-trigger.open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M8.39844 4.25C8.39844 4.3125 8.36719 4.38281 8.32031 4.42969L7.92969 4.82031C7.88281 4.86719 7.8125 4.89844 7.75 4.89844C7.6875 4.89844 7.61719 4.86719 7.57031 4.82031L4.5 1.75L1.42969 4.82031C1.38281 4.86719 1.3125 4.89844 1.25 4.89844C1.17969 4.89844 1.11719 4.86719 1.07031 4.82031L0.679688 4.42969C0.632813 4.38281 0.601563 4.3125 0.601563 4.25C0.601563 4.1875 0.632813 4.11719 0.679688 4.07031L4.32031 0.429688C4.36719 0.382813 4.4375 0.351563 4.5 0.351563C4.5625 0.351563 4.63281 0.382813 4.67969 0.429688L8.32031 4.07031C8.36719 4.11719 8.39844 4.1875 8.39844 4.25Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='9' height='5' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.Profile .orders-history-item-content {
  padding: 16px 28px;
  background-color: #F6F9F6;
}
.Profile .orders-history-item-product {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.Profile .orders-history-item-product:last-child {
  margin-bottom: 0;
}
.Profile .orders-history-item-product > div {
  color: #626F68;
  font-size: 14px;
  line-height: 28px;
}
.Profile .orders-history-item-product .product-image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #fff;
  margin-right: 16px;
}
.Profile .orders-history-item-product .product-image img {
  display: block;
  width: 48px;
}
.Profile .orders-history-item-product .product-info {
  width: calc(100% - 64px);
}
.Profile .orders-history-item-product .product-name {
  width: calc(52% - 18px );
  padding: 0 16px 0 0;
}
.Profile .orders-history-item-product .product-name a {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  color: #626F68;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.Profile .orders-history-item-product .product-name a:hover {
  color: #586c72;
}
.Profile .orders-history-item-product .product-qty {
  width: 24%;
}
.Profile .orders-history-item-product .product-price {
  color: #333F43;
  width: 18%;
  margin-right: 0;
  text-align: right;
}
.Profile .Form-submit {
  max-width: 158px;
  margin-top: 16px;
}
@media only screen and (max-width: 1299px) {
  .Profile-content {
    padding: 32px;
  }
  .Profile-sidebar {
    margin-right: 24px;
  }
  .Profile .orders-history-item-trigger .order-date {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1199px) {
  .Profile .Profile-block h2 {
    margin-bottom: 24px;
  }
  .Profile-sidebar {
    max-width: 280px;
    padding: 32px;
  }
  .Profile .orders-history-item-trigger .order-total {
    width: 20%;
  }
  .Profile .orders-history-item-product .product-price {
    width: 20%;
  }
}
@media (min-width: 991px) {
  .Profile .selected {
    display: none;
  }
  .Profile ul {
    display: block !important;
  }
  .Profile .orders-history-item-product .product-qty {
    width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .Profile {
    flex-direction: column;
  }
  .Profile-content {
    padding: 24px 20px;
  }
  .Profile-block h2 {
    font-size: 22px;
    line-height: 140%;
  }
  .Profile-sidebar {
    padding: 24px 20px;
    margin-right: 0;
    margin-bottom: 28px;
    max-width: unset;
    width: 100%;
    display: block;
    border: 1px solid rgba(221, 221, 221, 0.35);
    position: relative;
  }
  .Profile-sidebar.open-mobile ul {
    display: block;
  }
  .Profile-sidebar ul {
    margin-top: 20px;
    display: none;
  }
  .Profile-sidebar ul li a.current {
    display: none;
  }
  .Profile-sidebar .selected {
    width: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    outline: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #333F43;
    background-repeat: no-repeat;
    background-position: calc(100% - 1px) center;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M7.9.75c0%20.06-.03.13-.08.18L4.18%204.57a.27.27%200%200%201-.18.08.27.27%200%200%201-.18-.08L.18.93A.27.27%200%200%201%20.1.75C.1.69.13.62.18.57L.57.18C.62.13.68.1.75.1.81.1.88.13.93.18L4%203.25%207.07.18A.27.27%200%200%201%207.25.1c.06%200%20.13.03.18.08l.39.39c.05.05.08.12.08.18z%22%20fill%3D%22%23A0877F%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .Profile .orders-history-item-product .product-image {
    width: 64px;
    height: 64px;
  }
  .Profile .orders-history-item-product .product-image img {
    display: block;
    width: 64px;
  }
  .Profile .orders-history-item-product .product-info {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .Profile {
    margin-left: -25px;
    margin-right: -25px;
  }
  .Profile .orders-history-item-content {
    padding: 20px;
  }
  .Profile .orders-history-item-trigger {
    flex-wrap: wrap;
    row-gap: 26px;
  }
  .Profile .orders-history-item-trigger div {
    order: 1;
    line-height: 18px;
  }
  .Profile .orders-history-item-trigger .order-id {
    order: 0;
  }
  .Profile .orders-history-item-trigger .order-date, .Profile .orders-history-item-trigger .order-id {
    width: 120px;
    margin-right: 16px;
  }
  .Profile .orders-history-item-trigger .order-status {
    order: 0;
  }
  .Profile .orders-history-item-trigger .order-status, .Profile .orders-history-item-trigger .order-total {
    width: calc(100% - 136px);
    text-align: left;
  }
  .Profile .orders-history-item-trigger .order-total, .Profile .orders-history-item-trigger .order-date {
    margin-left: 0;
  }
  .Profile .orders-history-item-product {
    flex-wrap: wrap;
  }
  .Profile .orders-history-item-product .product-info {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .Profile .orders-history-item-product .product-info div {
    order: 1;
    line-height: 18px;
  }
  .Profile .orders-history-item-product .product-info .product-name {
    order: 0;
    width: 100%;
  }
  .Profile .orders-history-item-product .product-info .product-name a {
    height: unset;
    line-height: 18px;
  }
  .Profile .orders-history-item-product .product-qty {
    width: 50px;
    margin-left: 0;
  }
  .Profile .orders-history-item-product .product-price {
    width: 142px;
  }
}
@media only screen and (max-width: 576px) {
  .Profile .Form-row--revert {
    flex-direction: column-reverse;
  }
  .Profile .orders-history {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-bottom: -25px;
  }
  .Profile .orders-history-item-trigger .order-date, .Profile .orders-history-item-trigger .order-id {
    width: 100px;
  }
  .Profile .orders-history-item-trigger .order-status, .Profile .orders-history-item-trigger .order-total {
    width: calc(100% - 116px);
    text-align: left;
  }
  .Profile .orders-history-item-content {
    background-color: #fff;
  }
}

body.fixed {
  top: 0;
}

.header-top {
  z-index: 100;
  height: 100px;
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
.header-top .container-top {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media only screen and (min-width: 1465px) {
  .header-top .container-top {
    width: 100%;
  }
}
.header-top .container-top .logo {
  position: relative;
  top: 0;
}
@media (min-width: 1200px) {
  .header-top .container-top .logo {
    margin-right: 24px;
  }
}
@media (min-width: 1400px) {
  .header-top .container-top .logo {
    margin-right: 44px;
  }
}
.header-top .container-top .logo .logo-mob {
  display: none;
}
.header-top .container-top .menu-block .main-menu li.active a {
  color: #5DB662;
}
.header-top .container-top .menu-block .main-menu li a {
  color: #333F43;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 39px 0;
}
.header-top .container-top .menu-block .main-menu li a:hover {
  color: rgba(28, 126, 18, 0.8);
}

.search-trigger {
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .search-trigger {
    display: none !important;
  }
}

.header-top-right {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-top-right {
    margin: 0 30px;
  }
}
@media (min-width: 1400px) {
  .header-top-right {
    margin: 0 60px;
  }
}

.header-top .container-top .menu-block .main-menu .mobile-lang {
  display: none;
}

body.fixed .wrapper .header-top {
  height: 70px;
}

.lang-switcher {
  border: 0;
  border-radius: 0;
  left: unset;
  top: unset;
  right: unset;
  padding: 30px 0 0 0;
  width: 50px;
  display: block !important;
  position: absolute;
  margin: 0 auto;
  z-index: 100;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.lang-switcher[style*="58px"] {
  background-color: #ffffff;
}
.lang-switcher-box {
  height: 30px;
  position: relative;
  width: 50px;
}
.lang-switcher a, .lang-switcher div {
  border: 0;
  color: #626F68;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 20px 6px 12px;
  display: block;
  font-weight: 300;
  margin: 0;
  border-top: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.lang-switcher a:not(.current), .lang-switcher div:not(.current) {
  background-color: #fff;
}
.lang-switcher a:not(.current):hover, .lang-switcher div:not(.current):hover {
  color: #1C7E12;
}
.lang-switcher a:not(.current):nth-child(2), .lang-switcher div:not(.current):nth-child(2) {
  padding-top: 6px;
}
.lang-switcher a.current, .lang-switcher div.current {
  top: -1px;
  left: 2px;
  position: absolute;
  right: 0;
  display: block;
  border: none;
  cursor: pointer;
}
.lang-switcher a.current:before, .lang-switcher div.current:before {
  top: 9px !important;
  right: 4px;
  display: block;
}
.lang-switcher a:before, .lang-switcher div:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23626F68' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 10px !important;
  right: 12px;
  width: 9px !important;
  height: 14px;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  display: none;
}

.header-right-btn {
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-right-btn:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .header-right-btn svg {
    width: 28px;
    height: 28px;
  }
}
.header-right-btn svg path, .header-right-btn span {
  transition: 0.3s;
  color: #333F43;
  stroke: #333F43;
}
.header-right-btn.active svg path {
  stroke: #5DB662;
}
.header-right-btn.active span {
  color: #5DB662;
}
@media (min-width: 1200px) {
  .header-right-btn.active:hover span {
    color: #5DB662;
  }
  .header-right-btn.active:hover svg path {
    stroke: #5DB662;
  }
}
@media (min-width: 1200px) {
  .header-right-btn:hover {
    color: #000;
  }
  .header-right-btn:hover span {
    color: rgba(28, 126, 18, 0.8);
  }
  .header-right-btn:hover svg path {
    stroke: rgba(28, 126, 18, 0.8);
  }
}
.header-right-btn-img {
  position: relative;
  display: block;
  height: 32px;
}
.header-right-btn-img .count {
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #DF7477;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right-btn span {
  font-size: 14px;
  line-height: 18px;
  color: #626F68;
}

.trigger-block .menu-trigger {
  background-color: transparent;
}
.trigger-block .menu-trigger span {
  background-color: #333F43;
}
.trigger-block .menu-trigger span:after, .trigger-block .menu-trigger span:before {
  background-color: #333F43;
  transition: 0.3s;
}
.trigger-block .menu-trigger span:before {
  transform: translateY(-7px) rotate(0);
}
.trigger-block .menu-trigger span:after {
  transform: translateY(7px) rotate(0);
}
.trigger-block .menu-trigger.menu-is-open span {
  background-color: transparent;
}
.trigger-block .menu-trigger.menu-is-open span:after, .trigger-block .menu-trigger.menu-is-open span:before {
  width: 28px;
}
.trigger-block .menu-trigger.menu-is-open span:before {
  transform: translateY(0) rotate(-225deg);
}
.trigger-block .menu-trigger.menu-is-open span:after {
  transform: translateY(0) rotate(225deg);
}

body.fixed .header-filter {
  top: 70px;
}
body.fixed.show-header-filter .header-filter {
  top: 70px;
}

.mobile-menu-open {
  overflow: hidden;
  height: unset;
}
.mobile-menu-open body {
  overflow: hidden;
}

.header-filter {
  display: block;
  background-color: #F6F9F6;
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header-filter * {
  box-sizing: border-box;
}
.header-filter.show {
  opacity: 1;
  visibility: visible;
}
.header-filter-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  height: 488px;
}
.header-filter-column {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.header-filter-column:not(:last-child) {
  margin-right: 40px;
}
.header-filter-column a {
  background-color: transparent;
  text-decoration: unset;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #626F68;
  text-align: left;
  cursor: pointer;
}
.header-filter-column a:hover {
  color: #5DB662;
  opacity: 0.8;
}
.header-filter-column a.selected {
  color: #5DB662;
}
.header-filter-sexes {
  max-width: 320px;
  flex-direction: column;
}
.header-filter-sexes a {
  padding-bottom: 20px;
}
.header-filter-sexes a:not(:first-child) {
  padding-top: 20px;
}
.header-filter-sexes a:not(:last-child) {
  border-bottom: 1px solid #CED6D5;
}
.header-filter-categories {
  flex-direction: column;
  max-height: 380px;
}
.header-filter-categories a:not(:last-child) {
  margin-bottom: 12px;
}
.header-filter-sizes {
  max-width: 290px;
  margin-right: -10px;
}
.header-filter-sizes button {
  padding: 5px 7px;
  border: 1px solid #333F43;
  margin-right: 10px;
  margin-bottom: 10px;
}
.header-filter-sizes button.selected {
  border: 1px solid #5DB662;
}
.header-filter-toggle-arrow {
  display: none;
}

.def-backdrop {
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s;
}
.def-backdrop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1440px) {
  .header-right-btn:not(:last-child) {
    margin-right: 24px;
  }
  .header-right-btn span {
    display: none;
  }
  .header-right-btn-img {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-top-right {
    margin-left: auto;
    margin-right: 32px;
  }

  .lang-switcher-box {
    display: none;
    margin-right: 24px;
  }

  .header-top .container-top {
    position: relative;
    height: 50px;
  }
  .header-top .container-top .logo {
    margin-right: auto;
  }

  .header-top .container-top .menu-block {
    position: fixed;
    overflow-y: auto;
    left: 105%;
    top: 100px;
    bottom: 0;
    background-color: #f6f9f6;
    text-align: center;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 3;
  }
  .header-top .container-top .menu-block.open {
    left: 0;
  }
  .header-top .container-top .menu-block.transform {
    transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
  }
  .header-top .container-top .menu-block .main-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: column;
    display: flex;
  }
  .header-top .container-top .menu-block .main-menu li {
    display: block;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    height: unset;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .header-top .container-top .menu-block .main-menu li:first-child a {
    margin-right: 0;
    margin-left: 0;
  }
  .header-top .container-top .menu-block .main-menu li a {
    display: inline-block;
    color: #626F68;
    margin-left: 0;
    padding: 5px 0;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 600;
  }
  .header-top .container-top .menu-block .main-menu li.mobile-lang {
    position: relative;
    display: block;
    max-width: calc(100% - 40px);
    width: 100%;
    height: unset;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .header-top .container-top .menu-block .main-menu li.mobile-lang a {
    display: inline-block;
    margin-right: 32px;
    font-weight: 400;
  }
  .header-top .container-top .menu-block .main-menu li.mobile-lang a.current {
    color: #5DB662;
  }

  .trigger-block {
    display: block;
  }

  .header-filter-sizes, .header-filter-sexes {
    display: none;
  }

  .header-filter {
    top: 161px;
    transform: translate(100%);
  }
  .header-filter.show {
    top: 161px;
    transform: translate(0);
  }
  .header-filter-wrap {
    height: calc(100vh - 131px);
    padding: 0;
    padding-bottom: 40px;
  }

  .header-filter-categories {
    max-height: unset;
    flex-wrap: unset;
    overflow: auto;
    height: calc(100vh - 131px);
    padding-bottom: 40px !important;
  }
  .header-filter-categories a {
    width: unset;
    padding: 20px 0;
    line-height: 20px;
    margin: 0 20px;
  }
  .header-filter-categories a:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
  }

  .header-filter-toggle-arrow {
    display: block;
    position: absolute;
    width: 32px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70711 5.29289L4 4.58579L2.58579 6L3.29289 6.70711L4.70711 5.29289ZM8 10L7.29289 10.7071C7.68342 11.0976 8.31658 11.0976 8.70711 10.7071L8 10ZM12.7071 6.70711L13.4142 6L12 4.58579L11.2929 5.29289L12.7071 6.70711ZM3.29289 6.70711L7.29289 10.7071L8.70711 9.29289L4.70711 5.29289L3.29289 6.70711ZM8.70711 10.7071L12.7071 6.70711L11.2929 5.29289L7.29289 9.29289L8.70711 10.7071Z' fill='%23626F68'/%3E%3C/svg%3E%0A");
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    background-position: 50%;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    right: 0;
    background-color: transparent;
  }

  #header-filter-toggle {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  #header-filter-toggle:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7071 4.70711L11.4142 4L10 2.58579L9.29289 3.29289L10.7071 4.70711ZM6 8L5.29289 7.29289C4.90237 7.68342 4.90237 8.31658 5.29289 8.70711L6 8ZM9.29289 12.7071L10 13.4142L11.4142 12L10.7071 11.2929L9.29289 12.7071ZM9.29289 3.29289L5.29289 7.29289L6.70711 8.70711L10.7071 4.70711L9.29289 3.29289ZM5.29289 8.70711L9.29289 12.7071L10.7071 11.2929L6.70711 7.29289L5.29289 8.70711Z' fill='%23333F43'/%3E%3C/svg%3E%0A");
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 0;
    display: none;
  }
  #header-filter-toggle:before {
    background-position: -3px 50%;
  }
  #header-filter-toggle.show-products-list {
    color: #333F43;
    justify-content: unset;
    padding-left: 20px;
  }
  #header-filter-toggle.show-products-list a {
    pointer-events: none;
  }
  #header-filter-toggle.show-products-list:before {
    display: block;
    left: 0;
    right: 0;
  }
  #header-filter-toggle.show-products-list .header-filter-toggle-arrow {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header-filter {
    top: 131px;
  }
  .header-filter.show {
    top: 131px;
  }

  .header-top {
    padding: 10px 0;
  }
  .mobile-menu-open .wrapper {
    padding-top: 100px;
  }
  .mobile-menu-open .header-top {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .mobile-menu-open .wrapper {
    padding-top: 80px;
  }
  .mobile-menu-open .header-top {
    height: 70px;
  }
  .mobile-menu-open .header-top .container-top .menu-block {
    top: 70px;
    height: calc(100vh - 80px);
  }

  .header-top {
    height: 70px;
  }
  .header-top .container-top .logo .logo-desk {
    display: none;
  }
  .header-top .container-top .logo .logo-mob {
    display: block;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .header-top .container-top .menu-block .main-menu li.mobile-lang a {
    margin-right: 16px;
  }

  .header-top {
    padding: 10px 0;
  }
  .header-top .container-top {
    padding: 0 20px;
    height: 50px;
  }
  .header-top .container-top .menu-block .main-menu li {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .header-right-btn-img {
    height: 28px;
  }
  .header-right-btn-img svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 576px) {
  .mobile-menu-open .wrapper {
    padding-top: 70px;
  }
  .mobile-menu-open .header-top {
    height: 70px;
  }
  .mobile-menu-open .header-top .container-top .menu-block {
    top: 70px;
    height: calc(100vh - 70px);
  }

  .header-right-btn:not(:last-child) {
    margin-right: 16px;
  }

  .header-top {
    height: 70px;
  }
  .header-top .container-top .menu-block {
    height: calc(100vh - 70px);
    top: 70px;
  }
  .header-top .container-top .logo .logo-mob {
    height: 54px;
  }

  .header-top-right {
    margin-right: 16px;
  }
}
.prodCategoriesPage .title-n-search:first-child {
  margin-bottom: 32px;
}
.prodCategoriesPage .page-title {
  margin-bottom: 20px;
}
.prodCategoriesPage .prod-category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 44px 0 24px;
  margin-bottom: 80px;
  margin-right: -20px;
  margin-left: -20px;
}
.prodCategoriesPage .prod-category-item {
  width: calc(100% / 4 - 40px);
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.prodCategoriesPage .prod-category-item:hover .item-img {
  transform: scale(1.1, 1.1);
}
.prodCategoriesPage .prod-category-item .item-img {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.prodCategoriesPage .prod-category-item .item-img img {
  max-width: 100%;
  width: 100%;
}
.prodCategoriesPage .prod-category-item .item-title {
  text-align: center;
  margin-bottom: 8px;
}
.prodCategoriesPage .prod-category-item .item-title a {
  text-decoration: none;
  color: #626F68;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.prodCategoriesPage .prod-category-item .item-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5DB662;
  display: flex;
  justify-content: center;
}
@media (max-width: 860px) {
  .prodCategoriesPage .prod-category-item {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% / 3 - 20px);
  }
}
@media (max-width: 576px) {
  .prodCategoriesPage {
    padding-bottom: 0;
  }
  .prodCategoriesPage .prod-category-list {
    padding: 0;
    margin-bottom: 0;
  }
  .prodCategoriesPage .prod-category-item {
    width: calc(100% / 2 - 16px);
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 24px;
  }
  .prodCategoriesPage .prod-category-item .item-title {
    padding-bottom: 0;
    padding-right: 6px;
    padding-left: 6px;
  }
  .prodCategoriesPage .prod-category-item .item-title a {
    font-size: 14px;
    line-height: 20px;
  }
}

.prodCategoryPage * {
  box-sizing: border-box;
}
.prodCategoryPage.filter-show .prodCategoryPage-sidebar {
  padding-top: 17px;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  max-width: 100%;
  bottom: 0;
  top: 0;
  z-index: 100;
  margin-bottom: 0;
}
.prodCategoryPage.filter-show .prodCategoryPage-sidebar .def-collapse {
  overflow-y: auto;
  height: calc(100vh - 65px - 88px);
  margin-bottom: auto;
}
.prodCategoryPage.filter-show .prodCategoryPage-sidebar .def-collapse-item:first-child {
  border-top: 0;
}
.prodCategoryPage.filter-show .prodCategoryPage-sidebar-head {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 101;
  background-color: #fff;
}
.prodCategoryPage.filter-show .prodCategoryPage-sidebar-close {
  display: block;
}
.prodCategoryPage .title-n-selected {
  align-items: baseline;
}
.prodCategoryPage .title-n-selected .checked-options {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #626F68;
}
.prodCategoryPage-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.prodCategoryPage-header .btn-def-toggle {
  height: 40px;
  padding: 7px 30px;
  width: 150px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: none;
}
.prodCategoryPage-header .sort-block {
  float: right;
  margin-top: 10px;
}
.prodCategoryPage-header .sort-block a {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 20px;
  text-decoration: none;
  color: #626F68;
}
.prodCategoryPage-header .sort-block a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  opacity: 0.1;
  background-color: #586c72;
}
.prodCategoryPage-header .sort-block a.current {
  color: #ffffff;
  background-color: #DF7477;
}
.prodCategoryPage-header .sort-block a.current:before {
  display: none;
}
.prodCategoryPage-filters-toggle {
  background-color: #5DB662;
  color: #FFFFFF;
}
.prodCategoryPage-filters-toggle svg {
  margin-right: 6px;
}
.prodCategoryPage-sort-toggle {
  background-color: #D1E1D8;
  color: #333F43;
}
.prodCategoryPage-sort-toggle svg {
  margin-left: 6px;
  margin-top: 3px;
}
.prodCategoryPage-sidebar {
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  margin-right: 20px;
  align-self: baseline;
  padding: 20px 20px;
  margin-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}
.prodCategoryPage-sidebar-close {
  display: none;
  z-index: 101;
  padding: 0;
  position: fixed;
  background-color: transparent;
  top: 18px;
  right: 18px;
}
.prodCategoryPage-sidebar-control {
  padding-top: 20px;
  background-color: #fff;
}
.prodCategoryPage-sidebar-control .disabledBtn {
  pointer-events: none;
  opacity: 0.5;
}
.prodCategoryPage-sidebar-control .disabledBtn .filters-run-btn {
  background-color: #626F68;
}
.prodCategoryPage-sidebar-control button {
  border: 0;
  z-index: 1;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 140px;
  text-transform: capitalize;
  border-radius: 5px;
}
.prodCategoryPage-sidebar-control .filters-run-btn {
  background-color: #5DB662;
  padding: 12px 29px 14px;
  color: #fff;
}
.prodCategoryPage-sidebar-control .filters-reset-btn {
  background-color: transparent;
  color: #626F68;
  align-self: center;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.prodCategoryPage-sidebar-head-mobile {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  position: relative;
  display: none;
}
.prodCategoryPage-sidebar-head-mobile:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  background-color: #CED6D5;
  height: 1px;
  left: -20px;
}
.prodCategoryPage-sidebar-head-mobile h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333F43;
  margin-bottom: 0;
}
.prodCategoryPage-sidebar .sidebar-menu {
  border-bottom: 0;
  overflow: auto;
  padding-right: 15px;
}
@media only screen and (min-width: 861px) {
  .prodCategoryPage-sidebar .sidebar-menu {
    max-height: calc(100vh - 224px);
  }
}
.prodCategoryPage-sidebar .sidebar-menu > li {
  border-top: 0;
}
.prodCategoryPage-sidebar .sidebar-menu ul {
  list-style: none;
}
.prodCategoryPage-sidebar .def-collapse::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: transparent;
}
.prodCategoryPage-sidebar .def-collapse::-webkit-scrollbar-thumb {
  background: #5DB662;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px transparent;
}
.prodCategoryPage-sidebar .def-collapse::-webkit-scrollbar-corner {
  background: #5DB662;
}
.prodCategoryPage-sidebar .def-collapse-item {
  position: relative;
  z-index: 0;
  background: #fff;
  transition: 0.3s;
  padding-bottom: 0;
}
.prodCategoryPage-sidebar .def-collapse-item:not(:first-child) {
  border-top: 1px solid #CED6D5;
}
.prodCategoryPage-sidebar .def-collapse-item.active {
  padding-bottom: 20px;
  transition: 0.3s;
}
.prodCategoryPage-sidebar .def-collapse-item.active .def-collapse-toggle:after {
  transform: rotate(180deg);
}
.prodCategoryPage-sidebar .def-collapse-item.active .def-collapse-body {
  visibility: visible;
  max-height: 100%;
}
.prodCategoryPage-sidebar .def-collapse-toggle {
  padding: 20px 0;
}
.prodCategoryPage-sidebar .def-collapse-toggle:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 24px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70711 5.29289L4 4.58579L2.58579 6L3.29289 6.70711L4.70711 5.29289ZM8 10L7.29289 10.7071C7.68342 11.0976 8.31658 11.0976 8.70711 10.7071L8 10ZM12.7071 6.70711L13.4142 6L12 4.58579L11.2929 5.29289L12.7071 6.70711ZM3.29289 6.70711L7.29289 10.7071L8.70711 9.29289L4.70711 5.29289L3.29289 6.70711ZM8.70711 10.7071L12.7071 6.70711L11.2929 5.29289L7.29289 9.29289L8.70711 10.7071Z' fill='%23626F68'/%3E%3C/svg%3E%0A");
}
.prodCategoryPage-sidebar .def-collapse-toggle span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333F43;
}
.prodCategoryPage-sidebar .def-collapse-body {
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.prodCategoryPage-sidebar .filter-options-list li {
  cursor: pointer;
}
.prodCategoryPage-sidebar .filter-options-list li:not(:last-child) {
  margin-bottom: 14px;
}
.prodCategoryPage-sidebar .filter-option {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #626F68;
  font-size: 16px;
  line-height: 20px;
}
.prodCategoryPage-sidebar .filter-option:not(:last-child) {
  margin-bottom: 14px;
}
.prodCategoryPage-sidebar .filter-option.checked {
  color: #333F43;
  font-weight: 600;
}
.prodCategoryPage-sidebar .filter-option.checked .filter-option-checkbox {
  background-color: #5DB662;
  border: 2px solid #5DB662;
}
.prodCategoryPage-sidebar .filter-option.checked .filter-option-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6654 3.5L5.2487 9.91667L2.33203 7' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.prodCategoryPage-sidebar .filter-option-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.prodCategoryPage-sidebar .filter-option-color.bg_light {
  border: 1px solid rgba(51, 63, 67, 0.1);
}
.prodCategoryPage-sidebar .filter-option-color.bg_dark {
  border: 1px solid transparent;
}
.prodCategoryPage-sidebar .filter-option-checkbox {
  display: flex;
  position: relative;
  padding: 8px;
  margin-right: 10px;
  transition: 0.3s;
  background-color: #fff;
  border: 2px solid #CED6D5;
  max-width: 20px;
  max-height: 20px;
}
.prodCategoryPage-sidebar .filter-group-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #626F68;
  margin-bottom: 14px;
  display: block;
}
.prodCategoryPage-sidebar .filter-group:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 860px) {
  .prodCategoryPage-sidebar {
    align-self: unset;
  }
  .prodCategoryPage-sidebar .def-collapse {
    position: fixed;
    width: calc(100% - 30px);
  }
}
.prodCategoryPage-body {
  position: relative;
  padding-bottom: 40px;
}
.prodCategoryPage-content {
  width: 100%;
}
.prodCategoryPage-content .products-list {
  margin-right: -20px;
  display: flex;
  flex-flow: wrap;
}
.prodCategoryPage-content .loading-anim {
  position: absolute;
  transform: scale(2.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 102;
}
.prodCategoryPage-content .loading-anim-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.prodCategoryPage-content .loading-anim-bg {
  position: absolute;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .prodCategoryPage.content .products-list {
    margin-right: -10px;
  }
  .prodCategoryPage .one-product {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .prodCategoryPage-sidebar {
    max-width: 280px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .prodCategoryPage .one-product {
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .prodCategoryPage-sidebar {
    max-width: 260px;
  }
}
@media only screen and (max-width: 860px) {
  .prodCategoryPage {
    padding-bottom: 0;
  }
  .prodCategoryPage-body {
    margin-right: 0;
    padding-bottom: 0;
  }
  .prodCategoryPage .breads-n-search {
    flex-direction: column-reverse;
  }
  .prodCategoryPage .breads-n-search .search-block {
    margin-bottom: 16px;
  }
  .prodCategoryPage.filter-show .prodCategoryPage-sidebar-head {
    padding: 12px 20px 20px;
  }
  .prodCategoryPage.filter-show .prodCategoryPage-sidebar .def-collapse {
    padding-bottom: 60px;
  }
  .prodCategoryPage.filter-show .loading-anim-box {
    z-index: 100;
  }
  .prodCategoryPage .title-n-sort {
    margin-bottom: 30px;
  }
  .prodCategoryPage .breads-n-search .search-block, .prodCategoryPage .title-n-search .search-block {
    max-width: 100%;
  }
  .prodCategoryPage-sidebar {
    display: none;
  }
  .prodCategoryPage-sidebar-control {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    padding-bottom: 16px;
  }
  .prodCategoryPage-sidebar-control .filter-control-buttons {
    position: relative;
    z-index: 1;
  }
  .prodCategoryPage-sidebar-control .filter-control-buttons:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .prodCategoryPage-sidebar-head .filters-reset-btn {
    margin-left: 16px;
  }
  .prodCategoryPage-sidebar-head-mobile {
    display: block;
  }
  .prodCategoryPage-sidebar .def-collapse {
    padding-right: 15px;
    margin-right: -15px;
  }
  .prodCategoryPage-sidebar .def-collapse-item.active .def-collapse-body {
    padding-top: 0;
  }
  .prodCategoryPage-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .prodCategoryPage-header .btn-def-toggle {
    height: 48px;
    display: flex;
  }
  .prodCategoryPage-header .sort-block {
    margin-top: 0;
    position: relative;
    width: 50%;
  }
  .prodCategoryPage-header .sort-block-toggle {
    width: 100%;
  }
  .prodCategoryPage-header .sort-block.show .sort-block-toggle {
    background-color: #fff;
  }
  .prodCategoryPage-header .sort-block.show .sort-block-toggle svg {
    transform: rotate(180deg);
  }
  .prodCategoryPage-header .sort-block.show .sort-block-list {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top: 1px solid rgba(206, 214, 213, 0.5);
    padding: 10px 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .prodCategoryPage-header .sort-block.show .sort-block-list a {
    border-left: 0;
    padding: 6px 3px;
    font-size: 16px;
    line-height: 24px;
    color: #333F43;
    text-align: center;
  }
  .prodCategoryPage-header .sort-block.show .sort-block-list a:before {
    display: none;
  }
  .prodCategoryPage-header .sort-block.show .sort-block-list a.current {
    background-color: transparent;
    color: #5DB662;
  }
  .prodCategoryPage-header .sort-block-list {
    display: none;
  }
  .prodCategoryPage-header-right {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .prodCategoryPage-header .page-title {
    margin-bottom: 16px;
  }
  .prodCategoryPage-header .prodCategoryPage-filters-toggle {
    width: 50%;
  }
  .prodCategoryPage .products-list {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #fff;
  }
  .prodCategoryPage .one-product {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .prodCategoryPage-header .btn-def-toggle {
    height: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .prodCategoryPage-sidebar-head .filters-reset-btn {
    margin-left: auto;
  }
}

@media only screen and (max-width: 576px) {
  .products-list {
    padding-top: 16px;
  }
  .products-list .one-product .one-product-price {
    float: unset;
  }

  .one-product .one-product-img .wrap .label:after {
    font-size: 12px;
    line-height: 11px;
  }
}
.wishlistPage-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.wishlistPage .breads-n-search {
  margin-bottom: 20px;
}
.wishlistPage .favorite-clear-all {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #626F68;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wishlistPage-header {
    margin-bottom: 20px;
  }
  .wishlistPage .favorite-clear-all {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 630px) {
  .wishlistPage .breads-n-search {
    flex-direction: column-reverse;
  }
  .wishlistPage .breads-n-search .search-block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.prodSearchPage {
  padding-bottom: 40px;
}
.prodSearchPage-header {
  margin-bottom: 40px;
}
.prodSearchPage-header span {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
}
.prodSearchPage-header span b {
  color: #333F43;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .prodSearchPage-header-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prodSearchPage .emptyPage-message-row {
    padding-top: 0;
  }
}
@media (max-width: 630px) {
  .prodSearchPage .breads-n-search {
    flex-direction: column-reverse;
  }
  .prodSearchPage .breads-n-search .search-block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.emptyPage h1 {
  color: #333F43;
}
.emptyPage p {
  color: #626F68;
}

.contacts-right .contacts-name {
  margin-right: 16px;
}
@media only screen and (max-width: 576px) {
  .contacts-right .contacts-name {
    margin-right: 0;
  }
}

.home-products {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .home-products .products-list.products-list--four .one-product {
    width: calc(100% / 2 - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .home-products .products-list.products-list--four .one-product {
    width: calc(100% / 2 );
  }
}
@media only screen and (max-width: 576px) {
  .home-products .products-list.products-list--four {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-products {
    padding-bottom: 0;
  }
  .home-products.new-products {
    background-color: #fff;
  }
}

.page-home h1, .page-home h2 {
  color: #586C72;
}
.page-home h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .page-home .popular-products h2 {
    font-size: 23px;
    line-height: 32px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-home h1 {
    display: none;
    font-size: 26px;
    line-height: 34px;
    margin-top: 20px;
  }
}

/*_________________________________________ new Home page ____________________________________ */
@media (max-width: 767px) {
  .home-products-mobile {
    margin-bottom: 20px;
  }
  .home-products-mobile .products-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
    gap: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .home-products-mobile .products-list::-webkit-scrollbar {
    display: none;
  }
  .home-products-mobile .products-list .one-product {
    flex: 1 1 100%;
    min-width: 130px;
    width: 130px !important;
    margin: 0;
    padding: 0;
  }
  .home-products-mobile .products-list .one-product .one-product-img {
    margin-bottom: 0 !important;
    height: 100%;
  }
  .home-products-mobile .products-list .one-product .one-product-img:before {
    padding-top: 0;
  }
  .home-products-mobile .products-list .one-product .one-product-img .wrap {
    position: relative;
    padding: 12px;
    align-items: center;
  }
  .home-products-mobile .products-list .one-product .one-product-img .wrap .category-img img {
    width: 80px;
    height: 80px;
  }
  .home-products-mobile .products-list .one-product .one-product-data {
    position: relative;
    bottom: auto;
  }
  .home-products-mobile .products-list .one-product .one-product-data .one-product-title {
    padding: 0;
    margin: 8px 0 0;
  }
}

.popular-products {
  padding: 0;
  background-color: #fff;
}
.popular-products .one-product {
  margin-bottom: 25px;
}
.popular-products .one-product .one-product-img .wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 45px 30px;
}
.popular-products .one-product .one-product-img .wrap .category-img {
  position: relative;
  transition: all 0.5s ease;
}
.popular-products .one-product .one-product-img .wrap .category-img img {
  width: 100%;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-products .one-product .one-product-img .wrap .category-img img:hover {
  opacity: 1;
}
.popular-products .one-product .one-product-img:after {
  content: "";
  position: absolute;
  background-color: rgba(68, 120, 3, 0.05);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popular-products .one-product .one-product-data {
  position: absolute;
  bottom: 30px;
  padding: 11px 5px 0;
}
.popular-products .one-product .one-product-data .one-product-title {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
}
.popular-products .one-product:hover .one-product-img .wrap img {
  opacity: 1;
}
.popular-products .one-product:hover .one-product-img .wrap .one-product-data .one-product-title {
  color: #D6A9AA;
}
@media (min-width: 1025px) {
  .popular-products .one-product:hover .one-product-img .wrap .category-img {
    transform: scale(1.1, 1.1);
  }
  .popular-products .one-product:hover .one-product-img .wrap img {
    transform: none;
  }
}
.popular-products h2 {
  font-size: 30px;
  margin: 40px 0;
}

/*__ h2 Home page _______________ */
.product-title {
  font-weight: 600;
  text-align: center;
}

.sex-products {
  display: flex;
  justify-content: space-between;
}
.sex-products .gender {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  width: 100%;
  height: 130px;
  border: 1px solid #D1E1D8;
  text-decoration: none;
}
.sex-products .gender svg {
  margin-right: 20px;
}
.sex-products .gender span {
  font-size: 23px;
  line-height: 50px;
}
.sex-products .for-girl {
  margin-right: 20px;
}
.sex-products .for-girl:hover {
  color: #DF7477;
  border-color: #DF7477;
}
.sex-products .for-boys {
  margin-left: 20px;
}
.sex-products .for-boys:hover {
  color: #94D6DA;
  border-color: #94D6DA;
}
@media (max-width: 767px) {
  .sex-products {
    flex-direction: column;
  }
  .sex-products .gender {
    max-width: inherit;
    height: 90px;
  }
  .sex-products .gender span {
    font-size: 17px;
  }
  .sex-products .gender svg {
    max-width: 38px;
    margin-right: 16px;
  }
  .sex-products .for-girl {
    margin: 0 0 10px;
  }
  .sex-products .for-boys {
    margin: 10px 0 0;
  }
}

/*_________________________Certificate_________*/
.certificate {
  padding: 0 25px;
}
.certificate-cadou {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  gap: 48px;
  background: #d8c7ab;
  background-image: url(/images/certif_bg@2x.png?2c89d09d625591e389b5046262d351d1);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  color: #fff;
  padding: 0 80px;
}
@media (max-width: 1000px) {
  .certificate-cadou {
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    background-image: url(/images/certif_bg@2x-mobile.png?ddf2719bb40717406b8d618790a70acf);
    padding: 30px 30px 29.76px;
  }
}
.certificate-content {
  display: flex;
  justify-content: space-between;
}
.certificate-title {
  display: flex;
  flex-direction: column;
  padding: 37px 34px 48px 0;
}
.certificate-title small {
  font-size: 24px;
  line-height: 110%;
  color: #433333;
  padding-bottom: 3px;
}
.certificate-title span {
  font-size: 42px;
  color: #433333;
  line-height: 110%;
}
@media (max-width: 1000px) {
  .certificate-title {
    align-items: center;
    padding: 0;
  }
  .certificate-title span {
    padding-bottom: 0;
  }
}
.certificate-img-cadou {
  max-width: 228px;
  max-height: 161px;
}
@media (min-width: 1001px) {
  .certificate-img-cadou {
    transform: scale(1.261, 1.261) translate(-13px, -1px);
  }
}
@media (max-width: 1001px) {
  .certificate-img-cadou {
    max-width: 168px;
  }
}
.certificate-btn {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 63px;
  background-color: #79bd7d;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .certificate {
    padding: 0 20px;
  }
  .certificate-cadou {
    flex-direction: column;
    margin: 20px 0;
  }
  .certificate-title {
    padding: 0;
    text-align: center;
    gap: 7px;
  }
  .certificate-title small {
    font-size: 15px;
    line-height: 110%;
    padding-bottom: 0px;
  }
  .certificate-title span {
    font-size: 26px;
    padding-bottom: 0px;
  }
}

/*_________________________________________ End new Home page ____________________________________ */
/*____________________________ Slider _________ */
.def-swiper-container {
  max-width: 1670px;
  max-height: 700px;
  height: 100%;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  .def-swiper-container {
    max-height: 550px;
  }
}
.def-swiper-container .swiper-container {
  max-width: 1400px;
  max-height: 700px;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .def-swiper-container .swiper-container {
    max-height: 550px;
  }
}
.def-swiper-container .swiper-slide {
  background-color: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .def-swiper-container .swiper-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .def-swiper-container .swiper-slide {
    height: 240px;
  }
}
.def-swiper-container .swiper-slide img {
  max-width: 1400px;
  width: 100%;
  height: 700px;
  margin: auto;
  display: flex;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .def-swiper-container .swiper-slide img {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .def-swiper-container .swiper-slide img {
    height: 240px;
  }
}
.def-swiper-container .swiper-slide .slide-mob {
  display: none;
}
.def-swiper-container .swiper-slide-item {
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 120px;
  max-width: 550px;
}
.def-swiper-container .swiper-slide-item span {
  font-weight: 600;
  font-size: 63px;
  line-height: 72px;
}
.def-swiper-container .swiper-slide-item .btn-shop {
  white-space: nowrap;
  margin-top: 52px;
}
.def-swiper-container .swiper-slide-item .btn-shop a {
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #196AC4;
  color: #fff;
  padding: 18px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.def-swiper-container .swiper-button-next {
  background-image: url(/images/btn-next.svg?e661056411e3a089e0fed26e0c2e334b);
  margin-right: 24px;
  right: 0;
  left: auto;
}
.def-swiper-container .swiper-button-prev {
  background-image: url(/images/btn-prev.svg?acc2829f6e45d0504d77df6a83d6dee2);
  margin-left: 24px;
  left: 0;
  right: auto;
}
.def-swiper-container .swiper-button-next, .def-swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.def-swiper-container .swiper-button-next:hover, .def-swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.def-swiper-container .swiper-button-next:after, .def-swiper-container .swiper-button-prev:after {
  display: none;
}
.def-swiper-container .button-disabled {
  display: none;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 24px;
  height: 24px;
  padding: 6px;
  display: inline-block;
  background: transparent;
  opacity: 0.32;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  content: "";
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}
.def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background-color: #79BD7D;
}
@media (max-width: 1600px) {
  .def-swiper-container .swiper-button-next, .def-swiper-container .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 1300px) {
  .def-swiper-container .swiper-slide-item {
    padding-left: 100px;
    max-width: 420px;
  }
  .def-swiper-container .swiper-slide-item span {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1024px) {
  .def-swiper-container .swiper-slide-item {
    padding-left: 80px;
  }
  .def-swiper-container .swiper-slide-item span {
    font-size: 36px;
    line-height: 46px;
  }
  .def-swiper-container .swiper-slide-item .btn-shop {
    margin-top: 42px;
  }
  .def-swiper-container .swiper-slide-item .btn-shop a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .def-swiper-container .swiper-slide-item {
    padding: 30px 29px;
    width: 100%;
    width: -moz-available;
    text-align: center;
    top: auto;
    max-width: inherit;
  }
  .def-swiper-container .swiper-slide-item span {
    font-size: 30px;
    line-height: 34px;
  }
  .def-swiper-container .swiper-slide-item .btn-shop {
    margin-top: 20px;
    display: none;
  }
  .def-swiper-container .swiper-slide-item .btn-shop a {
    font-size: 12px;
    line-height: 15px;
  }
  .def-swiper-container .swiper-slide .slide-desk {
    display: none;
  }
  .def-swiper-container .swiper-slide .slide-mob {
    display: block;
  }
  .def-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 16px;
  }
}

/*______________________________End Slider ______________________ */
@media only screen and (max-width: 767px) {
  .footer .container {
    padding: 0;
  }
  .footer-row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .desktop-hide {
    display: none;
  }
}

.CheckoutStage-content .CheckoutSidebar-delivery-info {
  margin-bottom: 32px;
}

.CheckoutStage-delivery-info {
  padding: 12px 28px 12px 20px;
  border: 1px solid #79BD7D;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .CheckoutStage-delivery-info {
    margin-bottom: 24px;
  }
}
.CheckoutStage-delivery-info .image {
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%204.9875C8.12758%204.9875%204.9875%208.12684%204.9875%2012C4.9875%2015.8724%208.12763%2019.0125%2012%2019.0125C15.8732%2019.0125%2019.0125%2015.8724%2019.0125%2012C19.0125%208.1268%2015.8732%204.9875%2012%204.9875ZM3.75%2012C3.75%207.44331%207.44422%203.75%2012%203.75C16.5567%203.75%2020.25%207.44335%2020.25%2012C20.25%2016.5558%2016.5567%2020.25%2012%2020.25C7.44417%2020.25%203.75%2016.5558%203.75%2012Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.9111%207.875C12.2417%207.875%2012.5096%208.16262%2012.5096%208.51742V12.0372L15.5362%2012.0902C15.8667%2012.096%2016.1303%2012.3883%2016.1249%2012.7431C16.1195%2013.0978%2015.8472%2013.3807%2015.5167%2013.3749L11.9013%2013.3115C11.5746%2013.3058%2011.3125%2013.0199%2011.3125%2012.6692V8.51742C11.3125%208.16262%2011.5805%207.875%2011.9111%207.875Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.CheckoutStage-delivery-info .text {
  font-size: 16px;
  line-height: 20px;
  color: #333F43;
  margin-bottom: 0;
}

.CheckoutStage-gift-check .ui-checkbox input + label > span {
  color: #79BD7D;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.CheckoutStage-gift-check .ui-checkbox input + label > span.checked {
  display: none;
}
.CheckoutStage-gift-check .ui-checkbox input + label:before, .CheckoutStage-gift-check .ui-checkbox input + label:after {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.CheckoutStage-gift-check .ui-checkbox input + label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2011.95c0-1.93%200-3.45.16-4.63.16-1.2.5-2.16%201.25-2.91a4.78%204.78%200%200%201%202.91-1.25C8.51%203%2010.02%203%2011.95%203h.1c1.93%200%203.45%200%204.63.16%201.2.16%202.16.5%202.91%201.25%201%201%201.27%202.36%201.36%204.21a.63.63%200%200%201-1.25.06c-.1-1.82-.36-2.75-1-3.38-.48-.48-1.12-.75-2.19-.9-.97-.13-2.21-.14-3.88-.14v3.48c.37-.3.8-.51%201.28-.63a2.46%202.46%200%200%201%202.98%202.98c-.12.47-.33.9-.63%201.28h4.11c.35%200%20.63.28.63.63v.05c0%201.93%200%203.45-.16%204.63a4.77%204.77%200%200%201-1.25%202.9%204.77%204.77%200%200%201-2.91%201.26c-1.18.16-2.7.16-4.63.16h-.1c-1.93%200-3.45%200-4.63-.16a4.78%204.78%200%200%201-2.91-1.25%204.77%204.77%200%200%201-1.25-2.91C3%2015.5%203%2013.98%203%2012.05v-.1ZM5.3%205.3c.48-.48%201.12-.75%202.2-.9.96-.13%202.2-.14%203.87-.14v3.48c-.37-.3-.8-.51-1.28-.63a2.46%202.46%200%200%200-2.98%202.98c.12.47.33.9.63%201.28H4.26c0-1.67.01-2.9.14-3.88.15-1.07.42-1.72.9-2.2Zm6.07%2014.44c-1.67%200-2.9-.01-3.88-.14-1.07-.15-1.72-.42-2.2-.9-.47-.47-.74-1.12-.89-2.19-.13-.97-.14-2.21-.14-3.88h6.2a2.72%202.72%200%200%201-2.65%202.1.63.63%200%200%200%200%201.25%203.98%203.98%200%200%200%203.56-2.2v5.96Zm1.26%200c1.67%200%202.9-.01%203.88-.14%201.07-.15%201.72-.42%202.2-.9.47-.47.74-1.12.89-2.2.13-.96.14-2.2.14-3.87h-6.2a2.72%202.72%200%200%200%202.65%202.1.63.63%200%200%201%200%201.25%203.98%203.98%200%200%201-3.56-2.2v5.96Zm0-8.37h1.07a2.1%202.1%200%200%200%201.97-1.58%201.2%201.2%200%200%200-1.46-1.46%202.1%202.1%200%200%200-1.58%202v1.04Zm-2.33%200h1.07v-1.02A2.09%202.09%200%200%200%209.8%208.33a1.2%201.2%200%200%200-1.46%201.46%202.09%202.09%200%200%200%201.97%201.58Z%22%20fill%3D%22%2379BD7D%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.CheckoutStage-gift-check .ui-checkbox input:checked + label > span {
  color: #FE9D00;
}
.CheckoutStage-gift-check .ui-checkbox input:checked + label > span.checked {
  display: block;
}
.CheckoutStage-gift-check .ui-checkbox input:checked + label > span.default {
  display: none;
}
.CheckoutStage-gift-check .ui-checkbox input:checked + label:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22m10.9%2012-6.4%206.4%201.1%201.1%206.4-6.4%206.4%206.4%201.1-1.1-6.4-6.4%206.4-6.4-1.1-1.1-6.4%206.4-6.4-6.4-1.1%201.1%206.4%206.4Z%22%20fill%3D%22%23FE9D00%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.CheckoutStage-gift-check .ui-checkbox input:checked + label:after {
  display: none;
}

.CheckoutStage-full-address-check {
  margin-top: -8px;
}
.CheckoutStage-full-address-check button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.CheckoutStage-full-address-check button > span {
  color: #FE9D00;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.CheckoutStage-full-address-check button > span.checked {
  display: none;
}
.CheckoutStage-full-address-check button.active > span {
  color: #FE9D00;
}
.CheckoutStage-full-address-check button.active > span.checked {
  display: block;
}
.CheckoutStage-full-address-check button.active > span.default {
  display: none;
}
.CheckoutStage-full-address-check + .Form-field {
  margin-top: 16px;
}
@media only screen and (max-width: 576px) {
  .CheckoutStage-full-address-check + .Form-field {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 860px) {
  html.mobile-menu-open {
    height: unset;
  }
  html.mobile-menu-open .header-top {
    z-index: 1001;
  }

  body.fixed-filters-mobile.search-exist .header-top:after {
    height: 144px;
  }
  body.fixed-filters-mobile.search-exist #app-content {
    padding-top: 144px;
  }
  body.fixed-filters-mobile #app-content {
    padding-top: 80px;
  }
  body.fixed-filters-mobile .header-top {
    position: fixed;
    width: 100%;
    height: 80px;
    background: unset;
  }
  body.fixed-filters-mobile .header-top:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    height: 80px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
  }
  body.fixed-filters-mobile .search-block {
    top: 80px;
    position: fixed;
    z-index: 100;
    width: calc(100% - 40px) !important;
    transition: unset;
    max-width: unset !important;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  body.fixed-filters-mobile .prodCategoryPage-header {
    height: 88px;
  }
  body.fixed-filters-mobile .prodCategoryPage-header-right {
    width: 100%;
    position: fixed;
    top: 144px;
    z-index: 100;
  }
}
@media only screen and (max-width: 576px) {
  body.fixed-filters-mobile.search-exist .header-top:after {
    height: 126px;
  }
  body.fixed-filters-mobile.search-exist #app-content {
    padding-top: 126px;
  }
  body.fixed-filters-mobile #app-content {
    padding-top: 70px;
  }
  body.fixed-filters-mobile .header-top {
    height: 70px;
  }
  body.fixed-filters-mobile .header-top:after {
    height: 70px;
  }
  body.fixed-filters-mobile .search-block {
    width: calc(100% - 16px) !important;
    top: 70px;
  }
  body.fixed-filters-mobile .prodCategoryPage-header {
    height: 80px;
  }
  body.fixed-filters-mobile .prodCategoryPage-header-right {
    top: 126px;
  }
}

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