@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap&subset=cyrillic,latin-ext");
/*Шрифты*/
/*
@import "global:libs/jqueryui/datepicker-and-slider/css/jquery-ui.css";*/
/*! lightgallery - v1.2.19 - 2016-05-17
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: "lg";
  src: url("/g/s3/lp/fonts/lg.eot");
  src: url("/g/s3/lp/fonts/lg.eot") format("embedded-opentype"), url("/g/s3/lp/fonts/lg.woff") format("woff"), url("/g/s3/lp/fonts/lg.ttf") format("truetype"), url("/g/s3/lp/fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  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;
}
.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;
}
.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: "";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-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;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-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;
  -o-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;
  -o-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;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.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;
  -webkit-transition: -webkit-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;
  -moz-transition: -moz-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;
  -o-transition: -o-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;
  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;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  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;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  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: -moz-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: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  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 {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    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%;
}
.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 {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-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;
}
.lg-outer .lg-toogle-thumb:after {
  content: "";
}
.lg-outer .lg-toogle-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("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") 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("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") 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: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  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: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.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 {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "";
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  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;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  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: "";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}
.group {
  *zoom: 1;
}
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: 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 {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-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("../img/loading.gif") 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;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  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;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  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 {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-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 {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  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 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  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 {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
html body.lg-on {
  overflow: visible;
}
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 85px 60px 50px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 640px) {
  .remodal {
    max-width: 400px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 400px;
}
.waSlideMenu-nav {
  position: relative;
  overflow: hidden;
}
.waSlideMenu-wrapper {
  left: 0;
  position: relative;
  top: 0;
}
.waSlideMenu-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inherit;
  left: 0;
}
.waSlideMenu-inheritedmenu {
  position: absolute;
  left: 100%;
  top: 0;
}
.waSlideMenu-loading {
  background: url(data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==);
  height: 31px;
  width: 31px;
  display: block;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  /*border-spacing:0*/
}
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media screen and (min-width: 640px) {
  .remodal {
    max-width: 400px;
  }
}
.remodal-wrapper {
  padding: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.reset-indents {
  padding: 0;
  margin: 0;
}
.reset-font {
  line-height: 0;
  font-size: 0;
}
.clear-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.overflowHidden {
  overflow: hidden;
}
ins {
  text-decoration: none;
}
.thumb, .YMaps, .ymaps-map {
  color: #000;
}
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
}
.table0, .table1, .table2 {
  border-collapse: collapse;
}
.table0 td, .table1 td, .table2 td {
  padding: 0.5em;
}
.table1, .table2 {
  border: 1px solid #afafaf;
}
.table1 td, .table1 th, .table2 td, .table2 th {
  border: 1px solid #afafaf;
}
.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00;
}
.menu-default, .menu-default ul, .menu-default li {
  padding: 0;
  margin: 0;
  list-style: none;
}
img, textarea, object, object embed, .table-wrapper {
  max-width: 100%;
}
.table-wrapper {
  overflow: auto;
}
img {
  height: auto;
}
table img {
  max-width: none;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: underline;
  color: #004592;
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: #004592;
}
/*Дефолтные стили для html документа*/
.shop-product-btn {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  border: none;
  background: #004592;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.shop-product-btn.type-1, .shop-product-btn.type-2 {
  padding: 0;
  font: 700 0/1 "Exo", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  width: 57px;
  height: 50px;
}
.shop-product-btn.type-2 span {
  display: block;
  height: 100%;
  position: relative;
}
.shop-product-btn.type-2 span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.3s;
}
.shop-product-btn.type-2.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop-product-btn.type-2.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop-product-btn.type-2.notavailable {
  color: #5d5d5d;
  background: #dfdfdf;
  pointer-events: none;
}
.shop-product-btn.type-2.notavailable span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop-product-btn.type-3 {
  padding: 14px 50px 14px 30px;
  font: 700 17px/1 "Exo", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  background: #004592;
  color: #ffffff;
  text-align: left;
}
.shop-product-btn.type-3:hover {
  background: #336aa8;
}
.shop-product-btn.type-3:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 27px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop-product-btn.type-3.onrequest:before {
  margin-top: -9px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23ffffff%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop-product-btn.type-3.notavailable {
  background: rgba(0, 69, 146, 0.16);
  font-size: 15px;
}
.shop-product-btn.type-3.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
/*body .product-compare {
	position: relative;
	border: none;
	padding: 0;

	&.product-compare-added {
		font-size: 0;

		.compare_checkbox {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			height: 28px;
			width: 28px;
			margin-right: 5px;
			border-radius: 5px;
			box-shadow: 0 0 0 1px $m3;
			
			&:before {
				position: absolute;
				cursor: pointer;
				content: '';
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				border-radius: 6px;
				transition: $transition;
				background: url(data-image-svg(18px, 18px, '<path fill="#004592" d="M7.29289322,12.7071068 L3.29289322,8.70710678 C2.90236893,8.31658249 2.90236893,7.68341751 3.29289322,7.29289322 C3.68341751,6.90236893 4.31658249,6.90236893 4.70710678,7.29289322 L8.00000002,10.5857865 L14.2928932,4.29289323 C14.6834175,3.90236894 15.3165825,3.90236893 15.7071068,4.29289322 C16.0976311,4.68341751 16.0976311,5.31658249 15.7071068,5.70710678 L8.70710694,12.7071067 C8.51184482,12.9023688 8.25592253,12.9999999 8.00000023,12.9999999 C7.74407774,13 7.48815539,12.9023689 7.29289322,12.7071068 Z"></path>')) 50% no-repeat #fff;
			}

			&:hover:before {
				background: url(data-image-svg(18px, 18px, '<path d="M14,9 C14,9.55228475 13.5522847,10 13,10 L5,10 C4.44771525,10 4,9.55228475 4,9 C4,8.44771525 4.44771525,8 5,8 L13,8 C13.5522847,8 14,8.44771525 14,9 Z" id="Color" fill="#004592"></path>')) 50% no-repeat #fff;
			}
		}

		.link-reset {
			vertical-align: middle;
			padding: 7px 15px 7px 15px;
			border-radius: 5px;
			font-size: 12px;
		}
	}

	.compare_plus {
		position: relative;
		padding: 7px 15px 7px 38px;
		border-radius: 5px;
		font-size: 12px;
		color: $m3;
		
		&:hover{
			color: #fff;
			
			&:before {
				background: url(data-image-svg(18px, 18px, '<path d="M10,8 L13,8 C13.5522847,8 14,8.44771525 14,9 C14,9.55228475 13.5522847,10 13,10 L10,10 L10,13 C10,13.5522847 9.55228475,14 9,14 C8.44771525,14 8,13.5522847 8,13 L8,10 L5,10 C4.44771525,10 4,9.55228475 4,9 C4,8.44771525 4.44771525,8 5,8 L8,8 L8,5 C8,4.44771525 8.44771525,4 9,4 C9.55228475,4 10,4.44771525 10,5 L10,8 Z" fill="#fff"></path>')) 50% no-repeat;	
			}
		}

		&:before {
			position: absolute;
			cursor: pointer;
			content: '';
			top: 0;
			left: 0;
			bottom: 0;
			width: 38px;
			border-radius: 5px;
			background: url(data-image-svg(18px, 18px, '<path d="M10,8 L13,8 C13.5522847,8 14,8.44771525 14,9 C14,9.55228475 13.5522847,10 13,10 L10,10 L10,13 C10,13.5522847 9.55228475,14 9,14 C8.44771525,14 8,13.5522847 8,13 L8,10 L5,10 C4.44771525,10 4,9.55228475 4,9 C4,8.44771525 4.44771525,8 5,8 L8,8 L8,5 C8,4.44771525 8.44771525,4 9,4 C9.55228475,4 10,4.44771525 10,5 L10,8 Z" fill="#004592"></path>')) 50% no-repeat;
		}

		input {
			position: absolute;
			width: 0;
			height: 0;
			padding: 0;
			overflow: hidden;
			visibility: hidden;
			padding: 0;
			border: none;
			background: none;
			-webkit-appearance: none;
			-moz-appearance: none;
		}
	}
}*/
body .product-compare {
  position: relative;
  border: none;
  padding: 0;
}
body .product-compare.product-compare-added {
  font-size: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
body .product-compare.product-compare-added .compare_checkbox {
  position: relative;
  border-radius: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2012%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M10.000%2C15.000%20L10.000%2C4.000%20L12.000%2C4.000%20L12.000%2C15.000%20L10.000%2C15.000%20ZM5.000%2C-0.000%20L7.000%2C-0.000%20L7.000%2C15.000%20L5.000%2C15.000%20L5.000%2C-0.000%20ZM-0.000%2C7.000%20L2.000%2C7.000%20L2.000%2C15.000%20L-0.000%2C15.000%20L-0.000%2C7.000%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat rgba(0, 69, 146, 0.1);
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 69, 146, 0.3);
}
body .product-compare.product-compare-added .compare_checkbox:before {
  content: "";
  width: 23px;
  height: 23px;
  z-index: 1;
  top: -22px;
  left: 105px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M7.29289322%2C12.7071068%20L3.29289322%2C8.70710678%20C2.90236893%2C8.31658249%202.90236893%2C7.68341751%203.29289322%2C7.29289322%20C3.68341751%2C6.90236893%204.31658249%2C6.90236893%204.70710678%2C7.29289322%20L8.00000002%2C10.5857865%20L14.2928932%2C4.29289323%20C14.6834175%2C3.90236894%2015.3165825%2C3.90236893%2015.7071068%2C4.29289322%20C16.0976311%2C4.68341751%2016.0976311%2C5.31658249%2015.7071068%2C5.70710678%20L8.70710694%2C12.7071067%20C8.51184482%2C12.9023688%208.25592253%2C12.9999999%208.00000023%2C12.9999999%20C7.74407774%2C13%207.48815539%2C12.9023689%207.29289322%2C12.7071068%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
body .product-compare.product-compare-added .compare_checkbox:hover:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M14%2C9%20C14%2C9.55228475%2013.5522847%2C10%2013%2C10%20L5%2C10%20C4.44771525%2C10%204%2C9.55228475%204%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20L13%2C8%20C13.5522847%2C8%2014%2C8.44771525%2014%2C9%20Z%22%20id%3D%22Color%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
body .product-compare.product-compare-added .compare_checkbox input[type="checkbox"] {
  width: 23px;
  height: 23px;
  z-index: 1;
  top: -22px;
  left: 105px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .product-compare.product-compare-added .link-reset {
  background: #fff;
  color: #004592;
  font-size: 12px;
  margin: 0 2px 0 0;
  text-decoration: none;
  position: absolute;
  top: -25px;
  left: 0;
  height: 30px;
  padding: 6px 25px 7px 15px;
  border-radius: 0;
  -moz-box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.1);
}
body .product-compare .compare_plus {
  position: relative;
  border-radius: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2012%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M10.000%2C15.000%20L10.000%2C4.000%20L12.000%2C4.000%20L12.000%2C15.000%20L10.000%2C15.000%20ZM5.000%2C-0.000%20L7.000%2C-0.000%20L7.000%2C15.000%20L5.000%2C15.000%20L5.000%2C-0.000%20ZM-0.000%2C7.000%20L2.000%2C7.000%20L2.000%2C15.000%20L-0.000%2C15.000%20L-0.000%2C7.000%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat rgba(0, 69, 146, 0.1);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 69, 146, 0.3);
  border-radius: 5px;
}
body .product-compare .compare_plus:before {
  position: absolute;
  cursor: pointer;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 38px;
  border-radius: 6px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M10%2C8%20L13%2C8%20C13.5522847%2C8%2014%2C8.44771525%2014%2C9%20C14%2C9.55228475%2013.5522847%2C10%2013%2C10%20L10%2C10%20L10%2C13%20C10%2C13.5522847%209.55228475%2C14%209%2C14%20C8.44771525%2C14%208%2C13.5522847%208%2C13%20L8%2C10%20L5%2C10%20C4.44771525%2C10%204%2C9.55228475%204%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20L8%2C8%20L8%2C5%20C8%2C4.44771525%208.44771525%2C4%209%2C4%20C9.55228475%2C4%2010%2C4.44771525%2010%2C5%20L10%2C8%20Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  display: none;
}
body .product-compare .compare_plus input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gr-button-1, .cart-preview-container__order {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  font: 700 17px "Exo", Arial, Helvetica, sans-serif;
  border: none;
  background: #004592;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 16px 30px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.gr-button-1:hover, .cart-preview-container__order:hover {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #336aa8;
}
.gr-button-1:active, .cart-preview-container__order:active {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #003775;
}
.gr-button-2, .comments-block .comments-reg .tpl-right .tpl-field a, .cart-total a.shop2-cart-update {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  font: 700 17px "Exo", Arial, Helvetica, sans-serif;
  border: none;
  background: #004592;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 16px 30px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.gr-button-2:hover, .comments-block .comments-reg .tpl-right .tpl-field a:hover, .cart-total a.shop2-cart-update:hover {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #003775;
}
.gr-button-2:active, .comments-block .comments-reg .tpl-right .tpl-field a:active, .cart-total a.shop2-cart-update:active {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #003066;
}
.gr-button-3, .register_btn, .comments-block .comments-reg .tpl-btns a, .shop2-cart-table__cleanup .clean-btn, .cart-registration__btn:last-child .shop2-btn, .cart-preview-container__clear, .filter-reset, .login-form .user-block__buttons .log-out_btn {
  position: relative;
  background-clip: border-box;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #004592;
  font: 700 17px "Exo", Arial, Helvetica, sans-serif;
  border: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px #004592;
  border-radius: 5px;
  font-weight: 500;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 16px 30px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.gr-button-3:hover, .register_btn:hover, .comments-block .comments-reg .tpl-btns a:hover, .shop2-cart-table__cleanup .clean-btn:hover, .cart-registration__btn:last-child .shop2-btn:hover, .cart-preview-container__clear:hover, .filter-reset:hover, .login-form .user-block__buttons .log-out_btn:hover {
  color: #fff;
  border: none;
  box-shadow: none;
  background: #336aa8;
}
.gr-button-3:active, .register_btn:active, .comments-block .comments-reg .tpl-btns a:active, .shop2-cart-table__cleanup .clean-btn:active, .cart-registration__btn:last-child .shop2-btn:active, .cart-preview-container__clear:active, .filter-reset:active, .login-form .user-block__buttons .log-out_btn:active {
  color: #fff;
  border: none;
  box-shadow: none;
  background: #003e83;
}
.gr-button-4, .sorting-panel .filter-popup-btn {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #004592;
  font: 400 14px "Rubik", Arial, Helvetica, sans-serif;
  border: 1px solid rgba(0, 69, 146, 0.1);
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 11.5px 20px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.gr-button-4:hover, .sorting-panel .filter-popup-btn:hover {
  color: #ffffff;
  border: 1px solid #004592;
  box-shadow: none;
  background: #004592;
}
.gr-button-4:active, .sorting-panel .filter-popup-btn:active {
  color: #ffffff;
  border: 1px solid #004592;
  box-shadow: none;
  background: #004592;
}
/* .gr-icon-btn,  */
.slick-prev, .slick-next {
  position: relative;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  border: none;
  background: #fff;
  box-shadow: none;
  background-clip: border-box;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  outline: none;
  transition: all 0.2s;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  border-radius: 0;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover {
  border: none;
  background: #fff;
  box-shadow: none;
}
.slick-prev:hover:before, .slick-next:hover:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%209%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.24261%202.56066C8.8284%201.97487%208.8284%201.02513%208.24261%200.43934C7.65683%20-0.146447%206.70708%20-0.146447%206.12129%200.43934L0.733895%205.82765C0.148109%206.41344%200.148109%207.36319%200.733895%207.94897L6.09786%2013.3129C6.68364%2013.8987%207.63339%2013.8987%208.21918%2013.3129C8.80496%2012.7271%208.80496%2011.7774%208.21918%2011.1916L3.91542%206.88786L8.24261%202.56066Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.slick-prev:active, .slick-next:active {
  border: none;
  background: #fff;
  box-shadow: none;
}
.slick-prev:before, .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  transition: background 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%209%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.24261%202.56066C8.8284%201.97487%208.8284%201.02513%208.24261%200.43934C7.65683%20-0.146447%206.70708%20-0.146447%206.12129%200.43934L0.733895%205.82765C0.148109%206.41344%200.148109%207.36319%200.733895%207.94897L6.09786%2013.3129C6.68364%2013.8987%207.63339%2013.8987%208.21918%2013.3129C8.80496%2012.7271%208.80496%2011.7774%208.21918%2011.1916L3.91542%206.88786L8.24261%202.56066Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.slick-next:before {
  transform: rotate(-180deg);
}
.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #004592;
  box-shadow: inset 0 0 0 2px #004592;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
  box-shadow: inset 0 0 0 2px #004592;
  border-radius: 50%;
}
button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, a.shop2-btn, .shop2-btn, .tpl-button, a.tpl-button, .tpl-field button, .tpl-field input[type="button"], .tpl-field input[type="file"], .tpl-field input[type="submit"], .gr-field-style button, .gr-field-style input[type="button"], .gr-field-style input[type="file"], .gr-field-style input[type="submit"] {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  font: 700 17px "Exo", Arial, Helvetica, sans-serif;
  border: none;
  background: #004592;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 16px 30px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
button.shop2-btn:hover, input[type="button"].shop2-btn:hover, input[type="submit"].shop2-btn:hover, a.shop2-btn:hover, .shop2-btn:hover, .tpl-button:hover, a.tpl-button:hover, .tpl-field button:hover, .tpl-field input[type="button"]:hover, .tpl-field input[type="file"]:hover, .tpl-field input[type="submit"]:hover, .gr-field-style button:hover, .gr-field-style input[type="button"]:hover, .gr-field-style input[type="file"]:hover, .gr-field-style input[type="submit"]:hover {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #336aa8;
}
button.shop2-btn:active, input[type="button"].shop2-btn:active, input[type="submit"].shop2-btn:active, a.shop2-btn:active, .shop2-btn:active, .tpl-button:active, a.tpl-button:active, .tpl-field button:active, .tpl-field input[type="button"]:active, .tpl-field input[type="file"]:active, .tpl-field input[type="submit"]:active, .gr-field-style button:active, .gr-field-style input[type="button"]:active, .gr-field-style input[type="file"]:active, .gr-field-style input[type="submit"]:active {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #003775;
}
button.shop2-btn.notavailable, input[type="button"].shop2-btn.notavailable, input[type="submit"].shop2-btn.notavailable, a.shop2-btn.notavailable, .shop2-btn.notavailable, .tpl-button.notavailable, a.tpl-button.notavailable, .tpl-field button.notavailable, .tpl-field input[type="button"].notavailable, .tpl-field input[type="file"].notavailable, .tpl-field input[type="submit"].notavailable, .gr-field-style button.notavailable, .gr-field-style input[type="button"].notavailable, .gr-field-style input[type="file"].notavailable, .gr-field-style input[type="submit"].notavailable {
  pointer-events: none;
  color: #5d5d5d;
  border: none;
  box-shadow: none;
  background: #dfdfdf;
}
button.shop2-btn.disabled, input[type="button"].shop2-btn.disabled, input[type="submit"].shop2-btn.disabled, a.shop2-btn.disabled, .shop2-btn.disabled, .tpl-button.disabled, a.tpl-button.disabled, .tpl-field button.disabled, .tpl-field input[type="button"].disabled, .tpl-field input[type="file"].disabled, .tpl-field input[type="submit"].disabled, .gr-field-style button.disabled, .gr-field-style input[type="button"].disabled, .gr-field-style input[type="file"].disabled, .gr-field-style input[type="submit"].disabled {
  pointer-events: none;
  color: #5d5d5d;
  border: none;
  box-shadow: none;
  background: #dfdfdf;
}
.shop2-product-folders a {
  position: relative;
  height: auto;
  min-height: auto;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  color: #ffffff;
  font: 700 17px "Exo", Arial, Helvetica, sans-serif;
  border: none;
  background: #004592;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  transition: all 0.2s;
  text-align: center;
  padding: 16px 30px;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  /* for FF */
  -webkit-appearance: none;
}
.shop2-product-folders a span {
  display: none;
}
.shop2-product-folders a:hover {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #336aa8;
}
.shop2-product-folders a:active {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: #003775;
}
.close_btn, .remodal-close-btn {
  font-size: 12px;
  color: #004592;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
  padding: 7.5px 37px 7.5px 11px;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close_btn:before, .remodal-close-btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.46449%2014.5355C5.85501%2014.9261%206.48818%2014.9261%206.8787%2014.5355L10%2011.4142L13.1213%2014.5355C13.5119%2014.9261%2014.145%2014.9261%2014.5356%2014.5355C14.9261%2014.145%2014.9261%2013.5118%2014.5356%2013.1213L11.4142%2010L14.5356%206.87868C14.9261%206.48816%2014.9261%205.85499%2014.5356%205.46447C14.145%205.07394%2013.5119%205.07394%2013.1213%205.46447L10%208.58579L6.8787%205.46447C6.48818%205.07394%205.85501%205.07394%205.46449%205.46447C5.07396%205.85499%205.07396%206.48816%205.46449%206.87868L8.58581%2010L5.46449%2013.1213C5.07396%2013.5118%205.07396%2014.145%205.46449%2014.5355Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
}
/*Стили кнопок*/
/*INPUTS*/
/*SELECTS*/
/*CHECKBOXES*/
/*RADIOBUTTONS*/
body .mg-styler-label--checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0;
  padding-top: 4px;
  color: #004592;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding-left: 40px;
}
body .mg-styler-label--checkbox:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: none;
  box-shadow: none;
  background: rgba(0, 69, 146, 0.05);
  border-radius: 5px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
body .mg-styler-label--checkbox:hover {
  color: #004592;
}
body .mg-styler-label--checkbox:hover:before {
  border: none;
  box-shadow: none;
  background: #004592;
}
body .mg-styler-label--checkbox.checked {
  color: #004592;
}
body .mg-styler-label--checkbox.checked:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
body .mg-styler-label--checkbox.checked:hover {
  color: #004592;
}
body .mg-styler-label--checkbox.checked:hover:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
body .mg-styler-label--checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
}
body .mg-styler-label--radio {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0;
  padding-top: 4px;
  color: #004592;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding-left: 40px;
}
body .mg-styler-label--radio:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: none;
  box-shadow: inset 0 0 0 0 #004592;
  background: rgba(0, 69, 146, 0.05);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
body .mg-styler-label--radio:hover:before {
  border: none;
  box-shadow: inset 0 0 0 0 #004592;
  background: #004592;
}
body .mg-styler-label--radio.checked:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
body .mg-styler-label--radio.checked:hover:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
body .mg-styler-label--radio input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
}
.form-item .mg-styler-label--checkbox .required, .form-item .mg-styler-label--radio .required {
  padding-bottom: 0;
  display: inline;
}
.tpl-anketa-success-note {
  color: #000;
  font: normal 22px/ normal "Rubik", Arial, Helvetica, sans-serif;
  text-align: center;
}
.tpl-field .field-title, .tpl-field .tpl-title, .tpl-field > label > span:not(.tpl-required), .tpl-field > label > strong, .gr-field-style .field-title, .gr-field-style .tpl-title, .gr-field-style > label > span:not(.tpl-required), .gr-field-style > label > strong, .option-item .field-title, .option-item .tpl-title, .option-item > label > span:not(.tpl-required), .option-item > label > strong, .form-item .field-title, .form-item .tpl-title, .form-item > label > span:not(.tpl-required), .form-item > label > strong {
  color: #004592;
  font: 500 16px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 15px;
  margin: 0;
  display: block;
}
.tpl-field .field-title .required, .tpl-field .tpl-title .required, .tpl-field > label > span:not(.tpl-required) .required, .tpl-field > label > strong .required, .gr-field-style .field-title .required, .gr-field-style .tpl-title .required, .gr-field-style > label > span:not(.tpl-required) .required, .gr-field-style > label > strong .required, .option-item .field-title .required, .option-item .tpl-title .required, .option-item > label > span:not(.tpl-required) .required, .option-item > label > strong .required, .form-item .field-title .required, .form-item .tpl-title .required, .form-item > label > span:not(.tpl-required) .required, .form-item > label > strong .required {
  padding-left: 2px;
}
.tpl-field .field-note, .gr-field-style .field-note, .option-item .field-note, .form-item .field-note {
  color: rgba(0, 0, 0, 0.4);
  font: normal 12px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 8px 0 0 0;
  display: block;
}
.tpl-field .error-message, .gr-field-style .error-message, .option-item .error-message, .form-item .error-message {
  color: #ff5640;
  font: 400 12px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 10px;
  display: block;
}
.tpl-field .field-required-mark, .gr-field-style .field-required-mark, .option-item .field-required-mark, .form-item .field-required-mark {
  color: #ff5640;
}
.tpl-field.field-error input[type="text"], .tpl-field.field-error input[type="email"], .tpl-field.field-error input[type="tel"], .tpl-field.field-error input[type="number"], .tpl-field.field-error input[type="password"], .tpl-field.field-error textarea, .tpl-field.field-error select[multiple], .gr-field-style.field-error input[type="text"], .gr-field-style.field-error input[type="email"], .gr-field-style.field-error input[type="tel"], .gr-field-style.field-error input[type="number"], .gr-field-style.field-error input[type="password"], .gr-field-style.field-error textarea, .gr-field-style.field-error select[multiple], .option-item.field-error input[type="text"], .option-item.field-error input[type="email"], .option-item.field-error input[type="tel"], .option-item.field-error input[type="number"], .option-item.field-error input[type="password"], .option-item.field-error textarea, .option-item.field-error select[multiple], .form-item.field-error input[type="text"], .form-item.field-error input[type="email"], .form-item.field-error input[type="tel"], .form-item.field-error input[type="number"], .form-item.field-error input[type="password"], .form-item.field-error textarea, .form-item.field-error select[multiple] {
  color: #ff5640;
  background: rgba(0, 69, 146, 0.05);
  border: none;
  box-shadow: inset 0 0px 0px 1px rgba(255, 86, 64, 0.3);
}
.tpl-field.field-error select:not([multiple]), .gr-field-style.field-error select:not([multiple]), .option-item.field-error select:not([multiple]), .form-item.field-error select:not([multiple]) {
  color: red;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat #fff;
  border: none;
  box-shadow: inset 0 0px 0px 1px rgba(255, 86, 64, 0.3);
}
.tpl-field input[type="text"], .tpl-field input[type="email"], .tpl-field input[type="tel"], .tpl-field input[type="number"], .tpl-field input[type="password"], .gr-field-style input[type="text"], .gr-field-style input[type="email"], .gr-field-style input[type="tel"], .gr-field-style input[type="number"], .gr-field-style input[type="password"], .option-item input[type="text"], .option-item input[type="email"], .option-item input[type="tel"], .option-item input[type="number"], .option-item input[type="password"], .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="number"], .form-item input[type="password"] {
  font: normal 16px "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px transparent;
  border-radius: 5px;
  padding: 18px 20px;
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
}
.tpl-field input[type="text"]:hover, .tpl-field input[type="email"]:hover, .tpl-field input[type="tel"]:hover, .tpl-field input[type="number"]:hover, .tpl-field input[type="password"]:hover, .gr-field-style input[type="text"]:hover, .gr-field-style input[type="email"]:hover, .gr-field-style input[type="tel"]:hover, .gr-field-style input[type="number"]:hover, .gr-field-style input[type="password"]:hover, .option-item input[type="text"]:hover, .option-item input[type="email"]:hover, .option-item input[type="tel"]:hover, .option-item input[type="number"]:hover, .option-item input[type="password"]:hover, .form-item input[type="text"]:hover, .form-item input[type="email"]:hover, .form-item input[type="tel"]:hover, .form-item input[type="number"]:hover, .form-item input[type="password"]:hover {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field input[type="text"]:hover::-webkit-input-placeholder, .tpl-field input[type="email"]:hover::-webkit-input-placeholder, .tpl-field input[type="tel"]:hover::-webkit-input-placeholder, .tpl-field input[type="number"]:hover::-webkit-input-placeholder, .tpl-field input[type="password"]:hover::-webkit-input-placeholder, .gr-field-style input[type="text"]:hover::-webkit-input-placeholder, .gr-field-style input[type="email"]:hover::-webkit-input-placeholder, .gr-field-style input[type="tel"]:hover::-webkit-input-placeholder, .gr-field-style input[type="number"]:hover::-webkit-input-placeholder, .gr-field-style input[type="password"]:hover::-webkit-input-placeholder, .option-item input[type="text"]:hover::-webkit-input-placeholder, .option-item input[type="email"]:hover::-webkit-input-placeholder, .option-item input[type="tel"]:hover::-webkit-input-placeholder, .option-item input[type="number"]:hover::-webkit-input-placeholder, .option-item input[type="password"]:hover::-webkit-input-placeholder, .form-item input[type="text"]:hover::-webkit-input-placeholder, .form-item input[type="email"]:hover::-webkit-input-placeholder, .form-item input[type="tel"]:hover::-webkit-input-placeholder, .form-item input[type="number"]:hover::-webkit-input-placeholder, .form-item input[type="password"]:hover::-webkit-input-placeholder {
  color: #004592;
}
.tpl-field input[type="text"]:hover:moz-placeholder, .tpl-field input[type="email"]:hover:moz-placeholder, .tpl-field input[type="tel"]:hover:moz-placeholder, .tpl-field input[type="number"]:hover:moz-placeholder, .tpl-field input[type="password"]:hover:moz-placeholder, .gr-field-style input[type="text"]:hover:moz-placeholder, .gr-field-style input[type="email"]:hover:moz-placeholder, .gr-field-style input[type="tel"]:hover:moz-placeholder, .gr-field-style input[type="number"]:hover:moz-placeholder, .gr-field-style input[type="password"]:hover:moz-placeholder, .option-item input[type="text"]:hover:moz-placeholder, .option-item input[type="email"]:hover:moz-placeholder, .option-item input[type="tel"]:hover:moz-placeholder, .option-item input[type="number"]:hover:moz-placeholder, .option-item input[type="password"]:hover:moz-placeholder, .form-item input[type="text"]:hover:moz-placeholder, .form-item input[type="email"]:hover:moz-placeholder, .form-item input[type="tel"]:hover:moz-placeholder, .form-item input[type="number"]:hover:moz-placeholder, .form-item input[type="password"]:hover:moz-placeholder {
  color: #004592;
}
.tpl-field input[type="text"]:hover::-moz-placeholder, .tpl-field input[type="email"]:hover::-moz-placeholder, .tpl-field input[type="tel"]:hover::-moz-placeholder, .tpl-field input[type="number"]:hover::-moz-placeholder, .tpl-field input[type="password"]:hover::-moz-placeholder, .gr-field-style input[type="text"]:hover::-moz-placeholder, .gr-field-style input[type="email"]:hover::-moz-placeholder, .gr-field-style input[type="tel"]:hover::-moz-placeholder, .gr-field-style input[type="number"]:hover::-moz-placeholder, .gr-field-style input[type="password"]:hover::-moz-placeholder, .option-item input[type="text"]:hover::-moz-placeholder, .option-item input[type="email"]:hover::-moz-placeholder, .option-item input[type="tel"]:hover::-moz-placeholder, .option-item input[type="number"]:hover::-moz-placeholder, .option-item input[type="password"]:hover::-moz-placeholder, .form-item input[type="text"]:hover::-moz-placeholder, .form-item input[type="email"]:hover::-moz-placeholder, .form-item input[type="tel"]:hover::-moz-placeholder, .form-item input[type="number"]:hover::-moz-placeholder, .form-item input[type="password"]:hover::-moz-placeholder {
  color: #004592;
}
.tpl-field input[type="text"]:hover:-ms-input-placeholder, .tpl-field input[type="email"]:hover:-ms-input-placeholder, .tpl-field input[type="tel"]:hover:-ms-input-placeholder, .tpl-field input[type="number"]:hover:-ms-input-placeholder, .tpl-field input[type="password"]:hover:-ms-input-placeholder, .gr-field-style input[type="text"]:hover:-ms-input-placeholder, .gr-field-style input[type="email"]:hover:-ms-input-placeholder, .gr-field-style input[type="tel"]:hover:-ms-input-placeholder, .gr-field-style input[type="number"]:hover:-ms-input-placeholder, .gr-field-style input[type="password"]:hover:-ms-input-placeholder, .option-item input[type="text"]:hover:-ms-input-placeholder, .option-item input[type="email"]:hover:-ms-input-placeholder, .option-item input[type="tel"]:hover:-ms-input-placeholder, .option-item input[type="number"]:hover:-ms-input-placeholder, .option-item input[type="password"]:hover:-ms-input-placeholder, .form-item input[type="text"]:hover:-ms-input-placeholder, .form-item input[type="email"]:hover:-ms-input-placeholder, .form-item input[type="tel"]:hover:-ms-input-placeholder, .form-item input[type="number"]:hover:-ms-input-placeholder, .form-item input[type="password"]:hover:-ms-input-placeholder {
  color: #004592;
}
.tpl-field input[type="text"]:focus, .tpl-field input[type="email"]:focus, .tpl-field input[type="tel"]:focus, .tpl-field input[type="number"]:focus, .tpl-field input[type="password"]:focus, .gr-field-style input[type="text"]:focus, .gr-field-style input[type="email"]:focus, .gr-field-style input[type="tel"]:focus, .gr-field-style input[type="number"]:focus, .gr-field-style input[type="password"]:focus, .option-item input[type="text"]:focus, .option-item input[type="email"]:focus, .option-item input[type="tel"]:focus, .option-item input[type="number"]:focus, .option-item input[type="password"]:focus, .form-item input[type="text"]:focus, .form-item input[type="email"]:focus, .form-item input[type="tel"]:focus, .form-item input[type="number"]:focus, .form-item input[type="password"]:focus {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field input[type="text"]::-webkit-input-placeholder, .tpl-field input[type="email"]::-webkit-input-placeholder, .tpl-field input[type="tel"]::-webkit-input-placeholder, .tpl-field input[type="number"]::-webkit-input-placeholder, .tpl-field input[type="password"]::-webkit-input-placeholder, .gr-field-style input[type="text"]::-webkit-input-placeholder, .gr-field-style input[type="email"]::-webkit-input-placeholder, .gr-field-style input[type="tel"]::-webkit-input-placeholder, .gr-field-style input[type="number"]::-webkit-input-placeholder, .gr-field-style input[type="password"]::-webkit-input-placeholder, .option-item input[type="text"]::-webkit-input-placeholder, .option-item input[type="email"]::-webkit-input-placeholder, .option-item input[type="tel"]::-webkit-input-placeholder, .option-item input[type="number"]::-webkit-input-placeholder, .option-item input[type="password"]::-webkit-input-placeholder, .form-item input[type="text"]::-webkit-input-placeholder, .form-item input[type="email"]::-webkit-input-placeholder, .form-item input[type="tel"]::-webkit-input-placeholder, .form-item input[type="number"]::-webkit-input-placeholder, .form-item input[type="password"]::-webkit-input-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field input[type="text"]:moz-placeholder, .tpl-field input[type="email"]:moz-placeholder, .tpl-field input[type="tel"]:moz-placeholder, .tpl-field input[type="number"]:moz-placeholder, .tpl-field input[type="password"]:moz-placeholder, .gr-field-style input[type="text"]:moz-placeholder, .gr-field-style input[type="email"]:moz-placeholder, .gr-field-style input[type="tel"]:moz-placeholder, .gr-field-style input[type="number"]:moz-placeholder, .gr-field-style input[type="password"]:moz-placeholder, .option-item input[type="text"]:moz-placeholder, .option-item input[type="email"]:moz-placeholder, .option-item input[type="tel"]:moz-placeholder, .option-item input[type="number"]:moz-placeholder, .option-item input[type="password"]:moz-placeholder, .form-item input[type="text"]:moz-placeholder, .form-item input[type="email"]:moz-placeholder, .form-item input[type="tel"]:moz-placeholder, .form-item input[type="number"]:moz-placeholder, .form-item input[type="password"]:moz-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field input[type="text"]::-moz-placeholder, .tpl-field input[type="email"]::-moz-placeholder, .tpl-field input[type="tel"]::-moz-placeholder, .tpl-field input[type="number"]::-moz-placeholder, .tpl-field input[type="password"]::-moz-placeholder, .gr-field-style input[type="text"]::-moz-placeholder, .gr-field-style input[type="email"]::-moz-placeholder, .gr-field-style input[type="tel"]::-moz-placeholder, .gr-field-style input[type="number"]::-moz-placeholder, .gr-field-style input[type="password"]::-moz-placeholder, .option-item input[type="text"]::-moz-placeholder, .option-item input[type="email"]::-moz-placeholder, .option-item input[type="tel"]::-moz-placeholder, .option-item input[type="number"]::-moz-placeholder, .option-item input[type="password"]::-moz-placeholder, .form-item input[type="text"]::-moz-placeholder, .form-item input[type="email"]::-moz-placeholder, .form-item input[type="tel"]::-moz-placeholder, .form-item input[type="number"]::-moz-placeholder, .form-item input[type="password"]::-moz-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field input[type="text"]:-ms-input-placeholder, .tpl-field input[type="email"]:-ms-input-placeholder, .tpl-field input[type="tel"]:-ms-input-placeholder, .tpl-field input[type="number"]:-ms-input-placeholder, .tpl-field input[type="password"]:-ms-input-placeholder, .gr-field-style input[type="text"]:-ms-input-placeholder, .gr-field-style input[type="email"]:-ms-input-placeholder, .gr-field-style input[type="tel"]:-ms-input-placeholder, .gr-field-style input[type="number"]:-ms-input-placeholder, .gr-field-style input[type="password"]:-ms-input-placeholder, .option-item input[type="text"]:-ms-input-placeholder, .option-item input[type="email"]:-ms-input-placeholder, .option-item input[type="tel"]:-ms-input-placeholder, .option-item input[type="number"]:-ms-input-placeholder, .option-item input[type="password"]:-ms-input-placeholder, .form-item input[type="text"]:-ms-input-placeholder, .form-item input[type="email"]:-ms-input-placeholder, .form-item input[type="tel"]:-ms-input-placeholder, .form-item input[type="number"]:-ms-input-placeholder, .form-item input[type="password"]:-ms-input-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field input[type="text"]::-webkit-inner-spin-button, .tpl-field input[type="text"]::-webkit-outer-spin-button, .tpl-field input[type="email"]::-webkit-inner-spin-button, .tpl-field input[type="email"]::-webkit-outer-spin-button, .tpl-field input[type="tel"]::-webkit-inner-spin-button, .tpl-field input[type="tel"]::-webkit-outer-spin-button, .tpl-field input[type="number"]::-webkit-inner-spin-button, .tpl-field input[type="number"]::-webkit-outer-spin-button, .tpl-field input[type="password"]::-webkit-inner-spin-button, .tpl-field input[type="password"]::-webkit-outer-spin-button, .gr-field-style input[type="text"]::-webkit-inner-spin-button, .gr-field-style input[type="text"]::-webkit-outer-spin-button, .gr-field-style input[type="email"]::-webkit-inner-spin-button, .gr-field-style input[type="email"]::-webkit-outer-spin-button, .gr-field-style input[type="tel"]::-webkit-inner-spin-button, .gr-field-style input[type="tel"]::-webkit-outer-spin-button, .gr-field-style input[type="number"]::-webkit-inner-spin-button, .gr-field-style input[type="number"]::-webkit-outer-spin-button, .gr-field-style input[type="password"]::-webkit-inner-spin-button, .gr-field-style input[type="password"]::-webkit-outer-spin-button, .option-item input[type="text"]::-webkit-inner-spin-button, .option-item input[type="text"]::-webkit-outer-spin-button, .option-item input[type="email"]::-webkit-inner-spin-button, .option-item input[type="email"]::-webkit-outer-spin-button, .option-item input[type="tel"]::-webkit-inner-spin-button, .option-item input[type="tel"]::-webkit-outer-spin-button, .option-item input[type="number"]::-webkit-inner-spin-button, .option-item input[type="number"]::-webkit-outer-spin-button, .option-item input[type="password"]::-webkit-inner-spin-button, .option-item input[type="password"]::-webkit-outer-spin-button, .form-item input[type="text"]::-webkit-inner-spin-button, .form-item input[type="text"]::-webkit-outer-spin-button, .form-item input[type="email"]::-webkit-inner-spin-button, .form-item input[type="email"]::-webkit-outer-spin-button, .form-item input[type="tel"]::-webkit-inner-spin-button, .form-item input[type="tel"]::-webkit-outer-spin-button, .form-item input[type="number"]::-webkit-inner-spin-button, .form-item input[type="number"]::-webkit-outer-spin-button, .form-item input[type="password"]::-webkit-inner-spin-button, .form-item input[type="password"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tpl-field textarea, .gr-field-style textarea, .option-item textarea, .form-item textarea {
  font: normal 16px "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px transparent;
  border-radius: 5px;
  padding: 18px 20px;
  width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
}
.tpl-field textarea:hover, .gr-field-style textarea:hover, .option-item textarea:hover, .form-item textarea:hover {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field textarea:hover::-webkit-input-placeholder, .gr-field-style textarea:hover::-webkit-input-placeholder, .option-item textarea:hover::-webkit-input-placeholder, .form-item textarea:hover::-webkit-input-placeholder {
  color: #004592;
}
.tpl-field textarea:hover:moz-placeholder, .gr-field-style textarea:hover:moz-placeholder, .option-item textarea:hover:moz-placeholder, .form-item textarea:hover:moz-placeholder {
  color: #004592;
}
.tpl-field textarea:hover::-moz-placeholder, .gr-field-style textarea:hover::-moz-placeholder, .option-item textarea:hover::-moz-placeholder, .form-item textarea:hover::-moz-placeholder {
  color: #004592;
}
.tpl-field textarea:hover:-ms-input-placeholder, .gr-field-style textarea:hover:-ms-input-placeholder, .option-item textarea:hover:-ms-input-placeholder, .form-item textarea:hover:-ms-input-placeholder {
  color: #004592;
}
.tpl-field textarea:focus, .gr-field-style textarea:focus, .option-item textarea:focus, .form-item textarea:focus {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field textarea::-webkit-input-placeholder, .gr-field-style textarea::-webkit-input-placeholder, .option-item textarea::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field textarea:moz-placeholder, .gr-field-style textarea:moz-placeholder, .option-item textarea:moz-placeholder, .form-item textarea:moz-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field textarea::-moz-placeholder, .gr-field-style textarea::-moz-placeholder, .option-item textarea::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field textarea:-ms-input-placeholder, .gr-field-style textarea:-ms-input-placeholder, .option-item textarea:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: #004592;
  opacity: 1 !important;
}
.tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), .option-item select:not([multiple]), .form-item select:not([multiple]) {
  font: normal 16px "Rubik", Arial, Helvetica, sans-serif;
  color: rgba(0, 69, 146, 0.3);
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat #fff;
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.1);
  border-radius: 5px;
  padding: 18px 40px 18px 20px;
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
}
.tpl-field select:not([multiple])::-ms-expand, .gr-field-style select:not([multiple])::-ms-expand, .option-item select:not([multiple])::-ms-expand, .form-item select:not([multiple])::-ms-expand {
  display: none;
}
.tpl-field select:not([multiple]):hover, .gr-field-style select:not([multiple]):hover, .option-item select:not([multiple]):hover, .form-item select:not([multiple]):hover {
  color: #004592;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field select:not([multiple]):focus, .gr-field-style select:not([multiple]):focus, .option-item select:not([multiple]):focus, .form-item select:not([multiple]):focus {
  color: #004592;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field select[multiple], .gr-field-style select[multiple], .option-item select[multiple], .form-item select[multiple] {
  font: normal 16px "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px transparent;
  border-radius: 5px;
  padding: 18px 20px;
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
}
.tpl-field select[multiple]::-ms-expand, .gr-field-style select[multiple]::-ms-expand, .option-item select[multiple]::-ms-expand, .form-item select[multiple]::-ms-expand {
  display: none;
}
.tpl-field select[multiple]:hover, .gr-field-style select[multiple]:hover, .option-item select[multiple]:hover, .form-item select[multiple]:hover {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field select[multiple]:focus, .gr-field-style select[multiple]:focus, .option-item select[multiple]:focus, .form-item select[multiple]:focus {
  color: #004592;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.tpl-field.type-hidden, .gr-field-style.type-hidden, .option-item.type-hidden, .form-item.type-hidden {
  display: none;
}
.tpl-field.type-title h2, .gr-field-style.type-title h2, .option-item.type-title h2, .form-item.type-title h2 {
  margin-top: 0;
}
.tpl-field.type-html, .gr-field-style.type-html, .option-item.type-html, .form-item.type-html {
  line-height: 1.6;
  font-size: 16px;
}
.tpl-field.type-calendar_interval, .gr-field-style.type-calendar_interval, .option-item.type-calendar_interval, .form-item.type-calendar_interval {
  font-size: 0;
}
.tpl-field.type-calendar_interval .calendar-label, .gr-field-style.type-calendar_interval .calendar-label, .option-item.type-calendar_interval .calendar-label, .form-item.type-calendar_interval .calendar-label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.tpl-field.type-calendar_interval .calendar-label.disabled, .gr-field-style.type-calendar_interval .calendar-label.disabled, .option-item.type-calendar_interval .calendar-label.disabled, .form-item.type-calendar_interval .calendar-label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tpl-field.type-calendar_interval .calendar-label:first-of-type, .gr-field-style.type-calendar_interval .calendar-label:first-of-type, .option-item.type-calendar_interval .calendar-label:first-of-type, .form-item.type-calendar_interval .calendar-label:first-of-type {
  margin-right: 20px;
}
.tpl-field.type-upload .upload-button input, .gr-field-style.type-upload .upload-button input, .option-item.type-upload .upload-button input, .form-item.type-upload .upload-button input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tpl-field.type-upload .upload-button .upload-count, .gr-field-style.type-upload .upload-button .upload-count, .option-item.type-upload .upload-button .upload-count, .form-item.type-upload .upload-button .upload-count {
  display: inline-block;
  vertical-align: middle;
}
.tpl-field.type-checkbox ul, .gr-field-style.type-checkbox ul, .option-item.type-checkbox ul, .form-item.type-checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-checkbox ul li, .gr-field-style.type-checkbox ul li, .option-item.type-checkbox ul li, .form-item.type-checkbox ul li {
  font-size: 0;
}
.tpl-field.type-checkbox ul li + li, .gr-field-style.type-checkbox ul li + li, .option-item.type-checkbox ul li + li, .form-item.type-checkbox ul li + li {
  margin-top: 15px;
}
.tpl-field.type-checkbox ul li label, .gr-field-style.type-checkbox ul li label, .option-item.type-checkbox ul li label, .form-item.type-checkbox ul li label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.tpl-field.type-checkbox ul li label:hover span, .gr-field-style.type-checkbox ul li label:hover span, .option-item.type-checkbox ul li label:hover span, .form-item.type-checkbox ul li label:hover span {
  color: #004592;
}
.tpl-field.type-checkbox ul li label:hover span:before, .gr-field-style.type-checkbox ul li label:hover span:before, .option-item.type-checkbox ul li label:hover span:before, .form-item.type-checkbox ul li label:hover span:before {
  border: none;
  box-shadow: none;
  background: #004592;
}
.tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .gr-field-style.type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .option-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .form-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span {
  color: #004592;
}
.tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .gr-field-style.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .option-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .form-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .option-item.type-checkbox ul li input[type="checkbox"], .form-item.type-checkbox ul li input[type="checkbox"] {
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}
.tpl-field.type-checkbox ul li input[type="checkbox"]:checked + span, .gr-field-style.type-checkbox ul li input[type="checkbox"]:checked + span, .option-item.type-checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span {
  color: #004592;
}
.tpl-field.type-checkbox ul li input[type="checkbox"]:checked + span:before, .gr-field-style.type-checkbox ul li input[type="checkbox"]:checked + span:before, .option-item.type-checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.tpl-field.type-checkbox ul li span, .gr-field-style.type-checkbox ul li span, .option-item.type-checkbox ul li span, .form-item.type-checkbox ul li span {
  position: relative;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding-top: 4px;
  max-width: calc(100% - 25px - 15px);
}
.tpl-field.type-checkbox ul li span:before, .gr-field-style.type-checkbox ul li span:before, .option-item.type-checkbox ul li span:before, .form-item.type-checkbox ul li span:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  content: "";
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: none;
  border-radius: 5px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.tpl-field.type-multi_checkbox ul, .gr-field-style.type-multi_checkbox ul, .option-item.type-multi_checkbox ul, .form-item.type-multi_checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-multi_checkbox ul li, .gr-field-style.type-multi_checkbox ul li, .option-item.type-multi_checkbox ul li, .form-item.type-multi_checkbox ul li {
  font-size: 0;
}
.tpl-field.type-multi_checkbox ul li + li, .gr-field-style.type-multi_checkbox ul li + li, .option-item.type-multi_checkbox ul li + li, .form-item.type-multi_checkbox ul li + li {
  margin-top: 15px;
}
.tpl-field.type-multi_checkbox ul li label, .gr-field-style.type-multi_checkbox ul li label, .option-item.type-multi_checkbox ul li label, .form-item.type-multi_checkbox ul li label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.tpl-field.type-multi_checkbox ul li label:hover span, .gr-field-style.type-multi_checkbox ul li label:hover span, .option-item.type-multi_checkbox ul li label:hover span, .form-item.type-multi_checkbox ul li label:hover span {
  color: #004592;
}
.tpl-field.type-multi_checkbox ul li label:hover span:before, .gr-field-style.type-multi_checkbox ul li label:hover span:before, .option-item.type-multi_checkbox ul li label:hover span:before, .form-item.type-multi_checkbox ul li label:hover span:before {
  border: none;
  box-shadow: none;
  background: #004592;
}
.tpl-field.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .gr-field-style.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .option-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .form-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span {
  color: #004592;
}
.tpl-field.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .gr-field-style.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .option-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .form-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"], .gr-field-style.type-multi_checkbox ul li input[type="checkbox"], .option-item.type-multi_checkbox ul li input[type="checkbox"], .form-item.type-multi_checkbox ul li input[type="checkbox"] {
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .gr-field-style.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .option-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span {
  color: #004592;
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .gr-field-style.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .option-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.tpl-field.type-multi_checkbox ul li span, .gr-field-style.type-multi_checkbox ul li span, .option-item.type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
  position: relative;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding-top: 4px;
  max-width: calc(100% - 25px - 15px);
}
.tpl-field.type-multi_checkbox ul li span:before, .gr-field-style.type-multi_checkbox ul li span:before, .option-item.type-multi_checkbox ul li span:before, .form-item.type-multi_checkbox ul li span:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  content: "";
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: none;
  border-radius: 5px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.tpl-field.type-radio_group ul, .gr-field-style.type-radio_group ul, .option-item.type-radio_group ul, .form-item.type-radio_group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-radio_group ul li, .gr-field-style.type-radio_group ul li, .option-item.type-radio_group ul li, .form-item.type-radio_group ul li {
  font-size: 0;
}
.tpl-field.type-radio_group ul li + li, .gr-field-style.type-radio_group ul li + li, .option-item.type-radio_group ul li + li, .form-item.type-radio_group ul li + li {
  margin-top: 15px;
}
.tpl-field.type-radio_group ul li label, .gr-field-style.type-radio_group ul li label, .option-item.type-radio_group ul li label, .form-item.type-radio_group ul li label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.tpl-field.type-radio_group ul li label:hover span, .gr-field-style.type-radio_group ul li label:hover span, .option-item.type-radio_group ul li label:hover span, .form-item.type-radio_group ul li label:hover span {
  color: #004592;
}
.tpl-field.type-radio_group ul li label:hover span:before, .gr-field-style.type-radio_group ul li label:hover span:before, .option-item.type-radio_group ul li label:hover span:before, .form-item.type-radio_group ul li label:hover span:before {
  border: none;
  box-shadow: inset 0 0 0 0 #004592;
  background: #004592;
}
.tpl-field.type-radio_group ul li label:hover input[type="radio"]:checked + span, .gr-field-style.type-radio_group ul li label:hover input[type="radio"]:checked + span, .option-item.type-radio_group ul li label:hover input[type="radio"]:checked + span, .form-item.type-radio_group ul li label:hover input[type="radio"]:checked + span {
  color: #004592;
}
.tpl-field.type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .gr-field-style.type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .option-item.type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .form-item.type-radio_group ul li label:hover input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.tpl-field.type-radio_group ul li input[type="radio"], .gr-field-style.type-radio_group ul li input[type="radio"], .option-item.type-radio_group ul li input[type="radio"], .form-item.type-radio_group ul li input[type="radio"] {
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
.tpl-field.type-radio_group ul li input[type="radio"]:checked + span, .gr-field-style.type-radio_group ul li input[type="radio"]:checked + span, .option-item.type-radio_group ul li input[type="radio"]:checked + span, .form-item.type-radio_group ul li input[type="radio"]:checked + span {
  color: #004592;
}
.tpl-field.type-radio_group ul li input[type="radio"]:checked + span:before, .gr-field-style.type-radio_group ul li input[type="radio"]:checked + span:before, .option-item.type-radio_group ul li input[type="radio"]:checked + span:before, .form-item.type-radio_group ul li input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.tpl-field.type-radio_group ul li span, .gr-field-style.type-radio_group ul li span, .option-item.type-radio_group ul li span, .form-item.type-radio_group ul li span {
  position: relative;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding-top: 4px;
  max-width: calc(100% - 25px - 15px);
  display: inline-block;
  vertical-align: top;
}
.tpl-field.type-radio_group ul li span:before, .gr-field-style.type-radio_group ul li span:before, .option-item.type-radio_group ul li span:before, .form-item.type-radio_group ul li span:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  content: "";
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0 0 0 #004592;
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
/*Стили форм*/
/* Slider slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.shop-view.view-1 {
  position: relative;
  min-width: 45px;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__body {
  width: 135px;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__body .shop-view__item.active-view {
  opacity: 1;
  visibility: visible;
  -webkit-box-ordinal-group: inherit1;
  -moz-box-ordinal-group: inherit1;
  -webkit-order: inherit;
  -moz-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__btn {
  display: none;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__item.active-view {
  border: none;
  box-shadow: none;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__item.thumbs.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%2011C0.447715%2011%20-1.95703e-08%2010.5523%20-4.37114e-08%2010L-1.74846e-07%207C-1.98987e-07%206.44772%200.447715%206%201%206L2%206C2.55228%206%203%206.44772%203%207L3%2010C3%2010.5523%202.55228%2011%202%2011L1%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%2011C4.44772%2011%204%2010.5523%204%2010L4%207C4%206.44772%204.44772%206%205%206L6%206C6.55228%206%207%206.44771%207%207L7%2010C7%2010.5523%206.55228%2011%206%2011L5%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%2011C8.44771%2011%208%2010.5523%208%2010L8%207C8%206.44771%208.44772%206%209%206L10%206C10.5523%206%2011%206.44771%2011%207L11%2010C11%2010.5523%2010.5523%2011%2010%2011L9%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%205C0.447715%205%20-2.81839e-07%204.55228%20-3.0598e-07%204L-4.37114e-07%201C-4.61255e-07%200.447715%200.447715%20-1.95703e-08%201%20-4.37114e-08L2%20-8.74228e-08C2.55228%20-1.11564e-07%203%200.447715%203%201L3%204C3%204.55228%202.55228%205%202%205L1%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%205C4.44772%205%204%204.55228%204%204L4%201C4%200.447715%204.44771%20-1.94416e-07%205%20-2.18557e-07L6%20-2.62268e-07C6.55228%20-2.86409e-07%207%200.447714%207%201L7%204C7%204.55228%206.55228%205%206%205L5%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%205C8.44771%205%208%204.55228%208%204L8%201C8%200.447714%208.44772%20-3.69261e-07%209%20-3.93402e-07L10%20-4.37114e-07C10.5523%20-4.61255e-07%2011%200.447714%2011%201L11%204C11%204.55228%2010.5523%205%2010%205L9%205Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__item.simple.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H4C4.55228%200%205%200.447715%205%201V2C5%202.55228%204.55228%203%204%203H1C0.447715%203%200%202.55228%200%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%205C0%204.44772%200.447715%204%201%204H4C4.55228%204%205%204.44772%205%205V6C5%206.55228%204.55228%207%204%207H1C0.447715%207%200%206.55228%200%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%209C0%208.44771%200.447715%208%201%208H4C4.55228%208%205%208.44772%205%209V10C5%2010.5523%204.55228%2011%204%2011H1C0.447715%2011%200%2010.5523%200%2010V9Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%201C6%200.447715%206.44772%200%207%200H10C10.5523%200%2011%200.447715%2011%201V2C11%202.55228%2010.5523%203%2010%203H7C6.44772%203%206%202.55228%206%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%205C6%204.44772%206.44772%204%207%204H10C10.5523%204%2011%204.44772%2011%205V6C11%206.55228%2010.5523%207%2010%207H7C6.44772%207%206%206.55228%206%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%209C6%208.44771%206.44772%208%207%208H10C10.5523%208%2011%208.44772%2011%209V10C11%2010.5523%2010.5523%2011%2010%2011H7C6.44772%2011%206%2010.5523%206%2010V9Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1.view_hover .shop-view__inner:hover .shop-view__item.pricelist.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H10C10.5523%200%2011%200.447715%2011%201C11%201.55228%2010.5523%202%2010%202H1C0.447715%202%200%201.55228%200%201Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%204C0%203.44772%200.447715%203%201%203H10C10.5523%203%2011%203.44772%2011%204C11%204.55228%2010.5523%205%2010%205H1C0.447715%205%200%204.55228%200%204Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H10C10.5523%206%2011%206.44772%2011%207C11%207.55228%2010.5523%208%2010%208H1C0.447715%208%200%207.55228%200%207Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2010C0%209.44771%200.447715%209%201%209H10C10.5523%209%2011%209.44771%2011%2010C11%2010.5523%2010.5523%2011%2010%2011H1C0.447715%2011%200%2010.5523%200%2010Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1.view_opened {
  min-width: 45px;
  padding: 0 2.5px;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 69, 146, 0.1);
}
@media (max-width: 767px) {
  .shop-view.view-1.view_opened {
    display: none;
  }
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__body {
  width: auto;
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__btn {
  display: none;
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__item.active-view {
  border: none;
  box-shadow: none;
  -webkit-box-ordinal-group: inherit1;
  -moz-box-ordinal-group: inherit1;
  -webkit-order: inherit;
  -moz-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__item.thumbs.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%2011C0.447715%2011%20-1.95703e-08%2010.5523%20-4.37114e-08%2010L-1.74846e-07%207C-1.98987e-07%206.44772%200.447715%206%201%206L2%206C2.55228%206%203%206.44772%203%207L3%2010C3%2010.5523%202.55228%2011%202%2011L1%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%2011C4.44772%2011%204%2010.5523%204%2010L4%207C4%206.44772%204.44772%206%205%206L6%206C6.55228%206%207%206.44771%207%207L7%2010C7%2010.5523%206.55228%2011%206%2011L5%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%2011C8.44771%2011%208%2010.5523%208%2010L8%207C8%206.44771%208.44772%206%209%206L10%206C10.5523%206%2011%206.44771%2011%207L11%2010C11%2010.5523%2010.5523%2011%2010%2011L9%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%205C0.447715%205%20-2.81839e-07%204.55228%20-3.0598e-07%204L-4.37114e-07%201C-4.61255e-07%200.447715%200.447715%20-1.95703e-08%201%20-4.37114e-08L2%20-8.74228e-08C2.55228%20-1.11564e-07%203%200.447715%203%201L3%204C3%204.55228%202.55228%205%202%205L1%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%205C4.44772%205%204%204.55228%204%204L4%201C4%200.447715%204.44771%20-1.94416e-07%205%20-2.18557e-07L6%20-2.62268e-07C6.55228%20-2.86409e-07%207%200.447714%207%201L7%204C7%204.55228%206.55228%205%206%205L5%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%205C8.44771%205%208%204.55228%208%204L8%201C8%200.447714%208.44772%20-3.69261e-07%209%20-3.93402e-07L10%20-4.37114e-07C10.5523%20-4.61255e-07%2011%200.447714%2011%201L11%204C11%204.55228%2010.5523%205%2010%205L9%205Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__item.simple.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H4C4.55228%200%205%200.447715%205%201V2C5%202.55228%204.55228%203%204%203H1C0.447715%203%200%202.55228%200%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%205C0%204.44772%200.447715%204%201%204H4C4.55228%204%205%204.44772%205%205V6C5%206.55228%204.55228%207%204%207H1C0.447715%207%200%206.55228%200%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%209C0%208.44771%200.447715%208%201%208H4C4.55228%208%205%208.44772%205%209V10C5%2010.5523%204.55228%2011%204%2011H1C0.447715%2011%200%2010.5523%200%2010V9Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%201C6%200.447715%206.44772%200%207%200H10C10.5523%200%2011%200.447715%2011%201V2C11%202.55228%2010.5523%203%2010%203H7C6.44772%203%206%202.55228%206%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%205C6%204.44772%206.44772%204%207%204H10C10.5523%204%2011%204.44772%2011%205V6C11%206.55228%2010.5523%207%2010%207H7C6.44772%207%206%206.55228%206%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%209C6%208.44771%206.44772%208%207%208H10C10.5523%208%2011%208.44772%2011%209V10C11%2010.5523%2010.5523%2011%2010%2011H7C6.44772%2011%206%2010.5523%206%2010V9Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1.view_opened .shop-view__inner .shop-view__item.pricelist.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H10C10.5523%200%2011%200.447715%2011%201C11%201.55228%2010.5523%202%2010%202H1C0.447715%202%200%201.55228%200%201Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%204C0%203.44772%200.447715%203%201%203H10C10.5523%203%2011%203.44772%2011%204C11%204.55228%2010.5523%205%2010%205H1C0.447715%205%200%204.55228%200%204Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H10C10.5523%206%2011%206.44772%2011%207C11%207.55228%2010.5523%208%2010%208H1C0.447715%208%200%207.55228%200%207Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2010C0%209.44771%200.447715%209%201%209H10C10.5523%209%2011%209.44771%2011%2010C11%2010.5523%2010.5523%2011%2010%2011H1C0.447715%2011%200%2010.5523%200%2010Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__body {
  width: 135px;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__body .shop-view__item.active-view {
  opacity: 1;
  visibility: visible;
  -webkit-box-ordinal-group: inherit1;
  -moz-box-ordinal-group: inherit1;
  -webkit-order: inherit;
  -moz-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__btn {
  display: none;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__item.active-view {
  border: none;
  box-shadow: none;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__item.thumbs.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%2011C0.447715%2011%20-1.95703e-08%2010.5523%20-4.37114e-08%2010L-1.74846e-07%207C-1.98987e-07%206.44772%200.447715%206%201%206L2%206C2.55228%206%203%206.44772%203%207L3%2010C3%2010.5523%202.55228%2011%202%2011L1%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%2011C4.44772%2011%204%2010.5523%204%2010L4%207C4%206.44772%204.44772%206%205%206L6%206C6.55228%206%207%206.44771%207%207L7%2010C7%2010.5523%206.55228%2011%206%2011L5%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%2011C8.44771%2011%208%2010.5523%208%2010L8%207C8%206.44771%208.44772%206%209%206L10%206C10.5523%206%2011%206.44771%2011%207L11%2010C11%2010.5523%2010.5523%2011%2010%2011L9%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%205C0.447715%205%20-2.81839e-07%204.55228%20-3.0598e-07%204L-4.37114e-07%201C-4.61255e-07%200.447715%200.447715%20-1.95703e-08%201%20-4.37114e-08L2%20-8.74228e-08C2.55228%20-1.11564e-07%203%200.447715%203%201L3%204C3%204.55228%202.55228%205%202%205L1%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%205C4.44772%205%204%204.55228%204%204L4%201C4%200.447715%204.44771%20-1.94416e-07%205%20-2.18557e-07L6%20-2.62268e-07C6.55228%20-2.86409e-07%207%200.447714%207%201L7%204C7%204.55228%206.55228%205%206%205L5%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%205C8.44771%205%208%204.55228%208%204L8%201C8%200.447714%208.44772%20-3.69261e-07%209%20-3.93402e-07L10%20-4.37114e-07C10.5523%20-4.61255e-07%2011%200.447714%2011%201L11%204C11%204.55228%2010.5523%205%2010%205L9%205Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__item.simple.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H4C4.55228%200%205%200.447715%205%201V2C5%202.55228%204.55228%203%204%203H1C0.447715%203%200%202.55228%200%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%205C0%204.44772%200.447715%204%201%204H4C4.55228%204%205%204.44772%205%205V6C5%206.55228%204.55228%207%204%207H1C0.447715%207%200%206.55228%200%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%209C0%208.44771%200.447715%208%201%208H4C4.55228%208%205%208.44772%205%209V10C5%2010.5523%204.55228%2011%204%2011H1C0.447715%2011%200%2010.5523%200%2010V9Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%201C6%200.447715%206.44772%200%207%200H10C10.5523%200%2011%200.447715%2011%201V2C11%202.55228%2010.5523%203%2010%203H7C6.44772%203%206%202.55228%206%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%205C6%204.44772%206.44772%204%207%204H10C10.5523%204%2011%204.44772%2011%205V6C11%206.55228%2010.5523%207%2010%207H7C6.44772%207%206%206.55228%206%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%209C6%208.44771%206.44772%208%207%208H10C10.5523%208%2011%208.44772%2011%209V10C11%2010.5523%2010.5523%2011%2010%2011H7C6.44772%2011%206%2010.5523%206%2010V9Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__inner.active .shop-view__item.pricelist.active-view {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H10C10.5523%200%2011%200.447715%2011%201C11%201.55228%2010.5523%202%2010%202H1C0.447715%202%200%201.55228%200%201Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%204C0%203.44772%200.447715%203%201%203H10C10.5523%203%2011%203.44772%2011%204C11%204.55228%2010.5523%205%2010%205H1C0.447715%205%200%204.55228%200%204Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H10C10.5523%206%2011%206.44772%2011%207C11%207.55228%2010.5523%208%2010%208H1C0.447715%208%200%207.55228%200%207Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2010C0%209.44771%200.447715%209%201%209H10C10.5523%209%2011%209.44771%2011%2010C11%2010.5523%2010.5523%2011%2010%2011H1C0.447715%2011%200%2010.5523%200%2010Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  transition: all 0.2s;
  cursor: pointer;
}
.shop-view.view-1 .shop-view__body {
  width: 45px;
  overflow: hidden;
  transition: all 0.3s;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-view.view-1 .shop-view__item {
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 5px 2.5px;
}
.shop-view.view-1 .shop-view__item:hover {
  border: none;
  box-shadow: none;
}
.shop-view.view-1 .shop-view__item.active-view {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  visibility: visible;
}
.shop-view.view-1 .shop-view__item.thumbs {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M1%2011C0.447715%2011%20-1.95703e-08%2010.5523%20-4.37114e-08%2010L-1.74846e-07%207C-1.98987e-07%206.44772%200.447715%206%201%206L2%206C2.55228%206%203%206.44772%203%207L3%2010C3%2010.5523%202.55228%2011%202%2011L1%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M5%2011C4.44772%2011%204%2010.5523%204%2010L4%207C4%206.44772%204.44772%206%205%206L6%206C6.55228%206%207%206.44771%207%207L7%2010C7%2010.5523%206.55228%2011%206%2011L5%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M9%2011C8.44771%2011%208%2010.5523%208%2010L8%207C8%206.44771%208.44772%206%209%206L10%206C10.5523%206%2011%206.44771%2011%207L11%2010C11%2010.5523%2010.5523%2011%2010%2011L9%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M1%205C0.447715%205%20-2.81839e-07%204.55228%20-3.0598e-07%204L-4.37114e-07%201C-4.61255e-07%200.447715%200.447715%20-1.95703e-08%201%20-4.37114e-08L2%20-8.74228e-08C2.55228%20-1.11564e-07%203%200.447715%203%201L3%204C3%204.55228%202.55228%205%202%205L1%205Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M5%205C4.44772%205%204%204.55228%204%204L4%201C4%200.447715%204.44771%20-1.94416e-07%205%20-2.18557e-07L6%20-2.62268e-07C6.55228%20-2.86409e-07%207%200.447714%207%201L7%204C7%204.55228%206.55228%205%206%205L5%205Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M9%205C8.44771%205%208%204.55228%208%204L8%201C8%200.447714%208.44772%20-3.69261e-07%209%20-3.93402e-07L10%20-4.37114e-07C10.5523%20-4.61255e-07%2011%200.447714%2011%201L11%204C11%204.55228%2010.5523%205%2010%205L9%205Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #fff;
}
.shop-view.view-1 .shop-view__item.thumbs:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%2011C0.447715%2011%20-1.95703e-08%2010.5523%20-4.37114e-08%2010L-1.74846e-07%207C-1.98987e-07%206.44772%200.447715%206%201%206L2%206C2.55228%206%203%206.44772%203%207L3%2010C3%2010.5523%202.55228%2011%202%2011L1%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%2011C4.44772%2011%204%2010.5523%204%2010L4%207C4%206.44772%204.44772%206%205%206L6%206C6.55228%206%207%206.44771%207%207L7%2010C7%2010.5523%206.55228%2011%206%2011L5%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%2011C8.44771%2011%208%2010.5523%208%2010L8%207C8%206.44771%208.44772%206%209%206L10%206C10.5523%206%2011%206.44771%2011%207L11%2010C11%2010.5523%2010.5523%2011%2010%2011L9%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1%205C0.447715%205%20-2.81839e-07%204.55228%20-3.0598e-07%204L-4.37114e-07%201C-4.61255e-07%200.447715%200.447715%20-1.95703e-08%201%20-4.37114e-08L2%20-8.74228e-08C2.55228%20-1.11564e-07%203%200.447715%203%201L3%204C3%204.55228%202.55228%205%202%205L1%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%205C4.44772%205%204%204.55228%204%204L4%201C4%200.447715%204.44771%20-1.94416e-07%205%20-2.18557e-07L6%20-2.62268e-07C6.55228%20-2.86409e-07%207%200.447714%207%201L7%204C7%204.55228%206.55228%205%206%205L5%205Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%205C8.44771%205%208%204.55228%208%204L8%201C8%200.447714%208.44772%20-3.69261e-07%209%20-3.93402e-07L10%20-4.37114e-07C10.5523%20-4.61255e-07%2011%200.447714%2011%201L11%204C11%204.55228%2010.5523%205%2010%205L9%205Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__item.simple {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H4C4.55228%200%205%200.447715%205%201V2C5%202.55228%204.55228%203%204%203H1C0.447715%203%200%202.55228%200%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%205C0%204.44772%200.447715%204%201%204H4C4.55228%204%205%204.44772%205%205V6C5%206.55228%204.55228%207%204%207H1C0.447715%207%200%206.55228%200%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%209C0%208.44771%200.447715%208%201%208H4C4.55228%208%205%208.44772%205%209V10C5%2010.5523%204.55228%2011%204%2011H1C0.447715%2011%200%2010.5523%200%2010V9Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M6%201C6%200.447715%206.44772%200%207%200H10C10.5523%200%2011%200.447715%2011%201V2C11%202.55228%2010.5523%203%2010%203H7C6.44772%203%206%202.55228%206%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M6%205C6%204.44772%206.44772%204%207%204H10C10.5523%204%2011%204.44772%2011%205V6C11%206.55228%2010.5523%207%2010%207H7C6.44772%207%206%206.55228%206%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M6%209C6%208.44771%206.44772%208%207%208H10C10.5523%208%2011%208.44772%2011%209V10C11%2010.5523%2010.5523%2011%2010%2011H7C6.44772%2011%206%2010.5523%206%2010V9Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #fff;
}
.shop-view.view-1 .shop-view__item.simple:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H4C4.55228%200%205%200.447715%205%201V2C5%202.55228%204.55228%203%204%203H1C0.447715%203%200%202.55228%200%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%205C0%204.44772%200.447715%204%201%204H4C4.55228%204%205%204.44772%205%205V6C5%206.55228%204.55228%207%204%207H1C0.447715%207%200%206.55228%200%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%209C0%208.44771%200.447715%208%201%208H4C4.55228%208%205%208.44772%205%209V10C5%2010.5523%204.55228%2011%204%2011H1C0.447715%2011%200%2010.5523%200%2010V9Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%201C6%200.447715%206.44772%200%207%200H10C10.5523%200%2011%200.447715%2011%201V2C11%202.55228%2010.5523%203%2010%203H7C6.44772%203%206%202.55228%206%202V1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%205C6%204.44772%206.44772%204%207%204H10C10.5523%204%2011%204.44772%2011%205V6C11%206.55228%2010.5523%207%2010%207H7C6.44772%207%206%206.55228%206%206V5Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%209C6%208.44771%206.44772%208%207%208H10C10.5523%208%2011%208.44772%2011%209V10C11%2010.5523%2010.5523%2011%2010%2011H7C6.44772%2011%206%2010.5523%206%2010V9Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.shop-view.view-1 .shop-view__item.pricelist {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H10C10.5523%200%2011%200.447715%2011%201C11%201.55228%2010.5523%202%2010%202H1C0.447715%202%200%201.55228%200%201Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%204C0%203.44772%200.447715%203%201%203H10C10.5523%203%2011%203.44772%2011%204C11%204.55228%2010.5523%205%2010%205H1C0.447715%205%200%204.55228%200%204Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H10C10.5523%206%2011%206.44772%2011%207C11%207.55228%2010.5523%208%2010%208H1C0.447715%208%200%207.55228%200%207Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%2010C0%209.44771%200.447715%209%201%209H10C10.5523%209%2011%209.44771%2011%2010C11%2010.5523%2010.5523%2011%2010%2011H1C0.447715%2011%200%2010.5523%200%2010Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #fff;
}
.shop-view.view-1 .shop-view__item.pricelist:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200H10C10.5523%200%2011%200.447715%2011%201C11%201.55228%2010.5523%202%2010%202H1C0.447715%202%200%201.55228%200%201Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%204C0%203.44772%200.447715%203%201%203H10C10.5523%203%2011%203.44772%2011%204C11%204.55228%2010.5523%205%2010%205H1C0.447715%205%200%204.55228%200%204Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H10C10.5523%206%2011%206.44772%2011%207C11%207.55228%2010.5523%208%2010%208H1C0.447715%208%200%207.55228%200%207Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2010C0%209.44771%200.447715%209%201%209H10C10.5523%209%2011%209.44771%2011%2010C11%2010.5523%2010.5523%2011%2010%2011H1C0.447715%2011%200%2010.5523%200%2010Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
/*Виды отображения товаров*/
/*БЛОК ДОППОЛЕЙ С ЦВЕТОМ .shop2-color-ext-list*/
/*ПОЛЯ .param-val*/
/*БЕГУНОК .input_range_slider*/
.filter-container {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  padding: 30px 0px;
  margin-top: 87px;
}
.filter-block {
  text-align: left;
}
.filter-block .shop2-filter__header {
  font: 700 23px "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding: 0 0 24px 38px;
  position: relative;
  margin: 0 30px;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__header {
    margin: 0;
    padding: 0 0 40px;
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .filter-block .shop2-filter__header {
    padding: 0 0 30px;
    font-size: 25px;
  }
}
.filter-block .shop2-filter__header:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M3%208.5C3%207.67157%203.67157%207%204.5%207H13.5C14.3284%207%2015%207.67157%2015%208.5C15%209.32843%2014.3284%2010%2013.5%2010H4.5C3.67157%2010%203%209.32843%203%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6%2015.5C6%2014.6716%206.67157%2014%207.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H7.5C6.67157%2017%206%2016.3284%206%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__header:before {
    display: none;
  }
}
.filter-block .shop2-filter {
  padding: 0;
  margin: 0;
  border: none;
}
.filter-block .shop2-filter .result {
  margin: 0 0 0 10px;
  padding: 0;
  height: auto;
  background: none;
  font-size: 15px;
  font-weight: normal;
  line-height: inherit;
  color: #004592;
  display: inline-block;
  vertical-align: top;
}
.filter-block .shop2-filter__result-title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #004592;
  font-weight: normal;
}
.filter-block .shop2-filter__result-wrap {
  padding: 0 0 20px;
  font-size: 0;
}
.filter-block .shop2-filter__item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.05);
  padding: 0px 30px;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__item {
    padding: 0;
    border: none;
  }
}
.filter-block .shop2-filter__item:last-child {
  margin-bottom: 0;
}
.filter-block .shop2-filter__title {
  padding: 20px 30px 20px 0;
  margin: 0;
  color: #004592;
  font: 500 16px "Rubik", Arial, Helvetica, sans-serif;
  border: none;
  background: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__title {
    pointer-events: none;
    padding: 0 0 15px;
  }
}
.filter-block .shop2-filter__title.active {
  border: none;
  background: none;
  box-shadow: none;
}
.filter-block .shop2-filter__title.active:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.filter-block .shop2-filter__title:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%2F%3E%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__title:before {
    display: none;
  }
}
.filter-block .shop2-filter__body {
  font-size: 0;
  padding: 10px 0 30px;
  display: none;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__body {
    display: block;
    padding: 0 0 30px;
  }
}
.filter-block .input-from, .filter-block .input-to {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
}
.filter-block .input-from {
  margin-right: 10px;
}
.filter-block .shop2-filter__checkbox {
  margin: 0 0 15px 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-block .shop2-filter__checkbox .param-val {
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #004592;
  font: 400 15px "Rubik", Arial, Helvetica, sans-serif;
  padding: 1px 0 0px 40px;
  min-height: 25px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.filter-block .shop2-filter__checkbox .param-val:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: none;
  border-radius: 5px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.filter-block .shop2-filter__checkbox .param-val:hover {
  color: #004592;
}
.filter-block .shop2-filter__checkbox .param-val:hover:before {
  border: none;
  box-shadow: none;
  background: #004592;
}
.filter-block .shop2-filter__checkbox .param-val.active-val {
  background: none;
  font: 400 15px "Rubik", Arial, Helvetica, sans-serif;
  padding: 1px 0 0px 40px;
  color: #004592;
}
.filter-block .shop2-filter__checkbox .param-val.active-val:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover {
  color: #004592;
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover:before {
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.filter-block .shop2-filter__params .shop2-filter__checkbox:nth-child(n+7) {
  display: none;
}
.filter-block .shop2-filter__params .shop2-filter__checkbox.active {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-block .show_more_fields {
  padding: 10px 0 0;
}
.filter-block .show_more_fields .show_more_fields_btn {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  color: #004592;
  padding: 9px 35px 9px 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%205.55229%200.447716%206%201%206L4%206V9C4%209.55229%204.44772%2010%205%2010C5.55228%2010%206%209.55229%206%209L6%206L9%206C9.55228%206%2010%205.55229%2010%205C10%204.44772%209.55228%204%209%204L6%204V1C6%200.447715%205.55228%200%205%200C4.44772%200%204%200.447716%204%201L4%204H1C0.447715%204%200%204.44772%200%205Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat rgba(0, 69, 146, 0.1);
  transition: background-color 0.3s;
  text-decoration: none;
  border-radius: 5px;
}
.filter-block .show_more_fields .show_more_fields_btn.active {
  background: rgba(0, 69, 146, 0.1);
  padding: 9px 20px;
}
.filter-block .show_more_fields .show_more_fields_btn.active:hover {
  background: rgba(0, 69, 146, 0.3);
}
.filter-block .show_more_fields .show_more_fields_btn:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%205.55229%200.447716%206%201%206L4%206V9C4%209.55229%204.44772%2010%205%2010C5.55228%2010%206%209.55229%206%209L6%206L9%206C9.55228%206%2010%205.55229%2010%205C10%204.44772%209.55228%204%209%204L6%204V1C6%200.447715%205.55228%200%205%200C4.44772%200%204%200.447716%204%201L4%204H1C0.447715%204%200%204.44772%200%205Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat rgba(0, 69, 146, 0.3);
}
.filter-block .show_more_fields .show_more_amount {
  display: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list {
  padding: 0;
  overflow: visible;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li {
  float: none;
  border: none;
  background: none;
  vertical-align: top;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 15px 10px 0;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li:last-child {
  margin-bottom: 0;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected .color_title .color_icon:before {
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2014%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.047%2C9.837%20C4.845%2C9.837%204.642%2C9.761%204.485%2C9.608%20L0.242%2C5.488%20C-0.081%2C5.174%20-0.092%2C4.654%200.219%2C4.326%20C0.529%2C3.999%201.043%2C3.987%201.366%2C4.302%20L5.029%2C7.858%20L12.403%2C0.221%20C12.718%2C-0.104%2013.231%2C-0.108%2013.552%2C0.207%20C13.872%2C0.525%2013.878%2C1.045%2013.565%2C1.370%20L5.628%2C9.590%20C5.469%2C9.755%205.258%2C9.837%205.047%2C9.837%20Z%22%20%2F%3E%3C%2Fsvg%3E") 50% no-repeat, linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  box-shadow: 0 0 0 2px #004592, inset 0 0 0 2px #ffffff;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .color_title {
  display: block !important;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .color_title .color_icon {
  position: relative;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .color_title .color_icon:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .color_title .col_title {
  display: none;
}
.filter-block .shop2-filter__btns {
  font-size: 0;
  padding: 30px 30px 0;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__btns {
    padding: 20px 0 0;
  }
}
@media (max-width: 639px) {
  .filter-block .shop2-filter__btns {
    padding: 0;
  }
}
.filter-block .shop2-filter__btns .shop2-filter-go {
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  .filter-block .shop2-filter__btns .shop2-filter-go {
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 639px) {
  .filter-block .shop2-filter__btns .shop2-filter-go {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.filter-block .shop2-filter__btns .filter-reset {
  background: rgba(0, 69, 146, 0.05);
}
.filter-block .shop2-filter__btns .filter-reset:hover {
  background: #004592;
}
@media (max-width: 639px) {
  .filter-block .shop2-filter__btns .filter-reset {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.filter-block .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  height: 2px;
  border-radius: 0px;
  margin-top: 52px;
  margin-right: 32px;
}
.filter-block .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 16px;
  right: -16px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: inset 0 0px 0px 2px rgba(0, 69, 146, 0.05);
  border-radius: 0px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 2px;
  border: none;
  background: #004592;
  box-shadow: none;
  border-radius: 0px;
  margin: 0 0 0 16px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -37px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 5px 5px 0 5px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: transparent;
  box-shadow: none;
  /*&:after{
		    	position: absolute;
		    	content: '';		    	
		    	top: 100%;
			    right: 0;
			    border: 4px solid transparent;
			    border-top: 3px solid $m1;
			    border-right: 3px solid $m1;
		    }*/
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:last-child {
  border-radius: 5px 5px 5px 0;
  /*&:after{
			    	position: absolute;
			    	content: '';		    	
			    	top: 100%;
				    right: auto;
				    left: 0;
				    border: 4px solid transparent;
				    border-left: 3px solid $m1;
				    border-top: 3px solid $m1;
			    }*/
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:last-child:after {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 16px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2239px%22%20%20viewBox%3D%220%200%2032%2039%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M32%205C32%202.23858%2029.7614%200%2027%200H5C2.23858%200%200%202.23858%200%205V39L7%2032H27C29.7614%2032%2032%2029.7614%2032%2027V5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 32px;
  height: 39px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:last-child:before {
  left: auto;
  right: 0;
  margin: -4px -6px 0 0px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201V7C2%207.55228%201.55228%208%201%208C0.447715%208%200%207.55228%200%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M10%201C10%200.447715%2010.4477%200%2011%200C11.5523%200%2012%200.447715%2012%201V7C12%207.55228%2011.5523%208%2011%208C10.4477%208%2010%207.55228%2010%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M5%201C5%200.447715%205.44772%200%206%200C6.55228%200%207%200.447715%207%201V7C7%207.55228%206.55228%208%206%208C5.44772%208%205%207.55228%205%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin: -4px 0 0 -6px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201V7C2%207.55228%201.55228%208%201%208C0.447715%208%200%207.55228%200%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M10%201C10%200.447715%2010.4477%200%2011%200C11.5523%200%2012%200.447715%2012%201V7C12%207.55228%2011.5523%208%2011%208C10.4477%208%2010%207.55228%2010%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M5%201C5%200.447715%205.44772%200%206%200C6.55228%200%207%200.447715%207%201V7C7%207.55228%206.55228%208%206%208C5.44772%208%205%207.55228%205%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  z-index: 1;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:after {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: -16px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2239px%22%20%20viewBox%3D%220%200%2032%2039%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%202.23858%202.23858%200%205%200H27C29.7614%200%2032%202.23858%2032%205V39L25%2032H5C2.23858%2032%200%2029.7614%200%2027V5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 32px;
  height: 39px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  box-shadow: none;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:active, .filter-block .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  border: none;
  box-shadow: none;
}
.remodal[data-remodal-id="filter-1"] {
  max-width: 450px;
  padding: 60px 50px 50px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="filter-1"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
/*Фильтр*/
.sorting-panel {
  margin: 20px 0 0;
  padding: 0;
  background: transparent;
}
.sorting-panel__inner {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sorting-panel .filter-popup-btn {
  margin-right: 30px;
  padding: 15.5px 20px 15.5px 58px;
  font-weight: bold;
  font-size: 18px;
  color: #004592;
  background: #FFF;
  border: 1px solid rgba(0, 69, 146, 0.1);
}
.sorting-panel .filter-popup-btn:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 19px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3%208.5C3%207.67157%203.67157%207%204.5%207H13.5C14.3284%207%2015%207.67157%2015%208.5C15%209.32843%2014.3284%2010%2013.5%2010H4.5C3.67157%2010%203%209.32843%203%208.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6%2015.5C6%2014.6716%206.67157%2014%207.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H7.5C6.67157%2017%206%2016.3284%206%2015.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 480px) {
  .sorting-panel .filter-popup-btn:before {
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
  }
}
.sorting-panel .filter-popup-btn:hover {
  color: #004592;
  background: #FFF;
  border: 1px solid rgba(0, 69, 146, 0.1);
}
@media (max-width: 480px) {
  .sorting-panel .filter-popup-btn {
    margin-right: 0;
    padding: 0;
    width: 55px;
    height: 55px;
    font-size: 0;
  }
}
.sorting-panel .sorting {
  margin-right: auto;
}
@media (max-width: 767px) {
  .sorting-panel .sorting {
    margin-right: 0;
    margin-left: auto;
  }
}
.sorting-block {
  position: relative;
  z-index: 1;
  width: 267px;
  height: 55px;
  font: 400 17px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .sorting-block {
    width: 205px;
    font-size: 15px;
  }
}
.sorting-block .sorting-block__inner {
  background: #fff;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
  border-radius: 10px;
  color: #004592;
  transition: background 0.3s, color 0.3s;
}
.sorting-block .sorting-block__inner.active {
  background: #004592;
  border: none;
  box-shadow: none;
  color: #fff;
}
.sorting-block .sorting-block__inner.active .sorting-block__body:before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
}
.sorting-block .sorting-block__body {
  position: relative;
  cursor: pointer;
  height: 55px;
  border-radius: 10px;
}
.sorting-block .sorting-block__body:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23004592%22%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .sorting-block .sorting-block__body:before {
    width: 30px;
  }
}
.sorting-block .sorting-block__body span {
  position: relative;
  display: block;
  padding: 17.5px 30px 17.5px 30px;
}
.sorting-block .sorting-block__body span.no-sorting {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .sorting-block .sorting-block__body span.no-sorting {
    padding-left: 20px;
  }
}
.sorting-block .sorting-block__body span.asc_param {
  background: none;
}
.sorting-block .sorting-block__body span.desc_param {
  background: none;
}
.sorting-block .sorting-block__popup {
  display: none;
  padding: 0 0 10px;
}
.sorting-block .sorting-block__popup .sort-reset {
  position: relative;
  display: block;
  text-decoration: none;
  font: 400 16px/ normal "Rubik", Arial, Helvetica, sans-serif;
  transition: all 0.2s;
  color: rgba(255, 255, 255, 0.4);
  padding: 17.5px 30px 17.5px 30px;
}
.sorting-block .sorting-block__popup .sort-reset:hover {
  color: #fff;
}
.sorting-block .sorting-block__popup .sort-param {
  position: relative;
  display: block;
  text-decoration: none;
  font: 400 16px/ normal "Rubik", Arial, Helvetica, sans-serif;
  transition: all 0.2s;
  color: rgba(255, 255, 255, 0.4);
  padding: 17.5px 30px 17.5px 30px;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .sorting-block .sorting-block__popup .sort-param {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sorting-block .sorting-block__popup .sort-param:hover {
  color: #fff;
}
.sorting-block .sorting-block__popup .sort-param.asc_param {
  background: none;
}
.sorting-block .sorting-block__popup .sort-param.asc_param:hover {
  background: none;
}
.sorting-block .sorting-block__popup .sort-param.asc_param.active {
  color: #fff;
  background: none;
}
.sorting-block .sorting-block__popup .sort-param.desc_param {
  background: none;
}
.sorting-block .sorting-block__popup .sort-param.desc_param:hover {
  background: none;
}
.sorting-block .sorting-block__popup .sort-param.desc_param.active {
  color: #fff;
  background: none;
}
/*Сортировка*/
/*ЦИФРЫ*/
/*СТРЕЛКИ*/
/*КНОПКА "ПРЕД."*/
/*КНОПКА "СЛЕД."*/
.shop-pagelist {
  text-align: right;
}
@media (max-width: 767px) {
  .shop-pagelist {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .shop-pagelist {
    margin-top: 10px;
  }
}
.shop-pagelist__body, .shop-pagelist__mobile {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px;
  padding: 4px 5px;
}
.shop-pagelist__body li, .shop-pagelist__mobile li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.shop-pagelist__body li a, .shop-pagelist__mobile li a {
  position: relative;
  text-decoration: none;
  transition: all 0.2s;
}
.shop-pagelist__body .page-num, .shop-pagelist__mobile .page-num {
  font: 700 16px/45px "Exo", Arial, Helvetica, sans-serif;
  width: 33px;
  height: 45px;
  margin: 0 1px;
}
@media screen and (max-width: 767px) {
  .shop-pagelist__body .page-num, .shop-pagelist__mobile .page-num {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}
.shop-pagelist__body .page-num.active-num, .shop-pagelist__mobile .page-num.active-num {
  color: #004592;
  background: transparent;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num.page_first, .shop-pagelist__body .page-num.page_last, .shop-pagelist__mobile .page-num.page_first, .shop-pagelist__mobile .page-num.page_last {
  margin: 0;
}
.shop-pagelist__body .page-num span, .shop-pagelist__mobile .page-num span {
  display: block;
}
.shop-pagelist__body .page-num a, .shop-pagelist__mobile .page-num a {
  display: block;
  transition: all 0.2s;
  color: #004592;
  background: #fff;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:hover, .shop-pagelist__mobile .page-num a:hover {
  color: #004592;
  background: #fff;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:active, .shop-pagelist__mobile .page-num a:active {
  color: #004592;
  background: #fff;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-dots, .shop-pagelist__mobile .page-dots {
  font: 700 16px/45px "Exo", Arial, Helvetica, sans-serif;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .shop-pagelist__body .page-dots, .shop-pagelist__mobile .page-dots {
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px;
  }
}
.shop-pagelist__body .page-dots span, .shop-pagelist__mobile .page-dots span {
  display: block;
}
.shop-pagelist__body .page-prev a, .shop-pagelist__body .page-next a, .shop-pagelist__mobile .page-prev a, .shop-pagelist__mobile .page-next a {
  position: relative;
  display: block;
  padding: 0 40px;
  height: 45px;
  font: 400 18px/45px "Rubik", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .shop-pagelist__body .page-prev a, .shop-pagelist__body .page-next a, .shop-pagelist__mobile .page-prev a, .shop-pagelist__mobile .page-next a {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}
.shop-pagelist__body .page-prev, .shop-pagelist__mobile .page-prev {
  margin: 0 10px 0 0;
}
.shop-pagelist__body .page-prev.not_active a, .shop-pagelist__mobile .page-prev.not_active a {
  pointer-events: none;
  background-color: rgba(0, 69, 146, 0.5);
}
.shop-pagelist__body .page-prev.only_icons a, .shop-pagelist__mobile .page-prev.only_icons a {
  padding: 0;
  font-size: 0;
  width: 45px;
  background-position: 50%;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .shop-pagelist__body .page-prev.only_icons a, .shop-pagelist__mobile .page-prev.only_icons a {
    width: 40px;
  }
}
.shop-pagelist__body .page-prev.only_icons a:hover, .shop-pagelist__body .page-prev.only_icons a:active, .shop-pagelist__mobile .page-prev.only_icons a:hover, .shop-pagelist__mobile .page-prev.only_icons a:active {
  background-position: 50%;
}
.shop-pagelist__body .page-prev a, .shop-pagelist__mobile .page-prev a {
  padding: 0 30px 0 50px;
  color: #004592;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M6.72%2011.0447L0.32%206.24467C-0.106667%205.92467%20-0.106667%205.28467%200.32%204.96467L6.72%200.164673C7.25333%20-0.235327%208%200.138007%208%200.804673V10.4047C8%2011.0713%207.25333%2011.4447%206.72%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-prev a:hover, .shop-pagelist__mobile .page-prev a:hover {
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M6.72%2011.0447L0.32%206.24467C-0.106667%205.92467%20-0.106667%205.28467%200.32%204.96467L6.72%200.164673C7.25333%20-0.235327%208%200.138007%208%200.804673V10.4047C8%2011.0713%207.25333%2011.4447%206.72%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-prev a:active, .shop-pagelist__mobile .page-prev a:active {
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M6.72%2011.0447L0.32%206.24467C-0.106667%205.92467%20-0.106667%205.28467%200.32%204.96467L6.72%200.164673C7.25333%20-0.235327%208%200.138007%208%200.804673V10.4047C8%2011.0713%207.25333%2011.4447%206.72%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-next, .shop-pagelist__mobile .page-next {
  margin: 0 0 0 10px;
}
.shop-pagelist__body .page-next.not_active a, .shop-pagelist__mobile .page-next.not_active a {
  pointer-events: none;
  background-color: rgba(0, 69, 146, 0.5);
}
.shop-pagelist__body .page-next.only_icons a, .shop-pagelist__mobile .page-next.only_icons a {
  padding: 0;
  font-size: 0;
  width: 45px;
  background-position: 50%;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .shop-pagelist__body .page-next.only_icons a, .shop-pagelist__mobile .page-next.only_icons a {
    width: 40px;
  }
}
.shop-pagelist__body .page-next.only_icons a:hover, .shop-pagelist__body .page-next.only_icons a:active, .shop-pagelist__mobile .page-next.only_icons a:hover, .shop-pagelist__mobile .page-next.only_icons a:active {
  background-position: 50%;
}
.shop-pagelist__body .page-next a, .shop-pagelist__mobile .page-next a {
  padding: 0 50px 0 30px;
  color: #004592;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M1.28%2011.0447L7.68%206.24467C8.10667%205.92467%208.10667%205.28467%207.68%204.96467L1.28%200.164673C0.746666%20-0.235327%200%200.138007%200%200.804673V10.4047C0%2011.0713%200.746666%2011.4447%201.28%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-next a:hover, .shop-pagelist__mobile .page-next a:hover {
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M1.28%2011.0447L7.68%206.24467C8.10667%205.92467%208.10667%205.28467%207.68%204.96467L1.28%200.164673C0.746666%20-0.235327%200%200.138007%200%200.804673V10.4047C0%2011.0713%200.746666%2011.4447%201.28%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-next a:active, .shop-pagelist__mobile .page-next a:active {
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M1.28%2011.0447L7.68%206.24467C8.10667%205.92467%208.10667%205.28467%207.68%204.96467L1.28%200.164673C0.746666%20-0.235327%200%200.138007%200%200.804673V10.4047C0%2011.0713%200.746666%2011.4447%201.28%2011.0447Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
  box-shadow: none;
  border: none;
}
.shop-pagelist__mobile {
  display: none;
}
.shop-pagelist__mobile .page-prev, .shop-pagelist__mobile .page-next {
  display: block;
}
/*Пагинация*/
.login-form__header {
  font: 700 30px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding: 0 0 40px;
}
@media (max-width: 639px) {
  .login-form__header {
    font-size: 25px;
    padding: 0 0 30px;
  }
}
.login-form__row {
  margin: 0 0 20px;
}
.login-form .login-btns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-form .login-btns .gr-button-1 {
  margin: 0 20px 20px 0;
}
.login-form .login-btns .forgot_btn {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  -webkit-order: -3;
  -moz-order: -3;
  -ms-flex-order: -3;
  order: -3;
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 69, 146, 0.3);
  text-decoration: none;
  display: block;
  width: 100%;
}
.login-form .login-btns .forgot_btn:hover {
  text-decoration: underline;
}
.login-form .login-btns .register_btn {
  margin: 0 0 20px;
}
.login-form .user-block__info {
  margin-bottom: 20px;
}
.login-form .user-block__title {
  color: #004592;
  font: 500 16px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 5px;
}
.login-form .user-block__settings {
  margin-bottom: 20px;
}
.login-form .user-block__buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .login-form .user-block__buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.login-form .user-block__buttons .log-out_btn {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .login-form .user-block__buttons .log-out_btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.login-form .user-block__name {
  color: #004592;
  font-weight: 500;
  font-size: 18px;
}
.login-form .user-block__name a {
  text-decoration: none;
}
.remodal[data-remodal-id="login_popap"] {
  max-width: 450px;
  padding: 60px 50px 30px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="login_popap"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
.g-auth__social-min {
  border: none !important;
  padding-top: 0 !important;
  margin: 30px 0 0;
}
.g-auth__social-min .g-form-field__title {
  margin: 0 0 25px;
}
.g-auth__social-min .g-form-field__title b {
  font-weight: 500;
  font-size: 21px;
  color: #004592;
}
.g-auth__social-min .g-social {
  padding-bottom: 20px;
}
.g-auth__social-min .g-auth__personal-note {
  font-size: 13px;
  color: #004592;
  max-width: 100%;
}
/*Авторизация*/
.search-form__header {
  font: 700 30px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  padding: 0 0 40px;
}
@media (max-width: 639px) {
  .search-form__header {
    font-size: 25px;
    padding: 0 0 30px;
  }
}
.search-form .search-rows__row {
  margin: 0 0 30px;
}
.search-form .row-body {
  font-size: 0;
}
.search-form .input-from, .search-form .input-to {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.search-form .input-from {
  margin-right: 20px;
}
.search-form .search-rows__btn {
  padding-top: 10px;
}
.search-form .shop2-color-ext-select {
  height: 47px;
}
.search-form .shop2-color-ext-select .shop2-color-ext-options {
  padding: 8px 20px 0 15px;
}
.search-form .shop2-color-ext-select .shop2-color-ext-options li div {
  margin-top: 6px;
  font: normal 16px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.search-form .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  height: 2px;
  border-radius: 0px;
  margin-top: 52px;
  margin-right: 32px;
}
.search-form .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 16px;
  right: -16px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: inset 0 0px 0px 2px rgba(0, 69, 146, 0.05);
  border-radius: 0px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 2px;
  border: none;
  background: #004592;
  box-shadow: none;
  border-radius: 0px;
  margin: 0 0 0 16px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -37px;
  z-index: 2;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 5px 5px 0 5px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: transparent;
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:last-child {
  border-radius: 5px 5px 5px 0;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:last-child:after {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 16px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2239px%22%20%20viewBox%3D%220%200%2032%2039%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M32%205C32%202.23858%2029.7614%200%2027%200H5C2.23858%200%200%202.23858%200%205V39L7%2032H27C29.7614%2032%2032%2029.7614%2032%2027V5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 32px;
  height: 39px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:last-child:before {
  left: auto;
  right: 0;
  margin: -4px -6px 0 0px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201V7C2%207.55228%201.55228%208%201%208C0.447715%208%200%207.55228%200%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M10%201C10%200.447715%2010.4477%200%2011%200C11.5523%200%2012%200.447715%2012%201V7C12%207.55228%2011.5523%208%2011%208C10.4477%208%2010%207.55228%2010%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M5%201C5%200.447715%205.44772%200%206%200C6.55228%200%207%200.447715%207%201V7C7%207.55228%206.55228%208%206%208C5.44772%208%205%207.55228%205%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin: -4px 0 0 -6px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201V7C2%207.55228%201.55228%208%201%208C0.447715%208%200%207.55228%200%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M10%201C10%200.447715%2010.4477%200%2011%200C11.5523%200%2012%200.447715%2012%201V7C12%207.55228%2011.5523%208%2011%208C10.4477%208%2010%207.55228%2010%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M5%201C5%200.447715%205.44772%200%206%200C6.55228%200%207%200.447715%207%201V7C7%207.55228%206.55228%208%206%208C5.44772%208%205%207.55228%205%207V1Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  z-index: 1;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:after {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: -16px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2239px%22%20%20viewBox%3D%220%200%2032%2039%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%202.23858%202.23858%200%205%200H27C29.7614%200%2032%202.23858%2032%205V39L25%2032H5C2.23858%2032%200%2029.7614%200%2027V5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 32px;
  height: 39px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:active, .search-form .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  border: none;
  box-shadow: none;
}
.remodal[data-remodal-id="search_param_popap"] {
  max-width: 450px;
  padding: 60px 50px 50px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
  margin-top: 150px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="search_param_popap"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
/*Поиск*/
.shop2-warning, .shop2-info {
  position: relative;
  color: rgba(255, 0, 0, 0.5);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  min-height: 0;
  border: none;
  box-shadow: none;
  background: rgba(255, 0, 0, 0.05);
  border-radius: 10px;
  margin: 20px 0 30px;
  padding: 18px 20px 18px 70px;
}
@media (max-width: 767px) {
  .shop2-warning, .shop2-info {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .shop2-warning, .shop2-info {
    padding: 12px 20px 12px 70px;
  }
}
.shop2-warning:before, .shop2-info:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2230px%22%20height%3D%2230px%22%20%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FF0000%22%20opacity%3D%220.45%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15%200C23.284%200%2030%206.716%2030%2015C30%2023.284%2023.284%2030%2015%2030C6.715%2030%200%2023.284%200%2015C0%206.716%206.715%200%2015%200ZM15%2022.856C13.816%2022.856%2012.856%2021.897%2012.856%2020.714C12.856%2019.53%2013.816%2018.571%2015%2018.571C16.183%2018.571%2017.142%2019.53%2017.142%2020.714C17.142%2021.897%2016.183%2022.856%2015%2022.856ZM13.57%207.142H16.428V17.142H13.57V7.142Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.shop2-warning p, .shop2-info p {
  margin-top: 0;
}
.shop2-warning h1, .shop2-warning h2, .shop2-warning h3, .shop2-warning h4, .shop2-warning h5, .shop2-warning h6, .shop2-info h1, .shop2-info h2, .shop2-info h3, .shop2-info h4, .shop2-info h5, .shop2-info h6 {
  margin: 0;
  text-align: left;
  color: rgba(255, 0, 0, 0.5);
  font-size: 19px;
}
@media (max-width: 767px) {
  .shop2-warning h1, .shop2-warning h2, .shop2-warning h3, .shop2-warning h4, .shop2-warning h5, .shop2-warning h6, .shop2-info h1, .shop2-info h2, .shop2-info h3, .shop2-info h4, .shop2-info h5, .shop2-info h6 {
    font-size: 16px;
  }
}
.shop2-warning ul, .shop2-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop2-info {
  padding: 52px 40px 57px 40px;
  background: rgba(255, 86, 64, 0.1);
}
@media screen and (max-width: 1023px) {
  .shop2-info {
    padding: 30px 40px 32px 40px;
  }
}
@media screen and (max-width: 639px) {
  .shop2-info {
    padding: 20px 35px 20px;
  }
}
.shop2-info:before {
  display: none;
}
.shop2-color-ext-select {
  cursor: pointer;
  height: auto;
  width: 100%;
  font: normal 16px "Rubik", Arial, Helvetica, sans-serif;
  outline: none;
  border-radius: 5px;
  transition: all 0.2s;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat #fff;
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.1);
}
.shop2-color-ext-select:hover {
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.shop2-color-ext-select:hover .shop2-color-ext-options li div {
  color: #004592;
}
.shop2-color-ext-select.active {
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2.74773%201.05194C2.16195%200.466155%201.2122%200.466155%200.626412%201.05194C0.0406259%201.63773%200.040626%202.58748%200.626412%203.17326L4.01473%206.56066C4.60051%207.14645%205.55026%207.14645%206.13605%206.56066L9.50001%203.1967C10.0858%202.61091%2010.0858%201.66117%209.50001%201.07538C8.91422%200.489593%207.96447%200.489593%207.37869%201.07538L5.07493%203.37914L2.74773%201.05194Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") right 24px top 50% no-repeat rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
.shop2-color-ext-select.active .shop2-color-ext-options li div {
  color: #004592;
}
.shop2-color-ext-select i {
  display: none !important;
}
.shop2-color-ext-select .shop2-color-ext-options {
  padding: 8px 20px 9px 10px;
}
.shop2-color-ext-select .shop2-color-ext-options li {
  background: none !important;
}
.shop2-color-ext-select .shop2-color-ext-options li.no_pic {
  padding-left: 8px !important;
  display: block !important;
}
.shop2-color-ext-select .shop2-color-ext-options li span {
  width: 30px !important;
  height: 30px;
  border: none;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 50%;
}
.shop2-color-ext-select .shop2-color-ext-options li span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #000;
}
.shop2-color-ext-select .shop2-color-ext-options li div {
  color: rgba(0, 69, 146, 0.3);
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-top: 7px;
}
.shop2-color-ext-select .shop2-color-ext-options li ins {
  display: none;
}
#shop2-color-ext-popup, #shop2-color-ext-select {
  margin-top: 53px;
  border: none;
  z-index: 100000;
  padding: 5px 7px;
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0px 0px 1px rgba(0, 69, 146, 0.3);
}
#shop2-color-ext-popup li, #shop2-color-ext-select li {
  border-radius: 0;
  transition: all 0.2s;
  height: auto !important;
  background: none !important;
  padding: 4px 6px !important;
}
#shop2-color-ext-popup li:hover, #shop2-color-ext-select li:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected, #shop2-color-ext-select li.shop2-color-ext-selected {
  outline: none !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected span, #shop2-color-ext-select li.shop2-color-ext-selected span {
  outline: none !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected em, #shop2-color-ext-select li.shop2-color-ext-selected em {
  display: none !important;
}
#shop2-color-ext-popup li.no_bg, #shop2-color-ext-select li.no_bg {
  padding: 9px 6px !important;
}
#shop2-color-ext-popup li.no_bg div, #shop2-color-ext-select li.no_bg div {
  margin-top: 0 !important;
}
#shop2-color-ext-popup li span, #shop2-color-ext-select li span {
  position: relative;
  border: none;
  width: 28px !important;
  height: 28px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
#shop2-color-ext-popup li span:before, #shop2-color-ext-select li span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #000;
}
#shop2-color-ext-popup li div, #shop2-color-ext-select li div {
  color: rgba(0, 69, 146, 0.3);
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin: 5px 12px 0 0;
}
#shop2-color-ext-popup li ins, #shop2-color-ext-select li ins {
  display: none;
}
.shop2-panel {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  height: 56px;
}
.shop2-panel .shop-panel-content {
  max-width: 960px;
  margin: 0 auto;
  line-height: 52px;
  text-align: center;
}
.shop2-panel .shop-panel-content a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.shop2-panel .shop-panel-content a.shop2-panel-link-disabled {
  color: rgba(255, 255, 255, 0.7);
}
.shop2-panel .shop-panel-content .shop2-panel-count {
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 22px;
}
.shop2-panel .shop-panel-content .shop-panel-compare {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  position: relative;
}
.shop2-panel .shop-panel-content .shop-panel-compare:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2230%22%20height%3D%2223%22%20viewBox%3D%220%200%2030%2023%22%3E%0A%20%20%3Cpath%20fill%3D%22rgba%28255%2C255%2C255%2C.5%29%22%20d%3D%22M23.500%2C5.000%20L17.221%2C5.000%20C16.672%2C5.609%2015.885%2C6.000%2015.000%2C6.000%20C14.115%2C6.000%2013.328%2C5.609%2012.779%2C5.000%20L6.500%2C5.000%20C5.672%2C5.000%205.000%2C4.328%205.000%2C3.500%20L5.000%2C2.500%20C5.000%2C1.671%205.672%2C1.000%206.500%2C1.000%20L12.779%2C1.000%20C13.328%2C0.390%2014.115%2C-0.000%2015.000%2C-0.000%20C15.885%2C-0.000%2016.672%2C0.390%2017.221%2C1.000%20L23.500%2C1.000%20C24.328%2C1.000%2025.000%2C1.671%2025.000%2C2.500%20L25.000%2C3.500%20C25.000%2C4.328%2024.328%2C5.000%2023.500%2C5.000%20ZM15.000%2C2.000%20C14.448%2C2.000%2014.000%2C2.448%2014.000%2C3.000%20C14.000%2C3.552%2014.448%2C4.000%2015.000%2C4.000%20C15.552%2C4.000%2016.000%2C3.552%2016.000%2C3.000%20C16.000%2C2.448%2015.552%2C2.000%2015.000%2C2.000%20ZM14.000%2C16.000%20C14.000%2C19.866%2010.866%2C23.000%207.000%2C23.000%20C3.134%2C23.000%20-0.000%2C19.866%20-0.000%2C16.000%20L7.000%2C6.000%20L14.000%2C16.000%20ZM12.000%2C16.000%20L7.000%2C9.000%20L2.000%2C16.000%20C5.306%2C16.000%208.895%2C16.000%2012.000%2C16.000%20ZM30.000%2C16.000%20C30.000%2C19.866%2026.866%2C23.000%2023.000%2C23.000%20C19.134%2C23.000%2016.000%2C19.866%2016.000%2C16.000%20L23.000%2C6.000%20L30.000%2C16.000%20ZM28.000%2C16.000%20L23.000%2C9.000%20L18.000%2C16.000%20C21.306%2C16.000%2024.895%2C16.000%2028.000%2C16.000%20Z%22/%3E%0A%3C/svg%3E) 0 0 no-repeat;
  width: 30px;
  height: 23px;
}
.shop2-panel .shop-panel-content .shop-panel-cart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .shop2-panel .shop-panel-content .shop-panel-cart {
    padding-left: 0;
    margin-left: 15px;
  }
}
.shop2-panel .shop-panel-content .shop-panel-cart .shop2-panel-count {
  margin-left: 12px;
}
.shop2-panel .shop-panel-content .shop-panel-cart:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2226%22%20height%3D%2223%22%20viewBox%3D%220%200%2026%2023%22%3E%0A%20%20%3Cpath%20fill%3D%22rgba%28255%2C255%2C255%2C.5%29%22%20d%3D%22M22.000%2C12.000%20L9.000%2C12.000%20L9.000%2C14.000%20C9.000%2C14.000%2018.819%2C14.000%2021.500%2C14.000%20C22.328%2C14.000%2023.000%2C14.671%2023.000%2C15.500%20C23.000%2C16.328%2022.328%2C17.000%2021.500%2C17.000%20C18.015%2C17.000%207.000%2C17.000%207.000%2C17.000%20L3.989%2C3.000%20C3.989%2C3.000%201.866%2C3.000%201.500%2C3.000%20C0.672%2C3.000%200.000%2C2.328%200.000%2C1.500%20C0.000%2C0.672%200.672%2C-0.000%201.500%2C-0.000%20C-0.262%2C-0.000%206.492%2C-0.000%206.492%2C-0.000%20L6.493%2C-0.001%20L6.493%2C-0.000%20L6.643%2C-0.000%20L6.914%2C2.279%20L7.000%2C3.000%20C9.203%2C3.000%2018.313%2C3.000%2023.000%2C3.000%20C25.329%2C3.000%2026.000%2C3.677%2026.000%2C6.000%20C26.081%2C5.960%2022.000%2C12.000%2022.000%2C12.000%20ZM9.500%2C18.000%20C10.881%2C18.000%2012.000%2C19.119%2012.000%2C20.500%20C12.000%2C21.881%2010.881%2C23.000%209.500%2C23.000%20C8.119%2C23.000%207.000%2C21.881%207.000%2C20.500%20C7.000%2C19.119%208.119%2C18.000%209.500%2C18.000%20ZM21.500%2C18.000%20C22.881%2C18.000%2024.000%2C19.119%2024.000%2C20.500%20C24.000%2C21.881%2022.881%2C23.000%2021.500%2C23.000%20C20.119%2C23.000%2019.000%2C21.881%2019.000%2C20.500%20C19.000%2C19.119%2020.119%2C18.000%2021.500%2C18.000%20Z%22%20class%3D%22cls-1%22/%3E%0A%3C/svg%3E) 0 0 no-repeat;
  width: 26px;
  height: 24px;
}
@media screen and (max-width: 560px) {
  .shop2-panel .shop-panel-content .shop-panel-cart:after {
    display: none;
  }
}
#shop2-alert {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
#shop2-alert.shop2-alert--map {
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  #shop2-alert.shop2-alert--map {
    border-radius: 0;
  }
}
#shop2-alert-map {
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  max-width: 900px;
}
#shop2-alert-ok, #shop2-alert-ok:hover, #shop2-alert-ok:active {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEF2b2NvZGUgMi40LjUgLSBodHRwOi8vYXZvY29kZS5jb20gLS0+CjxzdmcgaGVpZ2h0PSIxNiIgd2lkdGg9IjE2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogICAgPHBhdGggZmlsbD0iIzc4Nzg3OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDAgMS40MyBMIDEuNDMgMCBMIDggNi41NyBMIDE0LjU3IDAgTCAxNiAxLjQzIEwgOS40MyA4IEwgMTYgMTQuNTcgTCAxNC41NyAxNiBMIDggOS40MyBMIDEuNDMgMTYgTCAwIDE0LjU3IEwgNi41NyA4IEwgMCAxLjQzIFogTSAwIDEuNDMiIC8+Cjwvc3ZnPg==)  50% 50% no-repeat;
}
#shop2-alert-body {
  font-size: 16px;
  color: #423a2e;
  font-weight: 400;
  padding-bottom: 0;
}
#shop2-alert.shop2-alert--warning {
  padding: 40px 60px 40px 100px;
  background-position: 10px 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #shop2-alert.shop2-alert--warning {
    max-width: 300px;
    width: 300px;
    margin-left: -150px !important;
    margin-right: 0 !important;
    background-position: 50% 15px;
    padding: 90px 30px 20px 30px;
  }
  #shop2-alert.shop2-alert--warning.shop2-alert--warning {
    background-position: 50% 15px;
    padding: 90px 30px 20px 30px;
  }
}
/*.shop2-panel, .shop2-warning, #shop2-alert*/
/*Стили товара*/
.amount_title {
  font-weight: 500;
  font-size: 14px;
  color: #004592;
}
body .product-amount, body .cart-amount {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 118px;
}
body .product-amount .amount-title, body .cart-amount .amount-title {
  font-weight: 500;
  font-size: 11px;
  color: #004592;
  margin: 0 3px 0 0;
  display: none;
}
body .product-amount .shop2-product-amount, body .cart-amount .shop2-product-amount {
  margin: 0;
  width: 118px;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 69, 146, 0.3);
  border-radius: 5px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
body .product-amount .shop2-product-amount.disabled button:disabled, body .cart-amount .shop2-product-amount.disabled button:disabled {
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount.disabled button + input + button:disabled, body .cart-amount .shop2-product-amount.disabled button + input + button:disabled {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount.disabled input, body .cart-amount .shop2-product-amount.disabled input {
  color: #d5d5d5;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
body .product-amount .shop2-product-amount button, body .cart-amount .shop2-product-amount button {
  width: 39px;
  height: 50px;
  padding: 0;
  font-size: 0;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  transition: all 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .product-amount .shop2-product-amount button.amount-minus, body .cart-amount .shop2-product-amount button.amount-minus {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:disabled, body .cart-amount .shop2-product-amount button.amount-minus:disabled {
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:hover, body .cart-amount .shop2-product-amount button.amount-minus:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:active, body .cart-amount .shop2-product-amount button.amount-minus:active {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus, body .cart-amount .shop2-product-amount button.amount-plus {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus:hover, body .cart-amount .shop2-product-amount button.amount-plus:hover {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus:active, body .cart-amount .shop2-product-amount button.amount-plus:active {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount input, body .cart-amount .shop2-product-amount input {
  width: 40px;
  height: 50px;
  font: 500 15px/50px "Rubik", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  color: #004592;
  background: none;
  border: none;
  transition: all 0.2s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .product-amount .shop2-product-amount input:hover, body .cart-amount .shop2-product-amount input:hover {
  color: #004592;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount input:focus, body .cart-amount .shop2-product-amount input:focus {
  color: #004592;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*Количество*/
.shop2-product-params .param-item {
  margin: 10px 0;
}
.shop2-product-params .param-item:last-child {
  margin-bottom: 0;
}
.shop2-product-params .param-title {
  color: #004592;
  font: 700 15px "Rubik", Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
}
.shop2-product-params .param-body {
  color: rgba(0, 69, 146, 0.5);
  font: 400 15px "Rubik", Arial, Helvetica, sans-serif;
}
.shop2-product-params .param-body a {
  text-decoration: none;
}
.shop2-product-params .param-body a:hover {
  text-decoration: underline;
}
.shop2-product-params .shop2-color-pick, .shop2-product-params .shop2-texture-pick, .shop2-product-params .shop2-color-ext-list {
  overflow: visible;
}
.shop2-product-params .shop2-color-pick li, .shop2-product-params .shop2-texture-pick li, .shop2-product-params .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 30px !important;
  height: 30px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px 5px;
  border-radius: 50%;
}
.shop2-product-params .shop2-color-pick li:first-child, .shop2-product-params .shop2-texture-pick li:first-child, .shop2-product-params .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
.shop2-product-params .shop2-color-pick li.active-color, .shop2-product-params .shop2-color-pick li.active-texture, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-texture-pick li.active-color, .shop2-product-params .shop2-texture-pick li.active-texture, .shop2-product-params .shop2-texture-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li.active-color, .shop2-product-params .shop2-color-ext-list li.active-texture, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-params .shop2-color-pick li.active-color:after, .shop2-product-params .shop2-color-pick li.active-texture:after, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected:after, .shop2-product-params .shop2-texture-pick li.active-color:after, .shop2-product-params .shop2-texture-pick li.active-texture:after, .shop2-product-params .shop2-texture-pick li.shop2-color-ext-selected:after, .shop2-product-params .shop2-color-ext-list li.active-color:after, .shop2-product-params .shop2-color-ext-list li.active-texture:after, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2015%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.714%2C1.667%20L6.809%2C9.572%20C6.776%2C9.620%206.756%2C9.673%206.714%2C9.715%20C6.518%2C9.912%206.258%2C10.003%206.000%2C9.996%20C5.742%2C10.003%205.482%2C9.912%205.285%2C9.715%20C5.243%2C9.673%205.223%2C9.620%205.190%2C9.572%20L0.285%2C4.667%20C-0.096%2C4.285%20-0.096%2C3.667%200.285%2C3.286%20C0.667%2C2.905%201.285%2C2.905%201.666%2C3.286%20L6.000%2C7.619%20L13.333%2C0.286%20C13.715%2C-0.096%2014.333%2C-0.096%2014.714%2C0.286%20C15.096%2C0.667%2015.096%2C1.285%2014.714%2C1.667%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.shop2-product-params .shop2-color-pick li.active-color:before, .shop2-product-params .shop2-color-pick li.active-texture:before, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected:before, .shop2-product-params .shop2-texture-pick li.active-color:before, .shop2-product-params .shop2-texture-pick li.active-texture:before, .shop2-product-params .shop2-texture-pick li.shop2-color-ext-selected:before, .shop2-product-params .shop2-color-ext-list li.active-color:before, .shop2-product-params .shop2-color-ext-list li.active-texture:before, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: none;
}
.shop2-product-params .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-texture-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-params .shop2-color-pick li.shop2-color-ext-selected span, .shop2-product-params .shop2-texture-pick li.shop2-color-ext-selected span, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.shop2-product-params .shop2-color-pick li:after, .shop2-product-params .shop2-texture-pick li:after, .shop2-product-params .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: none;
  background: none;
}
.shop2-product-params .shop2-color-pick li:before, .shop2-product-params .shop2-texture-pick li:before, .shop2-product-params .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.shop2-product-params .shop2-color-pick li span, .shop2-product-params .shop2-color-pick li img, .shop2-product-params .shop2-texture-pick li span, .shop2-product-params .shop2-texture-pick li img, .shop2-product-params .shop2-color-ext-list li span, .shop2-product-params .shop2-color-ext-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.shop2-product-params .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.shop2-product-params .shop2-color-ext-multi li {
  position: relative;
  height: 30px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 30px !important;
  margin: 5px 6px 5px !important;
}
.shop2-product-params .shop2-color-ext-multi li:first-child {
  margin-left: 0 !important;
  width: 30px !important;
}
.shop2-product-params .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.shop2-product-params .shop2-color-ext-multi li span {
  display: none;
}
.shop2-product-params .shop2-color-ext-multi li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/*Параметры в табах*/
body .shop2-product-options .option-item {
  margin: 0 0 30px;
}
body .shop2-product-options .option-title {
  margin: 0 0 6px;
  color: #004592;
  font: 500 15px "Rubik", Arial, Helvetica, sans-serif;
}
body .shop2-product-options .option-body {
  color: rgba(0, 69, 146, 0.5);
  font: 400 15px "Rubik", Arial, Helvetica, sans-serif;
}
body .shop2-product-options .option-body a {
  text-decoration: none;
}
body .shop2-product-options .option-body a:hover {
  text-decoration: underline;
}
body .shop2-product-options .shop2-color-pick, body .shop2-product-options .shop2-texture-pick, body .shop2-product-options .shop2-color-ext-list {
  overflow: visible;
}
body .shop2-product-options .shop2-color-pick li, body .shop2-product-options .shop2-texture-pick li, body .shop2-product-options .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 30px !important;
  height: 30px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px 5px;
  border-radius: 50%;
}
body .shop2-product-options .shop2-color-pick li:first-child, body .shop2-product-options .shop2-texture-pick li:first-child, body .shop2-product-options .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
body .shop2-product-options .shop2-color-pick li.active-color, body .shop2-product-options .shop2-color-pick li.active-texture, body .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected, body .shop2-product-options .shop2-texture-pick li.active-color, body .shop2-product-options .shop2-texture-pick li.active-texture, body .shop2-product-options .shop2-texture-pick li.shop2-color-ext-selected, body .shop2-product-options .shop2-color-ext-list li.active-color, body .shop2-product-options .shop2-color-ext-list li.active-texture, body .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
body .shop2-product-options .shop2-color-pick li.active-color:after, body .shop2-product-options .shop2-color-pick li.active-texture:after, body .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected:after, body .shop2-product-options .shop2-texture-pick li.active-color:after, body .shop2-product-options .shop2-texture-pick li.active-texture:after, body .shop2-product-options .shop2-texture-pick li.shop2-color-ext-selected:after, body .shop2-product-options .shop2-color-ext-list li.active-color:after, body .shop2-product-options .shop2-color-ext-list li.active-texture:after, body .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2015%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.714%2C1.667%20L6.809%2C9.572%20C6.776%2C9.620%206.756%2C9.673%206.714%2C9.715%20C6.518%2C9.912%206.258%2C10.003%206.000%2C9.996%20C5.742%2C10.003%205.482%2C9.912%205.285%2C9.715%20C5.243%2C9.673%205.223%2C9.620%205.190%2C9.572%20L0.285%2C4.667%20C-0.096%2C4.285%20-0.096%2C3.667%200.285%2C3.286%20C0.667%2C2.905%201.285%2C2.905%201.666%2C3.286%20L6.000%2C7.619%20L13.333%2C0.286%20C13.715%2C-0.096%2014.333%2C-0.096%2014.714%2C0.286%20C15.096%2C0.667%2015.096%2C1.285%2014.714%2C1.667%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
body .shop2-product-options .shop2-color-pick li.active-color:before, body .shop2-product-options .shop2-color-pick li.active-texture:before, body .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected:before, body .shop2-product-options .shop2-texture-pick li.active-color:before, body .shop2-product-options .shop2-texture-pick li.active-texture:before, body .shop2-product-options .shop2-texture-pick li.shop2-color-ext-selected:before, body .shop2-product-options .shop2-color-ext-list li.active-color:before, body .shop2-product-options .shop2-color-ext-list li.active-texture:before, body .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: none;
}
body .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected, body .shop2-product-options .shop2-texture-pick li.shop2-color-ext-selected, body .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
body .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected span, body .shop2-product-options .shop2-texture-pick li.shop2-color-ext-selected span, body .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
body .shop2-product-options .shop2-color-pick li:after, body .shop2-product-options .shop2-texture-pick li:after, body .shop2-product-options .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: none;
  background: none;
}
body .shop2-product-options .shop2-color-pick li:before, body .shop2-product-options .shop2-texture-pick li:before, body .shop2-product-options .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
body .shop2-product-options .shop2-color-pick li span, body .shop2-product-options .shop2-color-pick li img, body .shop2-product-options .shop2-texture-pick li span, body .shop2-product-options .shop2-texture-pick li img, body .shop2-product-options .shop2-color-ext-list li span, body .shop2-product-options .shop2-color-ext-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
body .shop2-product-options .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
body .shop2-product-options .shop2-color-ext-multi li {
  position: relative;
  height: 30px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 30px !important;
  margin: 5px 6px 5px !important;
}
body .shop2-product-options .shop2-color-ext-multi li:first-child {
  margin-left: 0 !important;
  width: 30px !important;
}
body .shop2-product-options .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
body .shop2-product-options .shop2-color-ext-multi li span {
  display: none;
}
body .shop2-product-options .shop2-color-ext-multi li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/*Параметры*/
.cart-params__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.cart-params__list li {
  margin: 0 0 12px;
}
.cart-params__list li:last-child {
  margin-bottom: 0;
}
.cart-params__title {
  color: #004592;
  font: 500 15px/1.2 "Rubik", Arial, Helvetica, sans-serif;
  margin: 0 0 6px 0;
}
.cart-params__value {
  color: rgba(0, 69, 146, 0.5);
  font: 400 15px/1.2 "Rubik", Arial, Helvetica, sans-serif;
}
.cart-params__value a {
  text-decoration: none;
}
.cart-params__value a:hover {
  text-decoration: underline;
}
.cart-params .shop2-color-pick, .cart-params .shop2-texture-pick, .cart-params .shop2-color-ext-list {
  overflow: visible;
}
.cart-params .shop2-color-pick li, .cart-params .shop2-texture-pick li, .cart-params .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 30px !important;
  height: 30px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px 5px;
  border-radius: 50%;
}
.cart-params .shop2-color-pick li:first-child, .cart-params .shop2-texture-pick li:first-child, .cart-params .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
.cart-params .shop2-color-pick li.active-color, .cart-params .shop2-color-pick li.active-texture, .cart-params .shop2-color-pick li.shop2-color-ext-selected, .cart-params .shop2-texture-pick li.active-color, .cart-params .shop2-texture-pick li.active-texture, .cart-params .shop2-texture-pick li.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li.active-color, .cart-params .shop2-color-ext-list li.active-texture, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.cart-params .shop2-color-pick li.active-color:after, .cart-params .shop2-color-pick li.active-texture:after, .cart-params .shop2-color-pick li.shop2-color-ext-selected:after, .cart-params .shop2-texture-pick li.active-color:after, .cart-params .shop2-texture-pick li.active-texture:after, .cart-params .shop2-texture-pick li.shop2-color-ext-selected:after, .cart-params .shop2-color-ext-list li.active-color:after, .cart-params .shop2-color-ext-list li.active-texture:after, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2015%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.714%2C1.667%20L6.809%2C9.572%20C6.776%2C9.620%206.756%2C9.673%206.714%2C9.715%20C6.518%2C9.912%206.258%2C10.003%206.000%2C9.996%20C5.742%2C10.003%205.482%2C9.912%205.285%2C9.715%20C5.243%2C9.673%205.223%2C9.620%205.190%2C9.572%20L0.285%2C4.667%20C-0.096%2C4.285%20-0.096%2C3.667%200.285%2C3.286%20C0.667%2C2.905%201.285%2C2.905%201.666%2C3.286%20L6.000%2C7.619%20L13.333%2C0.286%20C13.715%2C-0.096%2014.333%2C-0.096%2014.714%2C0.286%20C15.096%2C0.667%2015.096%2C1.285%2014.714%2C1.667%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-params .shop2-color-pick li.active-color:before, .cart-params .shop2-color-pick li.active-texture:before, .cart-params .shop2-color-pick li.shop2-color-ext-selected:before, .cart-params .shop2-texture-pick li.active-color:before, .cart-params .shop2-texture-pick li.active-texture:before, .cart-params .shop2-texture-pick li.shop2-color-ext-selected:before, .cart-params .shop2-color-ext-list li.active-color:before, .cart-params .shop2-color-ext-list li.active-texture:before, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: none;
}
.cart-params .shop2-color-pick li.shop2-color-ext-selected, .cart-params .shop2-texture-pick li.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.cart-params .shop2-color-pick li.shop2-color-ext-selected span, .cart-params .shop2-texture-pick li.shop2-color-ext-selected span, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.cart-params .shop2-color-pick li:after, .cart-params .shop2-texture-pick li:after, .cart-params .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: none;
  background: none;
}
.cart-params .shop2-color-pick li:before, .cart-params .shop2-texture-pick li:before, .cart-params .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.2s;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.cart-params .shop2-color-pick li span, .cart-params .shop2-color-pick li img, .cart-params .shop2-texture-pick li span, .cart-params .shop2-texture-pick li img, .cart-params .shop2-color-ext-list li span, .cart-params .shop2-color-ext-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cart-params .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.cart-params .shop2-color-ext-multi li {
  position: relative;
  height: 30px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 30px !important;
  margin: 5px 6px 5px !important;
}
.cart-params .shop2-color-ext-multi li:first-child {
  margin-left: 0 !important;
  width: 30px !important;
}
.cart-params .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(223deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.cart-params .shop2-color-ext-multi li span {
  display: none;
}
.cart-params .shop2-color-ext-multi li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/*Параметры в корзине*/
.tpl-stars {
  height: 18px;
  width: 90px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2290px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2090%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d5d5d5%22%20d%3D%22M7.5%2C7.36363636%20L9%2C3%20L10.5%2C7.36363636%20L15%2C7.36363636%20L11.5%2C10.0909091%20L12.9999999%2C15%20L9%2C12.2727273%20L4.99999999%2C15%20L6.5%2C10.0909091%20L3%2C7.36363636%20L7.5%2C7.36363636%20Z%20M25.5%2C7.36363636%20L27%2C3%20L28.5%2C7.36363636%20L33%2C7.36363636%20L29.5%2C10.0909091%20L30.9999999%2C15%20L27%2C12.2727273%20L23%2C15%20L24.5%2C10.0909091%20L21%2C7.36363636%20L25.5%2C7.36363636%20Z%20M43.5%2C7.36363636%20L45%2C3%20L46.5%2C7.36363636%20L51%2C7.36363636%20L47.5%2C10.0909091%20L48.9999999%2C15%20L45%2C12.2727273%20L41%2C15%20L42.5%2C10.0909091%20L39%2C7.36363636%20L43.5%2C7.36363636%20Z%20M61.5%2C7.36363636%20L63%2C3%20L64.5%2C7.36363636%20L69%2C7.36363636%20L65.5%2C10.0909091%20L66.9999999%2C15%20L63%2C12.2727273%20L59%2C15%20L60.5%2C10.0909091%20L57%2C7.36363636%20L61.5%2C7.36363636%20Z%20M79.5%2C7.36363636%20L81%2C3%20L82.5%2C7.36363636%20L87%2C7.36363636%20L83.5%2C10.0909091%20L84.9999999%2C15%20L81%2C12.2727273%20L77%2C15%20L78.5%2C10.0909091%20L75%2C7.36363636%20L79.5%2C7.36363636%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.tpl-stars .tpl-rating {
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2290px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2090%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFA81E%22%20d%3D%22M7.5%2C7.36363636%20L9%2C3%20L10.5%2C7.36363636%20L15%2C7.36363636%20L11.5%2C10.0909091%20L12.9999999%2C15%20L9%2C12.2727273%20L4.99999999%2C15%20L6.5%2C10.0909091%20L3%2C7.36363636%20L7.5%2C7.36363636%20Z%20M25.5%2C7.36363636%20L27%2C3%20L28.5%2C7.36363636%20L33%2C7.36363636%20L29.5%2C10.0909091%20L30.9999999%2C15%20L27%2C12.2727273%20L23%2C15%20L24.5%2C10.0909091%20L21%2C7.36363636%20L25.5%2C7.36363636%20Z%20M43.5%2C7.36363636%20L45%2C3%20L46.5%2C7.36363636%20L51%2C7.36363636%20L47.5%2C10.0909091%20L48.9999999%2C15%20L45%2C12.2727273%20L41%2C15%20L42.5%2C10.0909091%20L39%2C7.36363636%20L43.5%2C7.36363636%20Z%20M61.5%2C7.36363636%20L63%2C3%20L64.5%2C7.36363636%20L69%2C7.36363636%20L65.5%2C10.0909091%20L66.9999999%2C15%20L63%2C12.2727273%20L59%2C15%20L60.5%2C10.0909091%20L57%2C7.36363636%20L61.5%2C7.36363636%20Z%20M79.5%2C7.36363636%20L81%2C3%20L82.5%2C7.36363636%20L87%2C7.36363636%20L83.5%2C10.0909091%20L84.9999999%2C15%20L81%2C12.2727273%20L77%2C15%20L78.5%2C10.0909091%20L75%2C7.36363636%20L79.5%2C7.36363636%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.tpl-form .tpl-stars {
  background: none;
  width: 135px;
  height: 24px;
}
.tpl-form .tpl-stars.tpl-active {
  background: none;
}
.tpl-form .tpl-stars span {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d5d5d5%22%20d%3D%22M9.000%2C8.727%20L12.000%2C-0.000%20L15.000%2C8.727%20L24.000%2C8.727%20L17.000%2C14.182%20L20.000%2C24.000%20L12.000%2C18.545%20L4.000%2C24.000%20L7.000%2C14.182%20L-0.000%2C8.727%20L9.000%2C8.727%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.tpl-form .tpl-stars span.tpl-active {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23FFA81E%22%20d%3D%22M9.000%2C8.727%20L12.000%2C-0.000%20L15.000%2C8.727%20L24.000%2C8.727%20L17.000%2C14.182%20L20.000%2C24.000%20L12.000%2C18.545%20L4.000%2C24.000%20L7.000%2C14.182%20L-0.000%2C8.727%20L9.000%2C8.727%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
/*Рейтинг*/
body .shop2-product-actions dl dt {
  background: transparent;
  font-size: 0;
  min-height: 25px;
  border-radius: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
body .shop2-product-actions dl dt.gift-action .icon-action {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2020%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M8.57143%2012.8785V19.5452C8.57143%2020.3547%207.95238%2020.9738%207.14286%2020.9738H3.80952C2.47619%2020.9738%201.42857%2019.9261%201.42857%2018.5928V12.8785C1.42857%2012.069%202.04762%2011.45%202.85714%2011.45H7.14286C7.95238%2011.45%208.57143%2012.069%208.57143%2012.8785Z%22%20fill%3D%22%23F48989%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.4286%2012.8785V19.5452C11.4286%2020.3547%2012.0476%2020.9738%2012.8571%2020.9738H16.1905C17.5238%2020.9738%2018.5714%2019.9261%2018.5714%2018.5928V12.8785C18.5714%2012.069%2017.9524%2011.45%2017.1429%2011.45H12.8571C12.0476%2011.45%2011.4286%2012.069%2011.4286%2012.8785Z%22%20fill%3D%22%23F48989%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.5714%204.30709H12.381L13.6667%203.02138C14.1429%202.54519%2014.1429%201.78328%2013.6667%201.35471C13.1905%200.878523%2012.4286%200.878523%2012%201.35471L10%203.30709L8%201.30709C7.52381%200.830904%206.7619%200.830904%206.33333%201.30709C5.85714%201.78328%205.85714%202.54519%206.33333%202.97376L7.61905%204.30709H1.42857C0.619048%204.30709%200%204.92614%200%205.73567V8.11662C0%208.92614%200.619048%209.54519%201.42857%209.54519H18.5714C19.381%209.54519%2020%208.92614%2020%208.11662V5.73567C20%204.92614%2019.381%204.30709%2018.5714%204.30709Z%22%20fill%3D%22%23F48989%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% calc(50% - 2px) no-repeat;
}
body .shop2-product-actions dl dt .icon-action {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2022%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M21.725%2011.6875C22.0917%2011.3208%2022.0917%2010.725%2021.725%2010.3583L20.9458%209.57917C20.6708%209.30417%2020.5792%208.89167%2020.7625%208.525L21.175%207.51667C21.3583%207.0125%2021.1292%206.4625%2020.6708%206.27917L19.6625%205.86667C19.2958%205.72917%2019.0667%205.3625%2019.0667%204.99583V3.89583C19.0667%203.39167%2018.6542%202.93333%2018.1042%202.93333H17.0042C16.6375%202.93333%2016.2708%202.70417%2016.1333%202.3375L15.7208%201.32917C15.5375%200.825%2014.9875%200.595833%2014.4833%200.825L13.475%201.2375C13.1083%201.375%2012.6958%201.28333%2012.4208%201.05417L11.6417%200.275C11.275%20-0.0916667%2010.6792%20-0.0916667%2010.3125%200.275L9.53333%201.05417C9.25833%201.32917%208.84583%201.42083%208.47917%201.2375L7.47083%200.825C7.0125%200.641667%206.41667%200.870833%206.23333%201.32917L5.82083%202.3375C5.68333%202.70417%205.31667%202.93333%204.95%202.93333H3.89583C3.39167%202.93333%202.93333%203.34583%202.93333%203.89583V4.99583C2.93333%205.3625%202.70417%205.72917%202.3375%205.86667L1.32917%206.27917C0.825%206.4625%200.595833%207.05833%200.825%207.51667L1.2375%208.525C1.375%208.89167%201.28333%209.30417%201.05417%209.57917L0.275%2010.3583C-0.0916667%2010.725%20-0.0916667%2011.3208%200.275%2011.6875L1.05417%2012.4667C1.32917%2012.7417%201.42083%2013.1542%201.2375%2013.5208L0.825%2014.5292C0.641667%2014.9875%200.870833%2015.5833%201.32917%2015.7667L2.3375%2016.1792C2.70417%2016.3167%202.93333%2016.6833%202.93333%2017.05V18.15C2.93333%2018.6542%203.34583%2019.1125%203.89583%2019.1125H4.99583C5.3625%2019.1125%205.72917%2019.3417%205.86667%2019.7083L6.27917%2020.7167C6.4625%2021.2208%207.0125%2021.45%207.51667%2021.2208L8.525%2020.8083C8.89167%2020.6708%209.30417%2020.7625%209.57917%2020.9917L10.3583%2021.7708C10.725%2022.1375%2011.3208%2022.1375%2011.6875%2021.7708L12.4667%2020.9917C12.7417%2020.7167%2013.1542%2020.625%2013.5208%2020.8083L14.5292%2021.2208C14.9875%2021.4042%2015.5833%2021.175%2015.7667%2020.7167L16.1792%2019.7083C16.3167%2019.3417%2016.6833%2019.1125%2017.05%2019.1125H18.15C18.6542%2019.1125%2019.1125%2018.7%2019.1125%2018.15V17.05C19.1125%2016.6833%2019.3417%2016.3167%2019.7083%2016.1792L20.7167%2015.7667C21.2208%2015.5833%2021.45%2014.9875%2021.2208%2014.5292L20.8083%2013.5208C20.6708%2013.1542%2020.7625%2012.7417%2020.9917%2012.4667L21.725%2011.6875ZM8.25%206.875C9.02917%206.875%209.625%207.47083%209.625%208.25C9.625%209.02917%209.02917%209.625%208.25%209.625C7.47083%209.625%206.875%209.02917%206.875%208.25C6.875%207.47083%207.47083%206.875%208.25%206.875ZM13.75%2015.125C12.9708%2015.125%2012.375%2014.5292%2012.375%2013.75C12.375%2012.9708%2012.9708%2012.375%2013.75%2012.375C14.5292%2012.375%2015.125%2012.9708%2015.125%2013.75C15.125%2014.5292%2014.5292%2015.125%2013.75%2015.125ZM14.85%208.43333L8.43333%2014.85C8.25%2015.0333%208.02083%2015.125%207.79167%2015.125C7.5625%2015.125%207.33333%2015.0333%207.15%2014.85C6.78333%2014.4833%206.78333%2013.9333%207.15%2013.5667L13.5667%207.15C13.9333%206.78333%2014.4833%206.78333%2014.85%207.15C15.2167%207.51667%2015.2167%208.06667%2014.85%208.43333Z%22%20fill%3D%22%23F48989%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
body .shop2-product-actions dl dt .name-action {
  border: none;
  color: #F48989;
  margin: 0 0 0 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 25px - 17px - 20px);
  font: 400 14px "Rubik", Arial, Helvetica, sans-serif;
}
/*Подарок и скидка*/
body .product-flags {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
body .product-flags__left {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
body .product-flags__right {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
body .product-flags__item {
  color: #fff;
  font: 500 12px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  margin: 0 5px 5px;
}
body .product-flags__item.spec_item span {
  background: #43D663;
}
body .product-flags__item.new_item span {
  background: #FF6363;
}
body .product-flags__item.product_sale span {
  background: #004592;
}
body .product-flags__item span {
  padding: 2px 8px;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
/*Флаги*/
#shop2-tooltip {
  z-index: 100000;
}
#shop2-msg, .shop2-color-ext-tooltip, .shop2-product-actions dd, .shop2-product-discount-desc {
  font: 400 13px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 10px;
  color: #004592;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  /*Buy btn*/
  /*Buy btn*/
  /*Color*/
  /*Color*/
  /*Gift*/
  /*Gift*/
}
#shop2-msg a, .shop2-color-ext-tooltip a, .shop2-product-actions dd a, .shop2-product-discount-desc a {
  color: #004592;
}
#shop2-msg .color_icon, .shop2-color-ext-tooltip .color_icon, .shop2-product-actions dd .color_icon, .shop2-product-discount-desc .color_icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 0 5px;
  background-size: cover;
}
#shop2-msg .col_title, .shop2-color-ext-tooltip .col_title, .shop2-product-actions dd .col_title, .shop2-product-discount-desc .col_title {
  font-size: 12px;
}
#shop2-msg ul li, .shop2-color-ext-tooltip ul li, .shop2-product-actions dd ul li, .shop2-product-discount-desc ul li {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}
#shop2-msg ul li:first-child, .shop2-color-ext-tooltip ul li:first-child, .shop2-product-actions dd ul li:first-child, .shop2-product-discount-desc ul li:first-child {
  margin: 5px;
}
#shop2-msg ul li span, .shop2-color-ext-tooltip ul li span, .shop2-product-actions dd ul li span, .shop2-product-discount-desc ul li span {
  display: block;
  float: none;
  width: 90px;
  height: 90px;
  margin: 0 0 5px;
  background-size: contain !important;
}
#shop2-msg ul li div, .shop2-color-ext-tooltip ul li div, .shop2-product-actions dd ul li div, .shop2-product-discount-desc ul li div {
  font-size: 13px;
}
#shop2-msg .name-action, .shop2-color-ext-tooltip .name-action, .shop2-product-actions dd .name-action, .shop2-product-discount-desc .name-action {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}
#shop2-msg .desc-action, .shop2-color-ext-tooltip .desc-action, .shop2-product-actions dd .desc-action, .shop2-product-discount-desc .desc-action {
  margin: 0;
  font-size: 12px;
}
#shop2-msg .desc-action p, .shop2-color-ext-tooltip .desc-action p, .shop2-product-actions dd .desc-action p, .shop2-product-discount-desc .desc-action p {
  margin: 0;
}
#shop2-msg .desc-action p + p, .shop2-color-ext-tooltip .desc-action p + p, .shop2-product-actions dd .desc-action p + p, .shop2-product-discount-desc .desc-action p + p {
  margin-top: 6px;
}
#shop2-msg p, .shop2-color-ext-tooltip p, .shop2-product-actions dd p, .shop2-product-discount-desc p {
  margin: 0;
}
#shop2-msg p + p, .shop2-color-ext-tooltip p + p, .shop2-product-actions dd p + p, .shop2-product-discount-desc p + p {
  margin-top: 6px;
}
#shop2-msg .close-desc-action, .shop2-color-ext-tooltip .close-desc-action, .shop2-product-actions dd .close-desc-action, .shop2-product-discount-desc .close-desc-action {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22m9%207.58578644%207.2928932-7.29289322c.3905243-.39052429%201.0236893-.39052429%201.4142136%200s.3905243%201.02368927%200%201.41421356l-7.2928932%207.29289322%207.2928932%207.2928932c.3905243.3905243.3905243%201.0236893%200%201.4142136s-1.0236893.3905243-1.4142136%200l-7.2928932-7.2928932-7.29289322%207.2928932c-.39052429.3905243-1.02368927.3905243-1.41421356%200-.39052429-.3905243-.39052429-1.0236893%200-1.4142136l7.29289322-7.2928932-7.29289322-7.29289322c-.39052429-.39052429-.39052429-1.02368927%200-1.41421356.39052429-.39052429%201.02368927-.39052429%201.41421356%200z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  background-size: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  #shop2-msg {
    width: 200px;
    left: 50% !important;
    margin-left: -120px;
  }
}
@media screen and (max-width: 639px) {
  .shop2-color-ext-tooltip {
    left: 0 !important;
  }
}
/*Всплывающие подсказки*/
.shop2-order-options.shop2-delivery, .shop2-delivery {
  margin: 0 0 40px;
}
.shop2-order-options.shop2-delivery h2, .shop2-delivery h2 {
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 30px;
  border: none;
  margin: 0;
}
.shop2-order-options.shop2-delivery .options-list, .shop2-delivery .options-list {
  margin: 0 0 40px;
  font-size: inherit;
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery .options-list, .shop2-delivery .options-list {
    padding: 0;
  }
}
.shop2-order-options.shop2-delivery .options-list .option-type, .shop2-delivery .options-list .option-type {
  position: relative;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label, .shop2-delivery .options-list .option-type .option-label {
  position: relative;
  padding: 20px 20px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery .options-list .option-type .option-label, .shop2-delivery .options-list .option-type .option-label {
    padding: 15px 20px;
  }
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label input[type="radio"], .shop2-delivery .options-list .option-type .option-label input[type="radio"] {
  padding: 0;
  opacity: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label input[type="radio"]:checked + span, .shop2-delivery .options-list .option-type .option-label input[type="radio"]:checked + span {
  color: #004592;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label input[type="radio"]:checked + span:before, .shop2-delivery .options-list .option-type .option-label input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label span, .shop2-delivery .options-list .option-type .option-label span {
  position: relative;
  padding: 0;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  max-width: calc(100% - 25px - 15px);
  display: inline-block;
  vertical-align: middle;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label span:before, .shop2-delivery .options-list .option-type .option-label span:before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 25px;
  height: 25px;
  content: "";
  margin-top: -12.5px;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0 0 0 #004592;
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.shop2-order-options.shop2-delivery .options-list .option-type.active-type, .shop2-delivery .options-list .option-type.active-type {
  background: #fff;
  border: 1px solid rgba(0, 69, 146, 0.1);
  margin-top: -1px;
  border-radius: 10px;
}
.shop2-order-options.shop2-delivery .options-list .option-type.active-type:last-child, .shop2-delivery .options-list .option-type.active-type:last-child {
  border: 1px solid rgba(0, 69, 146, 0.1);
}
.shop2-order-options.shop2-delivery .options-list .option-type.active-type:first-child, .shop2-delivery .options-list .option-type.active-type:first-child {
  border: 1px solid rgba(0, 69, 146, 0.1);
  margin-top: 0;
}
.shop2-order-options.shop2-delivery .options-list .option-type:first-child, .shop2-delivery .options-list .option-type:first-child {
  border-top: none;
}
.shop2-order-options.shop2-delivery .options-list .option-type:last-child, .shop2-delivery .options-list .option-type:last-child {
  border-bottom: none;
}
.shop2-order-options.shop2-delivery .options-list .option-details, .shop2-delivery .options-list .option-details {
  color: #004592;
  overflow: visible;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery .options-list .option-details, .shop2-delivery .options-list .option-details {
    padding: 0 20px 20px 20px;
  }
}
.shop2-order-options.shop2-delivery .options-list .option-details .option-item, .shop2-delivery .options-list .option-details .option-item {
  max-width: 400px;
  margin: 0 0 20px;
}
.shop2-order-options.shop2-delivery .options-list .option-details .option-item label, .shop2-delivery .options-list .option-details .option-item label {
  display: block;
}
.shop2-order-options.shop2-delivery .options-list .option-details .option-item label > span, .shop2-delivery .options-list .option-details .option-item label > span {
  display: block;
}
.shop2-order-options.shop2-delivery .options-list .option-details .option-item + label + div, .shop2-delivery .options-list .option-details .option-item + label + div {
  margin-top: 40px;
}
.shop2-order-options.shop2-delivery .options-list .shop2-btn, .shop2-delivery .options-list .shop2-btn {
  vertical-align: middle;
  margin-right: 10px;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left {
  margin: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item {
  margin: 0 0 20px;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha strong, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha strong {
  padding: 0;
  margin: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item > label, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item > label {
  display: block;
  max-width: 400px;
}
.shop2-order-options .options-list {
  margin: 0 0 40px;
  font-size: inherit;
}
@media screen and (max-width: 639px) {
  .shop2-order-options .options-list {
    padding: 0;
  }
}
.shop2-order-options .options-list .option-type {
  position: relative;
}
.shop2-order-options .options-list .option-type .option-label {
  position: relative;
  padding: 20px 20px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options .options-list .option-type .option-label {
    padding: 15px 20px;
  }
}
.shop2-order-options .options-list .option-type .option-label > input[type="radio"] {
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
.shop2-order-options .options-list .option-type .option-label > input[type="radio"]:checked + span {
  color: #004592;
}
.shop2-order-options .options-list .option-type .option-label > input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.shop2-order-options .options-list .option-type .option-label .label-name {
  position: relative;
  padding: 0;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
  max-width: calc(100% - 25px - 15px);
  display: inline-block;
  vertical-align: middle;
}
.shop2-order-options .options-list .option-type .option-label .label-name:before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 25px;
  height: 25px;
  content: "";
  margin-top: -12.5px;
  border: none;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: inset 0 0 0 0 #004592;
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.shop2-order-options .options-list .option-type .option-label .label-icons {
  margin: 0;
  padding: 20px 0 0;
}
.shop2-order-options .options-list .option-type .option-label .label-icons img {
  margin: 0 10px 10px 0;
}
.shop2-order-options .options-list .option-type .option-label .label-icons .payment_methods-column {
  margin: 0 10px 0 0;
  vertical-align: top;
}
.shop2-order-options .options-list .option-type .option-label .label-icons .payment_methods-column > label {
  margin: 0 10px 10px 0;
}
.shop2-order-options .options-list .option-type .option-label .label-icons .payment_methods-column .mg-styler-label--radio:before {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.shop2-order-options .options-list .option-type .option-label .label-icons .payment_methods-column img {
  margin: 0 10px 0 0;
}
.shop2-order-options .options-list .option-type.active-type {
  background: #fff;
  border: 1px solid #004592;
  margin-top: -1px;
}
.shop2-order-options .options-list .option-type.active-type:last-child {
  border: 1px solid #004592;
}
.shop2-order-options .options-list .option-type.active-type:first-child {
  border: 1px solid #004592;
  margin-top: 0;
}
.shop2-order-options .options-list .option-type:first-child {
  border-top: none;
}
.shop2-order-options .options-list .option-type:last-child {
  border-bottom: none;
}
.shop2-order-options .options-list .option-details {
  color: #004592;
  overflow: visible;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options .options-list .option-details {
    padding: 0 20px 20px 20px;
  }
}
.shop2-order-options .options-list .option-details .option-item {
  max-width: 400px;
  margin: 0 0 20px;
}
.shop2-order-options .options-list .option-details .option-item:last-child {
  margin-bottom: 0;
}
.shop2-order-options .options-list .option-details .option-item:last-child + label {
  margin-top: 20px;
  display: block;
}
.shop2-order-options .options-list .option-details .option-item label {
  display: block;
}
.shop2-order-options .options-list .option-details .option-item label > span {
  display: block;
}
.shop2-order-options .options-list .shop2-btn {
  vertical-align: middle;
  margin-right: 10px;
}
.shop2-cart-auth {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.05);
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 639px) {
  .shop2-cart-auth {
    padding: 15px 20px;
  }
}
.shop2-cart-auth__form {
  max-width: 400px;
}
.shop2-cart-auth__expand {
  border-bottom-style: solid;
}
.shop2-cart-auth .gr-field-style {
  margin: 0 0 20px;
  display: block;
}
.shop2-cart-auth .shop2v2-cart-soc-block {
  margin: 20px 0 0;
}
.shop2-order-form .form-item {
  max-width: 400px;
}
.shop2-order-form .form-item > label {
  display: block;
}
.shop2-order-form .form-item.form-item-submit {
  text-align: left;
  max-width: 100%;
}
.text-right a {
  margin-bottom: 10px;
}
.shop2-edost {
  margin: 0;
}
.shop2-edost .shop2-edost-variant {
  color: #004592;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop2-edost .shop2-edost-variant > label {
  padding: 5px 0;
  font-size: 15px;
}
.shop2-edost .shop2-edost-variant > label .shop2-edost-control {
  min-width: 120px;
}
.shop2-edost .shop2-edost-office {
  padding: 15px;
  background: #fff;
  margin: 15px 0 10px 100px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 639px) {
  .shop2-edost .shop2-edost-office {
    font-size: 12px;
    margin: 5px 0 5px;
  }
}
.shop2-edost .shop2-edost-office > label {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.shop2-edost .shop2-edost-office .shop2-edost-control {
  min-width: 25px;
  width: 25px;
  padding: 0;
  margin-right: 10px;
}
.shop2-edost .shop2-edost-control {
  min-width: 120px;
  position: relative;
  min-height: 25px;
  margin: 0;
  padding-left: 40px;
}
.shop2-edost .shop2-edost-control:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-right: 15px;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  border: none;
  box-shadow: inset 0 0 0 0 #004592;
  background: rgba(0, 69, 146, 0.05);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.shop2-edost .shop2-edost-control:hover:before {
  border: none;
  box-shadow: inset 0 0 0 0 #004592;
  background: #004592;
}
.shop2-edost .shop2-edost-control.active:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.shop2-edost .shop2-edost-control.active:hover:before {
  border: none;
  box-shadow: inset 0 0 0 8px #004592;
  background: #fff;
}
.shop2-edost .shop2-edost-control input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
}
.shop2-edost .shop2-edost-control img {
  margin: 0;
}
/*Формы оформления заказа, заказ на 1 странице, доставка, системы оплаты*/
#shop2-cart {
  margin: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.shop2-cart-table {
  margin: 0 0 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}
@media (max-width: 1260px) {
  .shop2-cart-table {
    margin: 0 0 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (max-width: 1023px) {
  .shop2-cart-table {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table {
    margin: 0 0 50px;
  }
}
.shop2-cart-table__cleanup {
  padding: 20px;
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 0 0 10px 10px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .shop2-cart-table__cleanup {
    border: none;
    padding: 20px 0 0;
  }
}
@media (max-width: 639px) {
  .shop2-cart-table__cleanup {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shop2-cart-table__cleanup .cart-back-btn {
  padding: 13.5px 20px 13.5px 50px;
}
@media (max-width: 639px) {
  .shop2-cart-table__cleanup .cart-back-btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
  }
}
.shop2-cart-table__cleanup .cart-back-btn:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  top: 50%;
  left: 20px;
  margin-top: -7.5px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2010%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.4%2013.8058L0.4%207.80584C-0.133333%207.40584%20-0.133333%206.60584%200.4%206.20584L8.4%200.20584C9.06667%20-0.29416%2010%200.172507%2010%201.00584V13.0058C10%2013.8392%209.06667%2014.3058%208.4%2013.8058Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 639px) {
  .shop2-cart-table__cleanup .cart-back-btn:before {
    left: 28px;
  }
}
.shop2-cart-table__cleanup .clean-btn {
  padding: 13.5px 30px;
}
@media (max-width: 639px) {
  .shop2-cart-table__cleanup .clean-btn {
    width: 100%;
    max-width: 300px;
  }
}
.shop2-cart-table__heading {
  padding: 18.5px 0;
  background: transparent;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .shop2-cart-table__heading {
    display: none;
  }
}
.shop2-cart-table__heading-left {
  width: 312px;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .shop2-cart-table__heading-left {
    width: 262px;
  }
}
.shop2-cart-table__heading-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.shop2-cart-table__heading-right .shop2-cart-table__heading-item {
  width: 33.33%;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table__heading-right .shop2-cart-table__heading-item {
    width: 39%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table__heading-right .shop2-cart-table__heading-item:nth-child(2) {
    width: 22%;
  }
}
.shop2-cart-table__heading-item {
  color: #004592;
  font: 500 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.shop2-cart-table .cart-products__item {
  padding: 20px 0;
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-products__item {
    padding-top: 40px;
    padding-bottom: 32px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-products__item:first-child {
    border-top: 1px solid rgba(0, 69, 146, 0.1);
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-products__item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.shop2-cart-table .cart-products__left {
  width: 312px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .shop2-cart-table .cart-products__left {
    width: 262px;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-products__left {
    width: 100%;
  }
}
.shop2-cart-table .cart-products__right {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-products__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 20px 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}
.shop2-cart-table .cart-price .shop2-product-amount, .shop2-cart-table .cart-amount .shop2-product-amount, .shop2-cart-table .cart-sum .shop2-product-amount {
  text-align: left;
}
.shop2-cart-table .cart-price {
  width: 33.33%;
  padding-right: 20px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table .cart-price {
    width: 39%;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-price {
    width: 100%;
    padding: 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.shop2-cart-table .cart-price .cart-price-title {
  font-weight: 500;
  font-size: 15px;
  color: #004592;
  width: 40%;
  display: none;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-price .cart-price-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-price .cart-price-body {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .shop2-cart-table .cart-price .cart-price-body {
    text-align: right;
  }
}
.shop2-cart-table .cart-price .cart-price-body span {
  font-size: 14px;
  font-weight: 400;
}
.shop2-cart-table .cart-amount {
  width: 33.33%;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table .cart-amount {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-amount {
    width: 100%;
    padding: 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.shop2-cart-table .cart-amount .cart-amount-title {
  font-weight: 500;
  font-size: 15px;
  color: #004592;
  width: 40%;
  display: none;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-amount .cart-amount-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-amount .cart-amount-body {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .shop2-cart-table .cart-amount .cart-amount-body {
    text-align: right;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table .cart-amount .cart-amount-body .shop2-product-amount {
    width: 60px;
  }
  .shop2-cart-table .cart-amount .cart-amount-body .shop2-product-amount input {
    width: 60px;
  }
  .shop2-cart-table .cart-amount .cart-amount-body .shop2-product-amount button {
    display: none;
  }
}
@media (max-width: 639px) {
  .shop2-cart-table .cart-amount .cart-amount-body .shop2-product-amount {
    margin-left: auto;
  }
}
.shop2-cart-table .cart-sum {
  width: 33.33%;
  padding-right: 35px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .shop2-cart-table .cart-sum {
    width: 39%;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-sum {
    width: 100%;
    padding: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.shop2-cart-table .cart-sum .cart-sum-title {
  font-weight: 500;
  font-size: 15px;
  color: #004592;
  width: 40%;
  display: none;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-sum .cart-sum-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-sum .cart-sum-body {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .shop2-cart-table .cart-sum .cart-sum-body {
    text-align: right;
  }
}
.shop2-cart-table .cart-sum .cart-sum-body span {
  font-size: 14px;
  font-weight: 400;
}
.shop2-cart-table .cart-price, .shop2-cart-table .cart-sum {
  color: #004592;
  font: 700 20px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.shop2-cart-table .cart-delete {
  width: 16px;
  position: absolute;
  top: 38px;
  right: 20px;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-delete {
    top: 20px;
  }
}
.shop2-cart-table .cart-delete .gr-icon-btn {
  width: 16px;
  height: 20px;
  min-height: 20px;
  font-size: 0;
  text-decoration: none;
}
.shop2-cart-table .cart-delete .gr-icon-btn:hover:before {
  opacity: 1;
}
.shop2-cart-table .cart-delete .gr-icon-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  transition: opacity 0.3s;
  opacity: 0.4;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M14.7368%202.10526H10.1053C10.1053%200.926316%209.17895%200%208%200C6.82105%200%205.89474%200.926316%205.89474%202.10526H1.26316C0.547368%202.10526%200%202.65263%200%203.36842C0%204.08421%200.547368%204.63158%201.26316%204.63158L1.97895%2018.2316C2.06316%2019.3684%202.94737%2020.2105%204.08421%2020.2105H11.8737C13.0105%2020.2105%2013.8947%2019.3263%2013.9789%2018.2316L14.7368%204.63158C15.4526%204.63158%2016%204.08421%2016%203.36842C16%202.65263%2015.4526%202.10526%2014.7368%202.10526ZM6.73684%2016C6.73684%2016.4632%206.35789%2016.8421%205.89474%2016.8421C5.43158%2016.8421%205.05263%2016.4632%205.05263%2016V7.57895C5.05263%207.11579%205.43158%206.73684%205.89474%206.73684C6.35789%206.73684%206.73684%207.11579%206.73684%207.57895V16ZM10.9474%2016C10.9474%2016.4632%2010.5684%2016.8421%2010.1053%2016.8421C9.64211%2016.8421%209.26316%2016.4632%209.26316%2016V7.57895C9.26316%207.11579%209.64211%206.73684%2010.1053%206.73684C10.5684%206.73684%2010.9474%207.11579%2010.9474%207.57895V16Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1260px) {
  .shop2-cart-table .cart-delete .gr-icon-btn:before {
    opacity: 1;
  }
}
.shop2-cart-table .cart-product {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop2-cart-table .cart-product__image {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 4px;
  display: none;
}
.shop2-cart-table .cart-product__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
  background-size: 50%;
}
.shop2-cart-table .cart-product__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.shop2-cart-table .cart-product__name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 4px;
  margin: 0 0 15px;
  display: inline-block;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .shop2-cart-table .cart-product__name {
    margin-right: 20px;
  }
}
.shop2-cart-table .cart-product__name:hover {
  color: #004592;
}
.shop2-cart-table .cart-product__name a {
  color: inherit;
  text-decoration: none;
}
.shop2-cart-table .cart-product__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 20px;
  font-size: 14px;
}
.shop2-cart-table .cart-product__vendor a {
  text-decoration: none;
  color: inherit;
}
.shop2-cart-table .cart-product__action {
  color: #ff5640;
  font: 500 14px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  margin: 0px;
}
.shop2-cart-table .cart-product__action strong {
  font-weight: 500;
}
.shop2-cart-table .cart-product .cart-product-article {
  margin: 0 0 15px;
  color: rgba(0, 69, 146, 0.4);
  font: 400 12px/1.5 "Rubik", Arial, Helvetica, sans-serif;
}
.shop2-cart-table .cart-product .cart-product-article span {
  color: rgba(0, 69, 146, 0.4);
}
.shop2-cart-table .cart-product .cart-params {
  margin: 15px 0 0;
}
.shop2-cart-table .cart-product .cart-params__btn {
  margin: 10px 0 0;
  text-align: left;
}
.shop2-cart-table .cart-product .cart-params__btn span {
  position: relative;
  color: #004592;
  padding: 8px 15px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font: 400 13px/1.09 "Rubik", Arial, Helvetica, sans-serif;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
}
.shop2-cart-table .cart-product .cart-params__body {
  display: none;
  margin-top: 20px;
}
.cart-total {
  width: 327px;
  margin-left: 30px;
  background: #004592;
  border-radius: 10px;
  padding: 29px 30px 30px;
}
@media (max-width: 1260px) {
  .cart-total {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .cart-total {
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px;
  }
}
.cart-total div.shop2-cart-update {
  margin: 0 0 15px;
  text-align: left;
}
.cart-total__header {
  font-weight: 500;
  font-size: 32px;
  color: #004592;
  padding: 0 0 18px;
}
@media (max-width: 480px) {
  .cart-total__header {
    font-size: 27px;
  }
}
.cart-total__item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 0 15px;
}
.cart-total__item.last_item {
  border: none;
}
.cart-total__item.last_item .cart-total__title {
  width: 40%;
}
.cart-total__item.last_item .cart-total__body {
  width: 60%;
  font-size: 25px;
}
.cart-total__item.last_item .cart-total__body span {
  font-size: 16px;
}
.cart-total__item.coupon_item {
  display: block;
}
.cart-total__title {
  width: 50%;
  color: #fff;
  font: 500 17px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.cart-total__body {
  width: 50%;
  text-align: right;
  color: #fff;
  font: 700 20px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.cart-total__body span {
  font-weight: 400;
  font-size: 14px;
}
.cart-total__btns {
  padding-top: 23px;
}
@media (max-width: 480px) {
  .cart-total__btns .shop2-btn {
    width: 100%;
  }
}
.cart-total a.shop2-cart-update {
  background: rgba(255, 255, 255, 0.08);
}
.coupon-additional {
  margin: 0 0 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.coupon-additional__title {
  color: #004592;
  font: 400 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.coupon-additional .shop2-btn {
  padding: 14px 20px;
}
.shop-coupon {
  position: relative;
}
.shop-coupon__block {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.shop-coupon__title {
  width: 100px;
  color: #fff;
  font: 500 17px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.shop-coupon__body {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.shop-coupon__body.opened {
  opacity: 1;
  visibility: visible;
}
.shop-coupon__body_wr {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 148px;
  background: rgba(0, 69, 146, 0.05);
  border: 1px solid rgba(0, 69, 146, 0.3);
  border-radius: 5px;
}
.shop-coupon__show_btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 69, 146, 0.3);
  border-radius: 5px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat rgba(0, 69, 146, 0.05);
}
.shop-coupon__show_btn.but_hidden {
  opacity: 0;
  visibility: hidden;
}
.shop-coupon .focus_input {
  width: calc(100% - 48px);
  height: 48px;
  padding: 0 0 0 20px;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}
.shop-coupon .gr-field-style {
  margin-right: 20px;
}
.shop-coupon .coupon-btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0;
}
.shop-coupon .coupon_close {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 30px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M5.46449%2014.5355C5.85501%2014.9261%206.48818%2014.9261%206.8787%2014.5355L10%2011.4142L13.1213%2014.5355C13.5119%2014.9261%2014.145%2014.9261%2014.5356%2014.5355C14.9261%2014.145%2014.9261%2013.5118%2014.5356%2013.1213L11.4142%2010L14.5356%206.87868C14.9261%206.48816%2014.9261%205.85499%2014.5356%205.46447C14.145%205.07394%2013.5119%205.07394%2013.1213%205.46447L10%208.58579L6.8787%205.46447C6.48818%205.07394%205.85501%205.07394%205.46449%205.46447C5.07396%205.85499%205.07396%206.48816%205.46449%206.87868L8.58581%2010L5.46449%2013.1213C5.07396%2013.5118%205.07396%2014.145%205.46449%2014.5355Z%22%20opacity%3D%220.2%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 100% 50% no-repeat;
}
.shop-coupon .coupon-delete {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M5.46449%2014.5355C5.85501%2014.9261%206.48818%2014.9261%206.8787%2014.5355L10%2011.4142L13.1213%2014.5355C13.5119%2014.9261%2014.145%2014.9261%2014.5356%2014.5355C14.9261%2014.145%2014.9261%2013.5118%2014.5356%2013.1213L11.4142%2010L14.5356%206.87868C14.9261%206.48816%2014.9261%205.85499%2014.5356%205.46447C14.145%205.07394%2013.5119%205.07394%2013.1213%205.46447L10%208.58579L6.8787%205.46447C6.48818%205.07394%205.85501%205.07394%205.46449%205.46447C5.07396%205.85499%205.07396%206.48816%205.46449%206.87868L8.58581%2010L5.46449%2013.1213C5.07396%2013.5118%205.07396%2014.145%205.46449%2014.5355Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  background-size: 15px 15px;
}
.shop-coupon .coupon-id {
  padding: 15px 0 0;
  font-size: 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.shop-coupon .coupon-id__title {
  width: 140px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.shop-coupon .coupon-id__body {
  width: calc(100% - 140px);
  text-align: right;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  color: #fff;
}
.shop-coupon .coupon-id__body .coupon-code {
  margin-right: 10px;
}
.shop-coupon .coupon-id__body .coupon-code.error {
  color: #ff5640;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
}
.cart-registration__title {
  font-weight: bold;
  font-size: 30px;
  color: #004592;
  padding: 0 0 40px;
}
@media (max-width: 639px) {
  .cart-registration__title {
    font-size: 25px;
    padding: 0 0 30px;
  }
}
.cart-registration__left .tpl-field {
  margin-bottom: 20px;
}
.cart-registration__left .shop2-btn {
  margin-top: 10px;
}
.cart-registration__text {
  padding: 30px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
}
.cart-registration__btns .shop2-btn:first-letter {
  text-transform: uppercase;
}
.cart-registration__btns .cart-registration__btn {
  margin-bottom: 15px;
}
.cart-registration__btns .cart-registration__btn .regist-btn {
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 16px;
  color: #004592;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.cart-registration__btns .cart-registration__btn:last-child {
  margin: 30px 0 0;
}
.remodal[data-remodal-id="coupon-remodal"] {
  text-align: left;
}
.remodal[data-remodal-id="coupon-remodal"] .remodal-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.remodal[data-remodal-id="coupon-remodal"] .shop-coupon__block {
  display: block;
}
.remodal[data-remodal-id="coupon-remodal"] .shop-coupon__title {
  width: auto;
  text-align: center;
  padding: 0 0 20px;
}
.remodal[data-remodal-id="coupon-remodal"] .shop-coupon__body {
  display: block;
  width: auto;
}
.remodal[data-remodal-id="coupon-remodal"] .gr-field-style {
  margin: 0 0 10px;
}
.remodal[data-remodal-id="coupon-remodal"] .coupon-btn {
  width: 100%;
}
.remodal[data-remodal-id="cart-auth-remodal"] {
  max-width: 450px;
  padding: 60px 50px 30px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-auth-remodal"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
/*Корзина*/
.product-list.thumbs {
  font-size: inherit;
  line-height: inherit;
  margin: 30px -15px 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-list.thumbs {
    margin: 20px -10px 0;
  }
}
@media (max-width: 480px) {
  .product-list.thumbs {
    margin: 20px 0 0;
  }
}
.product-list.thumbs .product-item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 20px 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}
@media (max-width: 1400px) and (min-width: 1261px) {
  .product-list.thumbs .product-item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .product-list.thumbs .product-item {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
  }
}
@media (max-width: 900px) {
  .product-list.thumbs .product-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 640px) {
  .product-list.thumbs .product-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .product-list.thumbs .product-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.product-list.thumbs .product-item:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
.product-list.thumbs .product-item__bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.product-list.thumbs .product-item__bottom-left {
  margin: 0;
}
.product-list.thumbs .product-item__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 15px;
}
.product-list.thumbs .product-item__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
}
.product-list.thumbs .product-item__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.product-list.thumbs .product-item__image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.product-list.thumbs .product-item .product-flags {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 20px;
}
.product-list.thumbs .product-item__name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 4px;
  margin: 0 0 15px;
  display: inline-block;
  transition: color 0.3s;
}
.product-list.thumbs .product-item__name:hover {
  color: #004592;
}
.product-list.thumbs .product-item__name a {
  color: inherit;
  text-decoration: none;
}
.product-list.thumbs .product-item__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 30px;
  font-size: 14px;
}
.product-list.thumbs .product-item__vendor a {
  text-decoration: none;
  color: inherit;
}
.product-list.thumbs .product-item .product-article {
  margin: 0 0 15px;
  color: rgba(0, 69, 146, 0.4);
  font: 400 12px/1.5 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.thumbs .product-item .tpl-stars {
  margin: 0 0 16px;
}
.product-list.thumbs .product-item .shop2-product-actions {
  margin: 30px 0 10px;
}
.product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
  white-space: pre-wrap;
}
.product-list.thumbs .product-item .shop2-product-actions dd .name-action {
  padding-right: 30px;
}
.product-list.thumbs .product-item__params {
  margin: 30px 0 0;
}
.product-list.thumbs .product-item__params-inner {
  text-align: center;
}
.product-list.thumbs .product-item__params-body {
  display: block !important;
}
.product-list.thumbs .product-item .product-compare {
  margin: 0 0 20px;
}
.product-list.thumbs .product-item .options-btn, .product-list.thumbs .product-item .options-more {
  margin: 10px 0 0;
  text-align: center;
  display: none;
}
.product-list.thumbs .product-item .options-btn span, .product-list.thumbs .product-item .options-more span {
  position: relative;
  color: #004592;
  padding: 9px 0;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font: 700 14px/1.09 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.thumbs .product-item__note {
  font: 400 14px/ 1.38 "Rubik", Arial, Helvetica, sans-serif;
  margin: 30px 0 30px;
}
.product-list.thumbs .product-item .shop2-product-options {
  margin: 30px 0 0;
}
.product-list.thumbs .product-item .options-more {
  display: none;
}
.product-list.thumbs .product-item__buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
}
.product-list.thumbs .product-item .product-price {
  width: 100%;
  font-size: 0;
}
.product-list.thumbs .product-item .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
.product-list.thumbs .product-item .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.product-list.thumbs .product-item .price-old span {
  display: inline-block;
}
.product-list.thumbs .product-item .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.product-list.thumbs .product-item .price-old + .price-current, .product-list.thumbs .product-item .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.product-list.thumbs .product-item .price-current {
  color: #fff;
  font: 400 14px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 10px 5px 7px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  position: relative;
}
.product-list.thumbs .product-item .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.product-list.thumbs .product-item .price-current strong {
  font: 700 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.thumbs .product-item .amount-wrap {
  margin: 0 0 30px;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.product-list.thumbs .product-item .amount_title {
  padding-right: 5px;
  padding-top: 16px;
}
.product-list.thumbs .product-item .product-amount {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.product-list.thumbs .product-item .shop-product-btn {
  background-color: transparent;
}
.product-list.thumbs .product-item .shop-product-btn.notavailable span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.thumbs .product-item .product-item-stock {
  margin-top: 20px;
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
.product-list.thumbs .product-item .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.product-list.thumbs .product-item .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.thumbs .product-item .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-list.thumbs .product-item .product-item-stock.notavailable {
  opacity: 0.7;
}
.product-list.thumbs .product-item .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-list.thumbs .product-item .bottom-btn {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 5px;
  background: #004592;
  width: 100%;
  transition: background 0.3s;
}
.product-list.thumbs .product-item .bottom-btn.active {
  background: #004592;
}
.product-list.thumbs .product-item .bottom-btn.active .price-current {
  color: #004592;
}
.product-list.thumbs .product-item .bottom-btn.active .price-current:before {
  background: rgba(0, 69, 146, 0.15);
}
.product-list.thumbs .product-item .bottom-btn.active .shop-product-btn.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.thumbs .product-item .bottom-btn.active .shop-product-btn.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
/*Витрина*/
.product-list.simple {
  font-size: inherit;
  line-height: inherit;
  margin: 30px -15px 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-list.simple {
    margin: 20px 0px 0;
  }
}
.product-list.simple .product-item {
  position: relative;
  margin: 0 15px 30px;
  padding: 20px 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  transition: box-shadow 0.3s;
  width: calc(50% - 30px);
}
@media (max-width: 1400px) and (min-width: 1261px) {
  .product-list.simple .product-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media (max-width: 1023px) {
  .product-list.simple .product-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.product-list.simple .product-item:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
.product-list.simple .product-item__top {
  width: 197px;
  margin-right: 30px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1400px) and (min-width: 1361px) {
  .product-list.simple .product-item__top {
    margin-right: 20px;
  }
}
@media (max-width: 1360px) and (min-width: 1261px) {
  .product-list.simple .product-item__top {
    margin-right: 20px;
    width: 160px;
  }
}
.product-list.simple .product-item__bottom {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}
.product-list.simple .product-item__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 6px;
  font-size: 0;
}
.product-list.simple .product-item__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
}
.product-list.simple .product-item__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.product-list.simple .product-item__image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.product-list.simple .product-item .product-flags {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -5px 10px -5px;
}
.product-list.simple .product-item__name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 4px;
  margin: 0 0 15px;
  display: inline-block;
  transition: color 0.3s;
}
.product-list.simple .product-item__name:hover {
  color: #004592;
}
.product-list.simple .product-item__name a {
  color: inherit;
  text-decoration: none;
}
.product-list.simple .product-item__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 20px;
  font-size: 14px;
}
.product-list.simple .product-item__vendor a {
  text-decoration: none;
  color: inherit;
}
.product-list.simple .product-item .product-article {
  margin: 0 0 15px;
  color: rgba(0, 69, 146, 0.4);
  font: 400 12px/1.5 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.simple .product-item .tpl-stars {
  margin: 0 0 16px;
}
.product-list.simple .product-item .shop2-product-actions {
  margin: 30px 0 10px;
}
.product-list.simple .product-item .shop2-product-actions dl dt .name-action {
  white-space: pre-wrap;
}
.product-list.simple .product-item .shop2-product-actions dd .name-action {
  padding-right: 30px;
}
.product-list.simple .product-item__params {
  margin: 20px 0 0;
}
.product-list.simple .product-item__params-inner {
  text-align: left;
}
.product-list.simple .product-item__params-body {
  display: none;
}
.product-list.simple .product-item .product-compare {
  margin: 0;
}
.product-list.simple .product-item .options-btn, .product-list.simple .product-item .options-more {
  margin: 10px 0 0;
  text-align: left;
}
.product-list.simple .product-item .options-btn span, .product-list.simple .product-item .options-more span {
  position: relative;
  color: #004592;
  padding: 8px 15px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font: 400 13px/1.09 "Rubik", Arial, Helvetica, sans-serif;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
}
.product-list.simple .product-item__note {
  font: 400 14px/ 1.38 "Rubik", Arial, Helvetica, sans-serif;
  margin: 30px 0 30px;
}
.product-list.simple .product-item .shop2-product-options {
  margin: 30px 0 0;
}
.product-list.simple .product-item .options-more {
  display: none;
}
.product-list.simple .product-item__buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.product-list.simple .product-item .product-price {
  width: 100%;
  font-size: 0;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-price {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 264px;
    margin: 0 0 0 auto;
  }
}
.product-list.simple .product-item .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .price-old-title {
    margin-left: 40px;
  }
}
.product-list.simple .product-item .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.product-list.simple .product-item .price-old span {
  display: inline-block;
}
.product-list.simple .product-item .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.product-list.simple .product-item .price-old + .price-current, .product-list.simple .product-item .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.product-list.simple .product-item .price-current {
  color: #fff;
  font: 400 14px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 10px 5px 7px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  position: relative;
}
.product-list.simple .product-item .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.product-list.simple .product-item .price-current strong {
  font: 700 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.simple .product-item .amount-wrap {
  margin: 0 0 30px;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .amount-wrap {
    width: calc(100% - 224px - 20px);
    margin: 0 20px 0 0;
  }
}
.product-list.simple .product-item .amount-wrap .amount_title {
  margin-right: 22px;
  padding-top: 16px;
}
.product-list.simple .product-item .product-amount {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.product-list.simple .product-item .shop-product-btn {
  background-color: transparent;
}
.product-list.simple .product-item .shop-product-btn.notavailable span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.simple .product-item .product-item-stock {
  margin-top: 20px;
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
.product-list.simple .product-item .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.product-list.simple .product-item .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.simple .product-item .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-list.simple .product-item .product-item-stock.notavailable {
  opacity: 0.7;
}
.product-list.simple .product-item .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-list.simple .product-item .bottom-btn {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 5px;
  background: #004592;
  width: 100%;
  transition: background 0.3s;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .bottom-btn {
    width: 224px;
    margin-left: auto;
  }
}
.product-list.simple .product-item .bottom-btn.active {
  background: #004592;
}
.product-list.simple .product-item .bottom-btn.active .price-current {
  color: #004592;
}
.product-list.simple .product-item .bottom-btn.active .price-current:before {
  background: rgba(0, 69, 146, 0.15);
}
.product-list.simple .product-item .bottom-btn.active .shop-product-btn.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.simple .product-item .bottom-btn.active .shop-product-btn.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
/*Простой*/
.product-list-titles {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product-list-titles {
    display: none;
  }
}
.product-list-titles__item {
  font-weight: 500;
  font-size: 15px;
  color: #004592;
}
.product-list-titles__item:first-child {
  padding: 0 20px 0 0;
  width: 31.8%;
}
@media (max-width: 1440px) {
  .product-list-titles__item:first-child {
    width: 31.6%;
  }
}
@media (max-width: 1366px) {
  .product-list-titles__item:first-child {
    width: 31.2%;
  }
}
@media (max-width: 1280px) {
  .product-list-titles__item:first-child {
    width: 30.6%;
  }
}
@media (max-width: 1260px) {
  .product-list-titles__item:first-child {
    width: 32.5%;
  }
}
@media (max-width: 1023px) {
  .product-list-titles__item:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
  }
}
.product-list-titles__item:nth-child(2) {
  padding: 0 20px 0 0;
  width: 26.5%;
}
@media (max-width: 1440px) {
  .product-list-titles__item:nth-child(2) {
    width: 26.4%;
  }
}
@media (max-width: 1366px) {
  .product-list-titles__item:nth-child(2) {
    width: 26.1%;
  }
}
@media (max-width: 1280px) {
  .product-list-titles__item:nth-child(2) {
    width: 25.6%;
  }
}
@media (max-width: 1260px) {
  .product-list-titles__item:nth-child(2) {
    width: 29.5%;
  }
}
@media (max-width: 1023px) {
  .product-list-titles__item:nth-child(2) {
    margin-left: auto;
    width: 211px;
  }
}
@media (max-width: 1023px) {
  .product-list-titles__item:nth-child(3) {
    width: 205px;
  }
}
.product-list.list {
  font-size: inherit;
  line-height: inherit;
  margin: 20px 0 0;
}
.product-list.list .product-item {
  position: relative;
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.3s;
}
@media (max-width: 1023px) {
  .product-list.list .product-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-list.list .product-item:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
.product-list.list .product-item__top {
  display: none;
}
.product-list.list .product-item__bottom {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .product-list.list .product-item__bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.product-list.list .product-item__bottom-left {
  width: 36.7%;
  padding: 0 20px 0 0;
}
@media (max-width: 1260px) {
  .product-list.list .product-item__bottom-left {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .product-list.list .product-item__bottom-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
    width: auto;
  }
}
.product-list.list .product-item__bottom-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-top: 4px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item__bottom-right {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 416px;
  }
}
.product-list.list .product-item__params {
  font-size: 0;
}
.product-list.list .product-item__params-inner {
  text-align: left;
}
.product-list.list .product-item__params-body {
  display: none;
}
.product-list.list .product-item .product-flags {
  margin: 0 -5px 10px;
}
.product-list.list .product-item__name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 4px;
  margin: 0 0 15px;
  display: inline-block;
  transition: color 0.3s;
}
.product-list.list .product-item__name:hover {
  color: #004592;
}
.product-list.list .product-item__name a {
  color: inherit;
  text-decoration: none;
}
.product-list.list .product-item__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 20px;
  font-size: 14px;
}
.product-list.list .product-item__vendor a {
  text-decoration: none;
  color: inherit;
}
.product-list.list .product-item .product-article {
  margin: 0 0 15px;
  color: rgba(0, 69, 146, 0.4);
  font: 400 12px/1.5 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.list .product-item .tpl-stars {
  margin: 0 0 10px;
}
.product-list.list .product-item .shop2-product-actions {
  margin: 0;
}
.product-list.list .product-item .shop2-product-actions dt {
  margin-bottom: 0;
  margin-top: 20px;
}
.product-list.list .product-item .shop2-product-actions dl dt .name-action {
  white-space: pre-wrap;
}
.product-list.list .product-item .shop2-product-actions dd .name-action {
  padding-right: 30px;
}
.product-list.list .product-item .product-compare {
  margin: 0;
}
.product-list.list .product-item .options-btn, .product-list.list .product-item .options-more {
  margin: 10px 0 0;
  text-align: left;
}
.product-list.list .product-item .options-btn span, .product-list.list .product-item .options-more span {
  position: relative;
  color: #004592;
  padding: 8px 15px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font: 400 13px/1.09 "Rubik", Arial, Helvetica, sans-serif;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
}
.product-list.list .product-item__note {
  font: 400 14px/ 1.38 "Rubik", Arial, Helvetica, sans-serif;
  margin: 30px 0 30px;
}
.product-list.list .product-item .shop2-product-options {
  margin: 30px 0 0;
}
.product-list.list .product-item .options-more {
  display: none;
}
.product-list.list .product-item__buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-list.list .product-item .product-price {
  font-size: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 48.4%;
  padding-right: 20px;
}
@media (max-width: 1260px) {
  .product-list.list .product-item .product-price {
    width: 55.6%;
  }
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-price {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
  }
}
.product-list.list .product-item .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
.product-list.list .product-item .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.product-list.list .product-item .price-old span {
  display: inline-block;
}
.product-list.list .product-item .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.product-list.list .product-item .price-old + .price-current, .product-list.list .product-item .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.product-list.list .product-item .price-current {
  color: #004592;
  font: 400 16px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.product-list.list .product-item .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.product-list.list .product-item .price-current strong {
  font: 700 20px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.product-list.list .product-item .amount-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}
.product-list.list .product-item .amount-wrap .amount_title {
  display: none;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .amount-wrap {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 148px;
  }
}
.product-list.list .product-item .product-amount {
  position: relative;
}
.product-list.list .product-item .product-amount .amount-title {
  display: none;
}
.product-list.list .product-item .product-amount .amount-min {
  position: absolute;
  left: 0;
  bottom: -23px;
}
.product-list.list .product-item .bottom-btn {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.product-list.list .product-item .product-item-stock {
  margin: 21px 0 0 20px;
  width: 114px;
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-item-stock {
    margin: 20px 0 0;
    width: auto;
  }
}
.product-list.list .product-item .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.product-list.list .product-item .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-list.list .product-item .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-list.list .product-item .product-item-stock.notavailable {
  opacity: 0.7;
}
.product-list.list .product-item .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
/*Прайс*/
.card-slider.horizontal {
  position: relative;
}
.card-slider.horizontal .card-slider__flags .product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.card-slider.horizontal .card-slider__flags .product-flags__left {
  width: 70px;
  font-size: 0;
  margin-right: 10px;
}
.card-slider.horizontal .card-slider__flags .product-flags__right {
  text-align: right;
  width: calc(100% - 70px - 10px);
}
.card-slider.horizontal .card-slider__flags .product-flags__item {
  font: 400 18px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.card-slider.horizontal .card-slider__items {
  overflow: hidden;
}
.card-slider.horizontal .card-slider__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.card-slider.horizontal .card-slider__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
}
.card-slider.horizontal .card-slider__image a {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-slider.horizontal .card-slider__image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.card-slider.horizontal .slick-prev, .card-slider.horizontal .slick-next {
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 2;
  margin-top: -25px;
  border-radius: 5px;
  border: 1px solid rgba(0, 69, 146, 0.1);
}
.card-slider.horizontal .slick-next {
  left: auto;
  right: -15px;
}
.card-slider.horizontal .slick-slide.slick-current .card-slider__thumb-img:before {
  opacity: 1;
  visibility: visible;
}
.card-slider.horizontal .card-slider__thumbs {
  margin: 20px -6px 0;
  width: calc(100% + 12px);
}
@media (max-width: 1400px) {
  .card-slider.horizontal .card-slider__thumbs {
    margin: 20px -8px 0;
    width: calc(100% + 16px);
  }
}
@media (max-width: 767px) {
  .card-slider.horizontal .card-slider__thumbs {
    margin-top: 10px;
  }
}
.card-slider.horizontal .card-slider__thumb-img {
  overflow: hidden;
  border-radius: 10px;
  height: 126px;
  width: 126px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1260px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 639px) and (min-width: 480px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 400px) {
  .card-slider.horizontal .card-slider__thumb-img {
    width: 62px;
    height: 62px;
  }
}
.card-slider.horizontal .card-slider__thumb-img:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px #004592;
}
.card-slider.horizontal .card-slider__thumb-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-slider.horizontal .card-slider__thumb-img a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*Слайдер с картинками товара*/
.kinds-block .kinds-block__title {
  color: #004592;
  font-weight: 500;
  font-size: 32px;
  padding: 0 100px 30px 0;
}
@media (max-width: 767px) {
  .kinds-block .kinds-block__title {
    font-size: 30px;
    padding: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .kinds-block .kinds-block__title {
    font-size: 28px;
  }
}
.kinds-block .kinds-slider-nav {
  position: absolute;
  top: -5px;
  right: 0;
  width: 100px;
  height: 50px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .kinds-block .kinds-slider-nav {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
  }
}
.kinds-block .slick-prev, .kinds-block .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 1;
  width: 50px;
  height: 48px;
  min-height: 48px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .kinds-block .slick-prev, .kinds-block .slick-next {
    width: 50%;
  }
}
.kinds-block .slick-prev {
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .kinds-block .slick-prev:before {
    background-position: 20px 50%;
  }
}
.kinds-block .slick-next {
  right: 0;
  left: auto;
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .kinds-block .slick-next:before {
    background-position: 20px 50%;
  }
}
.kinds-block .kinds-block__items {
  margin: 0 -15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .kinds-block .kinds-block__items {
    margin: 0;
  }
}
.kinds-block .kinds-block__items.kinds_slider {
  display: block;
}
.kinds-block .kinds-block__items.kinds_slider .kind-item {
  margin-bottom: 0;
  width: auto !important;
  display: block !important;
  max-width: 400px;
}
.kinds-block .kind-item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
  transition: box-shadow 0.3s;
}
@media (max-width: 480px) {
  .kinds-block .kind-item {
    margin: 0 0 20px;
  }
}
.kinds-block .kind-item:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
.kinds-block .kind-item__inner {
  height: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.kinds-block .kind-item__top {
  padding-bottom: 20px;
}
.kinds-block .kind-image {
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 20px;
  padding-top: 100%;
}
.kinds-block .kind-image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
}
.kinds-block .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.kinds-block .kind-image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.kinds-block .kind-name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  margin: 0 0 15px;
  display: inline-block;
}
.kinds-block .kind-name a {
  color: inherit;
  text-decoration: none;
}
.kinds-block .kind-vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 30px;
  font-size: 14px;
}
.kinds-block .kind-vendor a {
  text-decoration: none;
  color: inherit;
}
.kinds-block .product-compare {
  margin: 10px 0 0;
  text-align: center;
  display: none;
}
.kinds-block .kind-item__bottom {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.kinds-block .kind-price {
  width: 100%;
  font-size: 0;
}
.kinds-block .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
.kinds-block .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.kinds-block .price-old span {
  display: inline-block;
}
.kinds-block .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.kinds-block .price-old + .price-current, .kinds-block .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.kinds-block .price-current {
  color: #fff;
  font: 400 14px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 10px 5px 7px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  position: relative;
}
.kinds-block .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.kinds-block .price-current strong {
  font: 700 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.kinds-block .bottom-btn {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 5px;
  background: #004592;
  width: 100%;
  transition: background 0.3s;
}
.kinds-block .bottom-btn.active {
  background: #004592;
}
.kinds-block .bottom-btn.active .price-current {
  color: #004592;
}
.kinds-block .bottom-btn.active .price-current:before {
  background: rgba(0, 69, 146, 0.15);
}
.kinds-block .bottom-btn.active .shop-product-btn.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.kinds-block .bottom-btn.active .shop-product-btn.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.kinds-block .amount-wrap {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
.kinds-block .amount_title {
  padding-right: 5px;
}
.kinds-block .product-amount {
  margin: 0px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.kinds-block .shop-product-btn {
  background-color: transparent;
}
.kinds-block .shop-product-btn.notavailable {
  background-color: transparent;
}
.kinds-block .shop-product-btn.notavailable span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.kinds-block .product-item-stock {
  margin-top: 20px;
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
.kinds-block .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.kinds-block .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.kinds-block .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.kinds-block .product-item-stock.notavailable {
  opacity: 0.7;
}
.kinds-block .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
/*Коллекции*/
.tpl-info {
  background: rgba(0, 69, 146, 0.1);
  border: none;
  font-size: 18px;
  box-shadow: none;
  padding: 20px 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 639px) {
  .tpl-info {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.tpl-info .tpl-required {
  color: #ff5640;
}
.comments-block {
  line-height: 1.2;
}
.comments-block__items {
  padding: 0 0 48px;
}
.comments-block .comment-item {
  padding-top: 44px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comment-item {
    padding-top: 26px;
  }
}
.comments-block .comment-item:first-child {
  padding-top: 0;
}
.comments-block .comment-item__head {
  font-size: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.comments-block .comment-item__name {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.comments-block .comment-item__name a {
  color: inherit;
  text-decoration: none;
}
.comments-block .comment-item__date {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  font: 700 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.comments-block .comment-item__stars {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 -3px;
}
.comments-block .comment-item__body {
  padding: 14px 0 0;
  font: 400 14px/22px "Rubik", Arial, Helvetica, sans-serif;
}
.comments-block .comments-form__body {
  padding: 20px 0 0 0;
}
.comments-block .comments-form__body.comments_toggle {
  display: none;
}
.comments-block .comments-form__title {
  padding: 0 0 30px;
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.comments-block .comments-form .tpl-field {
  margin-bottom: 20px;
}
.comments-block .comments-form .tpl-field .tpl-required {
  color: #ff5640;
}
.comments-block .comments-form .tpl-field .tpl-value {
  margin: 0;
}
.comments-block .comments-form .tpl-field input[type="text"], .comments-block .comments-form .tpl-field input[type="phone"], .comments-block .comments-form .tpl-field input[type="password"], .comments-block .comments-form .tpl-field input[type="email"], .comments-block .comments-form .tpl-field input[type="number"] {
  max-width: 300px;
}
.comments-block .comments-form .tpl-field textarea {
  width: 533px;
  min-height: 81px;
  min-width: 240px;
}
.comments-block .comments-form .tpl-field-reg {
  margin-bottom: 20px;
}
.comments-block .comments-form .tpl-field-reg .comments-chekbox {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.comments-block .comments-form .tpl-field-reg .mg-styler-label--checkbox {
  margin: 0;
  margin-right: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
}
.comments-block .comments-form .tpl-field-reg a {
  color: #004592;
  font: 400 15px/ normal "Rubik", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.comments-block .comments-form .tpl-field-reg a:hover {
  text-decoration: underline;
}
.comments-block .comments-form .tpl-field-button {
  padding-top: 10px;
  margin: 0;
}
.comments-block .comments-reg__title {
  padding: 0 0 30px;
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.comments-block .comments-reg .tpl-auth {
  overflow: visible;
}
.comments-block .comments-reg .tpl-left {
  width: 320px;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comments-reg .tpl-left {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 30px;
    max-width: 420px;
  }
}
.comments-block .comments-reg .tpl-right {
  overflow: hidden;
  max-width: 520px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comments-reg .tpl-right {
    padding: 0;
    max-width: 100%;
  }
}
.comments-block .comments-reg .tpl-right .tpl-field {
  margin-bottom: 0;
}
.comments-block .comments-reg .tpl-right .tpl-field-text {
  font: 400 14px/22px "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 20px;
}
.comments-block .comments-reg .tpl-field {
  margin-bottom: 20px;
}
.comments-block .comments-reg .tpl-field .tpl-value {
  margin: 0;
}
.comments-block .comments-reg .tpl-btns {
  padding: 10px 0 0 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .comments-block .comments-reg .tpl-btns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments-block .comments-reg .tpl-btns button {
    margin-bottom: 20px;
  }
}
/*Отзывы*/
.shop-product-data {
  padding: 29px 30px 0 30px;
  margin-bottom: 86px;
  background: #fff;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .shop-product-data {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .shop-product-data {
    margin-bottom: 50px;
  }
}
.shop-product-data.no_tabs {
  background: none;
  padding: 0;
}
.shop-product-data.no_tabs .desc-area {
  display: block;
  padding: 0;
}
.shop-product-data.no_tabs .desc-area.params_block {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
}
.shop-product-data__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shop-product-data__nav {
    display: none;
  }
}
.shop-product-data__nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.shop-product-data__nav li.r-tabs-state-active a {
  color: #fff;
  background: #004592;
}
.shop-product-data__nav li a {
  color: #004592;
  padding: 15px 30px;
  text-decoration: none;
  display: block;
  background: rgba(0, 69, 146, 0.05);
  border-radius: 5px;
  transition: all 0.2s;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
  font: 700 20px/ normal "Exo", Arial, Helvetica, sans-serif;
}
.shop-product-data__nav li a:hover {
  color: #fff;
  background: #004592;
}
.shop-product-data__nav .rev-counter {
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #004592;
  border-radius: 5px;
  padding: 2px 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.shop-product-data__desc-item {
  padding-bottom: 40px;
}
.shop-product-data__desc-item:last-child {
  padding-bottom: 0;
}
.shop-product-data__desc-title {
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 30px;
}
.shop-product-data__desc .r-tabs-accordion-title {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  .shop-product-data__desc .r-tabs-accordion-title {
    display: block;
  }
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active {
  margin-bottom: 0;
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active a {
  color: #fff;
  background: #004592;
  box-shadow: none;
}
.shop-product-data__desc .r-tabs-accordion-title a {
  padding: 17px 20px;
  text-decoration: none;
  display: block;
  font: 700 17px/ normal "Exo", Arial, Helvetica, sans-serif;
  color: #000;
  background: rgba(0, 69, 146, 0.05);
  border-radius: 5px;
  transition: all 0.2s;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
.shop-product-data__desc .desc-area {
  padding: 46px 0 40px 0;
  display: none;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area {
    padding: 30px 0 40px;
  }
}
.shop-product-data__desc .desc-area.r-tabs-state-active {
  display: block;
}
.shop-product-data__desc .desc-area.html_block {
  font-size: 16px;
  line-height: 1.8;
  color: #004592;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.html_block {
    font-size: 15px;
    line-height: 1.7;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 4px 0;
  min-height: 50px;
  border-bottom: 1px solid rgba(44, 51, 69, 0.1);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item:last-child {
  margin-bottom: 0;
  border: none;
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-title {
  padding: 0 10px 0 0;
  margin: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-title {
    width: 100%;
    padding: 0 0 10px;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-body {
  width: 60%;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-body {
    width: 100%;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block {
  margin: 0;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items {
  margin: 0 -15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items {
    margin: 0;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kind-item {
  width: calc(25% - 30px);
  margin: 0 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 397px;
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kind-item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kind-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kind-item {
    width: 100%;
    margin: 0 auto;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .shop2-product-params {
  padding: 0;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .shop2-product-params .param-title {
  font-weight: 500;
}
.shop-product-data__desc .desc-area p {
  margin: 0;
}
.shop-product-data__desc .desc-area p + p {
  margin-top: 10px;
}
/*Табы*/
.card-page__left {
  width: 564px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .card-page__left {
    width: 500px;
  }
}
@media (max-width: 1260px) {
  .card-page__left {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .card-page__left {
    width: 280px;
  }
}
@media (max-width: 639px) {
  .card-page__left {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.card-page__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .card-page__right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .card-page__right {
    padding-left: 20px;
  }
}
@media (max-width: 639px) {
  .card-page__right {
    padding: 40px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.card-page__bottom {
  padding: 60px 0 0 0;
}
.card-page .pluso-share {
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .card-page .pluso-share {
    padding: 20px 0 0;
  }
}
.card-page .pluso-share__title {
  font-size: 14px;
  color: #004592;
  padding-bottom: 13px;
}
.card-page .shop2-product {
  margin: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .card-page .shop2-product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.card-page .shop2-product__top {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-page .product-flags {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  z-index: 1;
}
.card-page .tpl-rating-block {
  font-size: 0;
  margin: 0;
}
.card-page .tpl-rating-block .tpl-stars {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .card-page .tpl-rating-block .tpl-stars {
    margin: 0 0 20px 0;
  }
}
.card-page .shop2-product-article {
  margin: 0 0 30px;
  color: rgba(0, 69, 146, 0.4);
  font: 400 12px/1.5 "Rubik", Arial, Helvetica, sans-serif;
}
@media (max-width: 1260px) {
  .card-page .shop2-product-article {
    margin: 0 0 20px;
  }
}
.card-page .product-name h1 {
  font-weight: bold;
  font-size: 29px;
  color: #004592;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 1400px) {
  .card-page .product-name h1 {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .card-page .product-name h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .card-page .product-name h1 {
    font-size: 20px;
  }
}
.card-page .shop2-product__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 40px;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .card-page .shop2-product__vendor {
    margin-bottom: 30px;
  }
}
.card-page .shop2-product__vendor a {
  text-decoration: none;
  color: inherit;
}
.card-page .shop2-product__inner {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .card-page .shop2-product__inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.card-page .form-additional-wrap {
  width: 237px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .card-page .form-additional-wrap {
    width: 100%;
  }
}
.card-page .form-additional {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px;
  padding: 20px 20px 19px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.card-page .form-additional .product-price {
  width: 100%;
  font-size: 0;
  padding: 0 0 19px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .card-page .form-additional .product-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .product-price {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 20px 17px 0;
  }
}
.card-page .form-additional .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
.card-page .form-additional .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.card-page .form-additional .price-old span {
  display: inline-block;
}
.card-page .form-additional .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.card-page .form-additional .price-old + .price-current, .card-page .form-additional .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.card-page .form-additional .price-current {
  color: #004592;
  font: 400 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  position: relative;
}
.card-page .form-additional .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.card-page .form-additional .price-current strong {
  font: 700 26px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.card-page .form-additional .amount-wrap {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .amount-wrap {
    margin: 0 20px 20px 0;
  }
}
.card-page .form-additional .amount_title {
  padding-right: 5px;
  padding-top: 16px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .amount_title {
    display: none;
  }
}
.card-page .form-additional .product-amount {
  margin: 0px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .product-amount .shop2-product-amount {
    width: 103px;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .product-amount .shop2-product-amount button {
    width: 35px;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .product-amount .shop2-product-amount input {
    width: 33px;
  }
}
.card-page .form-additional .shop-product-btn {
  margin-bottom: 20px;
  padding: 17px 50px 16px 30px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .shop-product-btn {
    margin: 0 20px 22px 0;
    font-size: 15px;
    padding: 17.5px 50px 17.5px 20px;
    min-width: 163px;
  }
}
.card-page .form-additional .buy-one-click {
  margin-bottom: 20px;
  padding: 13.5px 30px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .form-additional .buy-one-click {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.card-page .shop2-product-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .card-page .shop2-product-panel {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .card-page .shop2-product-panel {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .card-page .shop2-product-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-bottom: 50px;
  }
}
.card-page .product-anonce {
  margin: 43px 0;
  font: 400 15px/ 1.63 "Rubik", Arial, Helvetica, sans-serif;
  color: #004592;
}
@media (max-width: 1260px) {
  .card-page .product-anonce {
    margin: 30px 0 25px;
    font-size: 14px;
  }
}
.card-page .shop2-product-actions {
  margin: 0 0 20px;
}
.card-page .shop2-product-options {
  padding: 0;
  margin-top: 20px;
}
.card-page .shop2-product-options .option-item {
  margin: 0;
  display: block;
  font-size: 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  padding: 14.5px 0;
}
.card-page .shop2-product-options .option-item:last-child {
  margin-bottom: 0;
}
.card-page .shop2-product-options .option-item:nth-child(n+5) {
  display: none;
}
.card-page .shop2-product-options .option-title {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 17px;
}
@media (max-width: 1260px) {
  .card-page .shop2-product-options .option-title {
    font-size: 15px;
    padding: 0 0 10px;
    width: 100%;
    display: block;
  }
}
.card-page .shop2-product-options .option-body {
  width: 60%;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .card-page .shop2-product-options .option-body {
    font-size: 15px;
    width: 100%;
    display: block;
  }
}
.card-page .options-more {
  margin: 20px 0 0;
  text-align: left;
}
.card-page .options-more span {
  position: relative;
  color: #004592;
  padding: 8px 15px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font: 400 13px/1.09 "Rubik", Arial, Helvetica, sans-serif;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
}
.card-page .product-item-stock {
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .card-page .product-item-stock {
    width: 100%;
  }
}
.card-page .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.card-page .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.card-page .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.card-page .product-item-stock.notavailable {
  opacity: 0.7;
}
.card-page .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.card-page .collections .kinds-block.collections_block {
  margin-bottom: 85px;
  position: relative;
}
@media (max-width: 1023px) {
  .card-page .collections .kinds-block.collections_block {
    margin-bottom: 76px;
  }
}
.gr-back-btn .shop2-btn-back {
  padding: 17px 30px 17px 63px;
}
.gr-back-btn .shop2-btn-back:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2012%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M10.08%2016.567L0.48%209.36701C-0.16%208.88701%20-0.16%207.92701%200.48%207.44701L10.08%200.247008C10.88%20-0.352992%2012%200.207008%2012%201.20701V15.607C12%2016.607%2010.88%2017.167%2010.08%2016.567Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.remodal[data-remodal-id="one-click"] {
  max-width: 450px;
  padding: 60px 50px 30px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="one-click"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
.remodal[data-remodal-id="one-click"] .tpl-anketa__title {
  font-weight: bold;
  font-size: 30px;
  color: #004592;
  padding: 0 0 40px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="one-click"] .tpl-anketa__title {
    font-size: 25px;
    padding: 0 0 30px;
  }
}
.remodal[data-remodal-id="one-click"] .tpl-field {
  margin-bottom: 20px;
}
.remodal[data-remodal-id="one-click"] .tpl-field.tpl-field-button {
  margin: 45px 0 15px;
}
/*Карточка*/
.main-blocks {
  position: relative;
}
.main-blocks.new-blocks-main {
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .main-blocks.new-blocks-main {
    margin-bottom: 50px;
  }
}
.main-blocks__lots_items {
  width: 25%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .main-blocks__lots_items {
    margin-bottom: 20px;
  }
}
.main-blocks__item {
  margin-bottom: 40px;
  position: relative;
}
.main-blocks__item:last-child {
  margin-bottom: 0;
}
.main-blocks .main-products__title {
  color: #004592;
  font-weight: 500;
  font-size: 32px;
  padding: 0 100px 35px 0;
}
@media (max-width: 767px) {
  .main-blocks .main-products__title {
    font-size: 30px;
    padding: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .main-blocks .main-products__title {
    font-size: 28px;
  }
}
.main-blocks .main-products__before {
  font-size: 16px;
  line-height: 24px;
}
.main-blocks .main-products__after {
  font-size: 16px;
  line-height: 24px;
}
.main-blocks .product-list.thumbs {
  margin: 0 -15px;
  display: block;
}
.main-blocks .product-list.thumbs .product-item {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.main-blocks .main-blocks-slider-nav {
  position: absolute;
  top: -5px;
  right: 0;
  width: 100px;
  height: 50px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-blocks .main-blocks-slider-nav {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 0px;
  }
}
.main-blocks .main-blocks-slider-nav .slick-prev, .main-blocks .main-blocks-slider-nav .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 1;
  width: 50px;
  height: 48px;
  min-height: 48px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .main-blocks .main-blocks-slider-nav .slick-prev, .main-blocks .main-blocks-slider-nav .slick-next {
    width: 50%;
  }
}
.main-blocks .main-blocks-slider-nav .slick-prev {
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px 0 0 10px;
  padding-right: 1px;
}
.main-blocks .main-blocks-slider-nav .slick-prev:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0px;
  background: rgba(0, 0, 0, 0.07);
  width: 1px;
  height: 20px;
}
@media (max-width: 767px) {
  .main-blocks .main-blocks-slider-nav .slick-prev:before {
    background-position: 20px 50%;
  }
}
.main-blocks .main-blocks-slider-nav .slick-next {
  right: 0;
  left: auto;
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .main-blocks .main-blocks-slider-nav .slick-next:before {
    background-position: 20px 50%;
  }
}
.main-blocks .main-text__title {
  color: #004592;
  font-weight: 500;
  font-size: 32px;
  padding: 0 100px 30px 0;
}
@media (max-width: 767px) {
  .main-blocks .main-text__title {
    font-size: 30px;
    padding: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .main-blocks .main-text__title {
    font-size: 28px;
  }
}
.main-blocks .main-text__body {
  font-size: 16px;
  line-height: 1.8;
  color: #004592;
}
.main-blocks p {
  margin: 0;
}
.main-blocks p + p {
  margin-top: 15px;
}
.new-main-blocks-slider-nav {
  position: absolute;
  top: -5px;
  right: 0;
  width: 100px;
  height: 50px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .new-main-blocks-slider-nav {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 0px;
  }
}
.new-main-blocks-slider-nav .slick-prev, .new-main-blocks-slider-nav .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 1;
  width: 50px;
  height: 48px;
  min-height: 48px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .new-main-blocks-slider-nav .slick-prev, .new-main-blocks-slider-nav .slick-next {
    width: 50%;
  }
}
.new-main-blocks-slider-nav .slick-prev {
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px 0 0 10px;
  padding-right: 1px;
}
.new-main-blocks-slider-nav .slick-prev:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0px;
  background: rgba(0, 0, 0, 0.07);
  width: 1px;
  height: 20px;
}
@media (max-width: 767px) {
  .new-main-blocks-slider-nav .slick-prev:before {
    background-position: 20px 50%;
  }
}
.new-main-blocks-slider-nav .slick-next {
  right: 0;
  left: auto;
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .new-main-blocks-slider-nav .slick-next:before {
    background-position: 20px 50%;
  }
}
/*Блоки на главной*/
.shop2-product-folders-header {
  margin: 0;
  padding: 0 0 30px;
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
}
.shop2-product-folders {
  margin: 0 0 30px;
}
html, body {
  height: 100%;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 16px;
}
body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #004592;
  background: #fff;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
  color: #004592;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
    text-align: center;
  }
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.67rem;
}
h5, h6 {
  font-weight: bold;
}
/*.site-path {
    margin-bottom: 10px;
    white-space: pre-wrap;
    line-height: 1;
}*/
.site-header a img, .site-footer a img {
  border: none;
}
.site-header p, .site-footer p {
  margin: 0;
}
.site-path {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px;
  padding: 7px 20px;
  display: inline-block;
  margin-bottom: 30px;
  color: rgba(0, 69, 146, 0.3);
  font-size: 14px;
}
@media (max-width: 767px) {
  .site-path {
    display: none;
  }
}
.site-path a {
  color: #004592;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.site-path a span {
  margin: 0;
}
.site-path span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .inner-folders {
    display: none;
  }
}
.inner-folders__list_if {
  margin: 0 0 40px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.inner-folders__list_if li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.inner-folders__list_if li:first-child {
  margin-left: 0;
}
.site__wrapper {
  min-height: 100%;
  margin: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.header-top {
  padding: 0 30px;
  background: #004592;
}
@media (max-width: 767px) {
  .header-top {
    padding: 0;
  }
}
.header-top__inner_ht {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header-top__inner_ht {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.header-top__left_ht {
  width: calc(100% - 210px);
}
@media (max-width: 1023px) {
  .header-top__left_ht {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .header-top__left_ht {
    display: none;
  }
}
.header-top .mob-burger-btn {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-top .mob-burger-btn {
    display: block;
  }
}
.header-top .mob-burger-btn:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%208.5C0%207.67157%200.671573%207%201.5%207H16.5C17.3284%207%2018%207.67157%2018%208.5C18%209.32843%2017.3284%2010%2016.5%2010H1.5C0.671573%2010%200%209.32843%200%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%2015.5C0%2014.6716%200.671573%2014%201.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H1.5C0.671573%2017%200%2016.3284%200%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1023px) {
  .header-top__right_ht {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header-top__right_ht {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.header-top__login_btn_ht {
  font-weight: bold;
  font-size: 17px;
  color: #FFF;
  padding: 19px 33px 20px 10px;
  width: 210px;
  text-align: right;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header-top__login_btn_ht {
    padding: 0;
    height: 60px;
    font-size: 0;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .header-top__login_btn_ht {
    width: 40px;
  }
}
.header-top__login_btn_ht:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  content: "";
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2015%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M12.5%200H4.16667C2.79167%200%201.66667%201.125%201.66667%202.5V3.54167C1.66667%204.125%202.125%204.58333%202.70833%204.58333C3.29167%204.58333%203.75%204.125%203.75%203.54167V2.5C3.75%202.25%203.91667%202.08333%204.16667%202.08333H12.5C12.7083%202.08333%2012.9167%202.25%2012.9167%202.5V17.5C12.9167%2017.7083%2012.7083%2017.9167%2012.5%2017.9167H4.16667C3.91667%2017.9167%203.75%2017.7083%203.75%2017.5V16.4583C3.75%2015.875%203.29167%2015.4167%202.70833%2015.4167C2.125%2015.4167%201.66667%2015.875%201.66667%2016.4583V17.5C1.66667%2018.875%202.79167%2020%204.16667%2020H12.5C13.875%2020%2015%2018.875%2015%2017.5V2.5C15%201.125%2013.875%200%2012.5%200Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.25%22%2F%3E%3Cpath%20d%3D%22M9.5%2010.5833L6.375%2013.7083C5.83333%2014.25%204.95833%2013.875%204.95833%2013.125V11.6667H0.833333C0.375%2011.6667%200%2011.2917%200%2010.8333V9.16667C0%208.70833%200.375%208.33333%200.833333%208.33333H4.95833V6.875C4.95833%206.125%205.875%205.75%206.375%206.29167L9.5%209.41667C9.83333%209.75%209.83333%2010.25%209.5%2010.5833Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.25%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .header-top__login_btn_ht:before {
    right: 13px;
  }
}
.top_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  z-index: 10;
}
.top_menu li {
  position: relative;
}
.top_menu > li {
  display: inline-block;
  vertical-align: middle;
}
.top_menu > li:first-child > a {
  padding-left: 0;
}
.top_menu > li > a {
  display: block;
  padding: 20px 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s;
}
.top_menu > li > a:hover {
  color: #FFF;
}
.top_menu > li ul {
  display: none;
  padding: 20px 30px;
  margin: 2px 0 0 12px;
  list-style: none;
  font-size: 0;
  position: absolute;
  top: 100%;
  left: 0%;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 10px;
  background: #FFF;
  width: 270px;
  z-index: 130;
}
.top_menu > li ul:before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-bottom: 2px solid #fff;
  border-left: 12px solid #fff;
  top: -7px;
  left: 0;
}
.top_menu > li ul li {
  display: block;
}
.top_menu > li ul li a {
  font-size: 15px;
  color: #004592;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  transition: color 0.3s;
}
.top_menu > li ul li a:hover {
  color: #004592;
}
.top_menu > li ul li:last-child a {
  border: none;
}
.top_menu > li ul li ul {
  top: 0%;
  right: 100%;
  border-radius: 10px;
  left: auto;
}
.top_menu > li ul li ul:before {
  display: none;
}
.top_menu .flexMenu-popup {
  right: 0;
  left: auto;
  border-radius: 10px 0 10px 10px;
}
.top_menu .flexMenu-popup:before {
  left: auto;
  right: 0;
  border: 5px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 2px solid #fff;
}
.top_menu li.flexMenu-popup li ul {
  left: -100%;
}
.top_menu > li ul.right_level {
  left: -100%;
  top: 100%;
}
.top_menu > li ul.right_level ul {
  left: -100%;
  top: 100%;
}
.top_menu li.flexMenu-viewMore > a {
  width: 34px;
  font-size: 0;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 0;
  margin-left: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%224px%22%20%20viewBox%3D%220%200%2020%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M4%202C4%203.10457%203.10457%204%202%204C0.89543%204%200%203.10457%200%202C0%200.89543%200.89543%200%202%200C3.10457%200%204%200.89543%204%202Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12%202C12%203.10457%2011.1046%204%2010%204C8.89543%204%208%203.10457%208%202C8%200.89543%208.89543%200%2010%200C11.1046%200%2012%200.89543%2012%202Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M20%202C20%203.10457%2019.1046%204%2018%204C16.8954%204%2016%203.10457%2016%202C16%200.89543%2016.8954%200%2018%200C19.1046%200%2020%200.89543%2020%202Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.header-bottom {
  background: #003b7c;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .header-bottom {
    padding: 0 20px;
  }
}
.header-bottom__inner_hb {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 130px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-bottom__logo_hb {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding: 20px 20px 20px 0;
  font-size: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .header-bottom__logo_hb {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 19px 0px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.header-bottom__logo_pic_hb {
  display: block;
  margin: 10px 20px 10px 0;
}
@media (max-width: 767px) {
  .header-bottom__logo_pic_hb {
    margin: 0 0 20px;
  }
}
.header-bottom__logo_pic_hb img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header-bottom__name_desc_hb {
    text-align: center;
    width: 100%;
  }
}
.header-bottom__logo_name_hb {
  font-weight: bold;
  font-size: 31px;
  color: #004592;
  margin: 0 39px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.header-bottom__logo_name_hb span {
  color: #fff;
}
@media (max-width: 1260px) {
  .header-bottom__logo_name_hb {
    margin: 0 0 4px;
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .header-bottom__logo_name_hb {
    margin: 0 0 5px;
  }
}
.header-bottom__desc_hb {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
@media (max-width: 1260px) {
  .header-bottom__desc_hb {
    margin: 0;
    display: block;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .header-bottom__desc_hb {
    font-size: 18px;
  }
}
.header-bottom__contacts_hb {
  width: 636px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .header-bottom__contacts_hb {
    width: 575px;
  }
}
@media (max-width: 1023px) {
  .header-bottom__contacts_hb {
    width: 50%;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .header-bottom__contacts_hb {
    display: none;
  }
}
.header-bottom__addres_hb {
  width: 290px;
  font-size: 16px;
  color: #FFF;
  padding: 20px 10px 20px 48px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2018%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M8.53352%200.0114368C4.16042%200.268678%200.507593%203.66426%200.0445591%207.98592C-0.161234%2010.1467%200.353249%2012.1532%201.43366%2013.7996L8.12193%2024.1921C8.53352%2024.8095%209.45959%2024.8095%209.87118%2024.1921L16.5595%2013.7996C17.4855%2012.4105%2018%2010.7127%2018%208.96343C18%203.87006%2013.6783%20-0.245804%208.53352%200.0114368ZM8.99656%2012.6163C6.99007%2012.6163%205.39518%2011.0214%205.39518%209.01488C5.39518%207.0084%206.99007%205.4135%208.99656%205.4135C11.003%205.4135%2012.5979%207.0084%2012.5979%209.01488C12.5979%2011.0214%2011.003%2012.6163%208.99656%2012.6163Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.25%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
}
@media (max-width: 1260px) {
  .header-bottom__addres_hb {
    padding-top: 13px;
  }
}
@media (max-width: 1023px) {
  .header-bottom__addres_hb {
    display: none;
  }
}
.header-bottom__cont_block_hb {
  width: 280px;
  padding: 20px 0px 20px 51px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1.83314%200.74555L1.98318%200.595513C2.8834%20-0.304709%204.33376%20-0.154672%205.08394%200.845574L7.83462%204.79655C8.38476%205.59675%208.28473%206.69702%207.58456%207.39719L7.43452%207.54723C6.9344%208.04735%206.83437%208.79753%207.18446%209.39768C8.28473%2011.2481%209.7851%2012.6985%2011.5855%2013.7988C12.1857%2014.1489%2012.9859%2014.0488%2013.436%2013.5487L13.586%2013.3987C14.2862%2012.6985%2015.3865%2012.5985%2016.1867%2013.1486L20.1377%2015.8993C21.1879%2016.5995%2021.2879%2018.0998%2020.3877%2019L20.2377%2019.1501C18.1872%2021.2006%2014.9864%2021.5507%2012.5358%2020.0003C7.78461%2016.9996%203.88365%2013.1486%200.882906%208.34742C-0.567452%205.94683%20-0.217365%202.79605%201.83314%200.74555Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.25%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 1260px) {
  .header-bottom__cont_block_hb {
    min-width: 252px;
    width: auto;
    max-width: 280px;
  }
}
.header-bottom__work_time_hb {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
.header-bottom__phone_hb div a {
  font-size: 21px;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 1260px) {
  .header-bottom__phone_hb div a {
    font-size: 18px;
  }
}
.header-bottom__phone_hb div a span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #004592;
}
.contacts-popap {
  position: relative;
  width: 50px;
  padding: 0 0 5px 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .contacts-popap {
    width: 40px;
    height: 60px;
    padding: 0;
  }
}
.contacts-popap__btn_cp {
  text-align: right;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  color: #004592;
  border-bottom: 1px dotted #004592;
  display: inline-block;
  transition: border 0.3s;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 767px) {
  .contacts-popap__btn_cp {
    font-size: 0;
    position: relative;
    border: none;
    width: 40px;
    height: 60px;
    display: block;
  }
}
.contacts-popap__btn_cp:before {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1.57126%200.639042L1.69987%200.510439C2.47148%20-0.261179%203.71465%20-0.132576%204.35766%200.724778L6.71539%204.11133C7.18693%204.79721%207.1012%205.7403%206.50105%206.34045L6.37245%206.46905C5.94377%206.89773%205.85803%207.54074%206.15811%208.05516C7.1012%209.64126%208.38723%2010.8844%209.93047%2011.8275C10.4449%2012.1276%2011.1308%2012.0419%2011.5166%2011.6132L11.6452%2011.4846C12.2453%2010.8844%2013.1884%2010.7987%2013.8743%2011.2702L17.2608%2013.628C18.1611%2014.2281%2018.2468%2015.5141%2017.4752%2016.2858L17.3466%2016.4144C15.589%2018.1719%2012.8455%2018.472%2010.745%2017.1431C6.67252%2014.571%203.32884%2011.2702%200.756776%207.15493C-0.486387%205.09728%20-0.186313%202.39662%201.57126%200.639042Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.3%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .contacts-popap__btn_cp:before {
    display: block;
  }
}
.contacts-popap__btn_cp:hover {
  border-color: transparent;
}
.contacts-popap__block_cp {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0 10px 10px;
  background: #FFF;
  width: 400px;
  padding: 67px 50px 50px;
  margin: 10px 0 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 101;
}
@media (max-width: 639px) {
  .contacts-popap__block_cp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
.contacts-popap__block_cp.opened {
  opacity: 1;
  visibility: visible;
}
.contacts-popap__block_cp:before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 4px solid #fff;
  right: 0;
  top: -11px;
}
@media (max-width: 639px) {
  .contacts-popap__block_cp:before {
    display: none;
  }
}
.contacts-popap__title_cp {
  font-weight: bold;
  font-size: 30px;
  color: #004592;
  padding: 0 0 10px;
}
@media (max-width: 639px) {
  .contacts-popap__title_cp {
    font-size: 25px;
  }
}
.contacts-popap__phones_cp {
  padding: 0 0 0 46px;
  margin: 30px 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M1.83314%200.74555L1.98318%200.595513C2.8834%20-0.304709%204.33376%20-0.154672%205.08394%200.845574L7.83462%204.79655C8.38476%205.59675%208.28473%206.69702%207.58456%207.39719L7.43452%207.54723C6.9344%208.04735%206.83437%208.79753%207.18446%209.39768C8.28473%2011.2481%209.7851%2012.6985%2011.5855%2013.7988C12.1857%2014.1489%2012.9859%2014.0488%2013.436%2013.5487L13.586%2013.3987C14.2862%2012.6985%2015.3865%2012.5985%2016.1867%2013.1486L20.1377%2015.8993C21.1879%2016.5995%2021.2879%2018.0998%2020.3877%2019L20.2377%2019.1501C18.1872%2021.2006%2014.9864%2021.5507%2012.5358%2020.0003C7.78461%2016.9996%203.88365%2013.1486%200.882906%208.34742C-0.567452%205.94683%20-0.217365%202.79605%201.83314%200.74555Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
@media (max-width: 639px) {
  .contacts-popap__phones_cp {
    margin: 14px 0 30px;
  }
}
.contacts-popap__phones_title_cp {
  font-weight: 500;
  font-size: 16px;
  color: #004592;
  padding-bottom: 15px;
}
.contacts-popap__phones_body_cp div a {
  font-weight: 500;
  font-size: 20px;
  color: #004592;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 639px) {
  .contacts-popap__phones_body_cp div a {
    font-size: 18px;
  }
}
.contacts-popap__phones_body_cp div a span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #004592;
}
.contacts-popap__addr_cp {
  padding: 0 0 0 46px;
  margin: 30px 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2018%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.53352%200.0114368C4.16042%200.268678%200.507593%203.66426%200.0445591%207.98592C-0.161234%2010.1467%200.353249%2012.1532%201.43366%2013.7996L8.12193%2024.1921C8.53352%2024.8095%209.45959%2024.8095%209.87118%2024.1921L16.5595%2013.7996C17.4855%2012.4105%2018%2010.7127%2018%208.96343C18%203.87006%2013.6783%20-0.245804%208.53352%200.0114368ZM8.99656%2012.6163C6.99007%2012.6163%205.39518%2011.0214%205.39518%209.01488C5.39518%207.0084%206.99007%205.4135%208.99656%205.4135C11.003%205.4135%2012.5979%207.0084%2012.5979%209.01488C12.5979%2011.0214%2011.003%2012.6163%208.99656%2012.6163Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.contacts-popap__addr_title_cp {
  font-weight: 500;
  font-size: 16px;
  color: #004592;
  padding-bottom: 15px;
}
.contacts-popap__addr_body_cp {
  font-size: 17px;
  color: #004592;
}
@media (max-width: 639px) {
  .contacts-popap__addr_body_cp {
    font-size: 15px;
  }
}
.contacts-popap__work_cp {
  padding: 0 0 0 46px;
  margin: 30px 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M11%200C4.95%200%200%204.95%200%2011C0%2017.05%204.95%2022%2011%2022C17.05%2022%2022%2017.05%2022%2011C22%204.95%2017.0958%200%2011%200ZM16.0417%2011.9167H11.9167C10.9083%2011.9167%2010.0833%2011.0917%2010.0833%2010.0833V4.58333C10.0833%204.07917%2010.4958%203.66667%2011%203.66667C11.5042%203.66667%2011.9167%204.07917%2011.9167%204.58333V10.0833H16.0417C16.5458%2010.0833%2016.9583%2010.4958%2016.9583%2011C16.9583%2011.5042%2016.5458%2011.9167%2016.0417%2011.9167Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.contacts-popap__work_title_cp {
  font-weight: 500;
  font-size: 16px;
  color: #004592;
  padding-bottom: 15px;
}
.contacts-popap__work_body_cp {
  font-size: 17px;
  color: #004592;
}
@media (max-width: 639px) {
  .contacts-popap__work_body_cp {
    font-size: 15px;
  }
}
.contacts-popap__social_cp {
  font-size: 0;
  margin-left: -11px;
}
.contacts-popap__social_cp a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 22px;
  margin: 0 11px 2px;
}
.contacts-popap__social_cp a:hover .ic1 {
  opacity: 0;
}
.contacts-popap__social_cp a:hover .ic2 {
  opacity: 1;
}
.contacts-popap__social_cp a .icon {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contacts-popap__social_cp a .icon img {
  max-width: 100%;
  height: auto;
}
.contacts-popap__social_cp a .ic2 {
  opacity: 0;
}
.site-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 30px 30px 40px;
}
@media (max-width: 1260px) {
  .site-container {
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .site-container {
    padding: 20px 30px 29px;
  }
}
@media (max-width: 767px) {
  .site-container {
    padding: 20px 20px 0;
  }
}
.site-container__inner_sc {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-container.site-container-product {
  padding-bottom: 159px;
}
@media (max-width: 1260px) {
  .site-container.site-container-product {
    padding-bottom: 91px;
  }
}
@media (max-width: 1023px) {
  .site-container.site-container-product {
    padding-bottom: 87px;
  }
}
@media (max-width: 767px) {
  .site-container.site-container-product {
    padding-bottom: 74px;
  }
}
.container-left {
  width: 327px;
  margin-right: 30px;
}
@media (max-width: 1260px) {
  .container-left {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .container-left {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1260px) {
  .container-left.container-left-folder {
    display: none;
  }
}
.container-right {
  width: 100%;
  position: relative;
  padding-top: 87px;
}
.container-right.container-right-main {
  width: calc(100% - 357px);
}
@media (max-width: 1260px) {
  .container-right.container-right-main {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .container-right {
    padding-top: 77px;
  }
}
@media (max-width: 639px) {
  .container-right {
    padding-top: 97px;
  }
}
.site-main {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .site-main {
    padding: 0 0 50px;
  }
}
.cat-menu-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.07);
  box-sizing: border-box;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 28px 30px 30px;
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  .cat-menu-wrap {
    display: none;
  }
}
.cat-menu-title {
  font-weight: bold;
  font-size: 23px;
  color: #004592;
  padding: 0px 0px 20px 38px;
  position: relative;
}
.cat-menu-title:before {
  position: absolute;
  content: "";
  top: 3px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%208.5C0%207.67157%200.671573%207%201.5%207H16.5C17.3284%207%2018%207.67157%2018%208.5C18%209.32843%2017.3284%2010%2016.5%2010H1.5C0.671573%2010%200%209.32843%200%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%2015.5C0%2014.6716%200.671573%2014%201.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H1.5C0.671573%2017%200%2016.3284%200%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.cat_menu {
  margin: 0;
  padding: 11px 0 0;
  list-style: none;
}
.cat_menu > li {
  display: block;
}
.cat_menu > li.sublevel > a:before {
  opacity: 1;
}
.cat_menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #004592;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.05);
  transition: color 0.3s;
  position: relative;
}
.cat_menu > li > a:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 8px;
  height: 12px;
  transition: background 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  opacity: 0;
}
.cat_menu > li > a:hover {
  color: #004592;
}
.cat_menu > li > a:hover:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20fill%3D%22%23004592%22%20opacity%3D%221%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.cat_menu > li ul {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 0px 10px 10px 10px;
  padding: 30px 30px 40px;
  margin: 0 0 0 30px;
  z-index: 100;
  list-style: none;
  width: 327px;
  display: none;
}
.cat_menu > li ul li {
  display: block;
}
.cat_menu > li ul li.sublevel > a:before {
  opacity: 1;
}
.cat_menu > li ul li a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #004592;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.05);
  transition: color 0.3s;
  position: relative;
}
.cat_menu > li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 8px;
  height: 12px;
  transition: background 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20fill%3D%22%23004592%22%20opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  opacity: 0;
}
.cat_menu > li ul li a:hover {
  color: #004592;
}
.cat_menu > li ul li a:hover:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20fill%3D%22%23004592%22%20opacity%3D%221%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.cat_menu li.parentItem a {
  border: none;
  font-weight: 500;
  font-size: 21px;
  color: #004592;
  padding: 0 0 25px;
}
.cat-menu-wrap .cat_menu > li:nth-child(n + 8) {
  display: none;
}
.cat-menu-wrap .fold-more-button {
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  color: #004592;
  display: inline-block;
  padding: 9px 50px 9px 20px;
  margin-top: 38px;
  border-radius: 5px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%205.55229%200.447716%206%201%206L4%206V9C4%209.55229%204.44772%2010%205%2010C5.55228%2010%206%209.55229%206%209L6%206L9%206C9.55228%206%2010%205.55229%2010%205C10%204.44772%209.55228%204%209%204L6%204V1C6%200.447715%205.55228%200%205%200C4.44772%200%204%200.447716%204%201L4%204H1C0.447715%204%200%204.44772%200%205Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") right 20px top 50% no-repeat rgba(0, 69, 146, 0.1);
  transition: background-color 0.3s;
}
.cat-menu-wrap .fold-more-button.active {
  background: rgba(0, 69, 146, 0.1);
  padding: 9px 20px 9px 20px;
}
.cat-menu-wrap .fold-more-button:hover {
  background-color: rgba(0, 69, 146, 0.3);
}
.remodal[data-remodal-id="fix_burg"] {
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
  padding: 40px;
  max-width: 1200px;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column {
  width: 25%;
  padding: 0 10px;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li {
  margin: 20px 0;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li .parentItem {
  display: none;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li > a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #004592;
  padding: 10px 0;
  transition: color 0.3s;
  position: relative;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li > a:hover {
  color: #004592;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #004592;
  padding: 5px 0;
  transition: color 0.3s;
  position: relative;
  margin: 5px 0;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li ul li a:hover {
  color: #004592;
}
.remodal[data-remodal-id="fix_burg"] .fixed_menu .column > li ul ul {
  padding: 0 0 0 10px;
}
.news-block {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  padding: 28px 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .news-block {
    margin: 0 15px 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(33.33% - 30px);
    -moz-box-flex: 1;
    -moz-flex: 1 1 calc(33.33% - 30px);
    -ms-flex: 1 1 calc(33.33% - 30px);
    flex: 1 1 calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .news-block {
    margin: 0 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 28px 0 30px;
  }
}
@media (max-width: 767px) {
  .news-block {
    padding: 18px 20px 20px;
    margin: 0 0 20px;
  }
}
.news-block__title_nb {
  font-weight: bold;
  font-size: 23px;
  color: #004592;
  padding: 0 0 7px;
}
@media (max-width: 1023px) {
  .news-block__title_nb {
    padding: 0 30px 35px;
  }
}
@media (max-width: 767px) {
  .news-block__title_nb {
    padding: 0 0 5px;
  }
}
@media (max-width: 1023px) {
  .news-block__body_nb {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-block__article_nb {
  display: block;
  padding: 30px 0 24px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.07);
}
@media (max-width: 1023px) {
  .news-block__article_nb {
    padding: 0px 30px 30px;
    border-bottom: none;
    border-right: 1px solid rgba(0, 69, 146, 0.07);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
}
@media (max-width: 767px) {
  .news-block__article_nb {
    border-right: none;
    border-bottom: 1px solid rgba(0, 69, 146, 0.07);
    padding: 30px 0 26px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .news-block__article_nb:last-child {
    border: none;
  }
}
.news-block__art_tit_nb {
  font-weight: 500;
  font-size: 16px;
  color: #004592;
  padding-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s;
}
.news-block__art_tit_nb:hover {
  color: #004592;
}
.news-block__art_tit_nb a {
  text-decoration: none;
  color: inherit;
}
.news-block__anonce_nb {
  font-weight: normal;
  font-size: 15px;
  color: #9EA4B3;
  line-height: 1.4;
}
.news-block__all_news_btn {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 30px;
  color: #004592;
  padding: 9px 20px;
  background: rgba(0, 69, 146, 0.1);
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}
.news-block__all_news_btn:hover {
  background: rgba(0, 69, 146, 0.3);
}
@media (max-width: 1023px) {
  .news-block__all_news_btn {
    margin: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .news-block__all_news_btn {
    margin: 30px 0px 0;
  }
}
.revies-block {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  padding: 28px 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .revies-block {
    margin: 0 15px 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(33.33% - 30px);
    -moz-box-flex: 1;
    -moz-flex: 1 1 calc(33.33% - 30px);
    -ms-flex: 1 1 calc(33.33% - 30px);
    flex: 1 1 calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .revies-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 60px;
    padding: 28px 15px 27px;
  }
}
@media (max-width: 767px) {
  .revies-block {
    padding: 18px 20px 19px;
  }
}
.revies-block__title_rb {
  font-weight: bold;
  font-size: 23px;
  color: #004592;
  padding: 0 0 15px;
}
@media (max-width: 1023px) {
  .revies-block__title_rb {
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .revies-block__title_rb {
    padding: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  .revies-block__body_rb {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.revies-block__item_rb {
  padding: 15px 0 13px;
}
@media (max-width: 1023px) {
  .revies-block__item_rb {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .revies-block__item_rb {
    padding: 15px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.revies-block__time_rb {
  font-size: 12px;
  color: #BDC1CA;
  display: block;
  margin-bottom: 5px;
}
.revies-block__name_rb {
  font-weight: 500;
  font-size: 16px;
  color: #004592;
  padding-bottom: 15px;
}
.revies-block__text_block_rb {
  background: rgba(0, 69, 146, 0.03);
  border-radius: 0px 5px 5px 5px;
  padding: 16px 20px 18px;
  position: relative;
}
.revies-block__text_block_rb:before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-bottom: 2px solid rgba(0, 69, 146, 0.03);
  border-left: 12px solid rgba(0, 69, 146, 0.03);
  top: -7px;
  left: 0;
}
.revies-block__text_title_rb {
  font-weight: 500;
  font-size: 15px;
  color: #004592;
  padding: 0 0 15px;
}
.revies-block__text_rb {
  font-size: 14px;
  color: #82899B;
  line-height: 1.6;
}
.revies-block__all_rev_rb {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  color: #004592;
  padding: 9px 20px;
  background: rgba(0, 69, 146, 0.1);
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}
.revies-block__all_rev_rb:hover {
  background: rgba(0, 69, 146, 0.3);
}
@media (max-width: 1023px) {
  .revies-block__all_rev_rb {
    margin: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .revies-block__all_rev_rb {
    margin: 15px 0 0;
  }
}
.search-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFF;
  height: 57px;
  /*&.search-panel-no-main{
    	
    	.panel-cat-menu{
    		display: block;
    		
    		@media all and (max-width: 1260px){
    			display: none;
    		}
    	}
    }*/
}
@media (min-width: 1261px) {
  .search-panel {
    left: 357px;
  }
}
@media (min-width: 1261px) {
  .search-panel.search-panel-main-pages {
    left: 0;
  }
}
@media (min-width: 1261px) {
  .search-panel.search-panel-folder {
    left: 0;
  }
}
.search-panel.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 10px 30px;
  box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
  z-index: 120;
  height: 77px;
  /*.panel-cat-menu{
            display: block;
            
            @media all and (max-width: 1260px){
                display: none;
            }
        }*/
}
@media (max-width: 767px) {
  .search-panel.fix {
    position: absolute;
    box-shadow: none;
    padding: 0;
  }
}
.search-panel.fix .search-panel__inner_sp {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1261px) {
  .search-panel.fix .fix-burger-btn {
    display: block;
  }
}
.search-panel__inner_sp {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.search-panel .search-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 69, 146, 0.05);
  border: none;
  border-radius: 10px;
  margin-right: 30px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 69, 146, 0.3);
  transition: background 0.3s;
}
.search-panel .search-block:hover, .search-panel .search-block:focus {
  background: rgba(0, 69, 146, 0.1);
}
@media (max-width: 1023px) {
  .search-panel .search-block {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .search-panel .search-block {
    margin: 0;
  }
}
.search-panel .site-search {
  width: calc(100% - 60px);
  height: 57px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-panel .site-search__text_ss {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  box-shadow: none;
  border: none;
  background: none;
  font-size: 17px;
  color: #004592;
  outline: none;
}
@media (max-width: 767px) {
  .search-panel .site-search__text_ss {
    width: calc(100% - 60px);
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.search-panel .site-search__text_ss::-webkit-input-placeholder {
  color: #004592;
}
.search-panel .site-search__text_ss:moz-placeholder {
  color: #004592;
}
.search-panel .site-search__text_ss::-moz-placeholder {
  color: #004592;
}
.search-panel .site-search__text_ss:-ms-input-placeholder {
  color: #004592;
}
.search-panel .site-search__btn_ss {
  height: 100%;
  width: 60px;
  font-size: 0;
  box-shadow: none;
  border: none;
  outline: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2020%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M19.2624%2015.9331L16.0282%2012.6989C16.694%2011.4623%2017.0745%2010.083%2017.0745%208.56105C17.0745%203.85247%2013.2221%200%208.51348%200C3.80491%200%200%203.85247%200%208.56105C0%2013.2696%203.85247%2017.1221%208.56105%2017.1221C10.083%2017.1221%2011.4623%2016.7416%2012.6989%2016.0757L15.9331%2019.3099C16.8843%2020.2611%2018.3587%2020.2611%2019.3099%2019.3099C20.2611%2018.3587%2020.2136%2016.8367%2019.2624%2015.9331ZM2.37807%208.56105C2.37807%205.13663%205.13663%202.37807%208.56105%202.37807C11.9855%202.37807%2014.744%205.13663%2014.744%208.56105C14.744%2011.9855%2011.9855%2014.744%208.56105%2014.744C5.13663%2014.744%202.37807%2011.9855%202.37807%208.56105Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.search-panel .search-param-btn {
  height: 57px;
  width: 60px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.search-panel .search-param-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M15.7143%200H4.28571C3.09524%200%202.04762%200.47619%201.2381%201.2381C0.47619%202.04762%200%203.09524%200%204.28571C0%206.66667%201.90476%208.57143%204.28571%208.57143H15.7143C16.9048%208.57143%2017.9524%208.09524%2018.7619%207.33333C19.5238%206.52381%2020%205.47619%2020%204.28571C20%201.90476%2018.0952%200%2015.7143%200ZM4.28571%206.66667C2.95238%206.66667%201.90476%205.61905%201.90476%204.28571C1.90476%202.95238%202.95238%201.90476%204.28571%201.90476C5.61905%201.90476%206.66667%202.95238%206.66667%204.28571C6.66667%205.61905%205.61905%206.66667%204.28571%206.66667Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M15.7143%2011.4286H4.28571C3.09524%2011.4286%202.04762%2011.9048%201.2381%2012.6667C0.47619%2013.4762%200%2014.5238%200%2015.7143C0%2018.0952%201.90476%2020%204.28571%2020H15.7143C16.9048%2020%2017.9524%2019.5238%2018.7619%2018.7619C19.5238%2017.9524%2020%2016.9048%2020%2015.7143C20%2013.3333%2018.0952%2011.4286%2015.7143%2011.4286ZM15.7143%2018.0952C14.381%2018.0952%2013.3333%2017.0476%2013.3333%2015.7143C13.3333%2014.381%2014.381%2013.3333%2015.7143%2013.3333C17.0476%2013.3333%2018.0952%2014.381%2018.0952%2015.7143C18.0952%2017.0476%2017.0476%2018.0952%2015.7143%2018.0952Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.search-panel #shop2-cart-preview {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
}
.panel-cat-menu {
  position: absolute;
  margin-right: 30px;
  width: 327px;
  z-index: 112;
  top: 0;
  left: 0;
}
.panel-cat-menu.active .panel-cat-menu__btn {
  border-bottom-color: transparent;
  border-radius: 10px 10px 0 0;
}
.panel-cat-menu.active .cat_menu {
  display: block;
}
.panel-cat-menu.panel-cat-folder {
  left: -357px;
}
.panel-cat-menu.panel-cat-main {
  display: none;
}
@media (max-width: 1260px) {
  .panel-cat-menu {
    display: none;
  }
}
.panel-cat-menu__btn {
  padding: 13.5px 15px 13.5px 58px;
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
}
.panel-cat-menu__btn:before {
  top: 17px;
  left: 20px;
}
.panel-cat-menu .cat_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 30px 30px 30px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 69, 146, 0.07);
  border-right: 1px solid rgba(0, 69, 146, 0.07);
  border-bottom: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 0 0 10px 10px;
  display: none;
}
.fix-burger-btn {
  display: none;
  font-weight: bold;
  font-size: 23px;
  color: #004592;
  position: relative;
  width: 327px;
  margin-right: 30px;
  padding: 13.5px 15px 13.5px 58px;
  border: 1px solid rgba(0, 69, 146, 0.07);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
}
.fix-burger-btn:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%208.5C0%207.67157%200.671573%207%201.5%207H16.5C17.3284%207%2018%207.67157%2018%208.5C18%209.32843%2017.3284%2010%2016.5%2010H1.5C0.671573%2010%200%209.32843%200%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%2015.5C0%2014.6716%200.671573%2014%201.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H1.5C0.671573%2017%200%2016.3284%200%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.burger-btn {
  display: none;
  width: 218px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(44, 51, 69, 0.07);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #004592;
  margin-right: 30px;
  padding: 16.5px 20px 16.5px 58px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .burger-btn {
    display: block;
  }
}
@media (max-width: 1023px) {
  .burger-btn {
    margin-right: 20px;
    width: 223px;
  }
}
.burger-btn:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%208.5C0%207.67157%200.671573%207%201.5%207H16.5C17.3284%207%2018%207.67157%2018%208.5C18%209.32843%2017.3284%2010%2016.5%2010H1.5C0.671573%2010%200%209.32843%200%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%2015.5C0%2014.6716%200.671573%2014%201.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H1.5C0.671573%2017%200%2016.3284%200%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .burger-btn {
    display: none;
  }
}
.burger-block {
  background: rgba(0, 69, 146, 0.23);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 125;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
.burger-block.active {
  visibility: visible;
  opacity: 1;
}
.burger-block.active .burger-block__panel_bb {
  transform: translate(0, 0);
}
.burger-block__panel_bb {
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  width: 410px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.3s;
  transform: translate(-100%, 0);
}
@media (max-width: 480px) {
  .burger-block__panel_bb {
    width: 320px;
  }
}
.burger-block .close_btn {
  z-index: 1;
}
.burger-block__title_bb {
  font-weight: bold;
  font-size: 30px;
  color: #004592;
  padding: 60px 20px 20px 88px;
  position: relative;
}
@media (max-width: 480px) {
  .burger-block__title_bb {
    font-size: 25px;
    padding: 60px 20px 40px 68px;
  }
}
.burger-block__title_bb:before {
  position: absolute;
  content: "";
  top: 68px;
  left: 50px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H16.5C17.3284%200%2018%200.671573%2018%201.5C18%202.32843%2017.3284%203%2016.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%208.5C0%207.67157%200.671573%207%201.5%207H16.5C17.3284%207%2018%207.67157%2018%208.5C18%209.32843%2017.3284%2010%2016.5%2010H1.5C0.671573%2010%200%209.32843%200%208.5Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M0%2015.5C0%2014.6716%200.671573%2014%201.5%2014H10.5C11.3284%2014%2012%2014.6716%2012%2015.5C12%2016.3284%2011.3284%2017%2010.5%2017H1.5C0.671573%2017%200%2016.3284%200%2015.5Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 480px) {
  .burger-block__title_bb:before {
    left: 30px;
    top: 64px;
  }
}
.burger-block__menu_body_bb {
  padding: 50px 30px 50px;
}
@media (min-width: 768px) {
  .burger-block__menu_body_bb {
    display: none;
  }
}
@media (max-width: 480px) {
  .burger-block__menu_body_bb {
    padding: 40px 30px 40px;
  }
}
.mobBurgHide {
  overflow: hidden;
}
.cat_mobile > li {
  display: block;
  padding: 0 50px;
}
@media (max-width: 480px) {
  .cat_mobile > li {
    padding: 0 30px;
  }
}
.cat_mobile > li.sublevel > a:before {
  opacity: 1;
}
.cat_mobile > li > a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.05);
  color: #004592;
  padding: 19px 15px 19px 0;
  position: relative;
}
@media (max-width: 480px) {
  .cat_mobile > li > a {
    font-size: 16px;
    padding: 17.5px 15px 17.5px 0;
  }
}
.cat_mobile > li > a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  top: 25px;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20opacity%3D%220.3%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  opacity: 0;
}
.cat_mobile > li ul li {
  display: block;
  padding: 0 50px;
}
.cat_mobile > li ul li.sublevel > a:before {
  opacity: 1;
}
.cat_mobile > li ul li ul li.sublevel > a:before {
  opacity: 1;
}
@media (max-width: 480px) {
  .cat_mobile > li ul li {
    padding: 0 30px;
  }
}
.cat_mobile > li ul li a {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #004592;
  text-decoration: none;
  padding: 19px 15px 19px 10px;
  border-bottom: 1px solid rgba(44, 51, 69, 0.05);
  position: relative;
}
@media (max-width: 480px) {
  .cat_mobile > li ul li a {
    font-size: 16px;
    padding: 17.5px 15px 17.5px 0;
  }
}
.cat_mobile > li ul li a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  top: 25px;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20opacity%3D%220.3%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  opacity: 0;
}
.cat_mobile li.waSlideMenu-back {
  padding: 0;
}
.cat_mobile li.waSlideMenu-back a {
  font-weight: bold;
  display: block;
  font-size: 30px;
  color: #004592;
  padding: 60px 20px 20px 88px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 480px) {
  .cat_mobile li.waSlideMenu-back a {
    font-size: 25px;
    padding: 60px 20px 40px 68px;
  }
}
.cat_mobile li.waSlideMenu-back a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 22px;
  top: 67px;
  left: 50px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2015%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M12.6%2021.0994L0.6%2012.0994C-0.2%2011.4994%20-0.2%2010.2994%200.6%209.69942L12.6%200.699416C13.6%20-0.0505839%2015%200.649416%2015%201.89942V19.8994C15%2021.1494%2013.6%2021.8494%2012.6%2021.0994Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 480px) {
  .cat_mobile li.waSlideMenu-back a:after {
    left: 30px;
    top: 64px;
  }
}
.cat_mobile li.parentItem a {
  font-weight: 500;
  font-size: 24px;
  color: #004592;
  padding: 19px 0 20px 10px;
}
@media (max-width: 480px) {
  .cat_mobile li.parentItem a {
    font-size: 20px;
  }
}
.mobile_menu {
  background: rgba(0, 69, 146, 0.05);
  border-radius: 10px;
  margin: 0;
  list-style: none;
  padding: 10px 30px 30px;
}
.mobile_menu > li {
  display: block;
}
.mobile_menu > li:last-child a {
  border: none;
}
.mobile_menu > li > a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 69, 146, 0.07);
  font-weight: normal;
  font-size: 15px;
  color: #004592;
  padding: 14.5px 0;
}
.mobile_menu > li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.mobile_menu > li ul li {
  display: block;
}
.mobile_menu > li ul li a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  color: #004592;
  padding: 14.5px 0;
}
.cart-prev-btn {
  width: 208px;
  height: 57px;
  background: #004592;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}
.cart-prev-btn.active {
  pointer-events: all;
}
.cart-prev-btn.active .bt-amount {
  opacity: 1;
}
.cart-prev-btn.active .cart-prev-title {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1260px) {
  .cart-prev-btn {
    width: 219px;
  }
}
@media (max-width: 1023px) {
  .cart-prev-btn {
    width: 101px;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .cart-prev-btn {
    width: 75px;
    height: 40px;
    margin: 0 10px 0 20px;
    border-radius: 5px;
  }
}
.cart-prev-btn .cart-prev-title {
  display: block;
  padding: 0 19px 0 60px;
  position: relative;
  border-right: 1px solid transparent;
}
@media (max-width: 1023px) {
  .cart-prev-btn .cart-prev-title {
    padding: 0;
    border: none;
    width: 40px;
    height: 20px;
  }
}
.cart-prev-btn .cart-prev-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M6.13855%203.32937L5.90074%202.14031C5.66293%200.903686%204.61656%200%203.33237%200H1.23962C0.621312%200%200.0505632%200.428062%200.00300077%201.04637C-0.0445617%201.75981%200.478625%202.37812%201.19206%202.37812H3.33237C3.4275%202.37812%203.57018%202.47325%203.57018%202.61593L5.61537%2012.6992C5.85318%2013.8882%206.94711%2014.6968%208.13618%2014.6017L16.9828%2013.9358C18.1243%2013.8407%2019.028%2012.9845%2019.1707%2011.8906L19.9792%206.04043C20.1695%204.61355%2019.028%203.32937%2017.6011%203.32937H6.13855Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7.13736%2019.9762C8.18808%2019.9762%209.03986%2019.1244%209.03986%2018.0737C9.03986%2017.023%208.18808%2016.1712%207.13736%2016.1712C6.08664%2016.1712%205.23487%2017.023%205.23487%2018.0737C5.23487%2019.1244%206.08664%2019.9762%207.13736%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.6986%2019.9762C16.7493%2019.9762%2017.6011%2019.1244%2017.6011%2018.0737C17.6011%2017.023%2016.7493%2016.1712%2015.6986%2016.1712C14.6479%2016.1712%2013.7961%2017.023%2013.7961%2018.0737C13.7961%2019.1244%2014.6479%2019.9762%2015.6986%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .cart-prev-btn .cart-prev-title:before {
    left: 13px;
  }
}
.cart-prev-btn .bt-amount {
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  margin: 4px auto 0;
  font-weight: 400;
  opacity: 0;
}
@media (max-width: 1023px) {
  .cart-prev-btn .bt-amount {
    margin: 0 14px 0 auto;
  }
}
@media (max-width: 767px) {
  .cart-prev-btn .bt-amount {
    margin: 0 10px 0 auto;
  }
}
.main-slider {
  position: relative;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 686px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main-slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-slider {
    margin: 0 -20px 20px;
    border-radius: 0px;
  }
}
.main-slider__item_in_ms {
  display: block;
  position: relative;
  height: 550px;
}
@media (max-width: 1023px) {
  .main-slider__item_in_ms {
    height: 382px;
  }
}
@media (max-width: 767px) {
  .main-slider__item_in_ms {
    height: 282px;
  }
}
.main-slider__item_link_ms {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.main-slider__image_ms {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.main-slider__image_ms.top_dark:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004592 0%, rgba(44, 51, 69, 0.11) 100%);
  pointer-events: none;
}
.main-slider__image_ms img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.main-slider__info_ms {
  position: relative;
  /*top: 60px;
        left: 60px;
        bottom: 61px;
        right: 250px;*/
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  /*@media all and (max-width: 1023px){
            top: 40px;
            left: 40px;
            bottom: 40px;
            right: 210px;
        }

        @media all and (max-width: 767px){
            top: 20px;
            left: 20px;
            bottom: 20px;
            right: 20px;
        }*/
}
.main-slider__flag_ms {
  background: #004592;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  padding: 6px 20px;
  display: block;
}
@media (max-width: 767px) {
  .main-slider__flag_ms {
    font-size: 13px;
    padding: 4.5px 15px;
  }
}
.main-slider__text_ms {
  display: block;
}
.main-slider__title_ms {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  padding-bottom: 14px;
  display: block;
}
@media (max-width: 1023px) {
  .main-slider__title_ms {
    padding-bottom: 10px;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .main-slider__title_ms {
    font-size: 26px;
  }
}
.main-slider__desc_ms {
  font-size: 21px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .main-slider__desc_ms {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-slider__desc_ms {
    font-size: 14px;
  }
}
.main-slider__price_wrap_ms {
  display: block;
}
.main-slider__old_price_ms {
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 14px;
  display: block;
}
@media (max-width: 767px) {
  .main-slider__old_price_ms {
    font-size: 15px;
  }
}
.main-slider__old_price_ms span {
  font-weight: 400;
}
.main-slider__old_price_ms .old_price_title {
  display: inline-block;
  margin-right: 3px;
}
.main-slider__old_price_ms .old_price_cur {
  display: inline-block;
  margin-left: 3px;
}
.main-slider__price_ms {
  border-radius: 5px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 60px 10px 20px;
  position: relative;
  min-width: 220px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") right 20px top 50% no-repeat #004592;
}
.main-slider__price_ms span {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .main-slider__price_ms {
    font-size: 19px;
    padding: 8.5px 20px;
    min-width: 172px;
  }
  .main-slider__price_ms span {
    font-weight: 16px;
  }
}
.main-slider__price_ms:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 60px;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 20px;
}
.main-slider .slider-counter {
  position: absolute;
  bottom: 60px;
  right: 60px;
  font-size: 0;
  border-radius: 5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #FFF;
  overflow: hidden;
  height: 50px;
}
@media (max-width: 1023px) {
  .main-slider .slider-counter {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider .slider-counter {
    display: none;
  }
}
.main-slider .slider-counter .count_num {
  font-weight: bold;
  font-size: 15px;
  color: #004592;
  width: 30px;
  padding: 1px 3px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  margin-right: -1px;
}
.main-slider .slider-counter .count_all {
  font-weight: 300;
  font-size: 15px;
  color: #004592;
  width: 30px;
  padding: 1px 3px;
  text-align: center;
}
.main-slider__small-slider {
  position: absolute;
  top: 60px;
  left: 60px;
  bottom: 61px;
  right: 250px;
}
@media (max-width: 1023px) {
  .main-slider__small-slider {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 210px;
  }
}
@media (max-width: 767px) {
  .main-slider__small-slider {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.main-slider__info_ms {
  height: 429px;
}
@media (max-width: 1023px) {
  .main-slider__info_ms {
    height: 302px;
  }
}
@media (max-width: 767px) {
  .main-slider__info_ms {
    height: 242px;
  }
}
.folder-block {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .folder-block {
    padding-bottom: 50px;
  }
}
.folder-block__inner_fb {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  .folder-block__inner_fb {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .folder-block__inner_fb {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (max-width: 560px) {
  .folder-block__inner_fb {
    margin: 0;
  }
}
.folder-block__item_fb {
  position: relative;
  padding-top: 99%;
  display: block;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  transition: border 0.3s;
}
@media (max-width: 767px) {
  .folder-block__item_fb {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding-top: calc(50% - 22px);
  }
}
@media (max-width: 560px) {
  .folder-block__item_fb {
    width: 100%;
    padding-top: calc(100% - 2px);
    margin: 0 0 20px;
  }
}
.folder-block__item_fb:hover .folder-block__item_amount_fb {
  color: #ffffff;
  background: #004592;
}
.folder-block__item_fb:hover .folder-block__item_link_fb {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.5);
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 5;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 5;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 5;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 46.6%;
  }
}
@media (min-width: 768px) {
  .folder-block__item_fb:nth-child(n + 7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .folder-block__item_fb:nth-child(n + 5) {
    display: none;
  }
}
.folder-block__item_link_fb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  z-index: 1;
  border-radius: 10px;
  transition: box-shadow 0.3s;
}
.folder-block__item_image_fb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  transition: border 0.3s;
}
.folder-block__item_image_fb.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
}
.folder-block__item_image_fb:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 51, 69, 0.95) 0%, rgba(167, 174, 192, 0) 54.85%);
  pointer-events: none;
}
.folder-block__item_image_fb img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.folder-block__item_title_fb {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 26px 0 0;
  margin-right: 20px;
  z-index: 1;
}
@media (max-width: 1260px) {
  .folder-block__item_title_fb {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .folder-block__item_title_fb {
    font-size: 13px;
    padding: 0 14px 0 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .folder-block__item_title_fb {
    font-size: 20px;
    padding: 0 24px 0 0;
  }
}
.folder-block__item_title_fb:before {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  width: 8px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%208%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M0.733949%202.56066C0.148162%201.97487%200.148162%201.02513%200.733949%200.43934C1.31974%20-0.146447%202.26948%20-0.146447%202.85527%200.43934L7.24267%204.82765C7.82845%205.41344%207.82845%206.36319%207.24267%206.94897L2.87871%2011.3129C2.29292%2011.8987%201.34317%2011.8987%200.757386%2011.3129C0.1716%2010.7271%200.1716%209.7774%200.757386%209.19162L4.06114%205.88786L0.733949%202.56066Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1260px) {
  .folder-block__item_title_fb:before {
    top: 6px;
  }
}
@media (max-width: 1023px) {
  .folder-block__item_title_fb:before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .folder-block__item_title_fb:before {
    top: 7px;
  }
}
.folder-block__item_amount_fb {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #004592;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 5px 12px;
  transition: color 0.3s, background 0.3s;
  z-index: 1;
}
@media (max-width: 1260px) {
  .folder-block__item_amount_fb {
    color: #FFF;
    background: #004592;
  }
}
@media (max-width: 1023px) {
  .folder-block__item_amount_fb {
    font-size: 11px;
    padding: 3.5px 8px;
  }
}
@media (max-width: 767px) {
  .folder-block__item_amount_fb {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.folder-block__btn_fb {
  margin-top: 30px;
  background: rgba(0, 69, 146, 0.1);
  border: 1px solid rgba(0, 69, 146, 0.3);
  border-radius: 10px;
  font-size: 16px;
  color: #004592;
  padding: 16.5px 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.folder-block__btn_fb:hover {
  background: rgba(0, 69, 146, 0.3);
}
@media (max-width: 1023px) {
  .folder-block__btn_fb {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .folder-block__btn_fb {
    margin-top: 0;
  }
}
.folder-block__btn_fb:before {
  position: absolute;
  content: "";
  top: 22px;
  margin-right: -87px;
  right: 50%;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%205.55229%200.447716%206%201%206L4%206V9C4%209.55229%204.44772%2010%205%2010C5.55228%2010%206%209.55229%206%209L6%206L9%206C9.55228%206%2010%205.55229%2010%205C10%204.44772%209.55228%204%209%204L6%204V1C6%200.447715%205.55228%200%205%200C4.44772%200%204%200.447716%204%201L4%204H1C0.447715%204%200%204.44772%200%205Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.folder-block__btn_fb.active:before {
  display: none;
}
.edit-block {
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .edit-block {
    padding-bottom: 50px;
    margin: 0 -20px;
  }
}
.edit-block__inner_eb {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 40px 50px;
  min-height: 220px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .edit-block__inner_eb {
    min-height: 197px;
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .edit-block__inner_eb {
    min-height: 200px;
    padding: 30px 20px;
    border-radius: 0px;
  }
}
.edit-block__inner_eb:hover .edit-block__image_eb {
  transform: scale3d(1.05, 1.05, 1);
}
.edit-block__inner_eb:hover .edit-block__link_eb {
  border-color: transparent;
}
.edit-block__image_eb {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.edit-block__image_eb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004592 0%, rgba(44, 51, 69, 0.11) 100%);
  pointer-events: none;
}
.edit-block__title_eb {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  padding: 0 0 8px;
  position: relative;
}
@media (max-width: 1023px) {
  .edit-block__title_eb {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .edit-block__title_eb {
    font-size: 23px;
  }
}
.edit-block__text_eb {
  font-size: 19px;
  color: #FFFFFF;
  padding: 0 0 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .edit-block__text_eb {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .edit-block__text_eb {
    font-size: 15px;
  }
}
.edit-block__link_eb {
  margin-top: auto;
  font-weight: bold;
  font-size: 16px;
  color: #004592;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  position: relative;
  border-bottom: 1px solid rgba(0, 69, 146, 0.3);
  transition: border 0.3s;
}
.text-block {
  padding: 0 0 70px;
}
@media (max-width: 1260px) {
  .text-block {
    padding: 0 15px 70px;
  }
}
@media (max-width: 1023px) {
  .text-block {
    padding: 0 0 70px;
  }
}
.text-block__main_h1 {
  font-weight: 500;
  font-size: 32px;
  color: #004592;
  margin: 0;
  padding: 0 0 28px;
}
@media (max-width: 767px) {
  .text-block__main_h1 {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
.text-block__body_tb {
  font-size: 16px;
  color: #004592;
  line-height: 1.8;
}
.site-footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.top-footer {
  background: #003b7c;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .top-footer {
    padding: 0 20px;
  }
}
.top-footer__inner_tf {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0 70px;
}
@media (max-width: 1260px) {
  .top-footer__inner_tf {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-footer__inner_tf {
    padding: 30px 0;
  }
}
.top-footer__info_tf {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 0 28px 0px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1400px) {
  .top-footer__info_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 34%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 34%;
    -ms-flex: 1 1 34%;
    flex: 1 1 34%;
  }
}
@media (max-width: 1023px) {
  .top-footer__info_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .top-footer__info_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 0 30px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
  }
}
.top-footer__site_name_tf {
  font-weight: bold;
  font-size: 31px;
  color: #004592;
  margin: 0 0 18px;
}
.top-footer__site_name_tf span {
  color: #fff;
}
@media (max-width: 767px) {
  .top-footer__site_name_tf {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
.top-footer__text_tf {
  font-weight: normal;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 50px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-footer__text_tf {
    margin: 0 0 30px;
  }
}
.top-footer__social_tf {
  font-size: 0;
  margin-left: -11px;
}
.top-footer__social_tf a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 22px;
  margin: 0 11px 2px;
}
.top-footer__social_tf a:hover .ic1 {
  opacity: 0;
}
.top-footer__social_tf a:hover .ic2 {
  opacity: 1;
}
.top-footer__social_tf a .icon {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-footer__social_tf a .icon img {
  max-width: 100%;
  height: auto;
}
.top-footer__social_tf a .ic2 {
  opacity: 0;
}
.top-footer__bottom_menu_tf {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 0 28px 0px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1400px) {
  .top-footer__bottom_menu_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 34%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 34%;
    -ms-flex: 1 1 34%;
    flex: 1 1 34%;
  }
}
@media (max-width: 1023px) {
  .top-footer__bottom_menu_tf {
    display: none;
  }
}
.top-footer__contacts_tf {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 0 28px 0px;
}
@media (max-width: 1400px) {
  .top-footer__contacts_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 31%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .top-footer__contacts_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .top-footer__contacts_tf {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 0px 40px;
  }
}
.top-footer__cont_title_tf {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
  padding: 0 0 30px;
}
.top-footer__phone_tf {
  padding: 0 0 9px;
}
.top-footer__phone_title_tf {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 0 10px;
}
.top-footer__phone_body_tf {
  font-size: 0;
  margin: 0 -5px;
}
.top-footer__phone_body_tf div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
.top-footer__phone_body_tf div:after {
  position: absolute;
  content: ",";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: -5px;
}
.top-footer__phone_body_tf div:last-child:after {
  display: none;
}
.top-footer__phone_body_tf div a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.top-footer__phone_body_tf div a span {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
.top-footer__addr_tf {
  padding: 0 0 30px;
}
.top-footer__addr_tit_tf {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 0 10px;
}
.top-footer__addr_text_tf {
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.top-footer__work_tf {
  padding: 0;
}
.top-footer__work_tit_tf {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 0 10px;
}
.top-footer__work_text_tf {
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.top-footer__bot_form_tf {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 23%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 23%;
  -ms-flex: 1 1 23%;
  flex: 1 1 23%;
}
@media (max-width: 1400px) {
  .top-footer__bot_form_tf {
    min-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .top-footer__bot_form_tf {
    margin-top: 0;
  }
}
.bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bottom-menu li {
  display: block;
}
.bottom-menu li a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 10px 12px 0;
  transition: color 0.3s;
  margin-bottom: 10px;
}
.bottom-menu li a:hover {
  color: #004592;
}
.bottom-form {
  background: #004592;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 1400px) {
  .bottom-form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .bottom-form {
    padding: 20px;
  }
}
.bottom-form__name_btf {
  padding: 0 0 16px;
}
@media (max-width: 1400px) {
  .bottom-form__name_btf {
    width: 51%;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1023px) {
  .bottom-form__name_btf {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .bottom-form__name_btf {
    width: 100%;
    padding: 0 0 10px;
  }
}
.bottom-form__title_btf {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  padding: 0 0 6px;
  line-height: 1.19;
}
@media (max-width: 1023px) {
  .bottom-form__title_btf {
    font-size: 22px;
  }
}
.bottom-form__text_btf {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 10px;
}
@media (max-width: 1023px) {
  .bottom-form__text_btf {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .bottom-form .tpl-anketa {
    width: 49%;
  }
}
@media (max-width: 1023px) {
  .bottom-form .tpl-anketa {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .bottom-form .tpl-anketa {
    width: 100%;
  }
}
.bottom-form .tpl-anketa-success-note {
  font-size: 17px;
  color: #fff;
}
.bottom-form .tpl-anketa .error-message {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
}
.bottom-form .tpl-anketa form {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.bottom-form .tpl-anketa form .tpl-field {
  margin-bottom: 20px;
  width: 100%;
}
.bottom-form .tpl-anketa form .tpl-field input[type="text"], .bottom-form .tpl-anketa form .tpl-field input[type="email"], .bottom-form .tpl-anketa form .tpl-field input[type="tel"], .bottom-form .tpl-anketa form .tpl-field input[type="number"], .bottom-form .tpl-anketa form .tpl-field input[type="password"], .bottom-form .tpl-anketa form .tpl-field textarea {
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
  padding: 15.5px 20px;
}
.bottom-form .tpl-anketa form .tpl-field input[type="text"]::-webkit-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="email"]::-webkit-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="tel"]::-webkit-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="number"]::-webkit-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="password"]::-webkit-input-placeholder, .bottom-form .tpl-anketa form .tpl-field textarea::-webkit-input-placeholder {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field input[type="text"]:moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="email"]:moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="tel"]:moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="number"]:moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="password"]:moz-placeholder, .bottom-form .tpl-anketa form .tpl-field textarea:moz-placeholder {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field input[type="text"]::-moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="email"]::-moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="tel"]::-moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="number"]::-moz-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="password"]::-moz-placeholder, .bottom-form .tpl-anketa form .tpl-field textarea::-moz-placeholder {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field input[type="text"]:-ms-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="email"]:-ms-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="tel"]:-ms-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="number"]:-ms-input-placeholder, .bottom-form .tpl-anketa form .tpl-field input[type="password"]:-ms-input-placeholder, .bottom-form .tpl-anketa form .tpl-field textarea:-ms-input-placeholder {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field .field-note {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field select[multiple] {
  background: #fff;
}
.bottom-form .tpl-anketa form .tpl-field select:not([multiple]):hover {
  background-color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.type-html {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field .field-title {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field h2, .bottom-form .tpl-anketa form .tpl-field h3, .bottom-form .tpl-anketa form .tpl-field h4, .bottom-form .tpl-anketa form .tpl-field h5, .bottom-form .tpl-anketa form .tpl-field h6 {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.type-radio_group ul li span {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.type-radio_group ul li span:before {
  background: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.type-multi_checkbox ul li span {
  color: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.type-multi_checkbox ul li span:before {
  background: #fff;
}
.bottom-form .tpl-anketa form .tpl-field.last-inline {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -webkit-order: -2;
  -moz-order: -2;
  -ms-flex-order: -2;
  order: -2;
}
.bottom-form .tpl-anketa form .tpl-field.last-inline input[type="text"] {
  padding-right: 70px;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox.policy_checkbox {
  -webkit-box-ordinal-group: 21;
  -moz-box-ordinal-group: 21;
  -webkit-order: 20;
  -moz-order: 20;
  -ms-flex-order: 20;
  order: 20;
  width: 100%;
  margin-bottom: 0;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span {
  color: #FFF;
  padding-top: 4px;
  font-size: 13px;
}
@media (max-width: 1023px) {
  .bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span {
    font-size: 12px;
  }
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span a {
  color: inherit;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span:before {
  background: rgba(0, 0, 0, 0.15);
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span:hover {
  color: #FFF;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li span:hover:before {
  background: #004592;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span {
  color: #FFF;
}
.bottom-form .tpl-anketa form .tpl-field.type-checkbox ul input[type="checkbox"]:checked + span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%209%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%202C0%200.89543%200.895431%200%202%200H7C8.10457%200%209%200.895431%209%202V7C9%208.10457%208.10457%209%207%209H2C0.89543%209%200%208.10457%200%207V2Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat #004592;
}
.bottom-form .tpl-anketa form .tpl-field.last-inline + .tpl-field-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  -webkit-box-ordinal-group: -8;
  -moz-box-ordinal-group: -8;
  -webkit-order: -9;
  -moz-order: -9;
  -ms-flex-order: -9;
  order: -9;
}
.bottom-form .tpl-anketa form .tpl-field.last-inline + .tpl-field-button .tpl-form-button {
  width: 60px;
  height: 50px;
  font-size: 0;
  position: relative;
  background: none;
}
.bottom-form .tpl-anketa form .tpl-field.last-inline + .tpl-field-button .tpl-form-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2022%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M20.9048%201.93673L14.0476%2019.0796C13.6191%2020.1748%2012.0476%2020.2701%2011.4762%2019.2224L8.19049%2013.3177C8.04763%2013.0796%207.85715%2012.8891%207.61906%2012.7463L1.7143%209.55578C0.666676%208.98435%200.761914%207.41292%201.85715%206.98435L19%200.127206C20.1905%20-0.396604%2021.381%200.793872%2020.9048%201.93673Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.bottom-form .tpl-anketa form .tpl-field.tpl-field-button .tpl-form-button {
  font-size: 16px;
  padding: 14.5px 20px;
}
.bottom-footer {
  padding: 0 30px;
  background: #004592;
}
@media (max-width: 767px) {
  .bottom-footer {
    padding: 0 20px;
  }
}
.bottom-footer__inner_bf {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 10px;
}
@media (max-width: 767px) {
  .bottom-footer__inner_bf {
    padding: 25px 0 5px;
  }
}
.bottom-footer__copy_bf {
  width: 33.33%;
  padding: 0 20px 20px 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .bottom-footer__copy_bf {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
}
.bottom-footer__counter_bf {
  width: 33.33%;
  padding: 0 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-footer__counter_bf {
    width: 100%;
  }
}
.bottom-footer__mega_copy_bf {
  width: 33.33%;
  padding: 0 0 20px 20px;
  text-align: right;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .bottom-footer__mega_copy_bf {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
}
.bottom-footer__mega_copy_bf a {
  color: inherit;
}
.remodal[data-remodal-id="cart-preview"] {
  max-width: 450px;
  padding: 60px 50px 50px;
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 60px 30px 40px;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__title {
  font-weight: bold;
  font-size: 30px;
  color: #004592;
  padding: 0 0 40px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__title {
    font-size: 25px;
    padding: 0 0 30px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__item {
  margin-bottom: 39px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__image {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 5px;
  margin-right: 20px;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
  background-size: contain;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__image_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__image_in img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-right: 20px;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__name {
  color: #004592;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(44, 51, 69, 0.15);
  margin: 0 0 21px;
  display: inline-block;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__name {
    font-size: 13px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__name a {
  text-decoration: none;
  color: inherit;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__price {
  font-weight: bold;
  font-size: 20px;
  color: #004592;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__price {
    font-size: 18px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__price span {
  font-size: 14px;
  font-weight: 400;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__amount {
  position: absolute;
  top: 27px;
  left: -25px;
  background: #004592;
  padding: 1.5px 5px;
  min-width: 26px;
  border-radius: 5px 2px 2px 5px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__amount:before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-left: 6px solid #004592;
  top: 0;
  left: 100%;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__delete {
  position: absolute;
  top: 24px;
  right: 0;
  width: 16px;
  height: 20px;
  cursor: pointer;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__delete:hover:before {
  opacity: 0.4;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__delete:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  transition: opacity 0.3s;
  opacity: 0.15;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2016%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M14.7368%202.10526H10.1053C10.1053%200.926316%209.17895%200%208%200C6.82105%200%205.89474%200.926316%205.89474%202.10526H1.26316C0.547368%202.10526%200%202.65263%200%203.36842C0%204.08421%200.547368%204.63158%201.26316%204.63158L1.97895%2018.2316C2.06316%2019.3684%202.94737%2020.2105%204.08421%2020.2105H11.8737C13.0105%2020.2105%2013.8947%2019.3263%2013.9789%2018.2316L14.7368%204.63158C15.4526%204.63158%2016%204.08421%2016%203.36842C16%202.65263%2015.4526%202.10526%2014.7368%202.10526ZM6.73684%2016C6.73684%2016.4632%206.35789%2016.8421%205.89474%2016.8421C5.43158%2016.8421%205.05263%2016.4632%205.05263%2016V7.57895C5.05263%207.11579%205.43158%206.73684%205.89474%206.73684C6.35789%206.73684%206.73684%207.11579%206.73684%207.57895V16ZM10.9474%2016C10.9474%2016.4632%2010.5684%2016.8421%2010.1053%2016.8421C9.64211%2016.8421%209.26316%2016.4632%209.26316%2016V7.57895C9.26316%207.11579%209.64211%206.73684%2010.1053%206.73684C10.5684%206.73684%2010.9474%207.11579%2010.9474%207.57895V16Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1260px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__delete:before {
    opacity: 1;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum {
  background: rgba(0, 69, 146, 0.05);
  border-radius: 5px;
  padding: 21px 20px 13px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum {
    margin-bottom: 40px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-left {
  width: 52%;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__amount-sum-title {
  font-weight: normal;
  font-size: 17px;
  color: #004592;
  padding: 0 5px 14px 0;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__amount-sum-body {
  font-weight: bold;
  font-size: 23px;
  color: #004592;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__amount-sum-body {
    font-size: 19px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-right {
  width: 48%;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-title {
  font-weight: normal;
  font-size: 17px;
  color: #004592;
  padding: 0 0 14px 0;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-body {
  font-weight: bold;
  font-size: 23px;
  color: #004592;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-body {
    font-size: 19px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__sum-body span {
  font-size: 16px;
  font-weight: 400;
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__order {
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__order {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .remodal[data-remodal-id="cart-preview"] .cart-preview-container__clear {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.remodal[data-remodal-id="cart-preview"] .cart-preview-container__btns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.user-product {
  background: #FFFFFF;
  border: 1px solid #004592;
  border-radius: 10px;
  margin: 0 0 30px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .user-product {
    margin: 0 15px 60px;
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .user-product {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .user-product {
    margin: 0 0 20px;
  }
}
.user-product .product-item {
  padding: 30px 30px 29px;
}
@media (max-width: 1023px) and (min-width: 481px) {
  .user-product .product-item {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
  }
}
@media (max-width: 639px) {
  .user-product .product-item {
    padding: 19px 20px 20px;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .user-product .product-item__top {
    width: 241px;
    margin-right: 30px;
  }
}
@media (max-width: 639px) and (min-width: 481px) {
  .user-product .product-item__top {
    width: 150px;
    margin-right: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 481px) {
  .user-product .product-item__bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
    position: relative;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media (max-width: 1023px) and (min-width: 481px) {
  .user-product .product-item__option_titles {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.user-product .product-item__option_titles .option_flag {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  background: #004592;
  border-radius: 5px;
  padding: 6px 20px;
  display: inline-block;
}
@media (max-width: 1023px) and (min-width: 481px) {
  .user-product .product-item__option_titles .option_flag {
    margin-right: 20px;
  }
}
.user-product .product-item__option_titles .option_desc {
  font-weight: normal;
  font-size: 14px;
  color: #004592;
  margin: 10px 0 8px;
}
.user-product .product-item__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 15px;
}
.user-product .product-item__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.user-product .product-item__image a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.user-product .product-item .tpl-stars {
  margin: 0 0 16px;
}
.user-product .product-item .product-article {
  margin: 0 0 15px;
  color: rgba(0, 69, 146, 0.4);
  font-weight: 400;
  font-size: 12px;
}
.user-product .product-item__name {
  color: #004592;
  font: 500 15px/1.33 "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 6px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  margin: 0 0 15px;
  display: inline-block;
}
.user-product .product-item__name a {
  color: inherit;
  text-decoration: none;
}
.user-product .product-item__vendor {
  color: rgba(0, 69, 146, 0.4);
  margin: 0 0 40px;
  font-size: 14px;
}
.user-product .product-item__vendor a {
  text-decoration: none;
  color: inherit;
}
.user-product .product-item__buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
}
.user-product .product-item .product-price {
  width: 100%;
  font-size: 0;
}
.user-product .product-item .price-old-title {
  font-size: 14px;
  font-weight: normal;
  color: #004592;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 11px;
}
.user-product .product-item .price-old {
  display: inline-block;
  vertical-align: middle;
  color: #004592;
  font: 400 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.user-product .product-item .price-old span {
  display: inline-block;
}
.user-product .product-item .price-old strong {
  font: 700 14px/ normal "Rubik", Arial, Helvetica, sans-serif;
  position: relative;
}
.user-product .product-item .price-old + .price-current, .user-product .product-item .price-old + .shop2-product-discount-desc + .price-current {
  color: #004592;
}
.user-product .product-item .price-current {
  color: #fff;
  font: 400 14px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
  padding: 10px 5px 7px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  position: relative;
}
.user-product .product-item .price-current:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.user-product .product-item .price-current strong {
  font: 700 18px/ 1.3 "Rubik", Arial, Helvetica, sans-serif;
}
.user-product .product-item .amount-wrap {
  margin: 0 0 30px;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
}
.user-product .product-item .amount-wrap .amount_title {
  padding-right: 5px;
}
.user-product .product-item .shop-product-btn {
  background-color: transparent;
}
.user-product .product-item .shop-product-btn.notavailable span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M2636.7%2C2084.48l3.87%2C3.87a1.545%2C1.545%2C0%2C0%2C1-2.18%2C2.19l-3.88-3.87-3.87%2C3.87a1.541%2C1.541%2C0%2C0%2C1-2.18-2.18l3.87-3.87-3.87-3.88a1.545%2C1.545%2C0%2C0%2C1%2C2.19-2.18l3.87%2C3.87%2C3.84-3.84a1.541%2C1.541%2C0%2C0%2C1%2C2.18%2C2.18Z%22%20fill%3D%22%23fff%22%20opacity%3D%220.1%22%20transform%3D%22translate%28-2628%20-2077.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.user-product .product-item .product-item-stock {
  margin-top: 20px;
  color: #004592;
  font-size: 14px;
  position: relative;
  padding: 3px 0 1px 31px;
  min-height: 21px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .user-product .product-item .product-item-stock {
    position: absolute;
    bottom: 14px;
    right: 0;
  }
}
.user-product .product-item .product-item-stock:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.user-product .product-item .product-item-stock.buy:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.user-product .product-item .product-item-stock.onrequest:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%2343D663%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.user-product .product-item .product-item-stock.notavailable {
  opacity: 0.7;
}
.user-product .product-item .product-item-stock.notavailable:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23ff5640%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.user-product .product-item .bottom-btn {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 5px;
  background: #004592;
  width: 100%;
  transition: background 0.3s;
}
@media (max-width: 1023px) and (min-width: 481px) {
  .user-product .product-item .bottom-btn {
    max-width: 241px;
  }
}
.user-product .product-item .bottom-btn.active {
  background: #004592;
}
.user-product .product-item .bottom-btn.active .price-current {
  color: #004592;
}
.user-product .product-item .bottom-btn.active .price-current:before {
  background: rgba(0, 69, 146, 0.15);
}
.user-product .product-item .bottom-btn.active .shop-product-btn.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.user-product .product-item .bottom-btn.active .shop-product-btn.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
/**/
.gr-buttons {
  font-size: 0;
  padding: 50px 0;
}
.gr-buttons h2 {
  text-align: center;
  margin-bottom: 50px;
}
.gr-buttons__items {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gr-buttons__col {
  width: 25%;
  margin-bottom: 0;
}
.gr-buttons .gr-button-1, .gr-buttons .gr-button-2, .gr-buttons .gr-button-3, .gr-buttons .gr-button-4 {
  margin-bottom: 15px;
}
.gr-buttons__with-icon {
  padding: 20px 0 0;
}
.gr-buttons__with-icon .gr-icon-btn {
  vertical-align: middle;
}
.test-form .tpl-anketa__right form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.test-form .tpl-anketa__right form .tpl-field {
  margin: 0 15px 20px;
  width: calc(33.33333% - 30px);
}
.test-form .tpl-anketa .tpl-anketa__title {
  color: #004592;
  font: 400 28px/ normal "Rubik", Arial, Helvetica, sans-serif;
  padding: 0 0 20px;
}
.remodal-overlay {
  background: rgba(0, 69, 146, 0.23);
}
body .popover-container {
  z-index: 999;
}
.product-list.thumbs .product-item__image {
  position: relative;
}
.product-list.simple .product-item__image {
  position: relative;
}
.product-list.thumbs .product-item:hover .quick-view-trigger {
  opacity: 1;
}
.product-list.simple .product-item:hover .quick-view-trigger {
  opacity: 1;
}
.kinds-block .kind-item:hover .quick-view-trigger {
  opacity: 1;
}
.pay-sistems {
  background: #F3F3F4;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .pay-sistems {
    padding: 0 20px;
  }
}
.pay-sistems__pay {
  width: 100%;
  max-width: 1398px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pay-sistems__pay {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.pay-sistems__pay_title {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #004592;
  width: 320px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .pay-sistems__pay_title {
    width: 100%;
    padding: 0 0 25px;
    text-align: center;
  }
}
.pay-sistems__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
  max-width: calc(100% - 320px);
}
@media (max-width: 767px) {
  .pay-sistems__body {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}
.pay-sistems__body a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 30px;
  width: 70px;
  margin: 5px 10px;
}
.pay-sistems__body a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 639px) {
  .shop2-product-navigation .shop2-btn {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
}
.shop2-product-navigation .shop2-btn:first-child {
  padding-left: 50px;
}
@media (max-width: 639px) {
  .shop2-product-navigation .shop2-btn:first-child {
    padding: 0;
  }
}
.shop2-product-navigation .shop2-btn:first-child:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -7px;
  left: 20px;
  width: 9px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%209%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.24261%202.56066C8.8284%201.97487%208.8284%201.02513%208.24261%200.43934C7.65683%20-0.146447%206.70708%20-0.146447%206.12129%200.43934L0.733895%205.82765C0.148109%206.41344%200.148109%207.36319%200.733895%207.94897L6.09786%2013.3129C6.68364%2013.8987%207.63339%2013.8987%208.21918%2013.3129C8.80496%2012.7271%208.80496%2011.7774%208.21918%2011.1916L3.91542%206.88786L8.24261%202.56066Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop2-product-navigation .shop2-btn:last-child {
  padding-right: 50px;
}
@media (max-width: 639px) {
  .shop2-product-navigation .shop2-btn:last-child {
    padding: 0;
  }
}
.shop2-product-navigation .shop2-btn:last-child:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -7px;
  right: 20px;
  width: 9px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%209%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M8.24261%202.56066C8.8284%201.97487%208.8284%201.02513%208.24261%200.43934C7.65683%20-0.146447%206.70708%20-0.146447%206.12129%200.43934L0.733895%205.82765C0.148109%206.41344%200.148109%207.36319%200.733895%207.94897L6.09786%2013.3129C6.68364%2013.8987%207.63339%2013.8987%208.21918%2013.3129C8.80496%2012.7271%208.80496%2011.7774%208.21918%2011.1916L3.91542%206.88786L8.24261%202.56066Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  transform: rotate(180deg);
}
.empty-val {
  opacity: 0.5;
  pointer-events: none;
}
#shop2-name.empty-val {
  opacity: 1;
  pointer-events: all;
}
#shop2-article.empty-val {
  opacity: 1;
  pointer-events: all;
}
body .gr-field-style .field-title span {
  padding: 0;
}
.sorting-panel .sorting {
  z-index: 4;
}
a {
  outline: none;
}
.lazy-pagelist__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .lazy-pagelist__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lazy-pagelist .lazy-pagelist-btn {
    margin-bottom: 20px;
    padding: 13.5px 30px;
  }
}
.lazy-pagelist .pagelist-input-wrap {
  display: none;
}
.recent-block {
  width: 100%;
}
.recent-block__inner {
  padding-top: 30px;
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.recent-block__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  padding: 0 0 30px 0;
}
@media (max-width: 767px) {
  .recent-block__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .recent-block__title {
    font-size: 28px;
  }
}
.recent-block__nav {
  width: 100px;
  height: 50px;
  pointer-events: none;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recent-block__nav {
    width: 100%;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
  }
}
.recent-block__nav .slick-prev {
  border-left: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 10px 0 0 10px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .recent-block__nav .slick-prev {
    width: 50%;
  }
  .recent-block__nav .slick-prev:before {
    background-position: 20px 50%;
  }
}
.recent-block__nav .slick-next {
  border-right: 1px solid rgba(0, 69, 146, 0.1);
  border-top: 1px solid rgba(0, 69, 146, 0.1);
  border-bottom: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 0 10px 10px 0;
  pointer-events: all;
}
@media (max-width: 767px) {
  .recent-block__nav .slick-next {
    width: 50%;
  }
  .recent-block__nav .slick-next:before {
    background-position: 20px 50%;
  }
}
.recent-block__items {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.recent-block .recent-item:hover .recent-item__inner {
  border: 1px solid rgba(0, 69, 146, 0.3);
}
.recent-block .recent-item__inner {
  display: flex;
  border: 1px solid rgba(0, 69, 146, 0.1);
  transition: border 0.3s;
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px;
}
.recent-block .recent-item__top {
  width: 80px;
  border-radius: 5px;
  margin: 0 20px 0 0;
}
@media (max-width: 480px) {
  .recent-block .recent-item__top {
    margin-right: 15px;
    width: 75px;
  }
}
.recent-block .recent-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 1%;
}
.recent-block .recent-item__bottom-add {
  margin: auto 0 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.recent-block .recent-item__bottom-left {
  flex: 1 0 1%;
}
.recent-block .recent-item__bottom-right {
  width: 40px;
  margin-left: 10px;
}
.recent-block .recent-item .gr-recent-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 5px;
}
.recent-block .recent-item .gr-recent-image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
}
.recent-block .recent-item .gr-recent-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.recent-block .recent-item .gr-recent-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-block .recent-item .gr-recent-name {
  margin-bottom: 10px;
  color: #004592;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
}
.recent-block .recent-item .gr-recent-name a {
  transition: all 0.18s;
  color: inherit;
  text-decoration: none;
}
.recent-block .recent-item .gr-recent-price .price-old {
  font-weight: normal;
  color: #004592;
  margin-bottom: 4px;
  font-size: 13px;
}
.recent-block .recent-item .gr-recent-price .price-old span strong {
  font-weight: bold;
  font-size: 14px;
}
.recent-block .recent-item .gr-recent-price .price-current {
  color: #004592;
  font-size: 16px;
}
.recent-block .recent-item .gr-recent-price .price-current strong {
  font-weight: bold;
  font-size: 20px;
}
.recent-block .recent-item .product-amount {
  display: none;
  margin: 10px 0 0;
}
.recent-block .recent-item .shop-product-btn {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.recent-block .recent-item .shop-product-btn:hover {
  background: #004592;
}
.recent-block .recent-item .shop-product-btn:hover.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.recent-block .recent-item .shop-product-btn:hover.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.recent-block .recent-item .shop-product-btn span svg {
  display: none;
}
.special-popup {
  background: #FFFFFF;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 450px;
  margin-top: 30px;
  padding: 0;
}
.special-popup:not(.block_has_image) {
  padding-top: 40px;
}
@media (max-width: 639px) {
  .special-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin: 0;
  }
}
.special-popup .remodal-close-btn {
  z-index: 1;
  background: #fff;
}
.special-popup__bottom {
  padding: 30px 50px 50px;
  text-align: left;
}
@media (max-width: 639px) {
  .special-popup__bottom {
    padding: 30px 30px 40px;
  }
}
.special-popup__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-top: 71%;
  font-size: 0;
}
@media (max-width: 639px) {
  .special-popup__image {
    border-radius: 0;
  }
}
.special-popup__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.special-popup .special-timer {
  text-align: left;
  padding: 50px 50px 0px;
}
@media (max-width: 639px) {
  .special-popup .special-timer {
    padding: 30px 30px 0;
  }
}
.special-popup .special-timer__subtitle {
  color: #9EA4B2;
  font-size: 14px;
  line-height: 17px;
}
.special-popup .special-timer__subtitle + .special-timer__date {
  margin-top: 11px;
}
.special-popup .special-timer__date {
  display: inline-flex;
  align-items: center;
}
.special-popup .special-timer__date .gr-timer-elem.gr-timer-days {
  margin-right: 13px;
}
.special-popup .special-timer__date .gr-timer-elem.gr-timer-days + .gr-timer-delim {
  display: none;
}
.special-popup .special-timer__date .gr-timer-elem:last-child .gr-timer-number {
  color: #004592;
}
.special-popup .special-timer__date .gr-timer-elem .gr-timer-number {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 51px;
  width: 51px;
  height: 51px;
  border-radius: 5px;
  color: #004592;
  border: 1px solid #E2E2E2;
}
.special-popup .special-timer__date .gr-timer-elem em {
  display: none;
}
.special-popup .special-timer__date .gr-timer-delim {
  margin: 0 5px;
  font-size: 0;
  width: 3px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%222px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%202%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%201C2%201.55228%201.55228%202%201%202C0.447715%202%200%201.55228%200%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201ZM2%2011C2%2011.5523%201.55228%2012%201%2012C0.447715%2012%200%2011.5523%200%2011C0%2010.4477%200.447715%2010%201%2010C1.55228%2010%202%2010.4477%202%2011Z%22%20fill%3D%22%23E2E2E2%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.special-popup__header {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #004592;
}
.special-popup__header + .special-popup__desc {
  margin-top: 9px;
}
.special-popup__header + .special-popup__form {
  margin-top: 29px;
}
.special-popup__desc {
  font-size: 15px;
  line-height: 18px;
  color: #9EA4B2;
}
.special-popup__desc + .special-popup__form {
  margin-top: 29px;
}
.special-popup__form .tpl-anketa .tpl-field.tpl-field-button {
  padding-top: 20px;
}
.special-popup__form .tpl-anketa .tpl-field.tpl-field-button button {
  padding: 13.5px 30px;
}
.special-popup__btn {
  margin-top: 20px;
}
.special-popup__btn a {
  width: 100%;
}
.timer-block {
  background: #fff;
}
.timer-block.timer_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.timer-block.timer_inverse {
  background: #004592;
}
.timer-block.timer_inverse .timer-block__title {
  color: #fff;
}
.timer-block.timer_inverse .timer-block__desc {
  color: #fff;
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem .gr-timer-number {
  color: #fff;
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: #004592;
}
.timer-block.timer_inverse .close_btn {
  background: #fff;
}
.timer-block__inner {
  position: relative;
  min-height: 80px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .timer-block__inner {
    padding: 0 20px;
  }
}
.timer-block__body {
  margin: 0 auto;
  max-width: 1012px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 10px 25px;
}
@media (max-width: 1300px) {
  .timer-block__body {
    padding-right: 136px;
  }
}
@media (max-width: 1023px) {
  .timer-block__body {
    padding: 30px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .timer-block__body {
    padding: 63px 0 30px;
  }
}
.timer-block .close_btn {
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
@media (max-width: 1023px) {
  .timer-block .close_btn {
    margin-top: 0;
    top: 10px;
    right: 10px;
  }
}
.timer-block__left {
  margin-right: 83px;
  width: 250px;
  display: flex;
}
@media (max-width: 1300px) {
  .timer-block__left {
    margin-right: 43px;
  }
}
@media (max-width: 1023px) {
  .timer-block__left {
    width: 100%;
    margin: 0 0 30px;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .timer-block__left {
    margin: 0 0 20px;
  }
}
.timer-block__right {
  display: flex;
  align-items: center;
  flex: 1 0 1%;
}
@media (max-width: 639px) {
  .timer-block__right {
    flex-wrap: wrap;
  }
}
.timer-block__date {
  margin: auto 0;
  display: flex;
  align-items: center;
}
.timer-block__date .gr-timer-elem.gr-timer-days {
  margin-right: 13px;
}
.timer-block__date .gr-timer-elem.gr-timer-days + .gr-timer-delim {
  display: none;
}
.timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: #004592;
}
.timer-block__date .gr-timer-elem .gr-timer-number {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 51px;
  width: 51px;
  height: 51px;
  border-radius: 5px;
  color: #004592;
  border: 1px solid #E2E2E2;
}
.timer-block__date .gr-timer-elem em {
  display: none;
}
.timer-block__date .gr-timer-delim {
  margin: 0 5px;
  font-size: 0;
  width: 3px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%222px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%202%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%201C2%201.55228%201.55228%202%201%202C0.447715%202%200%201.55228%200%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201ZM2%2011C2%2011.5523%201.55228%2012%201%2012C0.447715%2012%200%2011.5523%200%2011C0%2010.4477%200.447715%2010%201%2010C1.55228%2010%202%2010.4477%202%2011Z%22%20fill%3D%22%23E2E2E2%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.timer-block__text {
  margin-right: auto;
  flex: 1 0 1%;
}
@media (max-width: 639px) {
  .timer-block__text {
    flex: 1 0 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
.timer-block__text + .timer-block__btn {
  margin-left: 20px;
}
@media (max-width: 639px) {
  .timer-block__text + .timer-block__btn {
    margin: 0 auto;
  }
}
.timer-block__title {
  color: #004592;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.timer-block__title + .timer-block__desc {
  padding-top: 9px;
}
@media (max-width: 639px) {
  .timer-block__title + .timer-block__desc {
    padding-top: 12px;
  }
}
.timer-block__desc {
  font-size: 15px;
  line-height: 18px;
  color: #9EA4B2;
}
.timer-block__btn {
  margin-left: auto;
  max-width: 200px;
}
@media (max-width: 639px) {
  .timer-block__btn {
    margin: 0 auto;
  }
}
.timer-block__btn a {
  padding: 15px 30px;
  font-size: 15px;
  font-family: "Exo", Arial, Helvetica, sans-serif;
}
/*@media (min-width: 1261px) {
	.custom-scroll::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}

	.custom-scroll::-webkit-scrollbar-track-piece {
		background-color: transparent;
	}

	.custom-scroll::-webkit-scrollbar-thumb {
		height: 100px;
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 0;
	}

	.scroll-width-thin {
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
	}
}*/
#search-app {
  position: relative;
  width: calc(100% - 60px);
  height: 57px;
}
#search-app.hide_search_popup #search-result {
  display: none;
}
#search-app .site-search {
  width: 100%;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: -60px;
  z-index: 5;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1365px) {
  #search-result {
    left: -155px;
  }
}
@media (max-width: 1260px) {
  #search-result {
    left: -248px;
    padding: 40px 30px;
  }
}
@media (max-width: 1023px) {
  #search-result {
    left: -243px;
  }
}
@media (max-width: 767px) {
  #search-result {
    left: 0;
  }
}
@media (max-width: 639px) {
  #search-result {
    padding: 30px 20px 30px;
    left: -20px;
    right: -80px;
    border-radius: 0;
    box-shadow: 8px 36px 45px rgba(0, 0, 0, 0.15);
    max-height: 100vh;
  }
}
#search-result .search-result-top {
  display: flex;
}
@media (max-width: 639px) {
  #search-result .search-result-top {
    flex-wrap: wrap;
  }
}
#search-result .search-result-bottom {
  padding: 50px 0 0;
  text-align: left;
}
@media (max-width: 1023px) {
  #search-result .search-result-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-bottom {
    padding-top: 20px;
  }
}
#search-result .search-result-left {
  width: 53%;
}
@media (max-width: 639px) {
  #search-result .search-result-left {
    width: 100%;
  }
}
#search-result .search-result-left + .search-result-right {
  margin-left: 30px;
}
@media (max-width: 639px) {
  #search-result .search-result-left + .search-result-right {
    margin: 40px 0 0;
  }
}
#search-result .search-result-right {
  flex: 1 0 1%;
}
@media (max-width: 639px) {
  #search-result .search-result-right {
    flex: 1 0 100%;
  }
}
#search-result .result-products .products-search-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #004592;
}
#search-result .result-products .products-search-title span {
  margin: 2px 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 3px;
  color: #004592;
  border: 1px solid #E2E2E2;
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-products .product-item {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}
#search-result .result-products .product-item:first-child {
  margin-top: 0;
}
#search-result .result-products .product-item:nth-child(n+6) {
  display: none;
}
#search-result .result-products .product-image {
  position: relative;
  width: 60px;
  margin: 0 20px 0 0;
}
#search-result .result-products .product-image.no-image a {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
  background-size: 50%;
}
#search-result .result-products .product-image a {
  position: relative;
  padding-top: 100%;
  font-size: 0;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
#search-result .result-products .product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
#search-result .result-products .product-text {
  flex: 1 0 1%;
}
#search-result .result-products .product-name {
  color: #004592;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 4px;
}
#search-result .result-products .product-name a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
#search-result .result-products .product-name a:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  width: 100%;
  height: 1px;
}
#search-result .result-products .product-name a:hover {
  color: #004592;
}
#search-result .result-products .product-text-price {
  margin-top: 13px;
}
@media (max-width: 639px) {
  #search-result .result-products .product-text-price {
    margin-top: 10px;
  }
}
#search-result .result-products .product-text-price .price-old {
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 69, 146, 0.6);
}
@media (max-width: 639px) {
  #search-result .result-products .product-text-price .price-old {
    font-size: 13px;
  }
}
#search-result .result-products .product-text-price .price-old strong {
  text-decoration: line-through;
}
#search-result .result-products .product-text-price .price-old span {
  display: none;
}
#search-result .result-products .product-text-price .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #004592;
}
@media (max-width: 639px) {
  #search-result .result-products .product-text-price .price {
    font-size: 16px;
  }
}
#search-result .result-products .product-text-price .price span {
  font-size: 14px;
}
@media (max-width: 639px) {
  #search-result .result-products .product-text-price .price span {
    font-size: 12px;
  }
}
#search-result .result-folders + .result-vendors {
  margin-top: 20px;
}
#search-result .result-folders .folders-search-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #004592;
}
#search-result .result-folders .folders-search-title span {
  margin: 2px 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 3px;
  color: #004592;
  border: 1px solid #E2E2E2;
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-folders .folder-item:first-child a {
  padding-top: 0;
}
#search-result .result-folders .folder-item:nth-child(n+11) {
  display: none;
}
#search-result .result-folders .folder-item a {
  padding: 10px 0;
  color: #004592;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
}
#search-result .result-folders .folder-item a:hover {
  color: #004592;
}
#search-result .result-vendors .vendors-search-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #004592;
}
#search-result .result-vendors .vendors-search-title span {
  margin: 2px 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 3px;
  color: #004592;
  border: 1px solid #E2E2E2;
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-vendors .vendor-item:first-child a {
  padding-top: 0;
}
#search-result .result-vendors .vendor-item:nth-child(n+11) {
  display: none;
}
#search-result .result-vendors .vendor-item a {
  padding: 10px 0;
  color: #004592;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
}
#search-result .result-vendors .vendor-item a:hover {
  color: #004592;
}
#search-result .search-result-btn {
  color: #004592;
  padding: 15px 53px 15px 30px;
  transition: background 0.3s;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  background: rgba(0, 69, 146, 0.05);
}
#search-result .search-result-btn:before {
  position: absolute;
  content: "";
  top: 22px;
  right: 30px;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%205C0%205.55229%200.447716%206%201%206L4%206V9C4%209.55229%204.44772%2010%205%2010C5.55228%2010%206%209.55229%206%209L6%206L9%206C9.55228%206%2010%205.55229%2010%205C10%204.44772%209.55228%204%209%204L6%204V1C6%200.447715%205.55228%200%205%200C4.44772%200%204%200.447716%204%201L4%204H1C0.447715%204%200%204.44772%200%205Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
#search-result .search-result-btn:hover {
  background: rgba(0, 69, 146, 0.3);
}
.smart-search-folders + .smart-search-vendors, .smart-search-vendors + .smart-search-vendors {
  margin-top: 30px;
}
.smart-search-folders__title, .smart-search-vendors__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #004592;
}
.smart-search-folders__list, .smart-search-vendors__list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.smart-search-folders__list li, .smart-search-vendors__list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 10px 0;
}
.smart-search-folders__list li a, .smart-search-vendors__list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 69, 146, 0.9);
  padding: 5px 15px;
  border-radius: 5px;
  transition: background 0.3s;
  font-size: 14px;
}
.smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover {
  background: #004592;
}
.remodal.cart-remodal {
  padding: 60px 50px 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  max-width: 450px;
}
@media (max-width: 639px) {
  .remodal.cart-remodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    max-width: 100%;
    padding: 60px 30px 40px;
  }
}
.cart-popup__title {
  color: #004592;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  .cart-popup__title {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
}
.cart-popup__title ins {
  text-decoration: none;
}
.cart-popup__title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  padding: 0 6px;
  color: #004592;
  border: 1px solid #E2E2E2;
}
.cart-popup__top {
  padding: 0 0px 50px;
}
@media (max-width: 639px) {
  .cart-popup__top {
    padding-bottom: 40px;
  }
}
.cart-popup__bottom-body {
  padding: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .cart-popup__bottom-body {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
.cart-popup__cleanup {
  margin-left: auto;
  order: 2;
  font-family: "Exo", Arial, Helvetica, sans-serif;
}
@media (max-width: 639px) {
  .cart-popup__cleanup {
    margin: 0;
  }
}
.cart-popup__cleanup a {
  position: relative;
  color: #004592;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
  padding: 1px 26px 1px 0;
}
.cart-popup__cleanup a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 16px;
  height: 21px;
  margin-top: -10.5px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2016%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M14.7368%202.10526H10.1053C10.1053%200.926316%209.17895%200%208%200C6.82105%200%205.89474%200.926316%205.89474%202.10526H1.26316C0.547368%202.10526%200%202.65263%200%203.36842C0%204.08421%200.547368%204.63158%201.26316%204.63158L1.97895%2018.2316C2.06316%2019.3684%202.94737%2020.2105%204.08421%2020.2105H11.8737C13.0105%2020.2105%2013.8947%2019.3263%2013.9789%2018.2316L14.7368%204.63158C15.4526%204.63158%2016%204.08421%2016%203.36842C16%202.65263%2015.4526%202.10526%2014.7368%202.10526ZM6.73684%2016C6.73684%2016.4632%206.35789%2016.8421%205.89474%2016.8421C5.43158%2016.8421%205.05263%2016.4632%205.05263%2016V7.57895C5.05263%207.11579%205.43158%206.73684%205.89474%206.73684C6.35789%206.73684%206.73684%207.11579%206.73684%207.57895V16ZM10.9474%2016C10.9474%2016.4632%2010.5684%2016.8421%2010.1053%2016.8421C9.64211%2016.8421%209.26316%2016.4632%209.26316%2016V7.57895C9.26316%207.11579%209.64211%206.73684%2010.1053%206.73684C10.5684%206.73684%2010.9474%207.11579%2010.9474%207.57895V16Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup__total {
  display: flex;
  align-items: baseline;
}
@media (max-width: 639px) {
  .cart-popup__total {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cart-popup__total-title {
  color: #004592;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
}
.cart-popup__total-price {
  color: #004592;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.cart-popup__total-price span {
  font-weight: 400;
  font-size: 15px;
}
.cart-popup__btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Exo", Arial, Helvetica, sans-serif;
}
.cart-popup__btns a.gr-button-1 {
  margin-bottom: 20px;
  padding: 15px 30px;
}
@media (max-width: 639px) {
  .cart-popup__btns a.gr-button-1 {
    font-size: 15px;
  }
}
.cart-popup__btns a.gr_cart_btn {
  padding: 15px 30px;
}
@media (max-width: 639px) {
  .cart-popup__btns a.gr_cart_btn {
    font-size: 15px;
  }
}
.cart-popup #shop2-cart {
  display: block;
  margin: 0;
}
.cart-popup .cart-products {
  margin-bottom: 0;
}
.cart-popup .popup-product {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.cart-popup .popup-product:last-child {
  margin-bottom: 0;
}
.cart-popup .popup-product__left {
  position: relative;
  width: 80px;
  margin: 0 23px 0 0;
  align-self: flex-start;
}
@media (max-width: 639px) {
  .cart-popup .popup-product__left {
    width: 60px;
    margin-right: 10px;
  }
}
.cart-popup .popup-product__right {
  display: flex;
  flex-direction: column;
  flex: 1 0 1%;
  align-items: flex-start;
}
.cart-popup .popup-product__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 100%;
}
.cart-popup .popup-product__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
  background-size: 50%;
}
.cart-popup .popup-product__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.cart-popup .popup-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-popup .popup-product__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #004592;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  text-align: left;
}
.cart-popup .popup-product__name a {
  transition: color 0.18s;
  color: inherit;
  text-decoration: none;
}
.cart-popup .popup-product__name a:hover {
  color: #004592;
}
.cart-popup .popup-product__action {
  color: red;
  margin-top: 10px;
}
.cart-popup .popup-product__action strong {
  font-size: 14px;
  font-weight: 500;
}
.cart-popup .popup-product__add {
  padding: 20px 0 0;
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 639px) {
  .cart-popup .popup-product__add {
    padding-top: 15px;
  }
}
.cart-popup .popup-product__amount {
  margin-right: auto;
  order: -1;
}
.cart-popup .popup-product__amount .shop2-product-amount {
  margin: 0;
  width: 90px;
  background: rgba(0, 69, 146, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 69, 146, 0.3);
  border-radius: 5px;
}
.cart-popup .popup-product__amount .shop2-product-amount button {
  width: 30px;
  height: 40px;
  padding: 0;
  font-size: 0;
  outline: none;
  transition: all 0.2s;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.cart-popup .popup-product__amount .shop2-product-amount button.amount-minus {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup .popup-product__amount .shop2-product-amount button.amount-plus {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23004592%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup .popup-product__amount .shop2-product-amount button:disabled {
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%223px%22%20%20viewBox%3D%220%200%2013%203%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H11.5C12.3284%200%2013%200.671573%2013%201.5C13%202.32843%2012.3284%203%2011.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup .popup-product__amount .shop2-product-amount button + input + button:disabled {
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M0%206.5C0%205.67157%200.671573%205%201.5%205H11.5C12.3284%205%2013%205.67157%2013%206.5C13%207.32842%2012.3284%208%2011.5%208H1.5C0.671573%208%200%207.32842%200%206.5Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2013C5.67157%2013%205%2012.3284%205%2011.5L5%201.5C5%200.671573%205.67157%209.25234e-08%206.5%205.96046e-08C7.32843%202.66859e-08%208%200.671573%208%201.5L8%2011.5C8%2012.3284%207.32843%2013%206.5%2013Z%22%20fill%3D%22%23d5d5d5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup .popup-product__amount .shop2-product-amount input {
  width: 30px;
  height: 40px;
  font: 500 15px/40px "Rubik", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #004592;
  background: none;
  border: none;
  transition: all 0.2s;
  box-shadow: none;
  border-radius: 0;
}
.cart-popup .popup-product__price {
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #004592;
}
@media (max-width: 639px) {
  .cart-popup .popup-product__price {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart-popup .popup-product__price span {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .cart-popup .popup-product__price span {
    font-size: 12px;
  }
}
.cart-popup .popup-product__price .cart-price__preorder {
  font-size: 15px;
}
.cart-popup .popup-product__close {
  position: absolute;
  left: -15px;
  top: 50%;
  width: 30px;
  font-size: 0;
  margin-top: -15px;
  background: #F4F5F6;
  height: 30px;
  border-radius: 5px;
}
.cart-popup .popup-product__close .cart-delete {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  right: 0;
}
.cart-popup .popup-product__close .cart-delete a {
  min-height: 30px;
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2012%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M11.0526%201.5625H7.57895C7.57895%200.6875%206.88421%200%206%200C5.11579%200%204.42105%200.6875%204.42105%201.5625H0.947368C0.410526%201.5625%200%201.96875%200%202.5C0%203.03125%200.410526%203.4375%200.947368%203.4375L1.48421%2013.5312C1.54737%2014.375%202.21053%2015%203.06316%2015H8.90526C9.75789%2015%2010.4211%2014.3438%2010.4842%2013.5312L11.0526%203.4375C11.5895%203.4375%2012%203.03125%2012%202.5C12%201.96875%2011.5895%201.5625%2011.0526%201.5625ZM5.05263%2011.875C5.05263%2012.2188%204.76842%2012.5%204.42105%2012.5C4.07368%2012.5%203.78947%2012.2188%203.78947%2011.875V5.625C3.78947%205.28125%204.07368%205%204.42105%205C4.76842%205%205.05263%205.28125%205.05263%205.625V11.875ZM8.21053%2011.875C8.21053%2012.2188%207.92632%2012.5%207.57895%2012.5C7.23158%2012.5%206.94737%2012.2188%206.94737%2011.875V5.625C6.94737%205.28125%207.23158%205%207.57895%205C7.92632%205%208.21053%205.28125%208.21053%205.625V11.875Z%22%20fill%3D%22%23ABADB5%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.cart-popup .popup-product__close .cart-delete a:before {
  display: none;
}
.cart-popup .popup-product__close .cart-delete a svg {
  display: none;
}
.gr-cart-popup-btn {
  width: 208px;
  height: 57px;
  background: #004592;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.gr-cart-popup-btn.pointer_events_none {
  pointer-events: none;
}
.gr-cart-popup-btn.pointer_events_none .gr-cart-total-amount {
  opacity: 0;
}
.gr-cart-popup-btn.pointer_events_none .gr-cart-popup-btn-title {
  border-color: transparent;
}
.gr-cart-popup-btn.cart_pointer_events_none {
  pointer-events: none;
}
@media (max-width: 1260px) {
  .gr-cart-popup-btn {
    width: 219px;
  }
}
@media (max-width: 1023px) {
  .gr-cart-popup-btn {
    width: 101px;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .gr-cart-popup-btn {
    width: 75px;
    height: 40px;
    margin: 0 10px 0 20px;
    border-radius: 5px;
  }
}
.gr-cart-popup-btn .gr-cart-popup-btn-title {
  display: block;
  padding: 0 19px 0 60px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  .gr-cart-popup-btn .gr-cart-popup-btn-title {
    padding: 0;
    border: none;
    width: 40px;
    height: 20px;
  }
}
.gr-cart-popup-btn .gr-cart-popup-btn-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M6.13855%203.32937L5.90074%202.14031C5.66293%200.903686%204.61656%200%203.33237%200H1.23962C0.621312%200%200.0505632%200.428062%200.00300077%201.04637C-0.0445617%201.75981%200.478625%202.37812%201.19206%202.37812H3.33237C3.4275%202.37812%203.57018%202.47325%203.57018%202.61593L5.61537%2012.6992C5.85318%2013.8882%206.94711%2014.6968%208.13618%2014.6017L16.9828%2013.9358C18.1243%2013.8407%2019.028%2012.9845%2019.1707%2011.8906L19.9792%206.04043C20.1695%204.61355%2019.028%203.32937%2017.6011%203.32937H6.13855Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7.13736%2019.9762C8.18808%2019.9762%209.03986%2019.1244%209.03986%2018.0737C9.03986%2017.023%208.18808%2016.1712%207.13736%2016.1712C6.08664%2016.1712%205.23487%2017.023%205.23487%2018.0737C5.23487%2019.1244%206.08664%2019.9762%207.13736%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.6986%2019.9762C16.7493%2019.9762%2017.6011%2019.1244%2017.6011%2018.0737C17.6011%2017.023%2016.7493%2016.1712%2015.6986%2016.1712C14.6479%2016.1712%2013.7961%2017.023%2013.7961%2018.0737C13.7961%2019.1244%2014.6479%2019.9762%2015.6986%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .gr-cart-popup-btn .gr-cart-popup-btn-title:before {
    left: 13px;
  }
}
.gr-cart-popup-btn .gr-cart-total-amount {
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  margin: 4px auto 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .gr-cart-popup-btn .gr-cart-total-amount {
    margin: 0 14px 0 auto;
  }
}
@media (max-width: 767px) {
  .gr-cart-popup-btn .gr-cart-total-amount {
    margin: 0 10px 0 auto;
  }
}
.gr-cart-preview {
  width: 208px;
  height: 57px;
  background: #004592;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.gr-cart-preview.pointer_events_none {
  pointer-events: none;
}
.gr-cart-preview.pointer_events_none .gr-cart-total-amount {
  opacity: 0;
}
.gr-cart-preview.pointer_events_none #shop2-cart-preview a .gr-cart-total-title {
  border-color: transparent;
}
.gr-cart-preview.cart_pointer_events_none {
  pointer-events: none;
}
@media (max-width: 1260px) {
  .gr-cart-preview {
    width: 219px;
  }
}
@media (max-width: 1023px) {
  .gr-cart-preview {
    width: 101px;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .gr-cart-preview {
    width: 75px;
    height: 40px;
    margin: 0 10px 0 20px;
    border-radius: 5px;
  }
}
.gr-cart-preview #shop2-cart-preview {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  font-size: inherit;
}
.gr-cart-preview #shop2-cart-preview a {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.gr-cart-preview #shop2-cart-preview a .gr-cart-total-title {
  display: block;
  padding: 0 19px 0 60px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  .gr-cart-preview #shop2-cart-preview a .gr-cart-total-title {
    padding: 0;
    border: none;
    width: 40px;
    height: 20px;
  }
}
.gr-cart-preview #shop2-cart-preview a .gr-cart-total-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M6.13855%203.32937L5.90074%202.14031C5.66293%200.903686%204.61656%200%203.33237%200H1.23962C0.621312%200%200.0505632%200.428062%200.00300077%201.04637C-0.0445617%201.75981%200.478625%202.37812%201.19206%202.37812H3.33237C3.4275%202.37812%203.57018%202.47325%203.57018%202.61593L5.61537%2012.6992C5.85318%2013.8882%206.94711%2014.6968%208.13618%2014.6017L16.9828%2013.9358C18.1243%2013.8407%2019.028%2012.9845%2019.1707%2011.8906L19.9792%206.04043C20.1695%204.61355%2019.028%203.32937%2017.6011%203.32937H6.13855Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7.13736%2019.9762C8.18808%2019.9762%209.03986%2019.1244%209.03986%2018.0737C9.03986%2017.023%208.18808%2016.1712%207.13736%2016.1712C6.08664%2016.1712%205.23487%2017.023%205.23487%2018.0737C5.23487%2019.1244%206.08664%2019.9762%207.13736%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.6986%2019.9762C16.7493%2019.9762%2017.6011%2019.1244%2017.6011%2018.0737C17.6011%2017.023%2016.7493%2016.1712%2015.6986%2016.1712C14.6479%2016.1712%2013.7961%2017.023%2013.7961%2018.0737C13.7961%2019.1244%2014.6479%2019.9762%2015.6986%2019.9762Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .gr-cart-preview #shop2-cart-preview a .gr-cart-total-title:before {
    left: 13px;
  }
}
.gr-cart-preview #shop2-cart-preview a .gr-cart-total-amount {
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  margin: 4px auto 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .gr-cart-preview #shop2-cart-preview a .gr-cart-total-amount {
    margin: 0 14px 0 auto;
  }
}
@media (max-width: 767px) {
  .gr-cart-preview #shop2-cart-preview a .gr-cart-total-amount {
    margin: 0 10px 0 auto;
  }
}
.gr-cart-preview #shop2-cart-preview a .gr-cart-total-sum {
  display: none;
}
@media (max-width: 1260px) {
  .product-quick-view {
    display: none;
  }
}
.product-quick-view .popover-body {
  position: relative;
  z-index: 0;
  padding: 0;
  width: auto;
  min-width: 150px;
  min-height: 150px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border: none;
}
.product-quick-view .popover-close {
  font-size: 12px;
  color: #004592;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
  padding: 7.5px 37px 7.5px 11px;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 96px;
}
.product-quick-view .popover-close:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.46449%2014.5355C5.85501%2014.9261%206.48818%2014.9261%206.8787%2014.5355L10%2011.4142L13.1213%2014.5355C13.5119%2014.9261%2014.145%2014.9261%2014.5356%2014.5355C14.9261%2014.145%2014.9261%2013.5118%2014.5356%2013.1213L11.4142%2010L14.5356%206.87868C14.9261%206.48816%2014.9261%205.85499%2014.5356%205.46447C14.145%205.07394%2013.5119%205.07394%2013.1213%205.46447L10%208.58579L6.8787%205.46447C6.48818%205.07394%205.85501%205.07394%205.46449%205.46447C5.07396%205.85499%205.07396%206.48816%205.46449%206.87868L8.58581%2010L5.46449%2013.1213C5.07396%2013.5118%205.07396%2014.145%205.46449%2014.5355Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
}
.product-quick-view .popover-close:after {
  position: absolute;
  content: "Закрыть";
}
.product-quick-view .card_slider_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
}
.product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
  position: absolute;
  top: 50%;
  left: -110px;
  height: 60px;
  width: 60px;
  padding: 0;
  font-size: 0;
  margin-top: -25px;
  cursor: pointer;
  border-radius: 10px;
  background: none;
  box-shadow: inset 0 0 0 1px #fff;
  display: none;
}
@media (max-width: 1360px) {
  .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
    left: -90px;
  }
}
@media (max-width: 1260px) {
  .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
    display: none;
  }
}
.product-quick-view .prev_product_caller:before, .product-quick-view .next_product_caller:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2010%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M8.24261%202.56066C8.8284%201.97487%208.8284%201.02513%208.24261%200.43934C7.65683%20-0.146447%206.70708%20-0.146447%206.12129%200.43934L0.733895%205.82765C0.148109%206.41344%200.148109%207.36319%200.733895%207.94897L6.09786%2013.3129C6.68364%2013.8987%207.63339%2013.8987%208.21918%2013.3129C8.80496%2012.7271%208.80496%2011.7774%208.21918%2011.1916L3.91542%206.88786L8.24261%202.56066Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.product-quick-view .next_product_caller {
  left: auto;
  right: -110px;
}
@media (max-width: 1360px) {
  .product-quick-view .next_product_caller {
    right: -90px;
  }
}
.product-quick-view .next_product_caller:before {
  transform: rotate(180deg);
}
.product-quick-view .card-page {
  width: 980px;
  max-width: 100%;
  padding: 50px 50px;
}
.product-quick-view .card-page__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #004592;
  padding: 0 0 50px;
}
.product-quick-view .card-page__title a {
  color: inherit;
  text-decoration: none;
}
.product-quick-view .card-page__left {
  width: 420px;
}
@media (max-width: 1400px) {
  .product-quick-view .card-page__left {
    width: 420px;
  }
}
.product-quick-view .card-page__right {
  padding-left: 40px;
}
@media (max-width: 1440px) {
  .product-quick-view .card-page__right {
    padding-left: 40px;
  }
}
.product-quick-view .card-slider.horizontal .card-slider__thumb-img {
  width: 89px;
  height: 89px;
}
.product-quick-view .shop2-product__inner {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-quick-view .shop2-product-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 0 0 30px;
}
.product-quick-view .form-additional-wrap {
  width: 100%;
}
.product-quick-view .card-page .shop2-product__vendor {
  margin-bottom: 30px;
}
.product-quick-view .card-page .form-additional {
  display: block;
}
.product-quick-view .card-page .form-additional__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-quick-view .card-page .form-additional .product-price {
  width: auto;
  padding: 0 10px 20px 0;
}
.product-quick-view .card-page .form-additional__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-quick-view .card-page .form-additional .amount_title {
  display: none;
}
.product-quick-view .card-page .form-additional .amount-wrap {
  margin: 0;
}
.product-quick-view .card-page .product-amount .shop2-product-amount {
  width: 103px;
}
.product-quick-view .card-page .product-amount .shop2-product-amount button {
  width: 35px;
}
.product-quick-view .card-page .product-amount .shop2-product-amount input {
  width: 33px;
}
.product-quick-view .card-page .form-additional .shop-product-btn {
  margin: 0;
}
.product-quick-view .product-compare .compare_plus {
  width: 50px;
  height: 50px;
}
.product-quick-view .product-compare.product-compare-added .compare_checkbox {
  width: 50px;
  height: 50px;
}
.product-quick-view .product-compare.product-compare-added .link-reset {
  width: 135px;
  top: -33px;
}
.product-quick-view .product-compare.product-compare-added .compare_checkbox input[type="checkbox"] {
  top: -33px;
}
.product-quick-view .product-compare.product-compare-added .compare_checkbox:before {
  top: -31px;
}
.product-quick-view .gr-back-btn {
  display: none;
}
.quick-view-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 5px;
  background: #004592;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.quick-view-trigger:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2024%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.6619%202C6.48943%202%203.3746%205.0901%202.1194%206.67139C1.9602%206.87196%201.9602%207.12804%202.1194%207.32861C3.3746%208.9099%206.48943%2012%2011.6619%2012C16.8344%2012%2019.9493%208.9099%2021.2045%207.32861C21.3637%207.12804%2021.3637%206.87196%2021.2045%206.67139C19.9493%205.0901%2016.8344%202%2011.6619%202ZM0.552922%205.42795C1.98341%203.62583%205.61286%200%2011.6619%200C17.711%200%2021.3405%203.62583%2022.7709%205.42795C23.5082%206.35671%2023.5082%207.64329%2022.7709%208.57205C21.3405%2010.3742%2017.711%2014%2011.6619%2014C5.61286%2014%201.98341%2010.3742%200.552922%208.57205C-0.184307%207.64329%20-0.184307%206.35671%200.552922%205.42795ZM11.6619%205C10.5574%205%209.66193%205.89543%209.66193%207C9.66193%208.10457%2010.5574%209%2011.6619%209C12.7665%209%2013.6619%208.10457%2013.6619%207C13.6619%205.89543%2012.7665%205%2011.6619%205ZM7.66193%207C7.66193%204.79086%209.45279%203%2011.6619%203C13.8711%203%2015.6619%204.79086%2015.6619%207C15.6619%209.20914%2013.8711%2011%2011.6619%2011C9.45279%2011%207.66193%209.20914%207.66193%207Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
@media (max-width: 1260px) {
  .quick-view-trigger {
    display: none;
  }
}
@media (max-width: 639px) {
  body .popover-scrolling {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .product-quick-view2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    height: 100%;
  }
}
.product-quick-view2 .popover-body {
  position: relative;
  z-index: 0;
  padding: 0;
  width: auto;
  min-width: 150px;
  min-height: 150px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  border: none;
}
@media (max-width: 639px) {
  .product-quick-view2 .popover-body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    min-height: 100%;
  }
}
.product-quick-view2 .popover-close {
  font-size: 12px;
  color: #004592;
  background: rgba(0, 69, 146, 0.1);
  border-radius: 5px;
  padding: 7.5px 37px 7.5px 11px;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 96px;
}
.product-quick-view2 .popover-close:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.46449%2014.5355C5.85501%2014.9261%206.48818%2014.9261%206.8787%2014.5355L10%2011.4142L13.1213%2014.5355C13.5119%2014.9261%2014.145%2014.9261%2014.5356%2014.5355C14.9261%2014.145%2014.9261%2013.5118%2014.5356%2013.1213L11.4142%2010L14.5356%206.87868C14.9261%206.48816%2014.9261%205.85499%2014.5356%205.46447C14.145%205.07394%2013.5119%205.07394%2013.1213%205.46447L10%208.58579L6.8787%205.46447C6.48818%205.07394%205.85501%205.07394%205.46449%205.46447C5.07396%205.85499%205.07396%206.48816%205.46449%206.87868L8.58581%2010L5.46449%2013.1213C5.07396%2013.5118%205.07396%2014.145%205.46449%2014.5355Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 30px;
  height: 30px;
}
.product-quick-view2 .popover-close:after {
  position: absolute;
  content: "Закрыть";
}
.product-quick-view2 .gr-back-btn {
  display: none;
}
.card-product-preview {
  width: 800px;
  padding: 50px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .card-product-preview {
    padding: 40px 30px 40px;
  }
}
.card-product-preview__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #004592;
  margin-bottom: 45px;
}
@media (max-width: 639px) {
  .card-product-preview__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.card-product-preview__top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 639px) {
  .card-product-preview__top {
    flex-direction: column;
  }
}
.card-product-preview__item {
  display: flex;
  flex: 1 0 1%;
}
@media (max-width: 639px) {
  .card-product-preview__item {
    flex: 1 0 100%;
    padding-bottom: 30px;
  }
}
.card-product-preview__btns {
  width: 260px;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .card-product-preview__btns {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-product-preview__btns .gr_cart_btn {
  padding: 15px 30px;
}
@media (max-width: 639px) {
  .card-product-preview__btns .gr_cart_btn {
    font-size: 15px;
  }
}
.card-product-preview__btns .card_popup_close {
  margin-top: 20px;
  font-size: 15px;
  padding: 16.5px 30px 16.5px;
}
@media (max-width: 639px) {
  .card-product-preview__btns .card_popup_close {
    padding: 15px 30px 15px;
  }
}
.card-product-preview__left {
  position: relative;
  width: 124px;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .card-product-preview__left {
    width: 80px;
  }
}
.card-product-preview__right {
  display: flex;
  flex-direction: column;
  flex: 1 0 1%;
}
.card-product-preview .product-flags {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  font-size: 0;
  pointer-events: none;
}
@media (max-width: 639px) {
  .card-product-preview .product-flags {
    top: -5px;
  }
}
.card-product-preview .product-flags__item {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 0;
}
@media (max-width: 639px) {
  .card-product-preview .product-flags__item {
    font-size: 11px;
    line-height: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 639px) {
  .card-product-preview .product-flags__item span {
    padding: 5px 10px;
  }
}
.card-product-preview .product-flags__left {
  display: inline;
}
.card-product-preview .product-flags__right {
  display: inline;
}
.card-product-preview__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.card-product-preview__image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
}
.card-product-preview__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.card-product-preview__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product-preview__name {
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #004592;
}
@media (max-width: 639px) {
  .card-product-preview__name {
    margin-bottom: 10px;
  }
}
.card-product-preview__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}
.card-product-preview__name a:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  width: 100%;
  height: 1px;
}
.card-product-preview__name a:hover {
  color: #004592;
}
.card-product-preview .tpl-rating-block {
  font-size: 0;
  margin-bottom: 10px;
}
.card-product-preview .tpl-rating-block .tpl-stars {
  margin: 0 0 0 -2px;
}
.card-product-preview__price .price-old-title {
  display: none;
}
.card-product-preview__price .price-old {
  font-weight: bold;
  font-size: 14px;
  color: #004592;
  margin-bottom: 4px;
}
.card-product-preview__price .price-current {
  color: #004592;
  font-size: 14px;
}
.card-product-preview__price .price-current strong {
  font-weight: bold;
  font-size: 18px;
}
.card-product-preview .popup-kinds {
  display: none;
  padding: 0;
  margin-bottom: 30px;
}
.card-product-preview .popup-kinds:first-child {
  padding-top: 50px;
}
.card-product-preview .popup-kinds:last-child {
  margin-bottom: 0;
}
.card-product-preview .popup-kinds.show_accessory {
  display: block;
}
.card-product-preview .popup-kinds.show_recommend {
  display: block;
}
.card-product-preview .popup-kinds.show_kit {
  display: block;
}
.card-product-preview .popup-kinds.show_similar {
  display: block;
}
.card-product-preview .popup-kinds__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #004592;
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  .card-product-preview .popup-kinds__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.card-product-preview .popup-kinds__items {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.card-product-preview .popup-kinds .slick-prev, .card-product-preview .popup-kinds .slick-next {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 146, 0.1);
  border-radius: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  min-height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
.card-product-preview .popup-kinds .slick-prev {
  left: -10px;
}
.card-product-preview .popup-kinds .slick-next {
  right: -10px;
}
.card-product-preview .kind-item__inner {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.card-product-preview .kind-item__top {
  width: 80px;
  margin: 0 20px 0 0;
}
@media (max-width: 639px) {
  .card-product-preview .kind-item__top {
    width: 70px;
    margin-right: 10px;
  }
}
.card-product-preview .kind-item__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 1%;
  align-items: flex-start;
}
.card-product-preview .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
}
.card-product-preview .kind-item .kind-image.no-image {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
}
.card-product-preview .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.card-product-preview .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product-preview .kind-item .kind-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.card-product-preview .kind-item .kind-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}
.card-product-preview .kind-item .kind-name a:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  border-bottom: 1px solid rgba(0, 69, 146, 0.15);
  width: 100%;
  height: 1px;
}
.card-product-preview .kind-item .kind-name a:hover {
  color: #004592;
}
.card-product-preview .kind-item .kind-item-add {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
}
.card-product-preview .kind-item .kind-item-add__left {
  flex: 1 0 1%;
  margin-right: auto;
}
.card-product-preview .kind-item .kind-item-add__right {
  width: 40px;
  margin-left: 10px;
}
.card-product-preview .kind-item .kind-price .price-old {
  font-size: 13px;
  font-weight: normal;
  color: #004592;
  margin-bottom: 4px;
}
.card-product-preview .kind-item .kind-price .price-old span strong {
  font-weight: bold;
  font-size: 14px;
}
.card-product-preview .kind-item .kind-price .price-current {
  color: #004592;
  font-size: 14px;
}
.card-product-preview .kind-item .kind-price .price-current strong {
  font-weight: bold;
  font-size: 18px;
}
.card-product-preview .kind-item .product-amount {
  display: none;
  margin: 10px 0 0;
}
.card-product-preview .kind-item .shop-product-btn {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.card-product-preview .kind-item .shop-product-btn:hover {
  background: #004592;
}
.card-product-preview .kind-item .shop-product-btn:hover.buy span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M5.21777%202.82996L5.01563%201.81926C4.81349%200.768133%203.92407%200%202.83251%200H1.05368C0.528115%200%200.0429787%200.363853%200.00255065%200.889417C-0.0378774%201.49584%200.406831%202.0214%201.01325%202.0214H2.83251C2.91337%202.0214%203.03466%202.10226%203.03466%202.22354L4.77306%2010.7943C4.9752%2011.805%205.90505%2012.4923%206.91575%2012.4114L14.4354%2011.8454C15.4056%2011.7646%2016.1738%2011.0369%2016.2951%2010.107L16.9823%205.13436C17.144%203.92152%2016.1738%202.82996%2014.9609%202.82996H5.21777Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M6.06676%2016.9798C6.95987%2016.9798%207.68388%2016.2558%207.68388%2015.3627C7.68388%2014.4696%206.95987%2013.7455%206.06676%2013.7455C5.17365%2013.7455%204.44964%2014.4696%204.44964%2015.3627C4.44964%2016.2558%205.17365%2016.9798%206.06676%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3Cpath%20d%3D%22M13.3438%2016.9798C14.2369%2016.9798%2014.9609%2016.2558%2014.9609%2015.3627C14.9609%2014.4696%2014.2369%2013.7455%2013.3438%2013.7455C12.4507%2013.7455%2011.7267%2014.4696%2011.7267%2015.3627C11.7267%2016.2558%2012.4507%2016.9798%2013.3438%2016.9798Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.card-product-preview .kind-item .shop-product-btn:hover.onrequest span:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2018%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M2635.5%2C2012a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.506%2C8.506%2C0%2C0%2C0%2C2635.5%2C2012Zm3.9%2C9.21h-3.19a1.425%2C1.425%2C0%2C0%2C1-1.42-1.42v-4.25a0.71%2C0.71%2C0%2C0%2C1%2C1.42%2C0v4.25h3.19A0.71%2C0.71%2C0%2C0%2C1%2C2639.4%2C2021.21Z%22%20fill%3D%22%23004592%22%20transform%3D%22translate%28-2627%20-2012%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop2_msg_style #shop2-msg {
  min-width: 420px;
  padding: 32px 38px;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #004592;
  background: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 639px) {
  .shop2_msg_style #shop2-msg {
    min-width: 300px;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 24px;
  }
}
.shop2_msg_style #shop2-msg .go-to-compare-btn {
  display: inline-block;
  vertical-align: baseline;
}
.shop2_msg_style #shop2-msg .res_count {
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  color: #004592;
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #E2E2E2;
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .shop2_msg_style #shop2-msg .res_count {
    margin-right: 5px;
  }
}
.shop2_msg_style #shop2-msg a {
  position: relative;
  margin-right: 20px;
  color: #004592;
  text-decoration: none;
  transition: all 0.18s;
  border-bottom: 1px solid transparent;
}
.shop2_msg_style #shop2-msg a:hover {
  border-bottom-color: #004592;
}
.shop2_msg_style #shop2-msg a:before {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.70711%204.29289C5.90237%204.48816%206%204.74408%206%205C6%205.25592%205.90237%205.51185%205.70711%205.70711L1.70711%209.70711C1.31658%2010.0976%200.683418%2010.0976%200.292893%209.70711C-0.0976311%209.31658%20-0.0976311%208.68342%200.292893%208.29289L3.58579%205L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L5.70711%204.29289Z%22%20fill%3D%22%23004592%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
body .lpc-dark-mode-block {
  color: #000;
  background: #fff;
  border-color: #fff;
}
body .lpc-dark-mode-block a {
  color: #000;
}
body .lpc-dark-mode-block svg path {
  fill: #004592;
}
body .lpc-dark-mode-block ._primary-color {
  color: inherit;
}
body .lpc-light-mode-block {
  color: #000;
  background: #fff;
  border-color: #fff;
}
body .lpc-light-mode-block a {
  color: #000;
}
body .lpc-light-mode-block svg path {
  fill: #004592;
}
body .lpc-light-mode-block ._primary-color {
  color: inherit;
}
body [data-block-layout] .lp-button--type-1 {
  background: #004592;
}
body [data-block-layout] .lp-button--type-2 {
  background: #004592;
  border-color: #004592;
}
body [data-block-layout] ._primary-fill {
  background: #004592;
}
body [data-block-layout] .lpc-simple-dot-item {
  background: #004592;
}
