@font-face {
  font-family: flexslider-icon;
  src: url(../libs/FlexSlider/fonts/flexslider-icon.eot);
  src:
    url(../libs/FlexSlider/fonts/flexslider-icon.eot?#iefix)
      format("embedded-opentype"),
    url(../libs/FlexSlider/fonts/flexslider-icon.woff) format("woff"),
    url(../libs/FlexSlider/fonts/flexslider-icon.ttf) format("truetype"),
    url(../libs/FlexSlider/fonts/flexslider-icon.svg#flexslider-icon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.mva-img-overflow {
  width: 64px !important;
  height: 64px;
  padding: 0 !important;
}
.mva-img-overflow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

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

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

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

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../libs/OwlCarousel2-2.3.4/dist/assets/owl.video.play.png)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}

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

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

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

.jq-selectbox__select {
  position: relative;
}

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

.jq-selectbox__dropdown {
  position: absolute;
}

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

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

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

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

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.05),
    inset -1px -1px #fff,
    inset 1px -1px #fff;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  font:
    14px/32px Arial,
    sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow:
    inset 1px -1px #f1f1f1,
    inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font:
    14px/32px Arial,
    sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow:
    inset 1px 1px #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #b3b3b3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: 0;
  background: 0 0;
  font:
    14px Arial,
    sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 1px -1px #f1f1f1,
    inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow:
    inset 1px -1px #f1f1f1,
    inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font:
    14px/32px Arial,
    sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf;
}

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

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

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

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

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

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

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100% !important;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font:
    14px/18px Arial,
    sans-serif;
}

.jq-selectbox__search input[type="search"] {
  width: 100%;
}
.jq-selectbox__search {
  margin: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

input[type="email"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow:
    inset 1px 1px #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font:
    14px Arial,
    sans-serif;
  color: #333;
}

input[type="search"].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type="email"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3;
}

input[type="email"].styler:hover:focus,
input[type="password"].styler:hover:focus,
input[type="search"].styler:hover:focus,
input[type="tel"].styler:hover:focus,
input[type="text"].styler:hover:focus,
input[type="url"].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type="button"].styler,
input[type="reset"].styler,
input[type="submit"].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow:
    inset 1px -1px #f1f1f1,
    inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font:
    14px Arial,
    sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type="button"].styler.styler::-moz-focus-inner,
input[type="reset"].styler.styler::-moz-focus-inner,
input[type="submit"].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="reset"].styler:hover,
input[type="reset"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:active,
input[type="button"].styler:active,
input[type="reset"].styler:active,
input[type="submit"].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

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

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .mva-wrapper-input-addaptive {
    flex-direction: column;
  }
  .form-inputs-wrapper label p {
    max-width: 100%;
  }
}

@font-face {
  font-family: roboto-example;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/RobotoRegular/RobotoRegular.eot);
  src:
    url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),
    url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");
}

@font-face {
  font-family: roboto-example;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/RobotoBold/RobotoBold.eot);
  src:
    url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),
    url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype");
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /* color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; */
}

a:hover {
  /* color: #0056b3;
  text-decoration: underline; */
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 320px) {
  .col-xs {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 320px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  color: #353535;
  background-color: #f6f6f6;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b,
strong {
  font-weight: 700;
}

.open-menu {
  display: block !important;
}

.open-menu-title {
  color: #589fff !important;
  text-decoration: none;
  font-weight: 500;
}

.block-title h3 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.78px;
  padding-bottom: 28px;
  padding-top: 24px;
}

.button.add-to-cart {
  color: #353535;
  font-weight: 700;
}

.open-menu .top-search-input {
  position: absolute;
  top: -50px;
  height: 50px;
  width: 367px;
  right: 15px;
}

.top {
  height: 50px;
  background-color: #ebebeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.top-wrapper {
  background-color: #ebebeb;
  position: relative;
}

.top::before {
  content: "";
  background-color: #dfdfdf;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.top .header-cart {
  display: none;
}

.top-contacts {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.top-contacts .info-btn {
  display: none;
}

.top .header-phone {
  display: none;
}

.top .header-phone-wrap {
  font-size: 18px;
}

.top .header-phone-wrap-number {
  margin-top: 0;
}

.top .header-phone-wrap-number a {
  font-size: 18px;
}

.top .header-phone-ico {
  margin-top: 0;
}

.top .header-phone-ico img {
  max-width: 80%;
}

.top:not(.fixed) .top-contacts-wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.top.fixed {
  /* position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999 */
}

.top.fixed-anim {
  top: 0;
}

.top.fixed .header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top.fixed .top-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top.fixed .top-contacts .info-btn {
  font-size: 18px;
  font-weight: 300;
  display: block;
  cursor: pointer;
}

.top.fixed .top-contacts .dropdown-wrap {
  position: absolute;
  list-style: none;
  top: 100%;
  padding: 20px;
  background-color: #fff;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.38);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 99;
  height: auto;
}

.top.fixed .top-contacts-wrap {
  display: none;
}

.top.fixed .top-search input {
  width: 148px;
  position: absolute;
  right: 0;
}

.top.fixed .header-cart {
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top.fixed .header-cart-ico {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.top.fixed .header-cart-ico img {
  max-width: 100%;
}

.top.fixed .header-cart-amount p {
  font-size: 14px;
}

.top p {
  margin-bottom: 0;
}

.top-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
}

.top-bg-left {
  width: 37%;
  height: 50px;
  background-color: #dfdfdf;
}

.top-bg-right {
  width: 63%;
  height: 50px;
  background-color: #ebebeb;
}

.top-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #f16e12;
}

.top-catalog-title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

.top-catalog-title .text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-catalog-title .btn {
  background-image: url(../img/svg/sandwitch-ico.svg);
  margin-right: 23px;
  width: 22px;
  height: 16px;
  display: block;
}

.top-catalog-title .btn-wrapper {
  position: relative;
  z-index: 1;
}

.top-catalog-title .btn-wrapper .back {
  display: none;
}

.top-catalog-title .btn-wrapper.back .btn {
  display: none;
}

.top-catalog-title .btn-wrapper.back .back {
  display: block;
  color: #000;
  font-size: 16px;
}

.top-catalog-title:hover {
  color: #589fff;
  cursor: pointer;
}

.top-catalog .open .btn {
  background-image: url(../img/svg/ico-sandwich-close.svg);
  width: 22px;
  height: 16px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-catalog-wrap {
  background-color: #fff;
  /* position: fixed; */
  position: absolute;
  width: 100%;
  height: auto;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}

.top-catalog-wrap .container {
  /*height:  100vh;*/
  height: auto;
}

.top-catalog-wrap-menu {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  background-color: #fff;
  height: auto;
  padding: 0;
  width: 325px;
  border-right: 1px solid #ebebeb;
  padding-left: 0;
}
@media (min-width: 767px) {
  /* .top-catalog-wrap-menu{
    width: 100%;
    background: unset;
    border-right: 0px;
    height: 385px;
    overflow: auto;
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .top-catalog-wrap-menu .menu-item .sub-menu-item.has-children > a, .top-catalog-wrap-menu .menu-item.has-children > a{
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  .top-catalog-wrap-menu .menu-item-title{
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  .top-catalog-wrap-menu .menu-item .sub-menu-item.has-children:hover > .sub-menu, .top-catalog-wrap-menu .menu-item.has-children:hover > .sub-menu{
    padding-right: 0 !important;
  }
  .top-catalog-wrap-menu .menu-item{
    width: 325px;
    background: white;
  } */
}
.top-catalog-wrap-menu .menu-item {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.64px;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  /*! padding: 12px 0 12px 0; */
  /*! padding-left: 30px */
  position: relative;
}

.top-catalog-wrap-menu .menu-item .sub-menu a {
  display: block;
  padding-left: 30px;
  width: 300px;
  overflow: hidden !important;
  position: relative;
  padding-left: 12px !important;
  font-family: Verdana !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 148% !important;
  text-transform: uppercase !important;
  color: #737373 !important;
  letter-spacing: 0px !important;
}
.top-catalog-wrap-menu .menu-item .sub-menu a.mva-img-overflow {
  padding: 0 !important;
  width: 64px;
  height: 64px;
}
.top-catalog-wrap-menu .menu-item .sub-menu-item.has-children > a,
.top-catalog-wrap-menu .menu-item.has-children > a {
  position: relative;
}

.top-catalog-wrap-menu .menu-item .sub-menu-item.has-children > a::after,
.top-catalog-wrap-menu .menu-item.has-children > a::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 16px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  font-weight: 900;
}

.top-catalog-wrap-menu .menu-item .sub-menu-item.has-children:hover > a::after,
.top-catalog-wrap-menu .menu-item.has-children:hover > a::after {
  color: #589fff;
}

.top-catalog-wrap-menu .menu-item .sub-menu-item.has-children:hover > .sub-menu,
.top-catalog-wrap-menu .menu-item.has-children:hover > .sub-menu {
  display: block;
}

.top-catalog-wrap-menu .menu-item:hover {
  cursor: pointer;
}

.top-catalog-wrap-menu .menu-item:hover > .menu-item-title {
  color: #589fff;
  text-decoration: none;
  font-weight: 500;
}

.top-catalog-wrap-menu .menu-item-img {
  /* position: absolute;
  left: 30px;
  top: 10px; */
}

.menu-item-img {
  /* display: none; */
}

.label-wrapper {
  display: none;
}

.top-catalog-wrap-menu .menu-item-img img {
  /* position: absolute;
  top: -15px */
}

.top-catalog-wrap-menu .menu-item-title {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #353533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 100%;
  padding: 10px 0 10px 0;
  padding-left: 30px;
  line-height: 1.1;
  overflow: hidden;
  position: relative;
  padding-left: 12px !important;
  font-family: Verdana !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 148% !important;
  text-transform: uppercase !important;
  color: #737373 !important;
  letter-spacing: 0px !important;
  line-height: 100% !important;
}
.mva-right-363px {
  right: -397px !important;
}
.state-mark a {
  overflow: hidden;
}
.state-mark a:before {
  display: none;
  content: "NEW";
  position: absolute;
  background: #589fff;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 100px;
  text-align: center;
  transform: rotate(-90deg);
  left: -43px;
  transform-origin: 50% 50%;
}
.sub-menu .state-mark a:before {
  display: none;
}
.state-top a:before {
  /* display: none; */
  content: "TOP";
  background: #f16e12;
}

.state-sale a:before {
  content: "SALE";
  background: #ff5858;
}

.top-catalog-wrap-menu .sub-menu {
  display: none;
  position: absolute;
  right: -427px;
  padding-left: 0;
  top: 0;
  list-style: none;
  background-color: #fff;
  min-height: 100%;
  border-left: 1px solid #ebebeb;
}

.top-catalog-wrap-menu .sub-menu-item {
  padding: 0;
  font-size: 18px;

  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  display: block;
  position: a;
}

.top-catalog-wrap-menu .sub-menu-item a {
  padding: 10px 0;
  line-height: 1.1;
  overflow: hidden;
}

.top-catalog-wrap-menu .sub-menu-item .label-wrapper {
  position: relative;
}

.top-catalog-wrap-menu .sub-menu-item img {
  /* right: 16px;
  top: -14px;
  bottom: 0;
  margin: auto;
  position: absolute */
  margin: 0;
  left: 0;
  position: relative;
  top: 0;
}

.top-catalog-wrap-menu .sub-menu-item a {
  color: #353535;
  overflow: hidden;
}

.top-catalog-wrap-menu .sub-menu-item:hover > a {
  color: #589fff;
  text-decoration: underline;
  overflow: hidden;
}

.top-contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  height: 50px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-contacts-wrap li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-contacts-wrap li a {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #353535;
}

.top-contacts-wrap li:hover a {
  color: #589fff;
}

.top-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.top-search-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.top-search-input input {
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 35px 6px 16px;
  border: none;
}

.top-search-input input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  font-weight: 300;
}

.top-search-input input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  font-weight: 300;
}

.top-search-input input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  font-weight: 300;
}

.top-search-input input::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  font-weight: 300;
}

.top-search-input a {
  position: absolute;
  right: 2px;
}

.top-search-input a img {
  width: 31.5px;
  height: 31.5px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.pos-a {
  position: relative;
}

.moreless-button .fas,
.top-contacts .fas {
  margin-left: 6px;
}

.sort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.sort .sort-name {
  margin-right: 20px;
}

.jq-selectbox__select {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background: #fff;
  border: 1px solid transparent;
}

.jq-selectbox__select:hover {
  background: #fff;
}

.jq-selectbox__trigger-arrow {
  border: none;
  background-image: url(../img/arrow-bot.png);
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  top: 12px;
  left: 9px;
}

.jq-selectbox__trigger {
  border-left: none;
}

.bread-crumb {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #353535;
  font-weight: 100;
}

.bread-crumb a {
  text-decoration: none;
  color: #353535;
}

.bread-crumb a:hover {
  color: #589fff;
  text-decoration: none;
}

.bread-crumb a,
.bread-crumb div {
  margin-right: 5px;
}

.header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  padding: 35px 0 33px 0;
}

.header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  -ms-flex-pack: distribute;
  gap: 16px;
  justify-content: end;
}

.header-phone-ico {
  margin-top: 9px;
}

.header-phone-wrap-number {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 9px;
}

.header-phone-wrap-number a {
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.64px;
  color: #353535;
  font-weight: 900;
}

.header-phone-wrap-number a:hover {
  text-decoration: none;
  color: #589fff;
}

.header-phone-wrap .dropdown .dropdown-title {
  line-height: 20px;
  letter-spacing: 0;
  font-size: 14px;
  color: #589fff;
  font-weight: 300;
  margin: 0;
}

.header-phone-wrap .dropdown .dropdown-title:hover {
  cursor: pointer;
}

.header-phone-wrap .dropdown .dropdown-title i {
  margin-left: 10px;
  font-size: 15px;
}

.header-phone-wrap .dropdown .dropdown-wrap {
  display: none;
  position: absolute;
  list-style: none;
  padding: 15px 0 20px 19px;
  background-color: #fff;
  width: 262px;
  height: 183px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.38);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 199;
}

.header-phone-wrap .dropdown .dropdown-wrap .email {
  padding: 5px 0;
}

.header-phone-wrap .dropdown .dropdown-wrap .email a {
  color: #589fff;
}

.header-phone-wrap .dropdown .dropdown-wrap li {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.43px;
}

.header-phone-wrap .dropdown .dropdown-wrap li span {
  font-weight: 500;
}

.header-phone-wrap .dropdown .dropdown-wrap li a {
  color: #353535;
}

/* .header-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  padding: 10px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
  text-decoration: none;
  color: #353535;
}

.header-cart:hover {
  cursor: pointer;
  text-decoration: none;
  color: #353535;
}

.header-cart-title p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.64px;
}

.header-cart p {
  margin: 0;
}

.header-cart-amount {
  border: 1px solid #589fff;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
}

.header-cart-amount p {
  font-weight: 300;
  font-size: 18px;
} */

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pagination .pag {
  width: 32px;
  height: 32px;
  border: 2px solid #f16e12;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pagination .pag.active,
.pagination .pag:hover {
  background-color: #f16e12;
  color: #353535;
  text-decoration: none;
}

.clr-light {
  color: #9b9b9b;
}

section.top .top-catalog {
  position: relative;
}

section.top .top-catalog:before {
  content: "";
  background-color: #dfdfdf;
  height: 50px;
  position: absolute;
  width: 300px;
  left: -100%;
  width: 520px;
  z-index: 1;
}

.cod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #969696;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 100;
}

.slider .flexslider {
  border: 4px solid #f6f6f6;
  background: #f6f6f6;
}

.slider .flexslider .flex-control-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 9px;
  right: 13px;
}

.slider .flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border: solid 1px #9c9c9c;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider .flexslider .flex-control-nav li .flex-active {
  width: 10px;
  height: 10px;
  border: solid 1px #353535;
  background-color: #f16e12;
}

.category-wrap {
  padding: 14px 33px 25px 32px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  height: 263px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  color: #353535;
  text-align: center;
  margin-bottom: 15px;
}

.category-wrap:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #353535;
  text-decoration: none;
}

.category-wrap p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  height: 51px;
  margin-bottom: 0;
  line-height: 1.15;
}

.category-wrap img {
  padding-top: 25px;
}

.last {
  position: relative;
  z-index: 2;
}

.last .wr {
  padding-top: 25px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  /* padding-top: 45px; */
  /* padding-top: 54px; */
  margin-top: -40px;
}
.last-title.block-title {
  padding-bottom: 25px;
}
.last .wr .owl-stage-outer {
  overflow: unset;
}

.last .wr .owl-nav {
  position: absolute;
  /* top: -70px; */
  top: -56px;
  right: 24px;
}

.last-wrap-item {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.last-wrap-item:hover .more-dropdown {
  display: block;
}

.last-wrap-item-img {
  padding: 21px 0 18px 0;
  height: 197px;
  text-align: center;
}

.last-wrap-item-img img {
  display: inline-block !important;
  height: 100%;
  width: auto !important;
}

.last-wrap-item-text {
  padding: 0 19px;
}

.last-wrap-item-text span {
  font-size: 16px;
  /* font-weight: 300; */
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  /* color: #aaa; */
}
.last-wrap-item-text span.mva-product-edition {
  font-size: 14px;
}
.last-wrap-item-text .more {
  margin-top: 22px;
  padding-bottom: 22px;
}

.last-wrap-item-text .more:hover {
  cursor: pointer;
}

.last-wrap-item-text .more-less {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.last-wrap-item-text .more-less-button {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #589fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.last-wrap-item-text .more-less-button i {
  margin-left: 5px;
}

.last-wrap-item-text .more-less-price {
  font-size: 18px;
}

.last-wrap-item-text .more-less-price span {
  font-size: 18px;
}

.last-wrap-item-text .more-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  margin-top: -38px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding-right: 0;
}

.last-wrap-item-text .more-dropdown-wrap {
  list-style: none;
  padding: 0 19px;
}

.last-wrap-item-text .more-dropdown-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  gap: 16px;
}

.last-wrap-item-text .more-dropdown-wrap li .plus {
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 0;
  background-image: url(../img/svg/btn-plus.svg);
  -webkit-background-size: cover;
  background-size: cover;
}

.last-wrap-item-text .more-dropdown-wrap li .plus a {
  color: #353535;
}

.last-wrap-item-text .more-dropdown-wrap li .plus:hover {
  background-image: url(../img/svg/btn-plus-hovered.svg);
}

.last-wrap-item-text .more-dropdown-wrap li .plus:hover a {
  text-decoration: none;
}

.last-wrap-item-text .more-dropdown-wrap li .text {
  font-size: 16px;
  color: #868686;
}

.last-wrap-item-text .more-dropdown-wrap li .more-price {
  height: initial;
  font-size: 18px;
}

.last-wrap-item-text .more-dropdown-bottom {
  padding: 0 19px 12px 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-wrap-item-text .more-dropdown-bottom-button {
  width: 45%;
  height: 44px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 2px #f16e12;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.last-wrap-item-text .more-dropdown-bottom-button:hover {
  background-color: #f16e12;
  cursor: pointer;
}

.last-wrap-item p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.41px;
  /* height: 38px; */
  margin-bottom: 0;
  line-height: normal;
}

.top-contacts-wrap-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background-color: #ebebeb;
  font-weight: 100;
  padding-bottom: 60px;
}
.top-contacts-wrap-menu li {
  text-decoration: underline;
  color: #589fff;
  padding: 4px 0;
}

.more-dropdown-bottom-counter {
  width: 40%;
  height: 30px;
  border: solid 2px #d6d6d6;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* {
  padding: 15px;
  color: #d6d6d6;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
} */

.more-dropdown-bottom-counter .sign:hover {
  color: #f16e12;
  cursor: pointer;
}

.more-dropdown-bottom-counter .amount {
  color: #353535;
  font-weight: 500;
}

.sale {
  position: relative;
  z-index: 1;
}

.instruction-text {
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.52px;
}

.instruction-text h2 {
  font-size: 18px;
}

.instruction-text-title {
  font-weight: 500;
  text-transform: uppercase;
}

.instruction-text-main {
  font-weight: 300;
}

.instruction-text .moretext {
  display: none;
}

.instruction-text .moreless-button {
  color: #f16e12;
  font-weight: 600;
  margin-bottom: 10px;
}

.instruction-text .moreless-button:hover {
  text-decoration: underline;
  color: #f16e12;
  cursor: pointer;
}

.instruction-video {
  position: relative;
}

.instruction-video--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.instruction-video-content {
  position: absolute;
  top: 38px;
  left: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instruction-video-content h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.78px;
}

.instruction-video-content p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.61px;
}

.instruction-video-content a:hover {
  border: 1px solid #f16e12;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-wrapper {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.basket-cart {
  width: 100% !important;
}

.form-inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-inputs-wrapper label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-inputs-wrapper label p {
  /* width: 400px; */
  white-space: nowrap;
  margin-bottom: 0;
  display: inline-flex;
}

.form-inputs-wrapper input,
.form-inputs-wrapper textarea {
  width: 100% !important;
  margin-left: 20px;
}

.footer {
  background-color: #fff;
  border-top: 2px solid #f16e12;
  margin-top: 40px;
}

.footer-wrap {
  width: 100%;
  padding: 32px 0 27px 0;
}

.footer-wrap p {
  margin: 0;
}

.footer-wrap .left p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}

.footer-wrap .right {
  text-align: right;
}

.footer-wrap .right p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
}

.footer-wrap .right p span {
  color: #589fff;
  text-decoration: underline;
}

.catalog {
  position: relative;
  z-index: 99;
  min-height: 550px;
}
.catalog .pagination,
.catalog-sale .pagination {
  margin: 30px 0;
}

.catalog .wr {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.catalog .item {
  /* margin-bottom: 28px; */
}

.catalog .item:hover {
  position: relative;
  z-index: 99;
}

.catalog .wr .item {
  padding-bottom: 30px;
}

.catalog .wr .item .more-dropdown {
  z-index: 1;
}

.product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 32px 28px 22px;
}

.product-wrap .product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.product-wrap-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-wrap-top-left {
  margin-right: auto;
}

.product-wrap-top-left p {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  color: #000;
}

.product-wrap-top-left p span {
  color: #a8a8a8;
}

.product-wrap-top-right .feature {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  color: #000;
  padding-bottom: 13px;
}

.product-wrap-top-right .feature span {
  color: #a8a8a8;
}

.product-wrap-top-right .more-dropdown {
  background-color: #fff;
  width: 328px;
  /* height: 229px; */
  height: auto;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
}

.product-wrap-top-right .more-dropdown-wrap {
  list-style: none;
  padding: 22px 19px 7px 19px;
  margin-bottom: 0;
}

.product-wrap-top-right .more-dropdown-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  /*  */
  display: grid !important;
  grid-template-columns: auto 1fr 0.76fr;
  gap: 10px;
}

.product-wrap-top-right .more-dropdown-wrap li .plus {
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 0;
  background-image: url(../img/svg/btn-plus.svg);
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  margin: 0;
}

.product-wrap-top-right .more-dropdown-wrap li .plus a {
  color: #353535;
}

.product-wrap-top-right .more-dropdown-wrap li .plus:hover {
  background-image: url(../img/svg/btn-plus-hovered.svg);
}

.product-wrap-top-right .more-dropdown-wrap li .plus:hover a {
  text-decoration: none;
}

.product-wrap-top-right .more-dropdown-wrap li .text {
  font-size: 16px;
  color: #868686;
  margin: 0;
  text-align: left;
}

.product-wrap-top-right .more-dropdown-wrap li .text span {
  font-weight: 300;
}

.product-wrap-top-right .more-dropdown-wrap li .more-price {
  height: initial;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.product-wrap-top-right .more-dropdown-bottom {
  padding: 0 19px 12px 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-wrap-top-right .more-dropdown-bottom-counter {
  width: 40%;
  height: 30px;
  border: solid 2px #d6d6d6;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-wrap-top-right .more-dropdown-bottom-counter .sign {
  color: #d6d6d6;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-wrap-top-right .more-dropdown-bottom-counter .sign:hover {
  color: #f16e12;
  cursor: pointer;
}

.product-wrap-top-right .more-dropdown-bottom-counter .amount {
  color: #353535;
  font-weight: 500;
}

.product-wrap-top-right .more-dropdown-bottom-button {
  width: 45%;
  height: 44px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 2px #f16e12;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-wrap-top-right .more-dropdown-bottom-button:hover {
  background-color: #f16e12;
  cursor: pointer;
}

.product-wrap-top-right .more:hover .more-dropdown {
  display: block;
}

.product-wrap-middle {
  padding: 20px 0 39px 0;
}
.product-wrap-middle strong {
  font-weight: 400;
}

.product-wrap-middle p {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.product-wrap-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-wrap-bottom .paydel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-wrap-bottom .paydel p {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0 !important;
}

.product-wrap-bottom .pay {
  width: 45%;
}

.product .tab-content-wrap {
  width: 434px;
  height: 434px;
}

.product .tab-content-wrap img {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.product .tabs {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.product .tabs li {
  background: 0 0;
  color: #232323;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  width: 94px;
  height: 96px;
  border: solid 2px #a8a8a8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}

.product .tabs li:hover {
  opacity: 1;
}

.product .tabs li img {
  width: 100%;
  height: 100%;
}

.product .tabs .current {
  color: #f9b61e;
  opacity: 1;
}

.product .tabs span {
  font-size: 20px;
  color: #e1e1e1;
}

.product .col-3 {
  margin-bottom: 15px;
}

.product .col-3:hover .tab-content-wrap {
  border-top: 1px solid #f9b61e;
}

.product .col-3:hover .button-wrap {
  border-bottom: 1px solid #f9b61e;
  color: #f9b61e;
}

.product .tab-content {
  display: none;
  padding: 15px;
  text-align: center;
}

.product .tab-content-wrap {
  width: 100%;
  padding: 15px;
}

.product .tab-content .img-wrap {
  background-color: #f5f5f5;
}

.product .tab-content .img-wrap img {
  padding: 40px 0 40px 0;
}

.product .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-sale .wr {
  padding-bottom: 125px;
}

.not-main {
  margin-bottom: 22px;
}

.not-main .top-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-main .top-contacts p {
  font-size: 18px;
  font-weight: 300;
}

.not-main .top-contacts-wrap {
  display: none;
}

.not-main .top-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.not-main .top-phone .header-phone-wrap-number a {
  font-size: 18px;
}

.not-main .top-search input.n-main {
  width: 148px;
  position: absolute;
  right: 0;
}

.not-main .header-cart {
  padding: 6px;
}

.not-main .header-cart-ico {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.not-main .header-cart-ico img {
  max-width: 100%;
}

.not-main .header-cart-amount {
  width: 28px;
  height: 28px;
  border: 2px solid #589fff;
  padding: 0;
  text-align: center;
}

.not-main .header-cart-amount p {
  font-size: 14px;
}

.not-main .header-phone-ico {
  margin-top: 0;
}

.not-main .header-phone-ico img {
  max-width: 80%;
}

.not-main .header-phone {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-main .header-phone-wrap-number {
  margin-top: 0;
}

.header-phone-wrap-number a:hover {
  color: #111;
}

.owl-nav button {
  width: 36px;
  height: 36px;
  background-image: url(../img/btn-arrow-left.svg) !important;
  font-size: 0 !important;
  outline: 0;
}

.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 18px;
}

.owl-nav button:hover {
  background-image: url(../img/btn-arrow-right-copy.svg) !important;
}

.owl-nav button:hover.owl-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-nav button:hover.owl-next {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.popup-cart {
  max-height: 100%;
  height: 100%;
  width: 1140px;
  max-width: 100%;
  padding: 15px 23px;
  display: none;
}

.popup-cart .cart-table {
  margin-top: 27px;
  font-size: 22px;
  margin-left: -15px;
  margin-right: -15px;
}

.popup-cart .cart-table--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a8a8a8;
  font-weight: 300;
  margin-bottom: 23px;
}

.popup-cart .cart-table--item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #353535;
}

.popup-cart .cart-table--item .number {
  font-weight: 300;
}

.popup-cart .cart-table--item .code {
  font-weight: 300;
}

.popup-cart .cart-table--item .more-dropdown-bottom-counter {
  width: 137px;
}

.popup-cart .cart-table--item .price,
.popup-cart .cart-table--item .sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-cart .cart-table--item .price span,
.popup-cart .cart-table--item .sum span {
  font-weight: 300;
  margin-left: 4px;
}

.popup-cart .cart-table--item .price {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-cart .cart-table--column {
  padding-left: 15px;
  padding-right: 15px;
}

.popup-cart .cart-table--column.number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
}

.popup-cart .cart-table--column.code {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  text-align: center;
}

.popup-cart .cart-table--column.name {
  width: 100%;
}

.popup-cart .cart-table--column.count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  text-align: center;
}

.popup-cart .cart-table--column.price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: right;
}

.popup-cart .cart-table--column.price .delete {
  background-image: url(../img/svg/sandwitch_ico_close.svg);
  display: block;
  width: 19px;
  margin-left: auto;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  margin-top: 10px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-cart .cart-table--column.price .delete:hover {
  cursor: pointer;
  opacity: 1;
}

.popup-cart .cart-table--column.sum {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  text-align: left;
}

.popup-cart .cart-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-cart .cart-bottom .btn {
  font-size: 18px;
  font-weight: 900;
  width: 238px;
  height: 42px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 2px #f16e12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f16e12;
  color: #353535;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}

.popup-cart .cart-bottom .btn:hover {
  background-color: #fff;
  text-decoration: none;
}

.popup-cart .cart-bottom .sum {
  margin-right: 30px;
  font-size: 16px;
}

.popup-cart .cart-bottom .sum span {
  font-weight: 300;
}

.popup-cart .fancybox-button {
  background-image: url(../img/svg/ico_close.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 10px;
  margin-right: 15px;
  outline: 0;
}

.popup-cart .fancybox-button:hover {
  background-image: url(../img/ico_close_hover.svg);
}

.popup-cart .fancybox-button svg {
  display: none;
}

.bg-white {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}

.basket-cart {
  display: block;
  padding: 0;
}

.basket-cart .cart-table {
  margin-top: 0;
}

.basket-cart .cart-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
}

.wrapper-input--column label a {
  padding-left: 5px;
}

.section-basket form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-basket .jq-selectbox {
  width: 340px;
  border: solid 1px #a8a8a8;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.section-basket .check-city {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin-bottom: 20px;
}

.section-basket .check-city .jqselect {
  /*margin-left: 15px;*/
  width: 100%;
  height: 34px;
  /*! max-width: ; */
}

.section-basket .jq-selectbox__select-text {
  font-size: 18px;
  font-weight: 100;
}

.section-basket .jq-selectbox__select {
  padding: 0 45px 0 20px;
}

.section-basket label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.payment-info {
  width: 100%;
  font-size: 14px;
  color: #ff0000;
}
.type-payment {
  margin-bottom: 30px;
}

.type-payment label {
  margin-bottom: 0;
}
.section-basket input,
.section-basket textarea {
  width: 390px;
  border: solid 1px #a8a8a8;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 0 23px;
  font-weight: 100;
  resize: none;
}

.section-basket input::-webkit-input-placeholder,
.section-basket textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}

.section-basket input:-ms-input-placeholder,
.section-basket textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

.section-basket input::-ms-input-placeholder,
.section-basket textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

.section-basket input::placeholder,
.section-basket textarea::placeholder {
  color: #a8a8a8;
}

.section-basket input {
  height: 38px;
}

.section-basket textarea {
  width: 390px;
  height: 220px;
}

.section-basket .check {
  margin-top: 2px;
  font-size: 22px;
  font-weight: 500;
}

.iamtable {
  display: table;
  width: 100%;
  max-width: 100% !important;
}

.iamtable > * {
  display: table-cell;
}

.section-basket .check span {
  width: 240px;
  /*-webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px*/
}

.section-basket .check input[type="radio"]:checked + label:before {
  /* content: "\2022";
  color: #F16E12;
  font-size: 70px;
  text-align: center;
  line-height: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center */
  background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='9.5' stroke='%23A8A8A8'/><circle cx='10' cy='10' r='7' fill='%23F16E12'/></svg>%0A");
}

.section-basket .check input[type="radio"] {
  display: none;
}

.section-basket .check label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 100;
}

.section-basket .check label a {
  text-decoration: underline;
}

.section-basket .check label:before {
  content: "";
  width: 20px;
  height: 20px;
  /* border: solid 1px #a8a8a8;
  -webkit-border-radius: 50%;
  border-radius: 50%; */
  position: absolute;
  display: inline-block;
  left: 0;
  /* padding-top: 2px; */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23A8A8A8'/%3E%3C/svg%3E%0A");
  top: 8px;
}

.wrapper-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 36px;
}

.wrapper-input label {
  margin-right: 15px;
}

.wrapper-input--column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-img {
  width: 75px;
  height: 37px;
  margin: 0 20px;
}

.wrap-img img {
  width: 100%;
}

.section-basket .bread-crumb {
  margin-bottom: 30px;
}

.section-basket .wrap-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 30px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-basket .wrap-btn .btn {
  font-size: 18px;
  font-weight: 900;
  width: 238px;
  height: 42px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 2px #f16e12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f16e12;
  color: #353535;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.section-basket .wrap-btn .btn:hover {
  background-color: transparent;
  text-decoration: none;
}

.section-basket .wrap-btn .btn-2 {
  border: solid 2px #f16e12;
  background-color: #fff;
  margin-left: 30px;
  opacity: 0.5;
  font-weight: 300;
}

.section-basket .wrap-btn .btn-2:hover {
  background-color: #f16e12;
  text-decoration: none;
  opacity: 1;
}

.basket-cart .cart-table--column.name {
  line-height: normal;
  margin-bottom: 10px;
}

.cart-wrapper .cart-table--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.cart-wrapper .cart-table--item .name {
  margin-bottom: 0;
}

.basket-cart .price div,
.basket-cart .sum div {
  font-weight: 900;
}

body.hidden {
  overflow: hidden;
}

.fancybox-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  cursor: wait;
  z-index: 8060;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

#loading div {
  top: 50%;
  left: 50%;
  margin-top: -2.2rem;
  margin-left: -2.2rem;
  width: 4.4rem;
  height: 4.4rem;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background: url(../img/loading.gif) center center no-repeat;
  position: absolute;
}

img.opacity {
  opacity: 0.5;
}

.grey {
  color: #9c9c9c;
}

.basket-sum {
  display: none;
}

.popup-sum {
  display: inline;
}

.basket-cart .basket-sum {
  display: inline;
}

.basket-cart .popup-sum {
  display: none;
}

.basket-cart .cart-bottom a {
  display: none !important;
}

.display_none {
  display: none !important;
}

.display_inline {
  display: inline !important;
}

.instruction img {
  max-width: 100%;
  height: auto !important;
}

.cr-dropdown-wrapper {
  position: relative;
}
.ui-menu {
  background-color: #fff;
  max-height: 250px;
  overflow: auto;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font:
    14px/18px Arial,
    sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  max-width: 100%;
  list-style-type: none;
  padding-left: 0 !important;
}
.ui-menu-item {
  width: 100%;
  padding: 5px 15px;
}

.ui-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cr-dropdown {
  display: none;
}

#delivery_towns input {
  background-image: url(../img/arrow-bot.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  height: 34px;
}

.cr-dropdown-wrapper {
  width: 100%;
  margin-left: 15px;
}

.cr-dropdown-wrapper input {
  width: 100% !important;
}

@media (max-width: 1199.98px) {
  section.top .top-catalog::before {
    width: 470px;
  }
  .top-contacts-wrap li a {
    font-size: 14px;
  }
  .category-wrap img {
    max-width: 100%;
  }
  .last-wrap-item p {
    font-size: 0.7654321rem;
    height: auto;
  }
  .mva-kod {
    font-size: 12px !important;
  }
  .last-wrap-item-text span {
    /* font-size: 12px; */
    margin-top: 10px;
  }
  .last-wrap-item-text .more-less-button {
    font-size: 14px;
  }
  .last-wrap-item-text .more-less-price {
    font-size: 16px;
  }
  .last-wrap-item-text .more-less {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
  }
  .last-wrap-item-text .more {
    margin-top: 0;
  }
  .last-wrap-item-text .more-dropdown-wrap li .text {
    font-size: 13px;
  }
  .last-wrap-item-text .more-dropdown-wrap li .more-price {
    font-size: 16px;
  }
  .last-wrap-item-text span {
    margin-top: 0;
  }
  .last-wrap-item-text .more-dropdown-wrap li {
    margin-top: 5px;
  }
  .last-wrap-item-text .more-dropdown-wrap {
    margin-bottom: 0;
  }
  .last-wrap-item-text .more-dropdown-bottom-counter {
    width: 50%;
  }
  .last-wrap-item-text .more-dropdown-bottom-button {
    height: 30px;
  }
  .instruction-video-bg img {
    max-width: 100%;
  }
  .instruction-video {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instruction-video-content {
    top: 68px;
  }
  .not-main .top-search input.n-main {
    width: 118px;
  }
  .product-wrap-top-left p {
    line-height: 26px;
  }
  .product .tab-content-wrap {
    height: auto;
  }
  .product-wrap-bottom .pay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-wrap-bottom .paydel p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-wrap-bottom .paydel {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-wrap-bottom .paydel div {
    margin-right: 20px;
  }
  .product-wrap-middle {
    padding: 20px 0 0 0;
  }
  .section-basket input,
  .section-basket textarea {
    width: 280px;
  }
  .section-basket .check label {
    font-size: 18px;
  }
  .wrapper-input {
    margin-top: 10px;
  }
  .section-basket .jq-selectbox {
    max-height: 34px;
    width: 250px;
  }
}

@media (max-width: 991.98px) {
  section.top .top-catalog::before {
    width: 330px;
  }
  .top-contacts-wrap li a {
    font-size: 11px;
  }
  .category-wrap p {
    height: auto;
    line-height: 24px;
  }
  .category-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 220px;
  }

  .category-wrap img {
    padding-top: 10px;
  }
  .instruction-video {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
  }
  .instruction-video-content {
    left: 110px;
  }
  .not-main .top-contacts p {
    font-size: 15px;
    text-align: center;
  }
  .not-main .header-cart {
    margin-left: -56px;
  }
  .block-title h3 {
    font-size: 20px;
  }
  .product .tabs li {
    height: auto;
  }
  .product .product-wrap-top-right .more-dropdown {
    width: auto;
  }
  .product .product-wrap-middle {
    padding: 20px 0 0 0;
  }
  .product-wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-wrap-bottom .pay {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .last .wr .owl-nav {
    /* top: -69px */
  }
  .block-title h3 {
    line-height: 24px;
  }
  .popup-cart {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup-cart .cart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .popup-cart .cart-bottom .sum {
    text-align: right;
    margin: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .popup-cart .cart-bottom .btn {
    width: 100%;
  }
  .popup-cart .cart-title {
    margin-left: -15px;
    padding-right: 40px;
  }
  .popup-cart .cart-table {
    font-size: 18px;
  }
  .popup-cart .cart-table--header {
    display: none;
  }
  .popup-cart .cart-table--item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: solid 1px #ebebeb;
  }
  .popup-cart .cart-table--item > div {
    padding: 0;
  }
  .popup-cart .cart-table--item .number {
    display: none;
  }
  .popup-cart .cart-table--item .name {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 19px;
  }
  .popup-cart .cart-table--item .count {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .popup-cart .cart-table--item .price {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-cart .cart-table--item .price .delete {
    position: relative;
    margin-top: 0;
    right: auto;
  }
  .popup-cart .cart-table--item .code {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 14px;
    text-align: left;
  }
  .popup-cart .cart-table--item .sum {
    margin-top: 14px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 22px;
  }
  .basket-cart {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-white {
    padding: 20px 20px 0 20px;
  }
  .section-basket input,
  .section-basket textarea {
    width: 480px;
  }
  .section-basket .check-city,
  .wrapper-input {
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start*/
  }
  .section-basket .check-city label,
  .wrapper-input label {
    margin-right: 20px;
  }
  /*.jq-selectbox {
    margin-left: 20px
  }*/
  .iamtable {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }
  .iamtable > * {
    display: block;
  }
  .last-title.block-title h3 {
    position: relative;
    top: 22px !important;
  }
}
@media (max-width: 480px) {
  .mobile-two-rows {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .mva-right-363px {
    right: -100% !important;
  }
  .block-title h1 {
    font-size: 1.2em;
  }
  .category .owl-mobile .owl-dots {
    display: none;
  }
  .last {
    margin-top: 10px;
  }
  .sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  section.top .top-catalog::before {
    width: 410px;
  }
  .top-catalog-wrap > .container {
    height: 100%;
  }
  .top-catalog-wrap-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*height: -webkit-calc(100% - 50px);*/
    /*! height: calc(100% - 50px); */
    height: 100%;
    overflow: auto;
    /*! overflow-y: auto; */

    padding-left: 0;
  }
  .top-catalog-wrap-menu .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-item.has-children.show-children > ul {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    border-top: 1px solid #eee;
  }

  .menu-item.has-children.show-children > ul > li > a,
  .sub-menu-item.has-children.show-children > ul > li > a {
    padding-left: 2rem !important;
  }

  .sub-menu-item.has-children.show-children > ul {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    border-top: 1px solid #eee;
  }

  .top-catalog-wrap-menu .menu-item:hover .sub-menu {
    display: none;
    padding-bottom: 120px;
  }
  .top-catalog-wrap-menu .sub-menu {
    display: none;
    position: relative;
    right: 0;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: auto;
  }
  .top-catalog-wrap-menu .sub-menu-item {
    border-bottom: 1px solid #ebebeb;
    /*! padding-left: 15px; */
    width: 100%;
    position: relative;
  }
  .top-catalog-wrap-menu .sub-menu-item a {
    padding-left: 15 !important;
    width: 100% !important;
  }
  .top-catalog-wrap-menu .sub-menu-item a.mva-img-overflow {
    width: 64px !important;
  }
  .top-catalog-wrap-menu .sub-menu-item img {
    margin: 0;
    left: 0;
  }
  .pos-a {
    position: fixed;
  }

  .header-cart-ico div {
    position: absolute;
    border: 1px #589fff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 7px;
    text-align: center;
    right: 0;
    top: 0;
    background: #fff;
  }
  .header-cart-ico img {
    max-width: 80%;
  }
  .top-search-input {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-cart {
    padding: 3px;
    margin-right: 50px;
  }
  .header-cart-ico {
    text-align: center;
    position: relative;
  }
  .category-wrap {
    height: 225px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .instruction-video-content {
    left: 50px;
    top: 48px;
  }
  .bot-menu {
    margin-top: 40px;
  }
  .bot-menu .top-contacts-wrap-menu {
    margin-bottom: 0;
  }
  section.footer {
    margin-top: 0;
  }
  .footer-wrap .left,
  .footer-wrap .right {
    text-align: center;
  }
  .open-menu .top-search-input {
    top: -44px;
  }
  .open-menu .top-search-input a {
    top: 2px;
  }
  .top-catalog-title.open {
    font-size: 0;
  }
  .not-main {
    margin-bottom: 0;
  }
  .header-logo {
    padding: 20px 0;
  }
  .not-main .header-cart {
    margin-left: 0;
    padding: 3px 7px;
    margin-right: 0;
  }
  .not-main .header-cart-ico {
    margin-right: 0;
  }
  .not-main .top-search-input {
    width: 47px;
  }
  .open-menu .top-search-input {
    width: 75%;
  }
  .header-phone-wrap .dropdown .dropdown-wrap {
    left: 0;
  }
  .bread-crumb-rotate div {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bread-crumb a {
    line-height: 18px;
  }
  .wrap-nmain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75%;
  }
  .cod {
    padding-bottom: 0;
    font-size: 14px;
    text-align: right;
    width: 25%;
  }
  .product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-wrap-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-sm .product-wrap-middle {
    padding: 20px 0 0 0;
  }
  .top::before {
    display: none;
  }
  .top-contacts {
    display: none;
  }
  .top-catalog {
    background-color: #f16e12;
  }
  .top-catalog-title .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 50px;
    background-color: #f16e12;
    margin-right: 16px;
  }
  .top-catalog-title .btn-wrapper .btn {
    margin-right: 0;
  }
  .top .header-cart {
    padding: 7px;
  }
  .header-cart-ico {
    width: 28px;
  }
  .top-search-input input {
    width: 0;
    height: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .top-search-input.active .header-cart {
    display: none !important;
  }
  .top-search-input.active input {
    height: 38px;
    width: 245px;
    position: absolute;
    padding-left: 16px;
    right: 0;
  }
  .top-catalog-title.hide .text {
    margin-left: -100%;
  }
  .top.fixed .header-phone {
    display: none;
  }
  .top.fixed .top-contacts {
    display: none;
  }
  .top.fixed .header-cart {
    display: none;
  }
  .top-catalog-wrap-menu .menu-item {
    position: relative;
    /*! overflow: hidden; */
  }
  .section-basket input,
  .section-basket textarea {
    width: 330px;
  }
  .section-basket textarea {
    height: 120px;
  }
  .top-catalog-wrap-menu .sub-menu {
    position: fixed;
    right: -100%;
    display: block !important;
    top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    z-index: 9;
    /*! min-height: unset; */
  }
  .top-catalog-wrap-menu .sub-menu.active {
    right: 0 !important;
  }
  /*.top-catalog-wrap-menu .menu-item a, .top-catalog-wrap-menu .sub-menu-item a {
    position: unset !important
  }*/
  .menu-item,
  .sub-menu-item {
    position: relative !important;
  }
  .menu-item::after,
  .sub-menu-item::after {
    content: "";
    width: 70px;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .top-catalog-wrap-menu .menu-item-img img {
    /* top: -12px */
  }
  .open-menu .top-search-input > a,
  .open-menu .top-search-input > input {
    display: none;
  }
  .top-search-input a {
    z-index: 9999;
  }
}

@media (max-width: 575.98px) {
  .product-wrap-top-right .more-dropdown-bottom-counter {
    width: 46%;
    height: 42px;
  }
  .product-wrap-top-right .more-dropdown-bottom-button {
    width: 50%;
    height: 42px;
  }
  .sort {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sort .sort-name {
    font-size: 12px;
  }
  section.top .top-catalog::before {
    left: -213px;
    right: 0;
    width: 265px;
  }
  .top-catalog-title.open {
    font-size: 0;
  }
  .open-menu .top-search-input {
    width: 75%;
  }
  .top-catalog-title {
    font-size: 16px;
  }
  .top-search-input .header-cart {
    width: 48px;
    height: 39px;
  }
  .header-phone {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .open-menu .top-search-input a {
    top: 4px;
  }
  .top-search-input a img {
    max-width: 100%;
  }
  .header-cart {
    padding: 2px 5px;
    margin-right: 42px;
  }
  .header-cart-ico img {
    max-width: 100%;
  }
  .header-cart-ico div {
    right: -4px;
    top: 2px;
  }
  .header-cart {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .header-logo a img {
    max-width: 100%;
  }
  .header-phone-ico img {
    max-width: 83%;
  }
  .header-phone-wrap-number a {
    font-size: 13px;
  }
  .header-phone-wrap .dropdown .dropdown-title {
    font-size: 10px;
    font-weight: 100;
    line-height: 14px;
  }
  .header-phone-wrap .dropdown .dropdown-title i {
    margin-left: 2px;
    font-size: 11px;
  }
  .header-phone-wrap-number {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header-logo {
    padding: 15px 0;
  }
  .header-phone-ico {
    margin-top: 0;
  }
  .header-phone-wrap .dropdown .dropdown-wrap {
    left: auto;
    right: 15px;
    margin-top: 5px;
  }
  .slider .container,
  .slider .container .col-xs-12 {
    padding: 0;
  }
  .slider {
    overflow: hidden;
  }
  .slider .flexslider {
    border: 0;
  }
  .category-wrap {
    padding: 15px 8px;
    height: 172px;
  }
  .category-wrap p {
    font-size: 12px;
    line-height: 15px;
  }
  .category .owl-carousel .owl-item img {
    max-width: 70%;
    margin: 0 auto;
    height: 120px;
    object-fit: contain;
  }
  .flexslider {
    margin: 0 0 20px 0;
  }
  .block-title h3 {
    font-size: 15px;
    padding: 10px 0;
  }
  .last .wr .owl-nav {
    /* top: -48px; */
    right: 0;
  }
  .instruction-video-content {
    left: 18px;
    top: 21px;
  }
  .instruction-video-content img {
    width: 38px;
  }
  .instruction-video-content a {
    width: auto;
    margin-bottom: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .instruction-video-content h4 {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  .instruction-video-content p {
    line-height: 15px;
  }
  .footer-wrap .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrap .left,
  .footer-wrap .right {
    text-align: center;
  }
  .product .product-wrap-top-right .more-dropdown {
    height: auto;
  }
  .product-wrap-top-right .more-dropdown-wrap {
    padding: 13px;
  }
  .product-wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-top: 20px*/
  }
  .product-wrap-bottom .paydel p {
    /*font-size: 12px*/
  }
  .section-sm {
    margin-top: 20px;
  }
  .product-wrap-bottom .paydel {
    margin-bottom: 10px;
  }
  .block-title h3 {
    line-height: 18px;
  }
  .item .more-less {
    display: none;
  }
  .item .more-dropdown {
    display: block;
    position: relative;
    margin-top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .item .more-dropdown-wrap {
    padding: 0;
  }
  .item .more-dropdown-bottom {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .top-catalog-title {
    margin-left: -15px;
  }
  .section-basket label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-basket input,
  .section-basket textarea {
    width: 100%;
  }
  .basket-cart {
    padding-left: 15px;
    padding-right: 10px;
  }
  .bg-white {
    padding: 10px 10px 0 10px;
  }
  /*.section-basket .check-city, .wrapper-input {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }*/
  .basket-cart .cart-bottom .sum {
    font-size: 18px;
  }
  .section-basket label {
    margin-bottom: 15px;
  }
  .section-basket input::-webkit-input-placeholder,
  .section-basket textarea::-webkit-input-placeholder {
    text-align: center;
  }
  .section-basket input:-ms-input-placeholder,
  .section-basket textarea:-ms-input-placeholder {
    text-align: center;
  }
  .section-basket input::-ms-input-placeholder,
  .section-basket textarea::-ms-input-placeholder {
    text-align: center;
  }
  .section-basket input::placeholder,
  .section-basket textarea::placeholder {
    text-align: center;
  }
  /*.section-basket .check-city, .wrapper-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .section-basket .check label:before {
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px)
  }*/
  .section-basket .check label {
    line-height: normal;
  }
  .section-basket .wrap-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-basket .wrap-btn .btn,
  .section-basket .wrap-btn .btn-2 {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 10px;
  }
  .jq-selectbox {
    margin: 0;
  }
  .section-basket .check-city .jqselect {
    margin-left: 0;
  }
  .section-basket input,
  .section-basket textarea {
    margin: 0;
  }
  .section-basket input::-webkit-input-placeholder,
  .section-basket textarea::-webkit-input-placeholder {
    text-align: left;
  }
  .section-basket input:-ms-input-placeholder,
  .section-basket textarea:-ms-input-placeholder {
    text-align: left;
  }
  .section-basket input::-ms-input-placeholder,
  .section-basket textarea::-ms-input-placeholder {
    text-align: left;
  }
  .section-basket input::placeholder,
  .section-basket textarea::placeholder {
    text-align: left;
  }
  .section-basket label {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .container {
    /* width: 90%; */
    /* max-width: 1540px; */
  }
}

.more-dropdown-bottom-counter .sign {
  padding: 0 15px;
}

.product-end {
  text-align: center;
  line-height: 1 !important;
  color: #353535 !important;
  font-weight: 700 !important;
  display: block;
}

#search-form input {
  padding-right: 35px;
}

.top.fixed #search-form input {
  /* display: none; */
}

.category-wrap img {
  max-width: 100%;
  height: auto;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-select {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2rem;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.last-wrap-item p a {
  color: #353535 !important;
}

.paydel div a {
  display: table;
  color: #383838 !important;
}

.paydel div a > * {
  display: table-cell;
  vertical-align: middle;
}

.paydel div img {
  padding-right: 10px;
  width: 56px;
  margin-left: -5px;
}

.sum-g {
  white-space: nowrap;
}
.popup-cart.fancybox-content {
  height: auto;
}
.last-wrap-item-text .more-dropdown-wrap li p {
  /*width: 35%;*/
}
.last-wrap-item-text .more-dropdown-wrap li span {
  /*width: 45%;*/
  flex: 1;
}
@media (max-width: 991px) {
  .mva-buttons-cart {
    flex-direction: row !important;
    width: 100% !important;
  }
}
@media (max-width: 460px) {
  .mva-buttons-cart {
    flex-direction: column !important;
    width: 100% !important;
  }
}
.last-title.block-title h3 {
  position: relative;
  top: 42px;
}
.owl-mobile {
  margin-top: 25px;
}
.owl-mobile.owl-carousel .owl-nav.disabled {
  top: -45px;
  position: absolute;
  left: auto;
  right: 0;
  display: block;
}
.innner-container {
  max-width: 1100px;
  margin: 0 auto;
}
.page-heading {
  color: #353535;
  font-family: Verdana;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.description.page-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.mva-img:first-child {
  min-width: 312px;
}
.mva-text {
  color: #353535;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
.mva-row {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  gap: 40px;
}
.mva-row .page-item.mva-img {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  /* padding: 40px; */
  /* width: auto; */
  width: 352px;
  height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mva-row .page-item.mva-img img {
  /* width: 272px !important;
  height: 88px !important; */
}
.page-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 24px;
  color: #353535;

  font-family: Verdana;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
}
.page-item span.red {
  color: #b22222;
}
.section-basket .check label[for="privat"] {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .description.page-item {
    flex-direction: column;
  }
  .mva-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-item {
    width: 100% !important;
  }
  .mva-row .page-item.mva-img {
    width: auto !important;
  }
  /* .innner-container img{
    max-width: 280px;
    min-width: 280px;
  } */
  .page-item.mva-img {
    min-width: 100%;
    max-width: 100%;
  }
  .innner-container {
    margin-top: 0 !important;
  }
  .mva-img:first-child {
    min-width: 100%;
  }
  .mva-product-edition {
    font-size: 12px !important;
  }
}
.page-contacts {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
/* .page-contacts .inner-container{
  
} */
.page-contacts__title {
  color: #353535;
  font-family: Verdana;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 64px;
}
.page-contacts .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  margin-top: 42px;
  margin-left: 0;
  margin-right: 0;
}
.page-contacts__items {
  width: 28%;
  padding: 24px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 8px;
  box-sizing: content-box;
}
.page-contacts__items .img {
  width: 44px;
  height: 44px;
}
.page-contacts__caption {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #353535;
  margin-top: 18px;
  font-style: normal;
  font-family: Verdana;
}
.page-contacts__description {
  margin-top: 9px;
}
.page-contacts__description p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 17px;
  line-height: 148%;
  color: #353535;
  /* max-width: 250px; */
  margin-bottom: 10px;
}
.page-contacts__description p:last-child {
  margin-bottom: 0;
}
.page-contacts__description p a {
  font-family: Verdana;
  font-weight: 700;
  font-size: 17px;
  line-height: 148%;
  color: #353535;
}
.page-contacts__mail {
  font-family: Verdana;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 148% !important;
  text-decoration: underline !important;
  color: #f16e12 !important;
  text-decoration: underline !important;
}
.page-contacts .row:nth-child(3) {
  flex-direction: column;
  margin-top: 55px;
  gap: 57px;
}
.page-contacts__map-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}
.page-contacts__info {
  width: 34%;
}
.page-contacts__info p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
  color: #353535;
  margin-bottom: 12px;
}
.page-contacts__info p a {
  font-weight: 700;
  color: #353535;
}
.page-contacts__info p strong {
  font-size: 19px;
}
.page-contacts__map {
  width: 62%;
}
/* .page-contacts__title{
  font-weight: 700;
  font-size: 35px;
  color: #353535;
  margin-top: 101px;
} */
@media (max-width: 1024px) {
  .page-contacts .row {
    flex-direction: column;
    gap: 24px;
  }
  .page-contacts__items {
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-contacts__map-item {
    flex-direction: column;
  }
  .page-contacts__info {
    width: 100%;
  }
  .page-contacts__map {
    width: 100%;
  }
  .page-contacts .row:nth-child(3) {
    gap: 24px;
    margin-top: 24px;
  }
}
.mva-info-open {
  display: flex !important;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
}
table.iksweb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
}
table.iksweb,
table.iksweb td,
table.iksweb th {
  border: 1px solid #595959;
}
table.iksweb td,
table.iksweb th {
  padding: 3px;
  width: 30px;
  height: 35px;
}
table.iksweb th {
  background: #347c99;
  color: #fff;
  font-weight: normal;
}
.block-title-new {
  color: #353535;
  font-size: 30px;
  margin-bottom: 49px;
  margin-top: 100px;
  padding-left: 12px;
  font-family: Verdana;
  font-weight: 700;
}
.mva-blog-section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mva-blog-section .last-wrap-item-text a {
  font-weight: 700;
  font-size: 18px;
  line-height: 124%;
  color: #353535;
}
.mva-blog-section .last-wrap-item-text {
  padding: 0 24px;
  font-size: 18px !important;
  color: #353535 !important;
  font-family: Verdana;
  padding-bottom: 24px;
}
.mva-blog-section .last-wrap-item-text p.mva-blog-description {
  color: #727272;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  font-family: Verdana;
}
.mva-blog-section .last-wrap-item-text a.mva-blog-link {
  color: #f16e12;
  display: block;
  text-decoration: none;
  font-family: Verdana;
  border-bottom: 1px solid #f16e12;
  padding-bottom: 0;
  /* margin-bottom: 24px; */
  width: fit-content;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 148% !important;
}
.mva-blog-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
.mva-blog-page .bread-crumb {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 24px;
}
.mva-blog-page h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 96%;
  color: #2e2e2e;
  padding-bottom: 24px;
  font-family: Verdana;
}
.mva-blog-page h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 96%;
  color: #2e2e2e;
  padding-bottom: 24px;
  font-family: Verdana;
}
.mva-blog-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #2e2e2e;
  font-family: Verdana;
}
.mva-blog-page img {
  /* margin-top: 40px;
  margin-bottom: 40px; */
}
.mva-blog-page .bread-crumb .back {
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: #2e2e2e;
}
.mva-blog-page .bread-crumb-img {
  margin-bottom: 0;
  margin-top: 0;
}
table.iksweb td,
table.iksweb th {
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: #2e2e2e;
  font-family: Verdana;
}
.mva-blog-section .last-wrap-item-img {
  padding-top: 29px;
  margin-bottom: 51px;
}
@media (max-width: 720px) {
  .mva-blog-page p {
    font-size: 14px;
  }
  .mva-blog-page h1 {
    font-size: 26px;
  }
  .mva-blog-page h2 {
    font-size: 22px;
  }
  div#b86afd54-f29e-456f-ada5-5212ff90e259 {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
}
.main-page-last-products {
  display: block !important;
  width: 158px !important;
  height: 158px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main-page-last-products img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.container {
  max-width: 74.375rem !important;
  margin: 0 auto !important;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.prcard .last-wrap-item-text .more-less-button {
  color: #f16e12;
}

.prcard .last-wrap-item-text {
  padding-bottom: 19px;
}

.prcard .more {
  margin-top: 20px;
  padding-bottom: 0;
}

.prcard .more-less {
  padding-bottom: 0;
}
.prcard .more-dropdown-wrap {
  margin-bottom: 12px !important;
}
.prcard .more-dropdown-wrap li {
  padding-bottom: 0;
  margin-top: 0;
}

.orangebtn {
  color: #fff !important;
}
.prcard__counter-bottom {
  width: 100%;
}

.catalog .item {
  display: grid;
}

.prcard .last-wrap-item-text {
  display: grid;
  grid-template-rows: 1fr auto;
}

.owl-stage .item .more-dropdown {
  display: block;
  position: relative;
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-stage .item .more-dropdown-bottom {
  padding-bottom: 0;
}

.owl-stage .item .more-less {
  display: none;
}

.owl-stage .item .more-dropdown-wrap {
  padding: 0;
}
.owl-stage .item .more-dropdown-bottom {
  padding-left: 0;
  padding-right: 0;
}

.slider .flexslider {
  /* border-radius: 16px !important; */
  /* overflow: hidden !important; */
  border: none !important;
  /* background: #f4f4f4 !important; */
}

.slider .flexslider img {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.flexslider {
  margin: 0 !important;
  background-color: transparent !important;
}

.header-cart {
  margin-right: 0 !important;
}

.header-phone-wrap .dropdown .dropdown-wrap .email a {
  color: #f16e12;
}

.last-wrap-item-img a {
  display: inline;
}

/*--------------------*/
/* NEW STYLE */
/*--------------------*/

@font-face {
  font-display: swap;
  font-family: Geologica;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Geologica-SemiBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Geologica;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geologica-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Geologica;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Geologica-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Geologica;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Geologica-Light.woff2) format("woff2");
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  display: inline-block;
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  scrollbar-gutter: stable;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
body {
  background-color: #fff;
  color: #686868;
  font-family: Geologica;
  font-size: 1rem;
  min-width: 20rem;
}
[data-pain-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  margin: 0 auto;
  max-width: 74.375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.tabs__navigation {
  display: flex;
}
.tabs__title {
  border: 0.0625rem solid #eee;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
}
.tabs__title.--tab-active {
  border: 0.0625rem solid #000;
}
.tabs__content {
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
}
.menu-tabs {
  height: 100%;
  padding-top: var(--header-height);
}
.menu-tabs__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.menu-tabs__title {
  border-bottom: 0.09375rem solid #b9b9b9;
  color: #b9b9b9;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.48;
  padding: 0.59375rem;
  text-transform: uppercase;
}
.menu-tabs__title.--tab-active {
  border-bottom: 0.09375rem solid #f16e12;
  color: #f16e12;
}
.menu-tabs__content {
  height: 100%;
}
.menu-tabs__body {
  height: 100%;
  overflow: auto;
  padding: 1.5rem 0.9375rem;
}
.menu__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
}
.icon-menu {
  display: none;
}
.menu-tabs__title {
  outline: none !important;
}
.mobile-menu-tab {
  padding-bottom: 4rem;
  padding-top: 1rem;
}
.mobile-menu-tab .dropdown .dropdown-wrap {
  position: relative;
  right: unset;
}
.mobile-menu-tab .dropdown .mobile-block__link {
  font-size: 1rem;
}
.mobile-menu-tab .dropdown .dropdown-title {
  justify-content: center;
}
.mobile-menu-tab__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}
.mobile-menu-tab__link {
  font-size: 1.125rem;
}
.mobile-menu-tab .hheader-top__info {
  flex-direction: column;
  margin-top: 2.5rem;
}
:root {
  --header-height: 8.5625rem;
}
.catmenu {
  display: none;
}
.catmenu.is-open {
  display: block;
}
.hheader {
  height: var(--header-height);
  position: relative;
  width: 100%;
  z-index: 101;
}
.hheader-top {
  background-color: #f4f4f4;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}
.hheader-top {
  background-color: #f4f4f4;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .hheader-top {
    z-index: 2;
  }
}

.hheader-top::after {
  content: "";
  position: absolute;
  background-color: #f4f4f4;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.hheader-top p,
.hheader-top ul {
  margin: 0;
  padding: 0;
}
.hheader-top {
  position: relative;
}
.hheader-top__grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
}
.mobile-block__wrapp-icon {
  line-height: 1;
}
.mobile-block__link {
  color: #686868;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
}
.hheader-bottom {
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.hheader-bottom::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  border-bottom: 0.0625rem solid #f4f4f4;
  z-index: -1;
}

.hheader-bottom__grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
}
.hheader-bottom__main {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
}
.hheader-bottom__wrapp-logo {
  /* max-width: 9.75rem; */
}
.hheader-bottom__content {
  display: flex;
  gap: 1rem;
}
.hheader-bottom__search-input {
  flex: 1;
  max-width: 25rem;
}
.cart-block__block {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 1rem;
}
.cart-block__wrapp-icon {
  position: relative;
}
.cart-block__count {
  background-color: #f16e12;
  border-radius: 6.25rem;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: -0.04em;
  line-height: 1;
  min-height: 1.125rem;
  min-width: 1.125rem;
  padding: 0.125rem 0.25rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateX(35%);
}
.cart-block__text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.search-block {
  position: relative;
}
.search-block__icon {
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-block__input {
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.5rem;
  padding: 1.0625rem 1.25rem 1.0625rem 3rem !important;
}
.search-block__input::placeholder {
  color: #b9b9b9;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  line-height: 1;
}
.catalog-button {
  background-color: #f16e12;
  border-radius: 0.5rem;
  gap: 0.625rem;
  outline: none !important;
  padding: 1rem 1.25rem;
}
.catalog-button__icon {
  flex-shrink: 0;
  height: 0.75rem;
  position: relative;
  width: 0.875rem;
}
.catalog-button__icon span {
  background-color: #fff;
  height: 0.125rem;
  transition: width 0.3s ease;
  width: 100%;
}
.catalog-button__icon span:after,
.catalog-button__icon span:before {
  background-color: #fff;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease;
  width: 100%;
}
.catalog-button__icon span:before {
  top: 0;
}
.catalog-button__icon span:after {
  bottom: 0;
}
.category-is-open .catalog-button__icon span {
  width: 0;
}
.category-is-open .catalog-button__icon span:before {
  transform: rotate(-45deg) translate(-0.25rem, 0.1875rem);
}
.category-is-open .catalog-button__icon span:after {
  transform: rotate(45deg) translate(-0.25rem, -0.1875rem);
}
.catalog-button__text {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.catmenu__body,
.catmenu__container {
  height: 100%;
}
.catmenu__list {
  max-height: 100%;
  overflow: auto;
}
.catmenu__grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1.135fr 1fr 1fr;
  height: 100%;
}
.cattitle {
  color: #151515;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.48;
  padding-bottom: 0.5rem;
  padding-top: 0.375rem;
  text-transform: uppercase;
}
.catli {
  grid-template-columns: 1fr auto;
  padding-right: 1rem;
}
.catli,
.catli__link {
  align-items: center;
  display: grid;
  gap: 0.75rem;
}
.catli__link {
  grid-template-columns: 2rem 1fr;
  padding: 0.75rem 0;
}
.catli__icon {
  aspect-ratio: 32/24;
}
.catli__name {
  color: #686868;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.48;
  text-transform: uppercase;
}
.catli__arrow-icon {
  height: 1rem;
  width: 1rem;
}
[data-cat-sub] {
  display: none;
}
[data-cat-sub].is-open {
  display: block;
}
[data-cat-item].is-active .catli__name {
  color: #151515;
  font-weight: 600;
}
.subcatalog {
  max-height: 100%;
  overflow: auto;
}
.icon-menu {
  outline: none !important;
}
.category-is-open body {
  overflow: hidden;
}
.category-is-open body:before {
  background-color: hsla(0, 0%, 8%, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.category-is-open body {
  padding-right: 0.9375rem;
}
.backcatalog {
  display: none;
}
.footer {
  background-color: #f4f4f4;
}
.footer-top {
  padding-top: 2.5rem;
}
.footer-top__menu {
  border-bottom: 0.0625rem solid #ececec;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 2.5rem;
}
.footer-top__menu-title {
  color: #151515;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}
.footer-top__info {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.footer-top__info-title {
  color: #9b9b9b;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
}
.footer-top__info-value {
  color: #151515;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0.75rem;
}
.mball-24 > * {
  margin-bottom: 1.5rem;
}
.mball-24 > :last-child {
  margin-bottom: 0;
}
.footer-bottom {
  background-color: #f16e12;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.footer-bottom p {
  margin: 0;
  padding: 0;
}
.txt14grey {
  color: #9b9b9b;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
}
.category-sc {
  padding-top: 1.5rem;
}
.category-sc__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.slider .flexslider .flex-control-nav {
  justify-content: center !important;
}
.slider .flexslider .flex-control-nav li a {
  border: 0.0625rem solid rgba(241, 110, 18, 0.4) !important;
  height: 0.5rem !important;
  width: 0.5rem !important;
}
.last .owl-carousel .owl-stage {
  display: flex;
}
.owl-item .item,
.owl-item .item .prcard {
  height: 100%;
}
.category-card {
  display: grid;
  flex-direction: column;
  grid-auto-rows: 1fr auto;
}
.category-card__wrapp-img {
  border: 0.09375rem solid #ececec;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  padding: 1rem 1rem;
}
.category-card__wrapp-img img {
  aspect-ratio: 198/198;
  /* height: 100%; */
  object-fit: contain;
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
}
.category-card__title {
  background-color: transparent;
  border-bottom: 0.09375rem solid #ececec;
  border-left: 0.09375rem solid #ececec;
  border-radius: 0 0 1rem 1rem;
  border-right: 0.09375rem solid #ececec;
  color: #151515;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  overflow: hidden;
  padding: 0.75rem 0.75rem;
  text-align: center;
  text-decoration: none;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.25s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.mball-16 > * {
  margin-bottom: 1rem;
}
.mball-16 > :last-child {
  margin-bottom: 0;
}
.mball-12 > * {
  margin-bottom: 0.75rem;
}
.mball-12 > :last-child {
  margin-bottom: 0;
}
.pt64 {
  padding-top: 4rem;
}
.pb80 {
  padding-bottom: 5rem;
}
.mt32 {
  margin-top: 2rem;
}
.seo-sc__block {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 1fr auto;
}
.seo-sc__content p {
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
.seo-sc__more {
  margin-top: 1rem;
}
.seo-sc__wrapp-img {
  max-width: 29.625rem;
}
.seo-sc__img {
  aspect-ratio: 474/317;
  border-radius: 1rem;
  max-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.t32 {
  color: #151515 !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.12 !important;
}
.banners-sc {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.banner {
  background-color: #f4f4f4;
  border-radius: 1rem;
  min-height: 13.375rem;
  padding: 2.5rem 3rem;
  position: relative;
}
.banner__body {
  max-width: 55%;
  position: relative;
  z-index: 1;
}
.banner__desc {
  color: #686868;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 1.5rem;
}
.banner__wrapp-img {
  bottom: 0;
  max-height: calc(100% - 0.9375rem);
  max-width: 58%;
  object-fit: contain;
  position: absolute;
  right: 2.5rem;
}
.t40 {
  color: #151515;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.t40 span {
  color: #f16e12;
}
.products__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.button.product-end,
.orangebtn,
.product-end {
  background-color: #f16e12;
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  border: solid 2px #f16e12;
  transition: all 0.25s ease;
}

.button.product-end {
  background-color: #686868;
  color: #fff !important;
  font-size: 0.75rem !important;
}
.prcard .more-less-price,
.price-value {
  color: #151515 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.4 !important;
}
.prcard {
  border: 0.09375rem solid #ececec;
  border-radius: 1rem;
  box-shadow: none;
  display: grid;
  grid-template-rows: 13.375rem 1fr;
}
.prcard .more-dropdown-bottom-button,
.prcard .more-dropdown-bottom-counter {
  height: unset;
  width: auto;
}
.prcard__counter-bottom {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}
.prcard__wrapp-img {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.prcard__wrapp-img img {
  aspect-ratio: 166/166;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.prcard__body {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 0 1rem 1rem;
}
.prcard__title {
  color: #151515;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
.prcard__code {
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0.5rem;
}
.pagination .pag {
  align-items: center;
  background-color: #f4f4f4 !important;
  border: none !important;
  border-radius: 0.5rem;
  color: #151515;
  display: flex;
  font-size: 0.875rem;
  height: 2.5rem;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.12;
  min-width: 2.5rem;
  padding: 0.25rem;
  text-align: center;
}
.pagination .pag.active {
  background-color: #f16e12 !important;
  color: #fff;
}
.prpage__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 0.92fr;
  width: 100%;
}
.prpage__grid-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.prpage__item {
  border: 0.09375rem solid #ececec;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.5rem 1.5rem;
}
.prpage-info {
  grid-column: span 2;
}
.prpage-info__name {
  color: #151515;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.32;
}
.prpage-info__values {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.prpage-info__count {
  background-color: #f4f4f4;
  border-radius: 0.375rem;
  color: #686868;
  padding: 0.25rem 0.5rem;
}
.prpage-info__code,
.prpage-info__count {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
}
.prpage-info__code {
  color: #9b9b9b;
}
.prpage-info__main {
  border-top: 0.0625rem solid #f4f4f4;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.prpage-info__main-smalltitle {
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.prpage-info__main-value {
  color: #151515;
  font-size: 1.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0.1875rem;
}
.prpage-info .product-wrap-top-right .more-dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.prpage-info .product-wrap-top-right .more-dropdown-wrap {
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.prpage-info .product-wrap-top-right .more-dropdown-bottom-counter {
  border-radius: 0.5rem;
  height: auto;
  width: auto;
}
.prpage-info .product-wrap-top-right .more-dropdown-wrap li {
  padding-bottom: 0;
}
.prpage-info .product-wrap-top-right .more-dropdown-bottom {
  align-items: unset;
  padding: 0;
}
.prpage-info .product-wrap-top-right .more-dropdown-wrap {
  padding: 0;
}
.prpage-info .more-dropdown-bottom {
  display: grid;
  flex: 1;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  min-height: 3rem;
}
.prpage-info .more-dropdown-bottom form {
  height: 100%;
}
.prpage-info .more-dropdown-bottom form .product-end {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.addtocartflex {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
}
.orangebtn {
  color: #fff !important;
  cursor: pointer;
}
.orangebtn .add-to-cart {
  color: #fff;
  line-height: 1;
}
.prmain {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
}
.prmain .tab-content-wrap {
  padding: 0;
}
.prmain .tab-content {
  border: 0.09375rem solid #ececec;
  border-radius: 1.5rem;
  height: 100%;
  max-height: 31.25rem;
  overflow: hidden;
}
.prmain .tabsbody {
  height: 100%;
  max-height: 31.25rem;
  order: -1;
  overflow: auto;
}
.prmain .tabs li {
  border: 0.09375rem solid #ececec !important;
  border-radius: 0.75rem !important;
  height: 5.125rem !important;
  opacity: 1 !important;
  overflow: hidden;
  width: 5.125rem !important;
}
.prmain .tabs li.current {
  border: 0.09375rem solid #f16e12 !important;
}
.prmain .tabs {
  flex-direction: column;
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.prmain .tabs .tab-link {
  flex-shrink: 0;
}
.product.category-sc .row {
  margin: 0;
  width: 100%;
}
.pay-info__item {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.pay-info__item-number {
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 6.25rem;
  color: #589fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  height: 1.5rem;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1;
  min-width: 1.5rem;
  padding: 0.25rem;
  text-align: center;
}
.pay-info__item-desc {
  color: #686868;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.title-icon {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
.title-icon__item {
  color: #151515;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.32;
}
.dost-info__desc {
  color: #686868;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.dost-info__link p {
  margin: 0;
  padding: 0;
}
.link-arrow {
  align-items: end;
  color: #f16e12;
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.5625rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.link-arrow span {
  line-height: 1;
}
.mball-8 > * {
  margin-bottom: 0.5rem;
}
.mball-8 > :last-child {
  margin-bottom: 0;
}
.--showmore-active [data-pain-showmore-button] span,
[data-pain-showmore-button] span:last-child {
  display: none;
}
.--showmore-active [data-pain-showmore-button] span:last-child {
  display: block;
}
.--fcc,
.--fic {
  align-items: center;
  display: flex;
}
.--fcc {
  justify-content: center;
}
@media (max-width: 75em) {
  .prpage-info .product-wrap-top-right .more-dropdown-wrap {
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .menu {
    background-color: #fff;
    height: 100%;
    z-index: -1;
  }
  .menu,
  .menu:before {
    left: -100%;
    position: fixed;
    top: 0;
    transition: left 0.3s;
    width: 100%;
  }
  .menu:before {
    content: "";
    height: 4.375rem;
    z-index: 2;
  }
  [data-pain-menu-open] .menu,
  [data-pain-menu-open] .menu:before {
    left: 0;
  }
  .menu__body {
    display: none;
  }
  .icon-menu {
    display: block;
    height: 1.125rem;
    position: relative;
    width: 1.875rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu:after,
  .icon-menu:before {
    background-color: #686868;
    content: "";
    height: 0.125rem;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .icon-menu:before {
    top: 0;
  }
  .icon-menu:after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-pain-menu-open] .icon-menu span {
    width: 0;
  }
  [data-pain-menu-open] .icon-menu:before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-pain-menu-open] .icon-menu:after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .hheader-top .hheader-top__info {
    display: none;
  }
  .menu-tabs__body .hheader-top__info {
    display: flex;
  }
  .catmenu {
    display: none !important;
  }
  .menu-tabs__body .catmenu {
    display: block !important;
  }
  :root {
    --header-height: 5.5rem;
  }
  .hheader-top {
    padding-bottom: 0;
    padding-top: 0;
  }
  .hheader-bottom__grid {
    gap: 1rem;
    grid-template-columns: 1fr auto auto;
  }
  .hheader-bottom__main {
    gap: 1rem;
  }
  .cart-block__text {
    display: none;
  }
  .catalog-button {
    display: none !important;
  }
  .catmenu {
    display: block;
    overflow: auto;
    position: relative;
  }
  .catmenu__container {
    padding: 0;
  }
  .catmenu__list {
    padding-bottom: 4rem;
  }
  .catmenu__grid {
    grid-template-columns: 1fr;
  }
  .subcatalog {
    background-color: #fff;
    height: 100%;
    left: -100%;
    padding-bottom: 4rem;
    position: absolute;
    top: 0;
    transition: left 0.3s ease;
    width: 100%;
  }
  .subcatalog._active {
    left: 0;
  }
  .backcatalog {
    color: #9b9b9b;
    display: inline;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.48;
    text-transform: uppercase;
  }
  .footer-top__info,
  .footer-top__menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-sc__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .category-card__wrapp-img {
    padding: 1.5rem;
  }
  .seo-sc__block {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .prpage__grid {
    grid-template-columns: 1fr;
  }
  .prmain .tab-content,
  .prmain .tabsbody {
    height: 26.25rem;
  }
}
@media (max-width: 47.99875em) {
  :root {
    --header-height: 4.875rem;
  }
  .search-block__icon {
    left: 0.75rem;
  }
  .search-block__input {
    padding: 0.75rem 1rem 0.75rem 2.375rem !important;
  }
  .footer-top__info,
  .footer-top__menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top__info-value {
    font-size: 1rem;
  }
  .mball-24 > * {
    margin-bottom: 1rem;
  }
  .category-sc__grid {
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .category-card__wrapp-img {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .category-card__wrapp-img img {
    aspect-ratio: 198/140;
  }
  .category-card__title {
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 0.875rem;
    padding: 0.75rem;
    min-height: 75px;
  }
  .pt64 {
    padding-top: 2.5rem;
  }
  .pb80 {
    padding-bottom: 4rem;
  }
  .banner {
    padding: 1.5rem;
  }
  .banner__body {
    max-width: 100%;
  }
  .banner__wrapp-img {
    right: 1.5rem;
  }
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prpage__grid-items {
    grid-template-columns: 1fr;
  }
  .prpage__item {
    padding: 1rem;
  }
  .prpage-info {
    grid-column: span 1;
  }
  .prpage-info__name {
    font-size: 1rem;
  }
  .prmain,
  .prpage-info .product-wrap-top-right .more-dropdown-wrap {
    grid-template-columns: 1fr;
  }
  .prmain .tabsbody {
    height: auto;
    max-height: 31.25rem;
    order: 1;
  }
  .prmain .tabs {
    flex-direction: row;
  }
}
@media (max-width: 37.5em) {
  .category-card__wrapp-img {
    padding: 0.5rem;
  }
}
@media (max-width: 31.875em) {
  .products__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 29.99875em) {
  .category-card__title {
    font-size: 0.8125rem;
    padding: 0.7rem 0.625rem;
    min-height: 64px;
  }
}
@media (max-width: 29.375rem) {
  .search-block__icon {
    left: 0.5rem;
  }
}
@media (max-width: 600px) {
  .hheader-bottom__wrapp-logo {
    max-width: 140px;
  }
}

@media (max-width: 29.375em) {
  .hheader-bottom__main {
    gap: 0.75rem;
  }
  .hheader-bottom__wrapp-logo {
    max-width: 6.375rem;
  }
  .search-block__input {
    padding: 0.5rem 0.5rem 0.5rem 2rem !important;
  }
}
@media (max-width: 20em) {
  .t40 {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.375em) {
  .t40 {
    font-size: clamp(1.5rem, 1.13218390804375rem + 1.8390804598vw, 2.5rem);
  }
}
@media (min-width: 61.99875em) {
  .menu-tabs {
    display: none;
  }
  .hheader {
    /* border-bottom: 0.0625rem solid #f4f4f4; */
  }
  .catmenu {
    background-color: #fff;
    height: calc(100% - var(--header-height));
    left: 0;
    max-height: 45rem;
    position: fixed;
    top: calc(var(--header-height) - 1px);
    width: 100%;
    z-index: 5;
  }
  .catmenu__list,
  .catmenu__sub {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 74.375em) {
  .t40 {
    font-size: 2.5rem;
  }
}
@media (any-hover: hover) {
  .footer-top a {
    transition: color 0.2s ease;
  }
  .footer-top a:hover {
    color: #f16e12;
  }
  .category-card:hover .category-card__title {
    background-color: #f16e12;
    border-color: #f16e12;
    color: #fff;
  }
  .link-arrow {
    transition: gap 0.1s ease;
  }
  .link-arrow:hover {
    gap: 0.6875rem;
  }
}

/*--------------------*/
/* /NEW STYLE */
/*--------------------*/
.button.product-end:hover,
.orangebtn:hover,
.product-end:hover {
  background-color: #fff !important;
  color: #151515 !important;
}

.popup-cart .cart-bottom .sum > span:not(:first-child) {
  margin-top: 10px;
  display: inline-block;
}

.hheader-bottom__logo {
  width: 210px;
}
