
@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('../fonts/GothamProRegular/GothamProRegular.eot');
  src: local('Gotham ProRegular'), local('Gotham-ProRegular'),
  url('../fonts/GothamProRegular/GothamProRegular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
  url('../fonts/GothamProRegular/GothamProRegular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('../fonts/GothamProMedium/GothamProMedium.eot');
  src: local('Gotham ProMedium'), local('Gotham_ProMedium'),
  url('../fonts/GothamProMedium/GothamProMedium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamProMedium/GothamProMedium.woff') format('woff'),
  url('../fonts/GothamProMedium/GothamProMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('../fonts/GothamProBold/GothamProBold.eot');
  src: local('Gotham ProBold'), local('Gotham-ProBold'),
  url('../fonts/GothamProBold/GothamProBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamProBold/GothamProBold.woff') format('woff'),
  url('../fonts/GothamProBold/GothamProBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 38px;
  margin: 0.67em 0;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
ul{
  list-style-image: url(../images/ul-style.png);
}
.informatin-page ul li , .informatin-page ul li span{
  vertical-align: super;
  line-height: 30px;
}
ol {
  list-style-type: none; /* Убираем исходные маркеры */
  counter-reset: num; /* Задаём имя счетчика */
}
ol li::before {
  content: counter(num) '. '; /* Выводим число */
  counter-increment: num; /* Увеличиваем значение счётчика */
  font-weight: bold;
  font-size: 17px;
  color: #8CC01E;
  line-height: 30px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

*:focus {
  outline: none;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-more-wrapper {
  text-align: center;
}

.button_all {
  transition: .2s;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #5586A4;
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 25px;
}

.button_all svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.button_all:hover {
  box-shadow: 0px 0px 0px 0px #b4b4b4;
  -webkit-box-shadow: 0px 0px 0px 0px #b4b4b4;
  -moz-box-shadow: 0px 0px 0px 0px #b4b4b4;
}

/* .button_all.blue{background:#5586A4;color:#fff;} */


input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

.row:after,
.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.fn-slick-banner .slick-slide img {
  display: block;
  width: 100%;
}

.fn-slick-banner .slick-slide {
  position: relative;
}

.fn-slick-banner .slick_content {
  width: 70%;
  height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-top: 0px;
}

.fn-slick-banner .slick_content .slick-name {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
}

.fn-slick-banner .slick_content .banner_button {
  display: block;
  margin: 20px auto 0px;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0px 2px 2px 0px #505050;
  -webkit-box-shadow: 0px 2px 2px 0px #505050;
  -moz-box-shadow: 0px 2px 2px 0px #505050;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.1s ease;
  background: #ffc200;
  color: #fff;
  z-index: 100;
  width: 200px;
}

.fn-slick-banner .slick_content .banner_button:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.fn-slick-banner .slick-dots {
  text-align: center;
}

.fn-slick-banner .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.fn-slick-banner .slick-dots li button:hover,
.fn-slick-banner .slick-dots li.slick-active button {
  background-color: #ffc200;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url('../images/fn_loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  width: 18px;
  height: 30px;
  bottom: 50%;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.fn-slick-carousel .slick-prev,
.fn-slick-carousel .slick-next {
  top: 35%;
}

.slick-prev {
  width: 40px;
  height: 40px;
  left: -10px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border: 2px solid rgba(85, 134, 164, 0.1);
}

.slick-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 14px;
  width: 10px;
  height: 2px;
  background-color: #5586A4;
  transform: rotate(-45deg);
}

.slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 13px;
  width: 12px;
  height: 2px;
  background-color: #5586A4;
  transform: rotate(45deg);
}





.slick-next {
  width: 40px;
  height: 40px;
  right: -10px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border: 2px solid rgba(85, 134, 164, 0.1);
}

.slick-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 13px;
  width: 10px;
  height: 2px;
  background-color: #5586A4;
  transform: rotate(45deg);
  transform-origin: 100% 0%;
}

.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 13px;
  width: 12px;
  height: 2px;
  background-color: #5586A4;
  transform: rotate(-45deg);
  transform-origin: 100% 0%;
}

.slick-next:hover:before,
.slick-next:hover:after,
.slick-prev:hover:before,
.slick-prev:hover:after {
  background-color: #8CC01E;
}

.service-offer .slick-dots  , .trending-wrapper .slick-dots{
  text-align:center;
  bottom:-30px;

}
.fn-comparison_products .slick-prev {
  left: -20px;
  top: 145px;
}

.fn-comparison_products .slick-next {
  right: -15px;
  top: 145px;
}

.comparison-products .buttons_box,
.favorite-products .buttons_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.comparison-products .product_info .box_card_buttons,
.favorite-products .product_info .box_card_buttons {
  display: flex;
  flex-direction: revert;
  justify-content: space-between;
  align-items: center;
}

#related .slick-prev {
  left: 15px;
}

#related .slick-next {
  right: 15px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-right: 12px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  padding: 4px;
  border: 0;
  border-radius: 100%;
  background-color: #EAF1F5;
  border:2px solid transparent;
  cursor: pointer;
  color: transparent;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #8CC01E;
  border: 2px solid #EAF1F5;
  width: 11px;
  height: 11px;
}

#main_banner .slick-dots {
  bottom: 20px;
  text-align: right;
  padding-right: 20px;
}

#main_banner .slick-dots li {
  margin: 0 4px;
}

#main_banner .slick-dots li button {
  width: 16px;
  height: 16px;
}
.service-offer .slick-slide , .service-offer .slick-slide{
  margin:10px;
  text-align:center;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 10px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fn_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fn_loader.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fn_blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fn_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #202228;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fn_sprite@2x.png');
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url('../images/fn_loader@2x.gif');
    background-size: 24px 24px;
  }
}

#baloon {
  width: 187px;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  z-index: 64999;
  filter: Alpha(Opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.8;
}

#baloonHeader {
  width: 187px;
  height: 19px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  display: block;
}

.baloonHeaderDirect {
  background-image: url(../images/fn_baloon_header.gif);
}

.baloonHeaderFlip {
  background-image: url(../images/fn_baloon_flip.gif);
}

#baloonFooter {
  width: 187px;
  height: 3px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/fn_baloon_footer.gif);
  background-repeat: no-repeat;
  display: block;
}

#baloonBody {
  padding: 10px;
  background-color: #D0D0D0;
  width: 187px;
  width: expression('187px');
  margin: 0;
  font: normal normal 10px/14px Verdana, Arial, serif;
  line-height: 140%;
  background-image: url(../images/fn_baloon_body.gif);
  background-repeat: repeat-y;
  display: block;
}

.autocomplete-suggestions {
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border: 0.0625rem solid #e0e0e0;
}

@media (min-width:544px) {
  .autocomplete-suggestions {
    width: auto !important;
  }

  .credit_bank__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .bank_description {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .credit_bank__title {
    width: 25%;
  }
}

@media (min-width:1200px) {
  .description-category_full{
    z-index: 1;
    margin: 0 150px 0 150px;
    padding-top: 50px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
  }
  /* .product-card-wrapper{
    min-height: 400px;
  } */
  .read-more-wrapper .accordion{
    width:60%;
  }
  .language-wrapper li:last-child {
    transition: .2s;
    visibility: hidden;
    opacity: 0;
  }

  .language-wrapper:hover li:last-child {
    transition: .2s;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #FFF;
    color: #FFF;
    background-color: #8CC01E;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  }

  .hidden_xxl {
    display: none;
  }

  .autocomplete-suggestions {
    max-width: 51.5625rem;
  }

  .tab_banks .tabs_link[data-bank="#ukrsibbank"] {
    background-position-x: 17px;
  }

  .tab_banks .tabs_link[data-bank="#alphabank"] {
    background-position-x: 33px;
  }

  .tab_banks .tabs_link[data-bank="#privatebank"] {
    background-position-x: 27px;
  }

  .fancybox-wrap .fancybox-inner #credit_pay_fancybox {
    width: 800px !important;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .autocomplete-suggestions {
    max-width: 42.1875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .execution-order-wrapper {
    display: none;
  }
  .home-tab-wrapper .tab_navigation a{
    font-size:18px;
  }
  .autocomplete-suggestions {
    max-width: 43.125rem;
  }
}

@media (min-width:544px) and (max-width:767px) {
  .autocomplete-suggestions {
    max-width: 34.125rem;
  }
}

@media(min-width:600px) and (max-width:767px) {
  .content-page .product {
    padding: 0px;
    margin: 0 auto;
  }
}

.autocomplete-suggestions .autocomplete-suggestion {
  display: table-row;
}

@media (min-width:544px) {
  .autocomplete-suggestions .autocomplete-suggestion {
    white-space: nowrap;
  }
}

.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #ffb400;
}

.autocomplete-suggestions>div>div,
.autocomplete-suggestions span {
  padding: 0.125rem 0.3125rem;
  display: table-cell;
}

.autocomplete-suggestions span {
  padding-right: 1.25rem;
}

.ui-slider {
  position: relative;
  height: 3px;
  border: 1px solid #8CC01E;
  margin: 0 8px;
  border-radius: 0px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 17px;
  margin-left: -8px;
  background: #FFF;
  top: -8px;
  border: 1px solid #8CC01E;
  border-radius: 50%;
  cursor: pointer;
}

.ui-slider .ui-slider-range {
  background-color: #8CC01E;
  height: 100%;
  border: 1px solid #8CC01E;
}

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

*:focus {
  outline: none;
}

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container::after,
.row::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
  height: 0px;
}

.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: .75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table_bordered {
  border: 1px solid #eceeef;
}

.table_bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table_bordered thead th,
.table_bordered thead td {
  border-bottom-width: 2px;
}

.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table_hover tbody tr:hover {
  background-color: #f5f5f5;
}

::-webkit-input-placeholder {
  font-family: inherit;
  color: #a4a4a4;
  font-weight: 500;
  opacity: 1;
}

::-webkit-placeholder,
:-moz-placeholder,
::-moz-placeholder,
::-ms-placeholder,
::placeholder {
  font-family: inherit;
  color: #a4a4a4;
  font-weight: 500;
  opacity: 1;
}

.form_input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DBE1E6;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  line-height: 11px;
  color: #899CAC;
  min-height: 50px;

}

.captcha img {
  border: 1px solid #DBE1E6;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

.form_textarea {
  border: 1px solid #DBE1E6;
  border-radius: 5px;
  padding: 15px 10px 0px 10px;
  background-color: #fff;
  width: 100%;
  resize: none;
  color: #202228;
}

.form_input:disabled,
.disabled {
  cursor: not-allowed;
}

.form_label {
  margin-bottom: 2px;
}

.form_group {
  margin-bottom: 15px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.service-home {
  padding: 50px 15px 80px 15px;
  min-height: 460px;
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-home hr {
  border-top: 1px solid #EAF1F5;
  border-bottom: none;
}

.service-home .service-item {
  position: relative;
  margin-top: 110px;
  padding: 30px;
  border-radius: 10px;
  background-color: #FFF;
}

.service-home .service-item h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.service-icon {
  position: absolute;
  top: -50px;
  width: 80px;
  height: 80px;
  background-color: #5586A4;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.time-icon,
.garanty-icon,
.delivery-icon,
.price-icon {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;
  right: 0;
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 18px;
}


.service-home .service-description {
  font-size: 12px;
  line-height: 20px;
  color: #899CAC;
}

.service-offer {
  background: #FFF;
  padding: 60px 0 60px 0;
  clip-path: polygon(100% 0%, 67% 0%, 29% 0%, 0% 0%, 0% 25%, 0% 48%, 0% 100%, 9% 96%, 36% 95%, 65% 95%, 90% 96%, 100% 100%, 100% 48%, 100% 25%);

}

.trending-wrapper {
  margin: 35px 0 70px 0;
}

.trending-wrapper h2 {
  font-size: 30px;
  text-align: center;
  color: #202228;
  margin: 65px 0px 45px 0px;
}

.tranding-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px 30px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.tranding-item h4 {
  margin: 0px 0px 30px 0px;
  max-width: 160px;
}

.tranding-item h4 a {
  font-size: 20px;
  color: #202228;
  line-height: 30px;
  text-decoration: underline;
}

.tranding-item h4 a:hover {
  color: #8CC01E;
  text-decoration: none;
}

.tranding-item .trending-price {
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  line-height: 40px;
  border: 4px solid #F1F5FA;
  box-sizing: border-box;
  border-radius: 32px;
}

.tranding-item .trending-price b {
  font-size: 18px;
}

.promo_img {
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  top: 5px;
  left: 5px;
}

.center_align {
  text-align: center;
}

.hidden {
  display: none !important;
}

.hidden_light {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  color: #464646;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  min-width: 320px;
  background: #F9FAFB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
  color: #202228;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 {
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: 600;
  line-height: 1.33;
  font-size: 38px;
  color: #202228;
  text-transform: initial;
  margin-top: 0px;
}

.h2 {
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  font-size: 15px;
  color: #202228;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box_heading {}

.box_heading {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #222222;
  font-size: 30px;
  padding: 10px 0px;
  margin-bottom: 30px;
  font-weight: bold;
}

.cat_tiny_title,
.cat_tiny_title a {
  display: block;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-decoration-line: underline;
  color: #202228;
  padding: 10px;
}

p {
  margin: 0 0 15px;
}

a,
#main_nav .switch {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.agency_item .city p a {
  color: #5586A4;
}

.agency_item .city p a:hover {
  text-decoration: underline;
  color: #8CC01E;
}

a:hover {
  text-decoration: none;
  color: #8CC01E;
}

.bg_theme {
  background: #5586A4;
}

#top_mobile {
  position: fixed;
  z-index: 110;
  background-color: #FFF;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  border-bottom: 1px solid #EAF1F5;
}

#top_control {
  width: 85px;
  height: 80px;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background: #5586A4;
}

#top_control.qwerty {
  background: #8CC01E;
}

#top_search {
  width: 65px;
  height: 50px;
  float: left;
  /* border-right: 1px solid #4f607d; */
  text-align: center;
  padding-top: 11px;
  cursor: pointer;
  color: #7e7e7e;
}

.top_lang_mob {
  height: 50px;
  float: right;
  border-left: 1px solid #4f607d;
  text-align: center;
  cursor: pointer;
  color: #7e7e7e;
}

.top_lang_mob #languages a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
  padding: 13px 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.top_lang_mob #languages .lang_devider {
  display: inline-block;
  font-size: 20px;
  color: #EAF1F5;
  line-height: 24px;
  vertical-align: middle;
  padding: 13px 0px;
}

.top_acount_mob {
  height: 80px;
  float: right;
  text-align: center;
  cursor: pointer;
  color: #7e7e7e;
  margin-right: 20px;
}

.top_acount_mob #account a,
.top_acount_mob #languages a {
  display: inline-block;
  font-size: 12px;
  color: #464646;
  line-height: 13px;
  vertical-align: middle;
  padding: 0 20px 0 20px;
  border-right: 1px solid #EAF1F5;
  font-weight: normal;
}

.top_acount_mob #account a.log {
  border: none;
}

#account a:hover {
  color: #FFF;
  background-color: #8CC01E;
}

.user-name,
.user-logout {
  display: block;
  color: #8CC01E;
  font-weight: bold;
}

.top_acount_mob #account li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}

.top_acount_mob #account {
  margin: 0px;
  padding: 0px;
}

/* #top_control.qwerty,
#top_control:hover,
#top_search:hover {
  color: #fff;
  background-color: #8CC01E;
} */

.menu_icon2,
.menu_icon {
  width: 28px;
  height: 28px;
  color: #fff;
}

.menu_text_r {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: -10px;
  font-weight: 600;
}

.search_icon {
  width: 26px;
  height: 28px;
  color: #fff;
}

body.ind {
  overflow: hidden;
}


#mobile_currencies .switch,
#mobile_languages .switch,
#main_nav a {
  display: block;
  font-weight: normal;
  text-decoration-line: underline;
  color: #202228;
  font-size: 16px;
  padding: 10px 20px 11px;
  position: relative;
}

#main_nav a span {
  margin-left: 35px;
}

#main_nav .selected a,
#main_nav a:hover {
  color: #8CC01E;
}

/* #main_nav a:before {
  display: block;
  float: left;
  content: '';
  position: absolute;
  width: 36px;
  height: 24px;
  background: url(../images/sprite.svg) no-repeat -40px -100px;
} */

#currencies,
#languages {
  display: inline-block;
  vertical-align: middle;
}

.language-wrapper {
  list-style: none;
  margin: auto;
  padding: 0px;
}

.language-wrapper li:last-child {
  position: absolute;
  z-index: 1
}

#account a,
#languages a {
  display: inline-block;
  font-size: 12px;
  color: #AFD1E6;
  line-height: 18px;
  vertical-align: middle;
  padding: 15px 14px 15px 14px;
  font-weight: normal;
}

/* #account a:hover {
  color: #FFF;
  background-color: #8CC01E;
} */

#languages .lang_devider {
  display: inline-block;
  font-size: 12px;
  color: #854d4d;
  line-height: 18px;
  vertical-align: middle;
  padding: 12px 2px 12px 2px;
  font-weight: normal;
}

#languages .lang_devider:last-child {
  display: none;
}

#languages a:hover,
#languages a.active {
  color: #FFF;
  text-decoration: none;
}


#currencies .switch,
#languages .switch {
  cursor: pointer;
  font-size: 12px;
}

#currencies .dropdown,
#languages .dropdown {}

#currencies .dropdown_item,
#languages .dropdown_item {
  padding: 5px 10px;
  text-align: center;
}

#main_nav #mobile_currencies a:before,
#main_nav #mobile_languages a:before {
  display: none;
}

header {
  position: relative;
  background: #fff;
}

#contact_head {
  line-height: 20px;
  color: #323232;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#contact_head .phone {
  max-width: 125px;
  float: right
}

.phone a {
  display: inline-block;
  text-decoration: none;
}

.phone a:hover {
  color: #8CC01E;
}

.phone a span:hover {
  color: #8CC01E;
}

#contact_head .phone:hover {
  color: #8CC01E;
}

#contact_head .phone:hover .fn-callback::after {
  border-left: 1px solid #ddaeac;
}

.fn-callback {
  font-size: 12px;
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  border: none;
}

.fn-callback span {
  float: none;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 12px;
  text-decoration-line: underline;
  color: #5586A4;
}

.fn-callback:hover span {
  border-color: transparent;
}

#main_nav {
  padding: 4px 0;
  color: #323232;
}




/* .cart_heading{position:relative;width:auto;height:100%;background:url(../images/gwc1.png) no-repeat 10px 7px;cursor:pointer;padding-left:83px;} */
#cart_informer #items .formated_cart.big {
  display: block;
}

#cart_informer #items .formated_cart {
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #899CAC;
}

#cart_informer #items .formated_cart.big {
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #899CAC;
  margin-bottom: 10px;
}
#cart_informer #items .formated_cart.card-header-price{
  color:#202228;
}

#cart_informer .cart_content {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
  right: 0px;
  border: 1px solid #e6e6e6;
  z-index: 120;
  width: 275px;
}

#cart_informer #items:hover .card-header-price {
  color: #8CC01E;
}

#cart_informer.active .cart_content {
  display: block;
}

#cart_informer .cart {
  margin-top: 10px;
}

.cart_list {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

#cart_informer .image {
  padding-right: 12px;
  float: left;
  text-align: left;
}

#cart_informer .image a {
  display: block;
  width: 50px;
  height: 50px;
}

#cart_informer .pr_info {
  float: right;
  width: 170px;
}

#cart_informer .pr_info a {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

#cart_informer .pr_info a:hover {
  color: #8CC01E;
}


#wish_compare #wishlist {}

#wish_compare #comparison {}

.cartinfo_form {
  float: right;
}

.remove {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  line-height: 1;
}

.remove:hover {
  color: #8CC01E;
}

#cart_informer .informer_total {
  font-size: 14px;
  color: #000;
  text-align: right;
}

#cart_informer .informer_sum {
  font-style: normal;
  font-weight: bold;
  color: #8CC01E;
}

#cart_informer .checkout {
  text-align: right;
  margin-top: 10px;
  text-align: center;
}

#cart_informer .checkout .button {
  font-size: 14px;
}

#cart_informer .empty {
  display: block;
  padding: 10px 0;
  text-align: center;
}


.fn-callback:after {
  background-position: 9px 10px;
  width: 40px;
  height: 40px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #6d87b4;
}

#search {
  position: relative;
}

#search .button_search {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background: #FFF;
  color: #DBE1E6;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-left: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#search .button_search:hover {
  color: #8CC01E;
}

#button_category_mob {
  vertical-align: middle;
  height: 84px;
  margin-top: 15px;
  text-align: center;
  background: #5586A4;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
}

#button_category_mob.qwerty,
#button_category_mob:hover {
  background: #8CC01E;
}

.hidden_button_category_mob {
  display: block;
}

#button_category_mob span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-top: 5px;
}

#search .input_search {
  float: left;
  border-radius: 25px 0 0 25px;
  line-height: 21px;
  height: 40px;
  width: 108px;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #cdcdcd;
  border-right: none;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}

#search input::placeholder {
  font-weight: normal;
  padding-left: 10px;
}

.breadcrumb_box {
  /* margin-bottom: 40px; */
  padding: 21px 0 18px 0;
  background: #F4F6F9;
}

#breadcrumbs {
  font-size: 12px;
  line-height: 11px;
  color: #899CAC;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

#breadcrumbs li {
  display: inline-block;
  margin: 5px 5px;
}

#breadcrumbs li a i.icon_bread {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/css_sprites.png') -105px -106px no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

#breadcrumbs li a {
  color: #a7a7a7;
}

#breadcrumbs li:hover a,
#breadcrumbs li:last-child,
#breadcrumbs li:last-child a {
  text-decoration-line: underline;
  color: #899CAC;
}

.pagination {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-left.disabled .page_link,
.pagination-right.disabled .page_link {
  color: #899CAC;
}

.page_item {
  display: inline-block;
}

.page_link {
  display: block;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  color: #202228;
  font-weight: normal;
  background-color: #fff;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  border-radius: 25px;
}

.page_link:hover {
  color: #8CC01E;
  border-color: #8CC01E;
}

.active.page_link:hover,
.active .page_link {
  color: #fff;
  background: #5586A4;
  border-color: #5586A4;
  border-radius: 50%;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.grid .image,
.box .image,
.fn-wishlist-page .image {
  height: 180px;
  line-height: 180px;
  width: 100%;
  margin: 10px auto 10px;
}

#content {
  padding-bottom: 20px;
}

#sidebar {
  padding-bottom: 20px;
}

#header_catalog {
  background: #FFF;
  top: 0px;
  border-top: 1px solid #EAF1F5;
  box-shadow: 0px 15px 15px rgba(72, 82, 87, 0.15);
}

#nav_catalog {
  max-height: 85px;
}

#nav_catalog>ul>li {
  margin-right: 0px;
  float: left;
  border-right: 1px solid #EAF1F5;
  width: 9.09%;
  box-sizing: border-box;
  text-align: center;
}

#nav_catalog>ul>li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding: 10px 5px 10px 5px;
  /* min-height:95px; */
}

#nav_catalog>ul>li>a.selected,
#nav_catalog>ul>li:hover>a {
  color: #fff;
  background: #8CC01E;
}

#nav_catalog>ul>li:hover>a i div {
  filter: brightness(10);
}

#nav_catalog>ul>li a span,
#nav_catalog>ul>li a i {
  display: block;
}

#nav_catalog>ul>li a span {
  display: block;
  margin-top: 5px;
  color: #202228;
}

#nav_catalog>ul>li:hover a span {
  color: #FFF;
}

#nav_catalog>ul>li.selected a span {
  color: #FFF;
}

#nav_catalog>ul>li:first-child {
  border-left: 1px solid #EAF1F5;
}

#nav_catalog>ul>li>.submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  background: #fff;
  text-align: left;
  top: 85px;
  left: 0;
  padding: 10px 10px 20px;
  width: 100%;
  background: #8CC01E;
}

#nav_catalog>ul>li>.submenu>ul>li {
  width: 20%;
  float: left;
}

#nav_catalog>ul>li>.submenu>ul>li>a {
  line-height: inherit;
  height: inherit;
  padding: 10px;
  text-transform: uppercase;
  color: #202228;
}

#nav_catalog>ul>li .submenu ul li .submenu li a {
  height: inherit;
  padding: 0px 0px 5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #202228;
}

#nav_catalog_mob {
  display: none;
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 99px;
  z-index: 100;
}

#nav_catalog_mob .dropdown_catalog {
  width: auto;
  background: #5586A4;
  box-shadow: 0 8px 6px -6px #777;
  border-bottom: 2px solid #6e7f9d;
  display: inline-block;
}

#nav_catalog_mob .dropdown_catalog li {
  width: auto;
  border-bottom: 1px solid #fff;
}

#nav_catalog_mob .dropdown_catalog li .submenu {
  display: none;
}

#nav_catalog_mob .dropdown_catalog li {
  width: auto;
  border-bottom: 1px solid #fff;
}

#nav_catalog_mob .dropdown_catalog li:last-child {
  border-bottom: none;
}

#nav_catalog_mob .dropdown_catalog li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#nav_catalog_mob .dropdown_catalog li a.selected,
#nav_catalog_mob .dropdown_catalog li a:hover {
  background: #8CC01E;
}

#nav_catalog_mob .dropdown_catalog li a span,
#nav_catalog_mob .dropdown_catalog li a i {
  display: inline-block;
  vertical-align: middle;
}

#nav_catalog_mob .dropdown_catalog li a span {
  margin: 0px 10px;
}

/* .side_block {
  margin-bottom: 30px;
} */

.side_heading {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  background: #5586A4;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -5px;
  text-align: left;
  z-index: 2;
}

.f_checkbox {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 18px;
  cursor: pointer;
  margin-bottom: 15px;
  width: 100%;
  font-weight:normal;
}

.check_indicator {
  background: #EAF1F5;
  border: 1px solid #DBE1E6;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.f_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.f_checkbox:hover .check_indicator:before,
.f_checkbox input:checked+.check_indicator:before {
  content: url(../images/check-filter.png);
  position: absolute;
  background-position-x: center;
  left: 0px;
  padding: 0 2px 0 3px;
  border-radius: 2px;
  top: 0px;
  background: #8CC01E;
}

.feature_name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #202228;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature_name hr {
  border-top: 1px solid #EAF1F5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 0 10px 0 10px;
}

#browsed_products .feature_name hr {
  width: 14%;
}

.view_all_feature {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #5586A4;
}

#content .feature_content,
#sidebar .feature_content {
  display: none;
}

.view_all_feature:hover {
  color: #5586A4;
  border-bottom: 1px solid #fff;
}

.feature_content div.closed {
  display: none;
}

.feature_content.opened div.closed {
  display: block;
}


.category-count {
  float: right;
  font-size: 14px;
  text-align: right;
  color: #899CAC;
}

.feature_content:last-child {
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0px;
}

.price_position {
  /* margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px; */
}

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

.price_position .feature_name {
  margin: 10px 0;
}

#fn-slider-max,
#fn-slider-min {
  font-size: 14px;
  width: 100px;
  height: 30px;
  text-align: center;
  border: 1px solid #EAF1F5;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 21px;
  color: #222222;
}

#fn-slider-max {
  float: right;
}

#fn-slider-min {
  float: left;
}

.price_position .dash {
  font-size: 16px;
  line-height: 30px;
}

footer .heading_box_footer {
  background: #5586A4;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

footer .heading_box_footer span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

.foot_heading {
  display: block;
  margin: 0px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: #5586A4;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 10px;
}

footer .footer_menu {
  list-style: none;
  padding: 0px;
}

footer .footer_menu .footer_item_menu:hover {
  color: #8CC01E;
}

footer .footer_menu .footer_item_menu a:hover,
footer .footer_menu .footer_item_menu a.selected {
  color: #8CC01E;
}

footer .footer_menu .footer_item_menu a {
  font-weight: 200;
  font-size: 12px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #202228;
}

.agency_title,
.agency_title,
.footer_menu_title {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  /* line-height: 45px; */
  color: #202228;
}
.footer_catalog_title.fn_mobile_open span , .footer_menu_title.fn_mobile_open span , .footer_contact_title.fn_mobile_open span{
  color:#8CC01E;
}
.agency_box {
  margin-top: 18px;
;
}

.agency_item p {
  margin: 0px;
}

.agency_box .city {
  min-width: 100px;
}

.agency_box .city,
.agency_box .city_phone {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  color: #5586A4;
}

.agency_box .city_phone {
  font-weight: normal;
  /* height: 33px; */
}

.agency_box .city_phone span {
  color: #000000;
}

.foot_social_title {
  font-size: 12px;
  line-height: 30px;
  color: #202228;
  margin-bottom: 8px;
}

.foot_social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right:10px;
}

.foot_social .fb {
  color: #4E6297;
}

.foot_social .tw {
  color: #55ACE3;
}

.foot_social .vk {
  color: #4A76A8;
}

.foot_social .go {
  color: #C5331E;
}

.foot_social .yt {
  color: #F40000;
}

.foot_social a:hover {
  color: #8CC01E;
}

#subscribe_container {
  margin-top: 10px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden
}

.subscribe_input {
  border: none;
  background: none;
  line-height: 27px;
  height: 40px;
  margin: 0;
  padding: 7px 10px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}

.subscribe_input::placeholder {
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #899CAC;
}

.subscribe-wrappe {
  padding: 5px;
  background: #F9FAFB;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 30px;
  max-width:265px;
}

#subscribe_container .subscribe_button {
  width: 40px;
  height: 40px;
  padding-top: 2px;
  color: #fff;
  text-align: center;
  border: none;
  border-left: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  float: right;
  text-indent: -9999px;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 30px;
  background: #8CC01E url(../images/sent.png) no-repeat 44% 50%;
}

#subscribe_container .subscribe_button:hover {
  background: #8CC01E url(../images/sent.png) no-repeat 44% 50%;
}

#footer {
  padding: 20px 0px;
  background: #FFF;
}

#footer i {
  transition: .2s;
  color: #8CC01E;
  margin-left: 20px;
}

.feature_name i {
  transition: .2s;
  color: #5586A4;
  border: 1px solid #5586A4;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.feature_name i svg{
  padding:3px;
}
.category_toolba_filter {
  float: left;
  width: 100%;
  border-radius: 3px 0px 0px 3px;
  padding-right: 1px;
}

.category_toolba_sort {
  float: right;
  width: 50%;
  border-radius: 0px 3px 3px 0px;
  padding-left: 1px;
}

.category_toolbar_title {
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
  background: #5586A4;
  padding: 16px 0 16px 0;
}


.category_toolbar_title.fn_mobile_open {
  transition: .2s;
  background: #8CC01E;
}

.category_toolbar_title svg {
  transition: .2s
}

.category_toolbar_title i {
  transition: .2s;
  vertical-align: middle;
}

.footer_menu_title.fn_mobile_open i,
.footer_catalog_title.fn_mobile_open i,
.footer_contact_title.fn_mobile_open i,
.feature_name.fn_mobile_open i,
.category_toolbar_title.fn_mobile_open svg {
  transition: .2s;
  transform: rotate(180deg);
}

#copyright {
  background: #5586A4;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
}

#copyright a {
  font-size: 12px;
  color: #777777;
  text-decoration: none;
  display: inline;
}

#copyright a:hover {
  color: #fff;
}

#copyright .ver_all {
  color: #fff;
  font-size: 14px;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 0px 20px;
}

#catalog_menu {
  margin-bottom: 30px;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 10px;
}

#catalog_menu ul li {
  padding: 0 30px 0 30px;
}

#catalog_menu ul li {
  position: relative;
}

#catalog_menu .submenu.dropdown ul li {
  padding: 0px;
}

#catalog_menu .switch.active,
.active .arrow_down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#catalog_menu .dropdown {
  display: none;
}

#catalog_menu .opened>.dropdown {
  display: block;
}

.shpu_pagination.bottom {
  text-align: center;
  margin-bottom: 40px;
  margin-top:40px;
}

.category_toolbar {
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0;
  padding: 20px 0;
  /* margin-bottom: 30px; */
  margin-top: 20px;
  overflow: hidden;
}



#fn-products_sort a {
  margin-left: 10px;
}

#fn-products_sort a:hover,
#fn-products_sort .active_up {
  color: #8CC01E;
}

.category_toolbar b {
  font-size: 14px;
  line-height: 20px;
  color: #202228;
  margin-right: 20px;
}

.view_shpu,
.view {
  position: relative;
  float: right;
}

.view span {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  cursor: pointer;
  color: #323232;
}

.view span.selected,
.view span:hover {
  color: #8CC01E;
}

.view svg {
  vertical-align: middle;
}

.box .product,
.grid .product {
  text-align: center;
  margin-bottom: 20px;
}

.list .product {
  margin-bottom: 30px;
}

.padding {
  position: relative;
}

.box .fn-img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.grid .image,
.box .image {
  padding: 10px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px;
}

#product_gallery .image .fn-img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.fn-img,
.product_img {
  vertical-align: middle;
  max-height: 100%;
}
.product-card-wrapper .image{
  text-align:center;
  max-height: 220px;
  height: 220px;
}
.list .image {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
}

.product_info {
  padding: 0px;
}

.list .product_info {
  float: left;
  width: 75%;
  padding-left: 15px;
}

.price_container .price {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #5586A4;
  white-space: nowrap;
}

.products .price .fn-price,
#products .price .fn-price {
  font-size: 18px;
}

.old_price {
  text-decoration: line-through;
  color: #a4a4a4;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 5px;
}

.products .product_name {
  margin: 15px 0 8px 0;
  text-align: left;

}

.grid .product_name {
  margin: 10px 0 10px;
  text-align: left;
}

.list .product_name {
  margin: 0 0 10px;
}

.products .product_name a,
#products .product_name a {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: #202228;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 40px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-tab-wrapper .products .product_name a{
  max-width:205px;
}
.products .product_name a:hover,
#products .product_name a:hover {
  color: #8CC01E;
}

.grid .annotation {
  display: none;
}

.list .annotation p {
  margin-bottom: 5px;
}

.list .annotation {
  margin-bottom: 7px;
  overflow: hidden;
}

/* #products .price_container {
  margin-bottom: 12px;
} */

#products .fn-variant {
  margin-bottom: 15px;
  height: 26px;
}

.variants_wrap {
  display:none!important;
  width: 100%;
}

.variants_wrap .select {
  width: 45%;
  max-width: 120px;
  border: 1px solid #cdcdcd;
  outline: none;
  padding: 0px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}

.variants_wrap select {
  border: none;
  outline: none;
  background: none;
}

.variants_wrap .select:after {
  content: "▼";
  padding: 0px;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  width: 30px;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.variants_wrap select {
  padding-right: 25px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
}

.variants_wrap .select:last-child {
  margin-left: 10px;
}

#flypage {
  margin-top: 20px;
}

#flypage .h1 {
  display: block;
  width: 100%;
  color: #323232;
  margin: 35px 0 35px 0;
}

#product_gallery {
  margin-bottom: 30px;
}

.product_info_inner {
  /* margin-bottom: 30px; */
  /* border: 2px solid #ccc; */
  /* border-radius: 10px; */
  padding: 10px 15px 5px;
}

#product_gallery .image {
  text-align: center;
  position: relative;
  border: 1px solid #EAF1F5;
  border-radius: 10px;
}

.product_images .images {
  margin: 10px;
}

#product_gallery .images a {
  display: -webkit-box;
  display: flex;
  height: 117px;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #EAF1F5;
  border-radius: 10px;
}

#product_gallery .images img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.fn-images {
  margin-bottom: 30px;
}

.fn-images .slick-prev {
  bottom: 0;
  top: 45px;
  left: -10px;
}

.fn-images .slick-next {
  bottom: 0;
  top: 45px;
  right: -10px;
}

#product_info .details {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EAF1F5;
}

.brend span,
.sku,
.available {
  font-size: 14px;
  line-height: 35px;
  color: #899CAC;
}

.brend a,
.brend .brend_val,
.fn-sku,
.in_stock,
.brend_val {
  font-size: 14px;
  line-height: 35px;
  margin-left: 5px;
  color: #202228;
  font-weight: bold;
}

.no_stock {
  color: #fff;
  margin-left: 3px;
  background: #ff2121;
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: 50%;
  margin: 0px !important;
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
}

.brend a:hover {
  color: #8CC01E;
}

#flypage .price_container {
  text-transform: uppercase;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}

#flypage .price_container .price {
  font-size: 45px;
  line-height: 40px;
  color: #5586A4;
}

.price-currency {
  font-size: 20px;
  margin-right: 15px;
}

#flypage .price_container .old_price {
  font-size: 26px;
  font-weight: 400;
  color: #a4a4a4;
  white-space: nowrap;
  text-transform: initial;
  padding: 0;
  margin-right: 5px;
}

#flypage .fn-product-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
}

#flypage .buttons_box {
  margin-top: 10px;
}

#flypage .buttons_box .amount_block {
  width: 30%;
}

#flypage .button {
  float: left;
  width: 220px;
  height: 60px;
  margin: 0px;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 30px;
}

#flypage .button .button-icon svg {
  color: #FFFFFF;
  fill: #FFF;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  float: right;
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
}

#flypage .button span {
  vertical-align: middle;
  display: block;
  float: left;
  width: 149px;
  height: 100%;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  line-height: 3.5;
  text-shadow: none;
  border-right: 1px solid #77A614;
}

#flypage .button:hover {
  background: #9BD02B;
  color: #202228;
  text-shadow: none;
}

#flypage .button {
  padding: 0px;
  margin: 0px;
}

.variant_amount {
  margin: 0 0px 20px;
  width: auto;
  position: relative;
}

#flypage .minus,
#flypage .plus {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

#flypage .amount_input {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
  border: none;
  color: #202228;
  font-size: 18px;
  font-weight: 400;
}

/* Execution order */
.execution-order {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: #F9FAFB;
  padding: 35px;
  border-radius: 75px;
  margin-bottom: 55px;
}

.execution-order-wrapper h2 {
  text-align: center;
  font-size: 24px;
  margin: 40px 0 25px 0;
  text-align: center;
  color: #202228;
}

.execution-order .order-item p {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #202228;
  margin: 0px;
}

.execution-order .order-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.execution-order .order-item .order-circle {
  position: relative;
  padding: 24px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  color: #5586A4;
  border: 1px solid #5586A4;
  box-sizing: border-box;
  border-radius: 50px;
}

.execution-order .order-item .order-step {
  position: absolute;
  top: 0px;
  left: -5px;
  padding-top: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  background: #5586A4;
  border: 2px solid #F9FAFB;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.execution-order .order-item-last svg,
.execution-order .order-item-last .order-circle {
  color: #8CC01E;
  border-color: #8CC01E;
}

.execution-order .order-item-last .order-step {
  background: #8CC01E;
}

.execution-order .order-dot {
  position: relative;
  width: 6px;
  height: 6px;
  background: #899CAC;
  border-radius: 50%;
}

.execution-order .order-dot:before {
  position: absolute;
  top: 1px;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #899CAC;
  opacity: 0.5;
  border-radius: 50%;
}

.execution-order .order-dot:after {
  position: absolute;
  top: 1px;
  right: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #899CAC;
  border-radius: 50%;
}

/* /Execution Order */
.no_head_row .amount_input {
  color: #202228;
  border: none;
  width: 30px;
  height: 30px;
  margin: 15px 10px 0 10px;
  border: none;
  color: #202228;
  font-size: 18px;
  font-weight: 400;
  background: none;
}

.fn-variant {
  vertical-align: top;
  border: 1px solid #d7d7d7;
  outline: none;
  padding: 0 6px;
  margin-bottom: 10px;
}

#featured_category {
  margin-top: 40px;
  margin-bottom: 20px;
}

.variants_box_show {
  background: rgb(23, 21, 92);
  color: #fff;
  font-size: 17px;
  padding: 10px 20px;
  max-width: 380px;
  z-index: 12;
  position: relative;
  height: 40px;
  cursor: pointer;
}

.variants_box_show.down {
  background: #8CC01E;
}

.variants_block>span {
  height: 100px;
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  min-width: 280px;
  max-width: 280px;
  margin-right: 1px;
  margin-bottom: 1px;
}

.variants_block label:hover,
.variants_block input:checked+label {
  border: 1px solid #8CC01E;
}

.variants_block span input {
  width: 100%;
  height: 100%;
  margin: 0;
  display: none !important;
}

.variants_block label {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px;
  color: #202228;
  border: 1px solid #fff;
  cursor: pointer;
}

.variants_block label .image_variant,
.variants_block label .info_variant {
  display: block;
  float: left;
}

.variants_block label .info_variant {
  padding-left: 20px;
  width: calc(100% - 70px);
}

.variants_block label .image_variant {
  height: 70px;
  width: 70px;
  text-align: center;
}

.variants_block label .info_variant .name_variant_pr {
  color: #a4a4a4;
  font-size: 12px;
}

.name_variant_price {
  width: 100%;
  overflow: hidden;
}

.name_variant_price span {
  float: left;
  display: block;
}

.variants_block label .info_variant .name_variant_price .old_price {
  margin-right: 10px;
  font-size: 12px;
  color: #202228;
}

.variants_block label .info_variant .name_variant_price .price {
  color: #eb1f27;
  font-size: 16px;
}

.variants_block>span.closs {
  display: none;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #202228;
  display: block;
  margin: 10px auto 5px;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #202228;
  display: block;
  margin: 10px auto 0px;
}

.top_contacts_hide .switcher3,
.variants_box_show .switcher2 {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 23px;
  right: 0;
  text-align: center;
  cursor: pointer;
}

.top_contacts_hide .switcher3 {
  width: 100%;
  right: 15px;
}

.top_contacts_hide .switcher3 {
  top: -3px;
  line-height: 58px;
  text-align: right;
}

.variants_box_show.down .switcher2 {
  top: -1px;
}

.top_contacts_hide .switcher3:after,
.variants_box_show .switcher2:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.top_contacts_hide .items_contacts_hide {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 115;
  padding: 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-top: none;
  left: 0px;
  top: 28px;
}

.top_contacts_hide .switcher3:after {
  border-top: 5px solid #a4a4a4;
}

.variants_box_show.down .switcher2:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
}

.variants_block .fn-variant {
  margin-top: 12px;
}

.variants_block .price {
  font-size: 20px;
  color: #000;
}

#flypage .variants_block {
  border: 1px solid #5586A4;
  padding: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: auto;
  z-index: 10;
  background: #fff;
  display: none;
  margin-top: -1px;
}

#flypage .add_buttons {
  line-height: 22px;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  flex-shrink: 0;
}

#flypage .add_buttons svg {
  vertical-align: middle;
}

#flypage .fn-comparison:hover,
#flypage .fn-wishlist:hover,
#flypage .fastorder_button:hover {
  color: #8CC01E;
  fill: #8CC01E;
}

/* #flypage .fn-wishlist,
#flypage .fn-comparison {
  float: left;
  width: 40px;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  background-color: #5586A4;
  border-right: 1px solid #6b81a8;
  text-align: center;
  height: 40px;
  background-image: none;
  line-height: 40px;
} */

#flypage .fn-wishlist {
  border-right: none;
}

#flypage .boxes_share .boxes_share_title {
  font-size: 14px;
  color: #464646;
  display: block;
  margin-bottom: 5px;
}

#flypage .boxes_share .ya-share2__badge {
  border-radius: 0px;
}

#flypage .boxes_share .ya-share2__container_size_m .ya-share2__icon {
  height: 30px;
  width: 30px;
}

#flypage .boxes_share .ya-share2__container_size_m .ya-share2__item {
  margin: 5px 10px 5px 0;
}

/* #flypage .btn-comparison span::before,
#flypage .btn-favorites span::before {
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  left: inherit;
}

#flypage .btn-comparison span::before {
  width: 20px;
  height: 16px;
  background: url('../images/css_sprites.png') -132px -152px;
}

#flypage .btn-favorites span::before {
  width: 20px;
  height: 18px;
  background: url('../images/css_sprites.png') -52px -152px;
}

#flypage .btn-comparison.selected,
#flypage .btn-favorites.selected,
#flypage .btn-comparison:hover,
#flypage .btn-favorites:hover {
  background-color: #8CC01E;
  background-image: none;
  border-color: #6b81a8;
} */

#flypage .fastorder_button {
  display: inline-block;
  padding-left: 0px;
  position: relative;
  text-align: center;
  line-height: 4;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 14px;
  color: #5586A4;
  background: #FFF;
  box-shadow: none;
}

#flypage .fastorder_button svg {
  color: #5586A4;
  margin-right: 15px;
}

#flypage .fastorder_button:before {
  content: none;
}

#flypage .fastorder_button:hover,
#flypage .fastorder_button:hover svg {
  background: #FFF;
  color: #8CC01E;
  border-color: #8CC01E;
}

.features {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.features li {
  padding: 8px 5px 8px 5px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #323232;
  font-family: Arial;
  font-size: 13px;
  background-color: #fff;
}

.features li:nth-child(odd) {
  background-color: #f4f4f4;
}

.features label {
  font-style: normal;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 30%;
  float: left;
  font-size: 12px;
}

.product .features span {
  float: left;
  display: block;
  width: 70%;
  padding-left: 15px;
}

/* .products .rating{margin-bottom:10px;} */
#products .rating {
  margin-bottom: 8px;
}



.product_rating {
  position: relative;
  margin: 0px 0 10px;
  display: inline-block;
  vertical-align: middle;
  /* margin: 0px; */
  margin-right: 30px;
}

.delivery-city-content .product_rating {
  display: inline-block;
}

.delivery-city-comment .title_pr_body {
  font-size: 30px;
  line-height: 29px;
  color: #202228;
}
.delivery-city-comment{
  margin-top: 40px;
}
.rating_starOff,
.rating_starOn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 18px;
  background: url(../images/rating.png) repeat-x left top;
  vertical-align: middle;
}

.no_rating .rating_starOn {
  width: 90px !important;
}

.rating_starOn {
  display: block;
  background-position: left bottom;
}

.button svg {
  color: #8CC01E;
  vertical-align: -7px;
}

.button:hover svg {
  color: #fff;
}

.button {
  display: inline-block;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  color: #000000;
  padding: 0 15px;
  line-height: 32px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 1px 1px 1px #fff;
  font-family: Gotham, sans-serif;
  background: rgb(219, 219, 219);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 219, 219, 1)), color-stop(27%, rgba(226, 226, 226, 1)), color-stop(77%, rgba(247, 247, 247, 1)), to(rgba(254, 254, 254, 1)));
  background: linear-gradient(to bottom, rgba(219, 219, 219, 1) 0%, rgba(226, 226, 226, 1) 27%, rgba(247, 247, 247, 1) 77%, rgba(254, 254, 254, 1) 100%);
  cursor: pointer;
  vertical-align: top;
}

.products .button {
  padding: 0 10px;
  font-size: 14px;
}

.fn-wishlist-page .button,
#comparison_page .button {
  font-size: 14px;

}


.product_info .button {
  transition: .2s;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 17px;
  width: 34px;
  height: 32px;
  padding: 0px;
}

.product_info .button svg {
  fill: #FFF;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.product_info .button span {
  vertical-align: middle;
  display: block;
  float: right;
  width: calc(100% - 40px);
  height: 100%;
  line-height: 40px;
  text-align: center;
}

.product_info .button:hover {
  transition: .2s;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0);
}

.product_info .box_card_buttons {
  margin: 0px !important;
}



#featured_products .grid .image,
#featured_products .box .image,
#featured_products .fn-wishlist-page .image {
  margin: 10px auto 10px;
}

.product_info .box_card_buttons .btn-favorites,
.product_info .box_card_buttons .btn-comparison,
.product_info .box_card_buttons .fastorder_button {
  margin: 0 5px 0 5px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  text-align: center;
  background-image: none;
  color: #DBE1E6;
  fill: #DBE1E6;
}

.product_info .box_card_buttons .btn-favorites.selected,
.product_info .box_card_buttons .btn-comparison.selected,
.product_info .box_card_buttons .fastorder_button.selected,
.product_info .box_card_buttons .btn-favorites:hover,
.product_info .box_card_buttons .btn-comparison:hover,
.product_info .box_card_buttons .fastorder_button:hover {
  background-image: none;
  border-color: #6b81a8;
  color: #6b81a8;
  fill: #6b81a8;
}

.product_info .box_card_buttons .fastorder_button {
  border-right: none;
}

.product_info .box_card_buttons .btn-favorites span::before,
.product_info .box_card_buttons .btn-comparison span::before,
.product_info .box_card_buttons .fastorder_button span::before {
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  left: inherit;
}

.box_card_buttons .fastorder_button {
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  color: #5586A4;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  text-align: center;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 20px;
}

.box_card_buttons .fastorder_button {
  transition: .2s;
  display: block;
  padding: 14px 0 14px 0;
}

.box_card_buttons .fastorder_button:hover {
  transition: .2s;
  color: #8CC01E;
  border-color: #8CC01E;
}

.product_info .box_card_buttons .btn-favorites span::before {
  width: 20px;
  height: 18px;
  background: url('../images/css_sprites.png') -52px -152px;
}

.product_info .box_card_buttons .btn-comparison span::before {
  width: 20px;
  height: 16px;
  background: url('../images/css_sprites.png') -132px -152px;
}

/* .product_info .box_card_buttons .fastorder_button span::before {
  width: 30px; height: 20px;
  background: url('../images/css_sprites.png') -99px -66px;
} */
.product_info .list-unstyled {
  margin: 0px auto 0px;
  padding: 10px;
  width: 100%;
  max-width: 220px;
  text-align: left;
  list-style-position: inside;
}

.product_info .list-unstyled li>.list-unstyled {
  padding: 0px;
}

.product_info .list-unstyled>li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  width: 100%;
  position: relative;
  padding-left: 20px;
}

.product_info .list-unstyled>li.li_view_all_cat {
  padding-left: 0px;
}

.product_info .list-unstyled>li a {
  display: inline-block;
  vertical-align: middle;
}

.product_info .list-unstyled>li a.bl_cl {
  color: #222222;
}

.product_info .list-unstyled>li a.bl_cl:hover {
  color: #8CC01E;
}

.product_info .list-unstyled>li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #5586A4;
  font-size: 16px;
  background: url('../images/css_sprites.png') -72px -80px;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
}

.product_info .list-unstyled>li.li_view_all_cat:before {
  content: none;
}

.product_info .list-unstyled>li .list-unstyled>li {
  padding-left: 10px;
}

.product_info .list-unstyled>li .list-unstyled>li:before {
  content: "";
  background: url('../images/elipse.png');
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
}

.product .list-unstyled .closed {
  display: none;
}

.product.opened {
  z-index: 100;
  position: relative;
}

.product.opened .list-unstyled .closed {
  display: block;
}

#featured_category .fn-product {
  z-index: 0;
}

#featured_category .fn-transfer:not(.fixed) {
  position: relative;
  z-index: 10;
}

#featured_category .fn-transfer:not(.fixed) .card-block {
  background-color: #fff;
  z-index: 20;
  position: absolute;
  width: 100%;
  min-height: 410px;
}

/* Catalog products */
.content-page h1 {
  font-family: 'Gotham';
  font-weight:bold;
  margin-bottom: 25px;
  margin-top:38px;
  /* padding:0 15px 0 15px; */
}

.content-page {
  /* padding-top: 35px; */
  background: #FFF;
}

.products_categories .product {
  margin-bottom: 20px;
}

.products_categories .product .padding {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EAF1F5;
  border-radius: 10px;
  overflow: hidden;
  min-height: 160px;
  max-height:160px;
}

.category-product-quantity {
  position: absolute;
  top: 0;
  left: 0;
  background: #EAF1F5;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #899CAC;
  padding: 0 5px 0 5px;
}

.products_categories .product:hover .padding {
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.products_categories .product .cat_tiny_title {
  /* text-align: center;
  height: 56px;
  line-height: 40px; */
}

.products_categories .product .cat_tiny_title a {
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.products_categories .product .image {
  /* height: 200px;
  line-height: 200px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px; */
}

.products_categories .product .image img {
  height: auto;
  width: auto;
}

.box .button {
  margin: 0 5px 10px;
}

.button:hover {
  border-color: #8CC01E;
  background: rgb(247, 202, 201);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 171, 211, 1)), to(rgba(25, 188, 231, 1)));
  background: linear-gradient(to bottom, rgba(17, 171, 211, 1) 0%, rgba(25, 188, 231, 1) 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

#comparison_page .add_buttons,
.fn-wishlist-page .add_buttons {
  display: inline-block;
  margin: 0 0 10px 2px;
}

/* .products .fn-wishlist:hover,
.products .fn-wishlist.selected,
.products .fn-comparison:hover,
.products .fn-comparison.selected{border-color:#8CC01E;background-image:url(../images/sprite.svg), -webkit-gradient(linear, left top, left bottom, from(rgba(17,171,211,1)),to(rgba(25,188,231,1)));background-image:url(../images/sprite.svg), linear-gradient(to bottom, rgba(17,171,211,1) 0%,rgba(25,188,231,1) 100%);}
.products .fn-wishlist,
.products .fn-comparison{display:inline-block;width:auto;height:auto;margin:0 2px;border:1px solid #b8b8b8;border-radius:5px;background-image:url(../images/sprite.svg), -webkit-gradient(linear, left top, left bottom, from(rgba(219,219,219,1)),color-stop(27%, rgba(226,226,226,1)),color-stop(77%, rgba(247,247,247,1)),to(rgba(254,254,254,1)));background-image:url(../images/sprite.svg), linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(226,226,226,1) 27%,rgba(247,247,247,1) 77%,rgba(254,254,254,1) 100%);vertical-align:top;position:relative;background-repeat:no-repeat;}
.products .fn-wishlist{background-position:-93px -193px, 0 0;} */
.products .fn-wishlist:hover,
.products .fn-wishlist.selected {
  color: #5586A4;
}

/* .products .fn-comparison{background-position:-92px -242px, 0 0;} */
.products .fn-comparison:hover,
.products .fn-comparison.selected {
  color: #5586A4;
}

/* .fn-wishlist-page,
.comparison_content{margin-top:20px;} */
.regular_customer,
.new_customer {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
  border: 2px solid #9BD02B;
  border-radius: 10px;
}

.login_heading {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.login_icon {
  color: #8CC01E;
  float: left;
  margin-right: 14px;
}

.login_heading .h2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 17px;
  color: #323232;
}

.login_heading b {
  font-size: 13px;
  color: #737373;
  font-style: italic;
  font-weight: normal;
}

.login_buttons {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
}

.login_form label {
  float: left;
  text-align: right;
  width: 40%;
  padding-right: 15px;
  padding-top: 7px;
}

.login_form .form_group input {
  width: 60%;
}

.remind_pass {
  float: right;
  text-decoration: underline;
  color: #5586A4;
  margin-top: 10px;
}

.remind_pass:hover {
  text-decoration: none;
}

.password_remind label {
  display: block;
  margin-bottom: 2px;
}

.message_error {
  clear: both;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: red;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}

.form {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 20px 20px 5px;
  overflow: hidden;
}

.register_form {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
  border: 2px solid #9BD02B;
  width: auto;
  display: inline-block;
  max-width: 100%;
}

#fn-blog_comment.register_form {
  width: 100%;
}

.input_captcha {
  width: 125px;
  height: 40px;
  margin: 0 5px;
}

.captcha {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}

.form .button,
.cart_form .button {
  height: 38px;
  margin-bottom: 10px;
}

#comments {
  border-top: 1px solid #B9B9B9;
  padding-top: 20px;
}

.change_pass {
  margin: 10px 0;
  border-bottom: 1px dotted #323232;
  color: #323232;
}

.change_pass:hover {
  border-color: transparent;
}

.tabs {
  margin-bottom: 30px;
}

.main_tabs .tab_navigation,
.top_tabs .tab_navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tab_navigation a,
.tab_navigation_credit a {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 19px;
  color: #899CAC;
  padding: 0 0 33px 0;
  margin: 0 30px 0 30px;
  border-bottom: 3px solid transparent;
}

.fn_category_toggle {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  color: #202228;
  padding: 15px;
  margin: 0 30px 10px 30px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #8CC01E;
}

.fn_category_toggle i {
  float: right;
  color: #8CC01E;
}

.tab_navigation a.selected {
  font-weight: bold;
  color: #202228;
}

.top_tabs .tab_navigation a,
.top_tabs .tab_navigation_credit a {
  text-align: center;
}

.tab_navigation a:last-child,
.tab_navigation_credit a:last-child {
  border-right: none;
}

.tab_navigation a.sale_tab,
.tab_navigation_credit a.sale_tab {
  color: #202228;
  background-color: #ffc200;
}

.tab_navigation a:hover,
.tab_navigation_credit a:hover,
.tab_navigation a.selected,
.tab_navigation_credit a.selected,
.tab_navigation_credit a.selected:hover {
  border-bottom: 3px solid #8CC01E;
}

.tab_navigation a.sale_tab:hover,
.tab_navigation_credit a.sale_tab:hover,
.tab_navigation a.sale_tab.selected,
.tab_navigation_credit a.sale_tab.selected,
.tab_navigation a.sale_tab.selected:hover,
.tab_navigation_credit a.sale_tab.selected:hover {
  background-color: #ffd03b;
}

.tab {
  display: none;
  padding: 15px;
}

.main_tabs {
  margin-bottom: 0px;
}



#flypage .tab {
  display: none;
  padding: 15px 0px;
}

.box_tabs_wrap {
  /* border: 1px solid #cdcdcd; */
  background: #F9FAFB;
  padding: 20px;
  margin-top: 0px;
  overflow: hidden;
}

.comment_list {
  margin-bottom: 20px;
  border-bottom: 1px solid #EAF1F5;
  padding-bottom: 15px;
}

.comment_list:last-child {
  border-bottom: 1px solid #EAF1F5;
}

.comment_header {
  font-size: 14px;
  color: #202228;
  margin-bottom: 10px;
}

.comment_header b {
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}

.comment_header span {
  font-size: 10px;
  line-height: 30px;
  color: #5586A4;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.no_comments {
  margin-bottom: 15px;
}

.comment_content {
  padding-left: 15px;
}

#related .slick-slide {
  padding: 0 15px;
  text-align: center;
  margin: 0;
}

#related .padding {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

#browsed_products {
  margin-bottom: 20px;
  background: #FFF;
}

#comparison_page #browsed_products {
  background: #F9FAFB;
  padding: 65px 0 65px 0;
}

.browsed_item {
  float: left;
  overflow: hidden;
  padding: 5px;
}

#comparison_page #featured_products {
  background: #FFF;
}

.browsed_item a {
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

.browsed_item .product_img {
  vertical-align: middle;
}

#all_sidebar_brands {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 230px;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: #2c2c2c 0 0 5px;
  -webkit-box-shadow: #2c2c2c 0 0 5px;
  -khtml-box-shadow: #2c2c2c 0 0 5px;
  -moz-box-shadow: #2c2c2c 0 0 5px;
}

/*
#fn-purchases {
  margin-bottom: 20px;
} */

.purchase_list {
  /* margin: 20px 0; */
  text-align: center;
  font-size: 14px;
  color: #323232;
}
/* .purchase_name span */
.purchase_name a{
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #202228;
}

.purchase_name a:hover {
  color: #8CC01E;
}

.purchase_price {
  white-space: nowrap;
}

#purchase .trash {
  width: 16px;
}

.no_head_row .purchase_sum,
.no_head_row .purchase_price {
  white-space: nowrap;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #5586A4;
}

.purchase_remove a {
  font-size: 18px;
  border: 1px solid #EAF1F5;
  border-radius: 30px;
  padding: 18px 22px 18px 22px;
}

.purchase_remove a:hover {
  color: #FF1521;
}

.fn-product-amount {
  display: inline-block;
  white-space: nowrap;
}

.amount_input {
  float: left;
  width: 35px;
  text-align: center;
  height: 30px;
  border: 1px solid #d7d7d7;
  outline: none;
  margin: 0;
}

.minus,
.plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #8CC01E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}

.no_head_row .minus,
.no_head_row .plus,
#flypage .minus,
#flypage .plus {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 3.4;
  font-size: 17px;
  color: #202228;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}

.no_head_row .minus,
.no_head_row .plus {
  line-height: 3.4;
}

.title_pr_body {
  color: #222222;
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin-bottom: 20px;
}

.minus:hover,
.plus:hover {
  color: #323232;
}

.no_head_row .minus:hover,
.no_head_row .plus:hover,
#flypage .minus:hover,
#flypage .plus:hover {
  color: #8CC01E;
  border-color: #8CC01E;
}

.total_block {
  font-weight: bold;
  font-size: 16px;
  color: #323232;
  text-align: right;
}

.total_name,
.total_sum {
  display: inline-block;
}

.total_label {
  font-size: 13px;
  line-height: 35px;
  color: #899CAC;
}

.total_price {
  font-size: 20px;
  color: #8CC01E;
}

.totals_sum {
  font-size: 16px;
  line-height: 35px;
  /* or 219% */

  text-align: right;

  /* 5 */

  color: #5586A4;
}

.total_block p {
  margin: 0;
  padding: 5px 2px;
}

.fn-coupon {
  width: 160px;
  height: 31px;
  margin-right: 7px;
}

.fn-sub-coupon {
  font-size: 16px;
  background-color: #8CC01E;
  border: none;
  outline: none;
  color: #fff;
  padding: 6px 10px;
}

.fn-sub-coupon:hover {
  background-color: #000;
}

.delivery_block {
  margin-bottom: 25px;
  /* border: 1px solid #d7d7d7; */
  /* padding: 20px 20px 5px 20px; */
  list-style: none;
}

.devilery-cart-wrapper {
  padding-top: 45px;
  background: #F9FAFB;
}

.delivery_list {
  margin-bottom: 10px;
}

.delivery_list label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #202228;
}

.delivery-text-style {
  display: block;
  font-size: 14px;
  color: #5586A4;
}

.delivery-price-style {
  font-size: 18px;
  line-height: 40px;
  color: #5586A4;
}

.delivery_list input[type="radio"] {
  margin: 12px 7px 5px 0;
  float: left;
  width: 0;
  height: 25px;
}

.checkbox-cart {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: #EAF1F5;
  border: 1px solid #DBE1E6;
  border-radius: 10px;
  border-radius: 40px;
  margin-top: 8px;

}

.delivery_list label.active .checkbox-cart {
  background: #8CC01E;
  box-shadow: 0px 5px 10px rgba(128, 179, 22, 0.3);
}

.delivery_list label.active .checkbox-cart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  margin: 4px;
  background-color: #FFF;
}

.delivery_description {
  display: none;
  margin-left: 20px;
}

.active+.delivery_description {
  display: block;
}

.delivery_block .button {
  margin: 5px 0 20px;
}

.order_total {
  margin-bottom: 20px;
}

.order_info {
  margin: 10px 0 20px;
  width: 100%;
  background-color: #f9f9f9;
  color: #323232;
}

.order_info td,
.order_info th {
  padding: 10px;
  border: 1px dotted #e0e0e0;
  font-size: 14px;
}

#move_up {
  width: 42px;
  height: 26px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) no-repeat left 0px;
  cursor: pointer;
}

#move_up:hover {
  background-position: left bottom;
}

.blog_foot+.blog_foot {
  margin-top: 10px;
}

.blog_foot_date {
  margin: 0;
}

.blog_list {
  margin-bottom: 10px;
  border: 1px solid #8CC01E;
  border-radius: 10px;
  padding: 10px;
}

.blog_list:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.blog_image {
  float: left;
  margin: 0 25px 0px 0;
}

.blog_post_info,
.blog_img {
  float: left;
  display: inline-block;
}

.blog_img {
  width: 200px;
}

.blog_post_info {
  width: calc(100% - 200px);
}

.blog_post_info img {
  display: none;
}

.blog_image img {
  /* max-width: 200px; */
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.blog_name {
  margin-bottom: 5px;
}

.blog_name a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.blog_name a:hover {
  color: #8CC01E;
}

.blog-item .blog-body .image {
  position: relative;
}

.blog_date {
  position: absolute;
  bottom: -10px;
  left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 4px 15px 4px 15px;
  background: #8CC01E;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 18px;

}

.page_blog_date {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 4px 15px 4px 15px;
  margin-bottom: 10px;
  background: #8CC01E;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 18px;
}

.social_post {
  margin-bottom: 25px;
}

.brand_list {
  margin-bottom: 20px;
  text-align: center;
}

.brand_list a {
  display: block;
  height: 100px;
  text-decoration: none;
}

.brand_list img,
.brand_list span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
}

.brand_list span {
  display: block;
  font-size: 25px;
}

#fn-subscribe-sent,
.fastorder_form,
#fn-callback,
#fn-callback-sent {
  background: rgba(255, 255, 255, 0.95);
  min-width: 420px;
  max-width: 980px;
  z-index: 999;
  padding: 1.25rem;
  border: 4px solid #8CC01E;
  border-radius: 10px;
  line-height: 1.1 !important;
}

.fancybox-skin {
  padding: 0px !important;
}

#fn-callback .popup_header,
#fn-callback .popup_info,
#fn-callback-sent .popup_header {
  margin-bottom: 10px;
}

.popup_header {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #202228;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.popup_info {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 13px;
  max-width: 268px;
  margin: 0px auto 20px;
  width: 100%;
  padding-bottom: 10px;
}

/* .fastorder_form .button_all,
.new_customer .button_all,
.login_form .button_all,
#fn-callback .button_all,
#fn-callback-sent .button_all , .btn_user{
  width: auto;
  display: inline-block;
  margin: 0px auto 0px;
  border: none;
  padding: 10px 30px;
  text-align: center;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  color: #FFF;
} */

.button-wrapper .button_all,
#my-fancybox-close.button_all,
.feedback_form .button_all,
.register_form .button_all ,.fastorder_form .button_all,
.new_customer .button_all,
.login_form .button_all,
#fn-callback .button_all,
#fn-callback-sent .button_all , .btn_user , .order_info .button_all , .order_btn{
  display: inline-block;
  width: auto;
  margin: 0px auto 0px;
  border: 1px solid transparent;
  padding: 17px 25px;
  /* float: right; */
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 25px;
}

#fn-callback-cheap .button_all {
  margin: 0 auto;
  color: #FFFFFF;
  background: #8CC01E;
  border-color: #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 25px;
}

.button_all.blue:hover,
#fn-callback .button_all:hover,
.feedback_form .button_all:hover,
.new_customer .button_all:hover,
.login_form .button_all:hover,
#fn-callback-cheap .button_all:hover,
#my-fancybox-close.button_all:hover,
.register_form .button_all:hover,
.button-wrapper .button_all:hover , .btn_user:hover , .order_info .button_all:hover
, .order_btn:hover{
  transition: .2s;
  background: #9BD02B;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  color: #FFF;
  border-color:#9BD02B;
}
.continue-shopping-button-wrapper #my-fancybox-close.button_all{
  background-color: #5586A4;
}
.continue-shopping-button-wrapper #my-fancybox-close.button_all:hover{
  transition: .2s;
  box-shadow: 0px 2px 0px #5586A4, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-color: #5586A4;
  background-color: #FFF;
  color: #5586A4;
}
.button_all.yellow:hover {
  transition: .2s;
  background: #9BD02B;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  color: #FFF;
}

.pop-up-cart .popup_header {
  margin-bottom: 15px;
  text-align: left;
}

.sort a {
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #5586A4;
}

.fn-wishlist-page .product {
  text-align: center;
  margin-bottom: 30px;
}

.comparison_features {
  float: left;
  width: 30%;
}

.fn-comparison_products {
  float: right;
  width: 70%;
  position: relative;
}

.show_container {
  position: relative;
}

.fn-show {
  position: absolute;
  left: 0;
  bottom: 0;
}

.comparison_products p {
  margin: 0;
}

.comparison_product {
  float: left;
  width: 50%;
}

.cprs_feature,
.cprs_rating {
  padding: 7px 5px;
  border-bottom: 1px solid #dbdbdb;
}

.cprs_rating {
  text-align: center;
}

.comparison_product .image img {
  display: inline;
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}

.comparison_product .image {
  height: 202px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #fff;
}

.comparison_product .product_info {
  padding: 10px 0px 0px;
}

.comparison_product .product_name {
  padding: 10px 5px;
}

.comparison_product .product_name {
  text-decoration: none;
  display: block;
}

.comparison_product .product {
  padding: 0 5px;
  text-align: center;
}

.cprs_feature:nth-child(odd) {
  background: #f6f6f6;
}

.comparison_products .slick-prev,
.comparison_products .slick-next {
  -webkit-transform: none;
  transform: none;
  top: 150px;
}

.comparison_products .slick-prev {
  left: 5px;
}

.comparison_products .slick-next {
  right: 5px
}

.fn-show a {
  display: inline-block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 0 5px 5px 0;
}

.fn-show a:hover,
.fn-show .active {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
}

.fn-show a span {
  border-bottom: 1px dashed #8CC01E;
}

.fn-show a:hover span,
.fn-show .active span {
  border-color: transparent;
}

#header {
  position: relative;
}

.top_contacts {
  width: auto;
  position: relative;
  top: inherit;
  left: inherit;
  float: left;
  /*margin-top:-10px;*/
  text-align: right;
}

.top_contacts .phone1 {
  font-weight: bold;
  font-size: 15px;
  color: #202228;
}

.top_contacts .phone1 span {
  color: #a4a4a4;
}

/* .top_contacts .phone1 a:before{content:"";display:inline-block;vertical-align:middle;margin-right:5px;width:20px;height:20px;} */
.top_contacts .phone1 a.mts:before {
  background: url(../images/mts.png) no-repeat;
  width: 13px;
  height: 13px;
}

.top_contacts .phone1 a.star:before {
  background: url(../images/kiyvstar.png) no-repeat;
  width: 19px;
  height: 16px;
}

.top_contacts .phone1 a.life:before {
  background: url(../images/life.png) no-repeat;
  width: 20px;
  height: 11px;
}

.top_contacts .phone a {
  padding: 0;
}

#fastorder_product {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
}

#fn-purchases .purchase_amount {
  min-width: 125px;
}

#menu_sitemap {
  margin-left: -10px;
  float: left;
  margin-top: 7px;
  max-width: 700px;
}

#menu_sitemap li {
  height: 30px;
  display: block;
  float: left;
  list-style: none;
}

#menu_sitemap li a {
  margin-right: 5px;
  font-size: 12px;
  display: block;
  float: left;
  padding: 6px 11px 6px 11px;
  color: #606060;
}

#menu_sitemap li:hover a {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  padding: 5px 10px 6px 10px;
  border-radius: 20px;
  text-decoration: none;
}

#listpage_content {
  margin: 50px 0 20px 20px;
}

#listpage_content div.categTree {
  float: left;
  width: 50%;
}

#listpage_content div.categTree ul.tree li {
  background: url("../images/sitemap-horizontal.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
  list-style-type: none;
  border-left: 1px dotted #999999;
  margin-left: 11px;
  padding-left: 20px;
}

#listpage_content div.categTree ul.tree ul.sitemap_products li a {
  color: #408080;
}

#listpage_content div.sitemap_list {
  float: left;
  min-height: 120px;
  padding: 0;
  width: 25%;
}

#listpage_content div.sitemap_list ul {
  list-style-type: none;
}

#listpage_content div.sitemap_list li a {
  background: url("../images/arrow_right_2.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  color: #333333;
  display: block;
  padding: 2px 0 2px 10px;
}


.blog-home-bg {
  position: relative;
  background-color: #FFF;
  border-radius: 80px;
  max-width: 1500px;
  margin: 0 auto;
}
.blog-home-bg .box_heading{
  padding-top: 30px;
}
.blog-wrapper .promotion {
  padding: 0 0 50px 0;
}

.blog-wrapper {
  position: relative;
}

#comparison_page .blog-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 400px;
}

.blog-wrapper .box_heading span {
  margin: 65px 0 45px 0;
}

.blog-wrapper .blog-body {
  background: #FFF;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 10px;
}

.blog-wrapper .group-blog {
  padding: 20px;
}

.blog-wrapper .blog-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #202228;
  line-height: 22px;
  text-decoration-line: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 40px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-wrapper h2.blog-title{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #202228;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 45px;
}
.blog-wrapper .blog-title a:hover {
  color: #8CC01E;
}

.blog-wrapper .blog-body .description {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #899CAC;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-item.border_lastpost {
  margin-bottom: 20px;
}

.blog-wrapper .blog-body img {
  border-radius: 10px 10px 0 0;
  height: auto;
}

#all_brands {
  margin: 40px 10px 20px;
}

#all_brands .item_brand_carusel {
  border: 1px solid #cdcdcd;
  border-radius: 0px;
  height: 120px;
  line-height: 120px;
  margin: 0px 10px 20px;
  text-align: center;
}

#all_brands .item_brand_carusel img {
  max-width: 100%;
  height: auto;
  height: auto;
}

#all_brands .slick-list {
  margin: 0 20px;
}

.wrap_page_body {
  display: flex;
  align-items: center;
  min-height: 550px;
  background-image: url(../images/aboutus-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9FAFB;
  padding: 20px 0px;
}





.seo-text-height {
  /*max-height: 250px;*/
  overflow: hidden;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}

.wrap_page_body h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}

/*.featured_boxes_height{max-height:510px;overflow:hidden;position:relative;}*/
.seo-text-height::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 246, 0)), to(rgba(245, 246, 246, 1)));
  background: linear-gradient(top, rgba(245, 246, 246, 0) 0%, rgba(245, 246, 246, 1) 100%);
}

/* .featured_boxes_height::before{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:3em;} */
.read-more-wrapper .container.filter-page .xhr{
  padding-left: 30px;
  left:0;
  right:0;
}

.read-more-wrapper .xhr::before{
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.read-more-wrapper .container.filter-page .xhr span{
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  display: block;
}

.read-more-wrapper .seo-text-height .xhr

.xhr {
  position: relative;
  display: inline-block;
  color: #2e78f9;
  cursor: pointer;
  top: 10px;
  left: 0px;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: #5586A4;
  vertical-align: middle;
}

.xhr svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-bottom: 5px;
  background-color: #FFF;
  border-radius: 50%;
  transform: rotate(180deg);
  margin-left: 10px;
  padding:5px;
}

.xhr:hover {
  color: #8CC01E;
  text-decoration: underline;
  cursor: pointer;
}

.content_box_social_tab {
  width: 100%;
  max-width: 320px;
  border: 1px solid #A29E9E;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 2px #787878;
  -webkit-box-shadow: 0px 2px 4px 2px #787878;
  -moz-box-shadow: 0px 2px 4px 2px #787878;
  background: #fff;
  overflow: hidden;
  float: right;
  margin: 20px 0px 40px;
}

.content_box_social_tab .tabs {
  margin-bottom: 0px;
}

.content_box_social_tab .tab_navigation a {
  display: inline-block;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 50%;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #ededed;
  box-shadow: inset 0px 0px 2px 0px #787878;
  -webkit-box-shadow: inset 0px 0px 2px 0px #787878;
  -moz-box-shadow: inset 0px 0px 2px 0px #787878;
  border: none;
  padding: 8px 10px 10px;
  margin-top: 0px;
  border-radius: 0px;
}

.content_box_social_tab .tab_navigation a span {
  display: inline-block;
  vertical-align: middle;
}

.content_box_social_tab .tab_navigation a .icon_vk,
.content_box_social_tab .tab_navigation a .icon_facebook {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.content_box_social_tab .tab_navigation a .icon_vk {
  background: url(../images/vk_ico.png) no-repeat;
}

.content_box_social_tab .tab_navigation a .icon_facebook {
  width: 26px;
  height: 26px;
  background: url('../images/css_sprites.png') -143px -10px no-repeat;
}

.content_box_social_tab .tab_navigation {
  overflow: hidden;
}

.content_box_social_tab .tab_navigation a.selected {
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.content_box_social_tab .tab_container {
  background: #fff;
  border: none;
  height: 320px;
  position: relative;
  z-index: 10;
}

.time_box1 {
  height: 30px;
  padding-top: 8px;
  overflow: hidden;
  margin-bottom: 13px;
}

.time_box1 .title_box1 {
  font-size: 14px;
  color: #202228;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
}

#fn-facebook,
#fn-facebook iframe,
#vk_groups,
#vk_groups iframe {
  width: 100% !important;
}

.time_box1 a {
  color: #8CC01E;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: underline;
  margin-left: 5px;
}

.time_box1 a:hover {
  text-decoration: none;
}

#featured_category .padding {
  border: 2px solid #5586A4;
  border-radius: 0px;
}

#featured_category .product:hover .padding {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.padding {
  border: 1px solid #cdcdcd;
  border-radius: 0px;
}

.box_point_delivery {
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
}


.box_point_delivery:hover {
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.feedback_form_title,
.point_delivery h2 {
  font-size: 24px;
  line-height: 40px;
  color: #202228;
  margin-top: 0px;
  margin-bottom: 17px;
}

.box_point_delivery h3 {
  font-size: 15px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #202228;
  margin: 0px;
  min-width: 100px;
}

.box_point_delivery ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.box_point_delivery ul li {
  margin-bottom: 8px;
  color: #424242;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.box_point_delivery ul li:last-child {
  margin-bottom: 0px;
}

.box_point_delivery ul li span {
  font-size: 12px;
  color: #899CAC;
  line-height: 20px;
}

.box_point_delivery ul li a span {
  font-size: 14px;
  color: #5586A4;
  font-weight: normal;
  line-height: 13px;
}

.box_point_delivery ul li a span:hover {
  color: #8CC01E;
}

.contact-city .box_point_delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 180px;
  padding: 20px 10px 20px 15px;
}

.contact-form .captcha {
  float: none;
  display: block;
  text-align: center;
}

.contact-form .button_all,
.feedback_form .button_all {
  display: block;
  width: 100%;
  float: none;
  margin-bottom:15px;
  /* margin-top: 15px; */
}
#fn-comments #fn-comment_form .button_all.yellow{
  width:auto;
  float:right;
}
.box_point_delivery i {
  margin-right: 5px;
  color: #8CC01E;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.box_point_delivery svg {
  width: 16px;
  height: 16px;
}

.delivery-wrapper {
  padding: 10px;
  border: 1px solid #FFFFFF;
  background: #EAF1F5;
  border-radius: 10px;
}

.delivery-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.box_point_delivery.info_feedback {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

.delivery-wrapper .box_point_delivery {
  padding: 33px 25px 33px 50px;
}


.delivery-wrapper p b {
  font-size: 16px;
  line-height: 30px;
  color: #202228;
  margin: 0px;
}
.delivery-wrapper p{
  font-size: 15px;
  line-height: 30px;
  color: #202228;
  margin: 0px;
}
.delivery-wrapper p span {
  font-size: 16px;
  line-height: 30px;
  color: #5586A4;
  font-weight: normal;
}

.delivery-callback {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  margin-top: 30px;
}

.delivery-callback p {
  font-weight: bold;
  margin: 0 25px 0 25px;
}

.delivery-callback a span {
  padding: 0px;
  color: #8CC01E;
  text-decoration: underline;
}

.precent-icon {
  position: relative;
  padding: 20px;
  width: 74px;
  height: 74px;
  background: #8CC01E;

  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border-radius: 40px;
}

.precent-icon i {
  position: absolute;
  top: 20px;
  left: 20px;
}

.precent-icon svg {
  color: #FFF;
  fill: #FFF;
  width: 30px;
  height: 30px;
  left: 5px;
}

.precent-icon:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 66px;
  height: 66px;
  border: 1px solid #5586A4;
  border-radius: 40px;
  opacity: 0.5;
}

.delivery-callback .precent-icon:before,
.delivery-city-content .precent-icon:before {
  left: 4px;
}

.delivery-wrapper .delivery-time {
  font-size: 13px;
  line-height: 25px;
  color: #899CAC;
  margin-top: 25px;
}

.contact-city h2 {
  font-size: 24px;
  line-height: 40px;
  color: #202228;
  margin: 45px 0 25px 0;
  padding: 0 15px 0 15px;
}

.contact-city .box_point_delivery {
  margin-bottom: 25px;
}

.feedback_form {
  position: relative;
  background: #5586A4;
  /* border-radius: 10px; */
  overflow: hidden;
  margin-bottom: 30px;
  border: none;
  display: block;
  width: 100%;
  padding: 40px 20px 20px;
}
.feedback_form:before{
  content:"";
  position:absolute;
  border: 15px solid transparent; border-top: 15px solid #FFF;
  top:0;
  left:37px;
}

#reviews .feedback_form {
  color: #FFF;
}

#fn-comment_form.feedback_form {
  margin-bottom: 0px;
}

.pop-up-cart table {
  text-align: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.pop-up-cart table#purchases tr {
  border-bottom: 1px solid #d7d7d7;
}

.card-block .image {
  /* max-height: 170px;
  line-height: 150px;
  margin: 15px auto; */
}

.rating_form_starOff {
  margin-left: 10px;
}

.rating_form_starOff,
.rating_form_starOn {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 25px;
  width: 90px;
  height: 18px;
  background: url(../images/rating.png) repeat-x left top;
}

.rating_form_starOn {
  display: block;
  background-position: left bottom;
  white-space: nowrap;
}

.rating_form_starOff input[type="radio"] {
  margin: 6px 2px 0px 7px;
  line-height: normal;
  opacity: 0;
  width: 16px;
  margin: 0;
  height: 22px;
  margin-top: 2px;
  cursor: pointer;
}

.qwest .b_feed {
  font-size: 17px;
  line-height: 30px;
  color: #202228;
}

.qwest .b_feed_info {
  font-size: 13px;
  line-height: 25px;
  color: #899CAC;
}

.qwest .r_feed {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #202228;
}

.r_feed_close {
  font-size: 17px;
  line-height: 30px;
  color: #899CAC;
}

.s_feed {
  font-size: 15px;
  line-height: 30px;
  color: #202228;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
}

.delivery-city-content .delivery_city_title,
.delivery_city_title {
  background: #899CAC;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}

.main_products {
  margin-bottom: 35px;
}

.delivery_city_description {
  margin: 15px 0;
}

.delivery_city_description h2 {
  font-size: 30px;
  line-height: 29px;
  color: #202228;
  margin-top: 50px;
  margin-bottom: 35px;
}

.delivery_city_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
}

.delivery_points_count {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  background: #EAF1F5;
  border-radius: 35px;
  width: fit-content;
  padding-right: 25px;
  margin-bottom: 40px;
}

.delivery_points_count div {
  display: inline-block;
  font-size: 24px;
  line-height: 40px;
  color: #202228;
  font-weight: bold;
}

.delivery_points_count .count {
  /* float: left; */
  font-size: 24px;
  line-height: 40px;
  color: #202228;
  font-weight: bold;
  margin-left: 25px;
}

.delivery-city-name,
.delivery-city-name .row.clearfix {
  border-bottom: 1px solid #EAF1F5;

}

.delivery-city-content,
.delivery-city-content .row {
  margin: 0 auto;
}

.city-name {
  font-size: 13px;
  line-height: 30px;
  color: #202228;
  font-weight: bold;
}

.branch-address {
  font-size: 13px;
  line-height: 30px;
  color: #202228;
}

#fn-vkontakte {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  height: 320px;
  display: block !important;
  width: 100%;
}

#fn-facebook {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  height: 320px;
  display: block !important;
  width: 100%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

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

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-8 {
    width: 66.666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .grid .product {
    width: 50%;
  }

  .padding:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
  }
}


@media (min-width:768px) {
  .mobile-callback{display:none!important;}
  #nav_catalog>ul>li a{
    min-height:95px;
  }
  .pagination .page_item{
    margin:0 5px 0 5px;
  }
  .pagination-left,
  .pagination-right {
    margin: 0 20px 0 20px;

  }

  .pagination-left .page_link,
  .pagination-right .page_link , .page_link.pagination-left{
    font-size: 13px;
    line-height: 3.7;
    width: 105px;
  }
  .page_link.pagination-left{margin-right:0px;}

  .pagination-left i,
  .pagination-right i {
    margin: 0 10px 0 10px;
  }

  footer .footer_menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  #footer {
    padding-top: 80px;
  }

  #footer .top-border {
    padding-top: 40px;
    border-top: 1px solid #EAF1F5;
  }

  .container {
    max-width: 750px;
  }

  .hidden_md {
    display: none;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  #account {
    list-style: none;
  }

  #account li {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
  }

  .top_menu {
    /* float: left; */
    border-left: 1px solid #9FBFD3;
    border-right: 1px solid #9FBFD3;
  }

  /* .top_lang {
    float: left;
  } */

  .top_acount {
    /* float: right; */
    /* width: auto; */
    text-align: center;
  }

  .top_header-wrapper{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
  }

  #main_nav .dropdown {
    display: none;
    position: absolute;
  }

  #header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    /* margin-bottom: 5px; */
  }

  #logo {
    display: inline-block;
    vertical-align: middle;
  }

  #logo img,
  #logo_footer {
    width: auto;
    max-width: inherit;
  }

  .category_heading_hide {
    display: none;
  }


  .top_contacts_hide {
    border: 1px solid #cdcdcd;
    height: 30px;
    padding: 0px;
    line-height: 26px;
    margin-bottom: 13px;
    position: relative;
  }

  .top_contacts_hide .text_contact_hide {
    color: #a4a4a4;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 1px;
  }

  .top_contacts_hide img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .top_header {
    background-color: #5586A4;
  }

  #nav_search {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #main_menu {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  #main_menu li:first-child {}

  #main_menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
  }

  #main_menu .selected a,
  #main_menu a:hover,
  #main_menu a:hover>span {
    color: #fff;
    text-decoration: none;
  }

  #main_menu li.selected::before,
  #main_menu li:hover::before {
    content: "";
    background: transparent;
  }

  #main_menu a {
    display: inline-block;
    font-size: 10px;
    color: #AFD1E6;
    line-height: 18px;
    vertical-align: middle;
    padding: 15px 0.7vw 15px 0.6vw;
    text-decoration: underline;
    text-transform: uppercase;
  }

  #main_menu a.icon_menu_223 {
    color: #FFF;
    text-decoration: none
  }

  #main_menu a.icon_menu_223>span {
    border: 1px solid #AFD1E6;
    border-radius: 25px;
    padding: 5px 10px;
    transform: scale(1);
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

  #main_menu li:hover a.icon_menu_223 {
    color: #fff;
  }

  .comparison_info,
  .wishlist_info {
    position: relative;
  }


  .browsed_item {
    width: 50%;
  }

  .browsed_item a {
    height: 85px;
    line-height: 75px;
  }

  .grid .image,
  .box .image,
  .fn-wishlist-page .image {
    height: auto;
    line-height: inherit;
  }

  #catalog_menu>ul>li>a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #5586A4;
    padding: 5px 0 15px 0;
    margin: 10px 0 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #EAF1F5;
  }
  #catalog_menu>ul>li>a:hover{
    color:#8CC01E;
  }
  #catalog_menu>ul>li:last-child>a {
    border-bottom: none;
  }


  /* #catalog_menu>ul>li>.selected,
  #catalog_menu>ul>li>a:hover {
    color: #8CC01E;
  } */
  #catalog_menu>ul>li>a:hover:before,
  #catalog_menu>ul>li>a.selected:before,
  #catalog_menu>ul>li>a.selected:after,
  #catalog_menu>ul>li>a:hover:after {
    content: "";
    position: absolute;
    top: -15px;
    width: 1px;
    bottom: 0;
    height: calc(100% + 30px);
    background: white;
    left: -1px;
  }

  #catalog_menu>ul>li>a:hover:after,
  #catalog_menu>ul>li>a.selected:after {
    top: -3px;
    height: 100%;
    background: #8CC01E;
    left: -1px;
  }

  #catalog_menu .switch {
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  ;
  }

  #catalog_menu .switch::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    top: 50%;
    right: 50%;
    position: absolute;
    margin-top: -5px;
    margin-right: -6px;
  }

  #catalog_menu .submenu .switch {
    width: 16px;
    height: 16px;
  }

  #catalog_menu .submenu .switch::after {
    border-width: 8px 5px 0 5px;
    margin-top: -4px;
    margin-right: -5px;
  }

  /*
  #catalog_menu .submenu {
    padding: 0px 0px 10px 20px;
  } */

  #catalog_menu .submenu .submenu {
    border: none;
    margin: 0px 0 0px 20px;
    padding: 0;
  }



  #catalog_menu .submenu a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #5586A4;
    padding-left: 30px;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
  }


}

@media (min-width:992px) {
  #sidebar .feature_content{
    display: block;
  }
  .banner-category , #sidebar{
    margin-top:37px;
  }
  #reviews .title_pr_body svg , #fn-comments .title_pr_body svg{
    display:none;
  }
  .category_toolba_sort{width: 70%;}
  #catalog_menu .submenu a:before {
    content: "";
    background: url(../images/r_arrow_c.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    left: 10px;
    top: 12px;
    position: absolute
  }
  #catalog_menu>ul>li>a.selected{
    color:#8CC01E;
  }
  #catalog_menu .submenu a.selected,
  #catalog_menu .submenu a:hover {
    color:#8CC01E;
    background: #EAF1F5;
  }

  #fn-products_sort {
    float: right;
    margin-top: 10px;
  }

  .container {
    max-width: 970px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333%;
  }

  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-5 {
    width: 41.666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .category_toolbar .side_block {
    display: none;
  }

  .purchase_list {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .purchase_row,
  .total_row {
    display: table-row;
  }

  #header_catalog.isStuck {
    width: 100%;
    z-index: 200;
  }

  .head_row {
    font-weight: normal;
    font-size: 13px;
    line-height: 12px;
    color: #899CAC;
  }

  .hidden_button_category_mob,
  #button_category_mob {
    display: none;
  }

  .purchase_row>div {
    display: table-cell;
    vertical-align: middle;
    padding: 45px 10px 45px 10px;
    border-bottom: 1px solid #d7d7d7;
  }

  #top_logo {
    display: none;
  }

  .purchase_name {
    text-align: left;
  }



  .totals_sum,
  .total_name,
  .total_sum {
    /* display: table-cell; */
    vertical-align: middle;
    padding: 4px 2px;
  }


  .login_content>p {
    min-height: 100px;
  }

  .qiwi .form_input {
    max-width: 445px;
  }

  .password_remind .form_input {
    max-width: 345px;
  }

  .grid .product {
    width: 33.333333%;
  }

  .grid .image,
  .box .image,
  .fn-wishlist-page .image {
    line-height: 150px;
  }


  #account {
    margin: 10px 50px 0 80px;
  }
}

#product_gallery,
#product_info {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.totals_sum,
.total_name {
  display: inline-block;
  font-weight: normal;
}

.totals_item {
  font-size: 13px;
  line-height: 35px;
  color: #899CAC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.total-item-line {
  border-bottom: 1px dashed #899CAC;
  width: calc(10% + 85px);
  margin: 0 10px 0 10px;
}

.total_block {
  display: flex;
  flex-direction: column;
  float: right;
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  color: #202228;
  width: 300px;
  margin: 35px 0 35px 0;
}

@media (min-width:1200px) {
  .read-more-wrapper .seo-text-height .container.filter-page .accordion , .read-more-wrapper .seo-text-height .accordion , .read-more-wrapper .seo-text-height  .container.filter-page h2{display: block;}
  /* .read-more-wrapper .seo-text-height .accordion , .read-more-wrapper .seo-text-height h2{display: none;} */
  .read-more-wrapper .seo-text-height .accordion , .read-more-wrapper .seo-text-height h2{margin: 0 auto;}
  .read-more-wrapper .page_body .container h2{
    text-align: center;
    margin-bottom: 20px;
  }
  .read-more-wrapper .seo-text-height .xhr {
    padding-left: 150px;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    background: #FFF;
  }
  .read-more-wrapper .page_body{
    position:relative;
    padding-bottom: 25px;
  }
  .description-category-image{
    position: absolute;
    width:45%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .description-category-image img{
    margin-top:25px;
    height:100%;
    float:right;
  }
  .read-more-wrapper .page_body.description_bg .description-category-image{
    display:none;
  }

  .description_bg{background: #F9FAFB;}
  .description-category-full{
    position: relative;
    z-index: 1;
    padding:0 150px 0 150px;
    padding-top:50px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
  }
  .read-more-wrapper .seo-text-height .description-category {
    /*position: relative;*/
    z-index: 1;
    max-width:40%;
    margin:0 0 0 150px;
    padding-top:50px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    /*max-height: 240px;
    height: 240px;*/
    /* -webkit-line-clamp: 13; */
    /* -webkit-box-orient: vertical; */
  }
  .read-more-wrapper .page_body.description_bg .description-category {
    width:auto;
    margin:0 150px 0 150px;
    padding-top: 25px;
  }
  .read-more-wrapper .seo-text-height {
    /*position:relative;
    position: relative;*/
    /*max-height: 470px;
    height:470px; */
    /*text-overflow: ellipsis;
    display: -webkit-box;*/
    line-height: 20px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    background: #F9FAFB;
  }
  #content{padding-left:75px;}
  #sidebar{
    max-width:290px;
  }
  #product_gallery {
    width: calc(100% - 739px);
  }

  #product_info {
    width: 739px;
  }

  .container {
    max-width: 1300px;
  }

  .col-xl-1,
  .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-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333%;
  }

  .col-xl-8 {
    width: 66.666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .login_content>p {
    min-height: 83px;
  }

  .browsed_item {
    width: 33%;
  }

  .browsed_item a {
    height: 85px;
    line-height: 75px;
  }

  #top_mobile {
    display: none;
  }

  #account {
    padding: 0px;
    margin: 0px;
  }
}



@media (max-width:1199px) and (min-width:992px) {

  #cartbox_head,
  #contact_head {
    width: 33.333333%;
  }

  #nav_catalog>ul>li a {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 12px;
    height: 85px;
    padding: 15px 1px 0px;
  }

  .product.col-lg-3 {
    width: 33.33%;
  }

  #logo {
    position: fixed;
    top: 0;
    z-index: 120;
    left: 100px;
    margin: 0px;
    padding: 0px;
    max-width: auto;
  }
}

@media (max-width:991px) and (min-width:768px) {
  /* #flypage .button {
    max-width: 131px;
  } */

  #flypage .add_buttons {
    margin: 0px 0px 0px 0px !important;
  }

  /* #flypage .fn-comparison {
    border-left: 1px solid #6b81a8;
  } */

  .fn-images .slick-prev {
    left: 5px;
  }

  .fn-images .slick-next {
    right: 5px;
  }

  .variant_amount {
    margin: 10px 0px 15px;
  }

  #flypage .buttons_box {
    margin-top: 15px;
  }

  #product_info .details {
    margin-top: 10px;
  }

  #flypage .h1 {
    margin: 0px 0 10px;
  }

  .variants_block>span {
    width: 100%;
    float: none;
    max-width: inherit;
  }

  #top_logo {
    position: fixed;
    top: 5px;
    z-index: 120;
    left: 100px;
    margin: 0px;
    padding: 0px;
  }
}

#wish_compare svg {
  margin-right: 10px;
  vertical-align: middle;
}

.wishlist-info-title,
.comparison-info-title {
  font-size: 12px;
  color: #202228;
  font-weight: bold;
}

#wish_compare .count {
  font-size: 12px;
  line-height: 11px;
  color: #899CAC;
  margin-left: 5px;
}

#wish_compare .wishlist-info-title:hover,
#wish_compare .comparison-info-title:hover {
  color: #8CC01E;
}

@media (max-width:1199px) and (min-width:768px) {
  .product-card-wrapper .image{
    text-align:center;
    max-height: 150px;
    height: 150px;
  }
  #wish_compare #wishlist,
  #wish_compare #comparison {
    border-right: 1px solid #EAF1F5;
    margin-left: 20px;
  }

  #wish_compare svg,
  #wish_compare svg {
    margin-right: 20px;
  }

  #top_search {
    display: none;
  }

  #header {
    margin-top: 80px;
  }
}



/* Category Home */
.card-home-block .cat_home_title a span{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #202228;
  text-decoration: underline;
}
.card-home-block .cat_home_title a span:hover{
  color: #8CC01E;
}
.card-home-block ul {
  list-style: none;
  margin: 0px;
  text-align: left;
  padding: 0 95px 0 20px;
  z-index: 1;
}
.col-xl-4 .card-home-block ul {
  padding: 0 175px 0 20px;
}
.col-xl-4 .category-card-img{
  max-width:175px;
}
.card-home-block .category-list a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #5586A4;
}

.card-home-block .category-list a:hover {
  color: #8CC01E;
}

.li_view_all_cat {
  transition: .2s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: max-content;
  color: #FFFFFF;
  line-height: 11px;
  align-items: center;
  padding: 5px 8px 2px 8px;
  text-align: center;
  background: #8CC01E;
  border: 1px solid #8CC01E;
  box-shadow: 0px 2px 0px #7CAC16, 0px 5px 10px rgba(113, 156, 21, 0.3);
  border-radius: 15px;
}

.li_view_all_cat a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
}

.li_view_all_cat:hover {
  transition: .2s;
  color: #FFF;
  background: #9BD02B;
}

.li_view_all_cat:hover svg circle{
  fill:currentColor;
}
.li_view_all_cat:hover svg path{
  fill:#8CC01E;
}

.li_view_all_cat svg {
  transition: .5s;
  margin-left: 10px;
}

#featured_category .product.opened .li_view_all_cat svg {
  transition: .5s;
  color: #FFF;
  transform: rotate(180deg);
}



#featured_category .fn-product {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  z-index: 0;
  max-height: 220px;
}
#featured_category .fn-product:hover{
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

#featured_category .fn-product.opened {
  z-index: 100;
}

.category_home {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 220px;
  max-height: 220px;
  border-radius: 10px;
}

.card-home-block {
  position: absolute;
  background: #FFF;
  width: 100%;
  overflow: hidden;
  left: 0;
  min-height: 220px;
  border-radius: 10px;
}

.card-home-block .category_card_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 20px 0 20px 0;
}

.card-home-block .category-card-img {
  position: absolute;

  right: 0;
  bottom: -4px;
  z-index: 0;
}
.col-xl-3 .card-home-block .category-card-img{
  max-width:100px;
}

.home-tab-wrapper .image img {
  height: 185px;
}

#featured_category .product.opened .card-home-block {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

#featured_category .product.opened .card-home-block .category-card-img {
  top: -5px;
}

.details .product_info_top {
  margin-bottom: 45px;
}

#product_info .timer_product_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 38px;
  border-top: 1px solid #EAF1F5;
  padding: 40px 0 0 0;
}

.product_buttons_flex {
  padding-top: 40px;
  border-top: 1px solid #EAF1F5;
}

@media (min-width:768px) {

  .category_toolba_filter,
  .category_toolba_sort {
    position: relative;
  }

  #footer i {
    display: none;
  }

  .mobile-logo,
  .fn_category_toggle {
    display: none !important;
  }


}

.menu-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  height: 80px;
}

.menu-icon {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
}

.menu-icon::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}

.menu-icon::after {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFF;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}

#top_control.qwerty .menu-icon {
  background-color: transparent;
}

#top_control.qwerty .menu-icon::before {
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transform: rotate(45deg);
  top: 0;
}

#top_control.qwerty .menu-icon::after {
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transform: rotate(-45deg);
  top: 0;
}


.header_box_cart_informer,
.cart_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.cart-header-icon {
  position: relative;
  display: block;
  padding: 20px;
  border: 1px solid #EAF1F5;
  border-radius: 35px;
  line-height: 0;
  margin-right: 20px;
}
.cart-icon-hover:hover{
  border-color:#8CC01E;
}
.card-header-count {
  position: absolute;
  top: 2px;
  left: 50px;
  width: 22px;
  height: 22px;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  background: #8CC01E;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(128, 179, 22, 0.3);
}

.card-bg {
  background: #FFF;
  width: 28px;
  height: 28px;
  position: absolute;
  border-radius: 50%;
  left: 47px;
  top: -1px;
  text-align: center;
  line-height: 20px;
}

.product-page {
  background-color: #FFF;
}

.product-page .feedback_form_title {
  color: #FFF;
}

.product-rating-cw {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product-rating-cw a {
  font-size: 13px;
  line-height: 12px;
  color: #899CAC;
  fill: #899CAC;
}

.product-rating-cw a.btn-comparison {
  margin-right: 30px;
}

.product-rating-cw a.selected {
  color: #77A614;
  fill: #77A614;
}

.product-page #flypage {
  margin-top: 0px;
}

.product_tabs_galleries {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.product_tabs_gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #EAF1F5;
}
.product_tabs_gallery__title{
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #202228;
  margin: 0px;
}
.product_tabs_gallery_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 15px 10px 0;
}
.product_tabs_gallery_item span{
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #202228;
  margin: 5px 0;
  max-width: 130px;
}
.product_tabs_gallery__items{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product_tabs_gallery_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
    padding: 15px;
    width: 130px;
  //  height: 130px;
    height: 10%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    transition: .3s all;
}

.product_tabs_gallery_item:hover {
    box-shadow: 0 0 5px #ccc;
}

.phone_location a {
  font-weight: bold;
  line-height: 18px;
}

.variants_block_new .variant_input {
  display: none;
}

.variant_item_new {
  position: relative;
}

.variant_item_new .check_label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  padding: 8px 0 8px 30px;
}

.variant_item_new .check_label::before {
  content: "";
  background: #EAF1F5;
  border: 1px solid #DBE1E6;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 2px;
}

.variant_item_new input:checked+.check_label::after {
  content: url(../images/check-filter.png);
  position: absolute;
  background-position-x: center;
  left: 1px;
  padding: 0 2px 0 3px;
  border-radius: 2px;
  top: 9px;
  background: #8CC01E;
}

.variants_block_new .new_variant_pr {
  font-weight: 500;
  color: rgb(50, 50, 50);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px
}

.variants_block_new .new_variant_price {
  font-size: 20px;
  font-weight: bold;
  color: #5586A4;
  white-space: nowrap;
  text-transform: initial;
}

.variants_block_new .old_price {
  font-size: 14px;
  font-weight: 400;
  color: rgb(164, 164, 164);
  white-space: nowrap;
  text-transform: initial;
  margin-left: 10px;
}

.variants_block_new .variant_item_new.closed {
  display: none;
}

.variants_block_new.opened .variant_item_new.closed {
  display: block;
}

.view_all_variants {
  border-bottom: 1px dotted #5586A4;
  text-decoration: none;
  width: auto;
  padding: 0px;
  margin-left: 0px;
  color: #5586A4;
  margin-top: 10px;
  display: inline-block;
  z-index: 222
}

.view_all_variants:hover {
  border-bottom: 1px dotted #8CC01E;
  color: #8CC01E;
}

.box_view_all_variants {
  position: relative;
}

.box_view_all_variants::before {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.variants_block_new.opened .box_view_all_variants::before {
  content: none;
}


.free_call {
  font-size: 12px;
}

.point_delivery {
  position: relative;
}

.free_call__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  line-height: 21px;
  color: #202228;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 35px;
  width: 60%;
}
.free_call__box .delivery-box a{
  margin-left:10px;
  font-weight:400;
}
.call-back-icon {
  position: relative;
  padding: 21px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border-radius: 40px;
}

.call-back-icon i {
  top: 14px;
  left: 14px;
}

.call-back-icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid #5586A4;
  border-radius: 40px;
  opacity: 0.5;
}



.free_call__box .free_call__title {
  font-size: 16px;
  line-height: 15px;
  color: #899CAC;
  margin: 0 5px 0 5px;
}

/* .free_call__box i {
  position: static;
} */

.free_call__title {
  display: block;
  font-size: 12px;
}

.tab_banks_wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.tab_banks a.tabs_link {
  width: 33.3333333333%;
  height: 45px;
  background-position-y: 6px;
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 25px;
  border: 1px solid #cdcdcd;
  border-right: none;
  border-bottom: none;
  color: #000;
}

.tabs_link {
  height: 22px;
  display: inline-block;
  padding-left: 27px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* .credit_pay__title.logo-privatebank {
  background-image: url('../images/opcha.png');
}

.credit_pay__title.logo-installment {
  background-image: url('../images/installment.png');
} */

.tab_banks a.tabs_link.selected {
  background-color: #5586A4;
  color: #fff;
}

.tabs_link[data-bank="ukrsibbank"],
.logo-ukrsibbank {
  background-image: url('../images/ukrsitbank.png');
}

.tabs_link[data-bank="alphabank"],
.logo-alphabank {
  background-image: url('../images/alfabank.svg');
}

.tabs_link[data-bank="privatebank"] {
  background-image: url('../images/opcha.png');
  /* border-right: 1px solid #cdcdcd !important; */
}

.tab_container_credit select {
  width: 100%;
  padding: 5px;
}

.tab_banks_wrap .box_tabs_wrap {
  padding: 10px 20px;
}

.pop-up-cart .credit_header {
  text-align: center;
  margin-bottom: 30px;
}

.credit_button {
  border: none;
}

.credit_bank__box {
  margin-top: 10px;
  border-bottom: 1px solid #5586A4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*.credit_bank__box .credit_bank__select:nth-child(2) {
  display: none;
}*/
a.fn_show_form {
  border-right: none;
}

.credit_form {
  padding: 10px;
}

#flypage .credit_pay_ref {
  background-color: #ffc200;
  color: #000;
}

.form__wrap {
  display: none;
}

.credit_pay__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #F9FAFB;
  border-radius: 35px;
  width: 250px;
  height: 70px;
  margin-bottom: 25px;
}

.credit-paymet-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  line-height: 30px;
}

.credit_pay__title {
  /* padding-left: 39px; */
  font-size: 15px;
  text-decoration-line: underline;
  color: #202228;
}

.credit_pay__price {
  font-weight: bold;
  font-size: 19px;
  color: #8CC01E;
}

.credit-icon {
  position: relative;
  padding: 20px;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border-radius: 40px;
}

.credit-icon:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #5586A4;
  border-radius: 40px;
  opacity: 0.5;
}

.credit-currency {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
@media(max-width: 1200px){
  #products .price-cart-product .old_price{
    display:block;
  }
}
@media(max-width: 420px) {
  .product-card-wrapper .image{
    text-align:center;
    max-height: 100px;
    height: 100px;
  }
  .free_call__box {
    position: static;
    margin-bottom: 10px;
  }

  .tab_banks a.tabs_link {
    padding-left: 22px;
    background-position-y: 11px;
    background-position-x: 5px;
    background-size: 17px;
  }

  /* .fancybox-wrap .fancybox-inner, */
  .fancybox-wrap .fancybox-inner #credit_pay_fancybox {
    width: 350px !important;
    height: 100% !important;
  }

  .credit_pay__title {
    font-size: 15px;
  }

  .bank_description {
    margin-top: 5px;
  }

  .credit_bank__box {
    margin-bottom: 40px;
  }

  .purchase_row.head_row {
    display: none;
  }
}

.bank_description {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bank_description.short {
  height: 80px;
  overflow: hidden;
}

.bank_description__title {
  margin-bottom: 10px;
}

.more_details {
  color: #19bce7;
  font-weight: 600;
}

.more_details:hover {
  cursor: pointer;
}

.more_details__icon {
  vertical-align: middle;
}

.more_details__icon.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-logo_min {
  width: 75px;
  height: 50px;
  background: url('../images/css_sprites.png') -10px -10px;
}

.bg-menu_options {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url('../images/css_sprites.png') -189px -10px;
}

.bg-m_whtey_984x650 {
  width: 26px;
  height: 30px;
  display: inline-block;
  background: url('../images/menu_sprites.png') -10px -160px;
}

.bg-category-5 {
  width: 38px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-6.png');
}

.bg-krovat_bogema_miromark_photo2 {
  width: 30px;
  height: 19px;
  display: inline-block;
  background: url('../images/menu_sprites.png') -56px -160px;
}

.bg-category-150 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-11.png') center;
}

.bg-category-27 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-7.png') center;
}

.bg-category-14 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-3.png') center;
}

.bg-category-149 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-10.png') center;
}

.bg-category-55{
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-1.png') center;
}

.bg-category-56 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-8.png') center;
}

.bg-category-1 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-5.png') center;
}

.bg-category-3 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-2.png') center;
}

.bg-category-13 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-13.png') center;
}

.bg-category-2 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-4.png') center;
}

.bg-category-64 {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('../images/menu-icon-9.png') center;
}

.bg-_800_250x220 {
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url('../images/menu_sprites.png') -160px -110px;
}

/*sm_sale_timer*/
.tiny_sale_timer {
  position: absolute;
  top: 5px;
  left: 7px;
}

/*/sm_sale_timer*/
.cheaper_btn {
  display: inline-block;
  padding: 10px 0 6px 15px;
  font-size: 14px;
  line-height: 30px;
  color: #5586A4;

}

.cheaper_btn svg {
  color: #5586A4;
  fill: #5586A4;
  margin-right: 5px;
  vertical-align: middle;
}

.button_cheaper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  border-radius: 25px;
  color: #5586A4;
}


.cheaper_btn span {
  text-decoration: underline;
}

.cheaper_btn:hover span {
  text-decoration: none;
}

#fn-callback-cheap {
  padding: 20px;
}


.product_info_flex,
.product_info_top,
.product_inner_flex,
.product_images_flex,
.product_buttons_flex {
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.product-flex-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}

.product_inner_flex,
.product_images_flex {
  -webkit-box-align: start;
  align-items: flex-start;
}

.product_flex_center {
  -webkit-box-align: center;
  align-items: center;
}

.product_inner_flex {
  margin-left: -15px;
  margin-right: -15px;
}


.flex_vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.timer_product {
  margin-bottom: 3px;
}

.timer_h {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 40px;
  color: #202228;
  font-weight: bold;
}



.product_flex_grow,
.product_image_big {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.product_images {
  width: 100%;
  margin-top: 20px;
}

.product-page .product_images {
  max-height: 165px;
}




/* .product_images .slick-prev,
.product_images .slick-next {
  bottom: -25px;
} */
@media (min-width:768px) {

  /* .product_images_flex {
    flex-wrap: nowrap;
  } */
  /* 
  .product_images {
    -webkit-box-flex: 0;
    flex: 0 0 150px;
    width: 150px;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: -10px;
  } */

  /* .product_images .images {
    padding-bottom: 10px;
  } */



  .product_images .slick-prev {
    /* -webkit-transform: rotate(90deg); */
    /* transform: rotate(90deg); */
  }

  .product_images .slick-next {
    /* -webkit-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
  }
}

@media (min-width:992px) {
  .product-card-wrapper form{
    padding:0 10px 0 10px;
  }
  .product-page .title_pr_body i , .category_toolbar_title{
    display: none;
  }

  .hidden-md {
    display: none;
  }

  .home-tab-wrapper .tab_container {
    margin-top: -10px;
    padding-top: 50px;
    background: #FFF;
    -webkit-clip-path: polygon(50% 2%, 80% 2%, 100% 0, 100% 100%, 0 100%, 0 0, 20% 2%);
    clip-path: polygon(50% 2%, 80% 2%, 100% _0, 100% 100%, 0 100%, 0 0, 20% 2%);
    -moz-box-shadow: polygon(50% 2%, 80% 2%, 100% 0, 100% 100%, 0 100%, 0 0, 20% 2%);

  }

  .product_buttons_flex {
    flex-wrap: nowrap;
  }
}

#fn-callback-cheap {
  padding: 20px;
  border: 4px solid #8CC01E;
  border-radius: 10px;
}

.box-heading {
  margin-bottom: 32px;
  text-align: center;
}

.preview {
  position: relative;
  padding: 30px 25px;
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow: hidden;
  padding: 17px 17px 17px;
  background: rgb(255, 255, 255);
  border: 1px solid #EAF1F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: 11px;
}

.preview:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

.all_brands_link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #606060;
  padding: 30px 25px;
}

.all_brands_link {
  border-left: 1px solid #e8e8e1;
}

.all_brands_link {
  border-left: none;
}

.brand_image {
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.brand_image {
  max-width: 100%;
  margin-bottom: 20px;
}

.brand_img {
  vertical-align: middle;
}



.accordion__item {
  margin-top: 10px;
  position: relative;
}

.accordion__item--name {
  font-family: 'Gotham', serif;
  cursor: pointer;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-top: 10px;
}

.accordion__item--text {
  margin: 5px 0 20px 20px;
}

.accordion__item--name::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  right: 40px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  transition: 0.3s;
}

.accordion__content {
  display: none;
}

.accordion__item--name.active::after {
  transform: rotate(225deg);
  top: 30px;
  border-color: #8CC01E;
}

.accordion__item {
  position: relative;

}

.accordion__item--name {
  padding: 20px;
  border: 1px solid #DBE1E6;
  border-radius: 30px;
}

.accordion__title.active {
  border-color: #8CC01E;
}

.accordion__item--name,
.accordion__item--name p {
  margin: 0;
  font-size: 15px;
  line-height: 14px;
  color: #202228;
  font-weight: bold;
  line-height: 20px;
}

.accordion__item .accordion__content {
  margin: 20px 40px 35px 40px;
  line-height: 30px;
}

/* Home Banner */
.home-top-slide {
  margin: 50px 0 10px 0;
}


.product-card-wrapper {
  position: relative;
  padding: 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFF;
}

.main_tabs .product {
  margin-bottom: 0px;
}

.main_tabs .product-card-wrapper {
  margin: 10px;
}



.rating-favorite-product {
  padding: 10px 0 8px 0;
  border-bottom: 1px solid #EAF1F5;
}

.price-cart-product,
.rating-favorite-product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.price-cart-product{
  margin-bottom: 10px;
  min-height:60px;
}

.rating-favorite-product svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.fastorder-product {
  transition: .5s;
  visibility: hidden;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 101%;
  margin-left: -1px;
  background-color: #FFF;
  border-left: 1px solid #EAF1F5;
  border-right: 1px solid #EAF1F5;
  border-bottom: 1px solid #EAF1F5;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.product-card-wrapper .product_name{
  margin: 15px 0 15px 0;
}
.product-card-wrapper:hover {
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
}

.home-tab-wrapper .slick-slider .slick-track {
  padding-bottom: 75px;
}

@media (min-width: 992px) {
  .product-card-wrapper:hover .fastorder-product {
    transition: .5s;
    height: 75px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
}

.main_tabs .button_all {
  margin-top: 0px;
}


@media (max-width:543px) {
  .grid .product,
  .box .product,
  .fn-wishlist-page .product {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #D7D7D7;
  }

  .grid .product:last-child,
  .box .product:last-child,
  .fn-wishlist-page .product:last-child {
    border: none;
    margin-bottom: 0;
  }

  .top_tabs .tab_navigation a,
  .top_tabs .tab_navigation_credit a {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }

  .blog_img {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    float: none;
  }

  .blog_image {
    float: none;
    margin: 0;
  }

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

  #cartbox_head {
    padding-left: 0px;
  }

  .hidden_button_category_mob {
    padding-right: 0px;
  }

  #fn-subscribe-sent,
  .fastorder_form,
  #fn-callback,
  #fn-callback-sent {
    min-width: auto;
    width: 100%;
  }

  /* .page_link {
    padding: 5px 10px;
    margin-bottom: 10px;
  } */

  .box {
    margin-bottom: 10px;
    overflow: hidden;
  }

  #all_brands {
    overflow: hidden;
  }

  .view {
    display: none;
  }

  .fn-images {
    margin: 20px 0px;
    padding: 0px;
  }

  footer .agency_box {
    margin-bottom: 15px;
  }

  #logo {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }

  .list .image,
  .list .product_info {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .list .annotation {
    text-align: left;
  }

  .products .product_name,
  .fn-wishlist-page .product_name {
    margin-bottom: 15px;
  }

  #flypage .fastorder_button {
    display: block;
    /* width: calc(100% - 110px); */
    max-width: inherit;
  }



  .features label {
    margin-bottom: 5px;
    float: none;
    width: 100%;
  }

  .features span {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .box_heading {
    font-size: 24px;
  }

  .grid .product,
  .box .product,
  .fn-wishlist-page .product {
    padding-bottom: 20px;
    border-bottom: none;
    width: 300px;
    margin: 20px auto;
    float: none;
  }

  /*.top_contacts{margin-top:-8px;}*/
  .no_head_row .purchase_price,
  .no_head_row .purchase_amount {
    display: block;
    vertical-align: middle;
    font-size: 20px;
    padding: 10px;
  }

  .tabs_link {
    margin-bottom: 10px;
  }

  /* .tabs {
    margin-bottom: 7px;
  } */

  .bank_description.short {
    margin-bottom: 20px;
  }
}

@media (max-width:410px) {
  .top_contacts .phone {
    width: 50%;
  }

  .f_checkbox {
    width: 100%;
    float: none;
  }

  .pavblog-latest>div {
    width: 100%;
  }
}

[class*="hint--"] {
  position: relative;
  display: inline-block;
}

[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #8CC01E;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #383838;
}

.hint--top-right:before {
  border-top-color: #383838;
}

.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before {
  border-bottom-color: #383838;
}

.hint--bottom-right:before {
  border-bottom-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #8CC01E;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

[class*="hint--"] {}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.pop-up-cart .button.checkout {
  text-shadow: none;
  color: #FFF;
}

#show-fancybox-cart {
  display: none;
}

.pop-up-cart .checkout {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF96C9), to(#99F));
  background: linear-gradient(to bottom, #FF96C9 0%, #99F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF96C9', endColorstr='#99F', GradientType=0);
}

.remove_cart {
  height: 16px;
  width: 28px;
  border: 0 none #000000;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 18px;
}

.total_cart_down {
  float: left;
  padding-right: 20px;
}

.total_price_down {
  float: right;
  color: #F3951D;
  font-weight: bold;
}

.prc_nam td {
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

.pop-up-cart .total_cart {
  font-size: 20px;
  color: #666;
  width: 250px;
  float: right;
  border-top: 1px dashed #F3951D;
  padding-top: 13px;
  display: block;
  padding-right: 10px;
  position: relative;
  top: -10px;
}

.pop-up-spacer {
  height: 20px;
}

.button-wrapper,
.continue-shopping-button-wrapper {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}

.reset-indent,
.pop-up-cart,
.heading,
.content {
  padding: 0;
  margin: 0;
}

.pop-up-cart .heading {
  font-size: 20px;
  color: #666;
  padding-bottom: 10px;
  padding-top: 0px;
  border-bottom: 1px dashed #F3951D;
  margin-bottom: 15px;
}

.pop-up-cart .heading h4 {
  font-size: 20px;
  color: #666;
}

.pop-up-cart .content {
  width: 100%;
}

.pop-up-cart {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
  border-radius:10px;
  border: 4px solid #8CC01E;
}

.pop-up-cart table {
  text-align: left;
  width: 100%;
}

.pop-up-cart table#purchases td {
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}

.pop-up-cart table#purchases th {
  text-align: center;
}

.pop-up-cart #purchases a {
  color: #5586A4;
  font-size: 16px;
  font-weight: 400;
}

.pop-up-cart #purchases a:hover {
  color: #000;
}

.pop-up-cart table#purchases .price {
  white-space: nowrap;
  font-size: 16px;
  color: #5586A4;
  font-weight: 500;
}

.pop-up-cart table#purchases .price.over {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
  padding: 24px;
  text-align: right;
  color: #202228;
}

.pop-up-cart td.image {
  text-align: center;
  min-height: 70px;
  min-width: 70px;
  padding: 10px 0;
}

.pop-up-cart .cart_miny .remove_cart {
  height: 16px;
  width: 28px;
  border: 0 none #000000;
  cursor: pointer;
}



.cart-product-wrapper {
  background: #FFF;
}

.cart-product-wrapper h1 {
  padding-top: 35px;
  margin-bottom: 0px;
}

.cart-product-wrapper .h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  color: #202228;
}

.cart-product-wrapper .feedback_form {
  background: none;
  border: none;
  padding:5px;
}

.features_categories .preview {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAF1F5;
}

.features_categories .preview .brand_image {
  margin: 0px;
}

.features_categories .preview .cat_tiny_title {
  padding: 20px;
  text-align: left;
}
.product-socials{
  display:flex;
  flex-direction: row;
  align-items: center;
  margin-top:40px;
}

.socials-item{
  transition: .5s;
  border: 1px solid #EAF1F5;
  border-radius: 30px;
  margin-right:20px;
  padding:15px 30px 15px 30px;
}
.socials-item a{
  transition: .5s;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #899CAC;
}
.socials-item i{
  vertical-align: middle;
  margin-right:15px;
}
.socials-item:hover a , .socials-item:hover{
  transition: .5s;
  color:#77A614;
  border-color: #77A614;
}
.review-title{
  text-align: center;
  margin-bottom: 45px;
  padding-top: 56px;
  border-top: 1px solid #EAF1F5;
}
.rewiew-wrapper .review-carousel{
  border: 1px solid #EAF1F5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px 30px 40px;
}

.review-block{
  padding:0 20px 0 40px;
  min-width:325px;
  max-width:325px;
  border-left: 1px solid #EAF1F5;
}
.review-header{
  display:flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.review-product-title{
  font-size: 13px;
  line-height: 22px;
  font-weight:600;
  text-decoration-line: underline;
  color: #202228;
}
.review-description{
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #899CAC;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 110px;
  height: 110px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.review-image{
  border: 1px solid #EAF1F5;
  border-radius: 35px;
  width:70px;
  height:70px;
  margin-right: 20px;
}
.review-image img{
  border-radius:35px;
  min-width: 100%;
  min-height: 100%;
}
.review-date{
  font-style: normal;
  font-weight:600;
  font-size: 12px;
  line-height: 30px;
  color: #5586A4;
}
.review-carousel .slick-prev, .fn-slick-carousel .slick-next{
  top:35%;
}
.fix_matchheight{
  width: 0px;
  float: left;
  position: relative;
  min-height: 400px;
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  border-radius: 10px;
  margin:10px 0 10px 0;
}
@media (max-width:1199px) {
  .fix_matchheight{
    min-height:359px;
  }
  .read-more-wrapper .seo-text-height{
    position: static;
  }

  .read-more-wrapper{
    position: relative;
    padding: 50px 30px 50px 30px;
    background: #F9FAFB;
  }
  .read-more-wrapper #short_text_show_link{
    padding-left:30px;
    position: absolute;
    bottom: 0px;
    top: auto;
    width: 100%;
    background: rgb(255, 255, 255);
  }
  .description-category-image{
    display:none;
  }
  .header_box_cart_informer  #comparison,
  .header_box_cart_informer  #wishlist {
    position: relative;
  }

  .header_box_cart_informer  #wish_compare .count {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 12px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    background: #8CC01E;
    border-radius: 50%;
    line-height: 2;
  }
  #browsed_products .feature_name hr {
    width: 4%;
    margin: 0 5px 0 5px;
  }

  #main_nav .top_lang_mob {
    float: none;
  }

  .top_lang_mob #languages a {
    font-size: 13px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #202228;
  }

  .top_lang_mob #languages .phone--big {
    display: none;
    font-size: 17px;
    line-height: 16px;
    color: #000000;
    padding-right: 10px;
  }

  .top_lang_mob #languages span:nth-child(5) {
    display: none;
  }

  .top_lang_mob #languages a.active,
  .top_lang_mob #languages a:hover {
    font-size: 13px;
    line-height: 30px;
    color: #8CC01E;
    text-decoration: none;
  }

  #main_nav a span {
    margin-left: 0px;
  }

  .feedback_form .button_all {
    margin-top: 0px;
  }

  .input_captcha {
    width: 95px;
    padding: 3px;
  }

  .contact-city .box_point_delivery {
    padding: 10px;
  }

  .precent-icon {
    padding: 35px;
  }

  .free_call__box {
    width: 100%;
  }

  .hidden_xl {
    display: none;
  }

  .top_acount {
    display: none;
  }

  .top_lang {
    display: none;
  }

  .time_box1 {
    display: none;
  }

  .top_menu {
    display: none;
  }

  .fn-slick-banner .slick_content .banner_button {
    margin: 20px auto 0px;
  }

  .fn-slick-banner .slick_content .slick-name {
    font-size: 32px;
    line-height: 34px;
  }

  .slick-dots {
    bottom: 10px;
  }

  body.ind #main_nav {
    display: block;
  }

  #main_nav {
    display: none;
    height: 100%;
    padding-bottom: 50px;
    background-color: #FFF;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0px;
    z-index: 999;
    overflow: auto;
    /* border-right: 1px solid #4F607D;
    border-top: 1px solid #4F607D; */
  }

  #header_catalog .container {
    margin: 0px;
    padding: 0px;
    max-width: inherit;
  }

  #header_catalog #nav_catalog .dropdown_catalog {
    display: flex
  }

  #header_catalog #nav_catalog .dropdown_catalog {
    background-color: #fff;
    min-width: 100%;
  }

  #header_catalog #nav_catalog .dropdown_catalog li {
    min-width: 118px;
  }

  #header_catalog #nav_catalog .dropdown_catalog {
    overflow-x: auto;
  }

  #wish_compare {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .header_box_cart_informer,
  .cart_heading {
    height: 80px;
  }
}

@media (max-width:991px) {
  .category_toolba_filter .category_toolbar_title{
    background-color: #8CC01E;
  }
  /* .title_opened .product-description{
    display:block;
  } */
  .product-socials{
    justify-content: center;
  }
  .tranding-item .trending-price{
    font-size:13px;
  }
  #flypage .buttons_box .button {
    /* max-width: inherit;
    width: 100%; */
    margin-bottom: 20px;
  }
  .free_call__box {
    margin-top: 10px;
    margin-bottom: 30px;
    justify-content: space-evenly;
  }

  .contact-city h2 {
    text-align: center;
    margin: 25px 0 25px 0;
  }

  .contact-city .box_point_delivery {
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .devilery-cart-wrapper .payment_block,
  .devilery-cart-wrapper .deliveries_block {
    border-bottom: 1px solid #DBE1E6;
    margin-bottom: 25px;
  }

  .no_head_row .purchase_remove a,
  .no_head_row .purchase_remove {
    right: 0;
    top: -5px;
    padding: 0;
    border: none;
  }

  .purchase_row .purchase_name {
    width: 25%;
  }

  .purchase_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAF1F5;
  }

  .breadcrumb_box {
    padding: 30px 0 15px 0;
  }

  #flypage .h1 {
    text-align: center;
  }

  .category_toolbar b,
  .category_toolbar .sort a {
    display: block;
    margin: 10px 0 10px 0;
  }

  .category_toolbar {
    overflow: initial;
  }

  .category_toolbar .side_block,
  .category_toolbar #fn-products_sort {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 30px 20px 30px;
    background: black;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  }

  .content-page #sidebar .category-catalog,
  .content-page #sidebar .catalog-price-filter,
  .content-page #sidebar #browsed_products , .product-page .top_tabs {
    display: none;
  }

  #header_catalog {
    box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
    z-index:111;
  }

  .wrap_page_body {
    min-height: auto;
    padding: 20px 0 30px 0;
  }

  .tranding-item {
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
  }

  .service-offer {
    padding-top: 0px;
  }

  #footer .container {
    max-width: none;
  }

  #footer .agency_item {
    display: inline-block;
    /* margin: 0 15px 0 15px; */
  }

  .service-offer {
    clip-path: none;
  }

  .blog-home-bg {
    border-radius: 0px;
  }

  .wrap_page_body,
  .service-home {
    background-image: none;
  }

  .service-home,
  .main_tabs .tab_container {
    background-color: #FFF;
  }

  .service-home .service-item {
    background-color: #F9FAFB;
  }

  #languages {
    top: 120px;
    right: 0;
  }

  .border_lastpost {
    margin-bottom: 20px;
  }

  .slick-name {
    display: none;
  }

  .hidden_lg {
    display: none;
  }

  #fn-products_sort {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }

  .view_shpu,
  .view {
    position: relative;
    float: none;
    text-align: center;
  }

  .mob_soacial_infobox {
    display: none;
  }

  .pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    border-bottom: 30px;

  }


  #logo {
    display: none;
  }

  .purchase_row>div {
    padding: 15px;
  }

  .heading_box_footer {
    display: none;
  }

  .coupon {
    margin-bottom: 10px;
  }

  .total_block {
    font-weight: bold;
    font-size: 20px;
    color: #323232;
    text-align: center;
    padding: 20px 10px;
  }


  .coupon input {
    margin-bottom: 10px;
  }

  .total_row {
    padding: 5px 15px;
    text-align: center;
  }

  footer .footer_menu {
    margin-bottom: 15px;
  }

  #cart_informer.active .content {
    height: 350px;
  }

  .no_head_row .purchase_price,
  .no_head_row .purchase_amount {
    display: inline-block;
    vertical-align: middle;
  }

  .no_head_row {
    position: relative;
  }

  .no_head_row .purchase_remove {
    position: absolute;
    right: 0;
    top: 0;
  }

  .no_head_row .purchase_remove a {
    font-size: 24px;
  }

  .content_box_social_tab .tab_navigation a i,
  .delivery_city_title {
    display: none !important;
  }

  #fn-products_content.row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #catalog_nav .catalog_heading {
    background: #5586A4;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 20px;
    position: relative;
    z-index: 10;
    display: block;
  }

  #catalog_nav .catalog_heading.active {
    background: #8CC01E;
  }

  #catalog_nav .catalog_heading svg {
    vertical-align: middle;
  }

  #catalog_menu {
    font-size: 14px;
    text-align: center;
    color: #5586A4;
    border-bottom: 1px solid #EAF1F5;
  }

  #catalog_menu.catalog-menu-contact {
    border: none;
  }

  #catalog_menu.catalog-menu-contact ul li {
    padding: 0px;
  }

  #catalog_menu a:hover,
  #catalog_menu a.selected {
    color: #8CC01E;
  }

  #catalog_menu>ul>li>a {
    display: block;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    text-align: center;
    color: #5586A4;
    border-bottom: 1px solid #EAF1F5;
  }

  #catalog_menu .submenu a {
    display: block;
    padding: 10px 35px 10px 30px;
    font-size: 14px;
    text-align: center;
    color: #5586A4;
    border-bottom: 1px solid #EAF1F5;
  }

  #catalog_menu .submenu .submenu a {
    padding: 10px 35px 10px 45px;
    font-weight: 400;
  }

  #catalog_menu .submenu .submenu .submenu a {
    padding: 10px 35px 10px 55px;
  }

  #catalog_menu .switch {
    content: url(../images/arrow_down.svg);
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 7px;
    right: 8px;
  }

  .product-page .title_pr_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    color: #202228;
    border: 1px solid #DBE1E6;
    box-sizing: border-box;
    border-radius: 25px;
    margin-bottom: 0px;
  }

  .box_tabs_wrap {
    background: #FFF;
  }

  .product-page #flypage .tab {
    display: block !important;
    padding-bottom: 0px;
  }

  #product_info .timer_product_block {
    flex-direction: column;
  }



  .title_pr_body svg {
    transition: .2s all;
  }

  .title_pr_body.fn_mobile_open {
    margin-bottom: 15px;
    border-color: #8CC01E;
  }

  .title_pr_body.fn_mobile_open svg {
    color: #8CC01E;
    transform: rotate(180deg);
  }
  .tab_navigation a{
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    color: #899CAC;
    padding: 0 0 33px 0;
    margin: 0 30px 0 30px;
    border-bottom: 3px solid transparent;
  }
}


@media (max-width:767px) {
  .product.opened .category_home{
    max-height: none;
    overflow: scroll;
  }
  .product-card-wrapper .no_stock{
    width: 35%;
  }
  .tab_navigation a {
    display: none;
    padding: 15px;
    margin: 0 30px 10px 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 25px;
  }
  .promo_img{
    max-width:40px;
    max-height:40px;
  }
  .col-xl-3 .card-home-block ul{
    padding: 0 150px 0 20px;
  }
  .col-xl-3 .card-home-block .category-card-img{
    max-width:175px;
  }
  .service-home{
    padding-bottom:30px;
  }
  .fix_matchheight{
    min-height:320px;
  }
  .review-title , .blog-wrapper h2.blog-title{
    border:none;
    padding-top: 0;
    margin-top: 29px;
    margin-bottom: 25px;
  }
  .blog-wrapper .blog-body{max-width:280px;margin:0 auto;}

  .product-socials{margin-top:0px;}
  .socials-item span{
    display: none;
  }
  .socials-item{padding:15px;}
  .socials-item i{margin:0px;}
  #flypage .price_container{
    display: table;
  }
  #flypage .price_container .price{font-size:35px;}
  .fn_category_toggle{
    margin: 0 30px 20px 30px;
  }
  #flypage .price_container .old_price{
    font-size:18px;
  }
  .comparison-products .buttons_box, .favorite-products .buttons_box{
    flex-direction: column;
  }
  .home-tab-wrapper .tab_navigation .fn_category_toggle , .home-tab-wrapper .tab_navigation a{
    font-size:16px;
  }
  .accordion__item--name::after{
    right:15px;
  }
  .subscribe-wrappe{
    max-width:100%;
  }
  .mobile-callback{
    position:fixed;
    display:inline-flex;
    bottom:0;
    left:0;
    right:0;
    z-index:998;
  }
  .footer-call-us , .footer-call-me{
    display:inline-block;
    width:100%;
    text-align: center;
    background: #8CC01E;
    height:45px;
  }
  .footer-call-me{
    background: #5586A4;
  }
  .mobile-callback svg{
    vertical-align: middle;
    margin-right:11px;
  }
  .footer-call-us a, .footer-call-me a{
    font-weight: bold;
    font-size: 12px;
    line-height:4;
    text-align: center;
    color: #FFFFFF;
  }

  #breadcrumbs li{margin:5px 5px;}
  .delivery_points_count .count{
    font-size:16px;
    line-height:25px;
  }
  .slick-prev{
    left:10px;
  }
  .slick-next{right:10px;}


  .breadcrumb_box {
    padding: 5px 0;
  }

  #nav_catalog>ul>li a span {
    font-size: 10px;
    line-height: 12px;
    flex: none;
    align-self: center;
    background: #EAF1F5;
    min-height: 40px;
    border: 1px solid #EAF1F5;
    border-radius: 20px;
    padding: 8px 12px;
    margin-top: 0px;
  }

  #nav_catalog>ul>li:first-child,
  #nav_catalog>ul>li {
    border: none;
  }

  #nav_catalog>ul>li:hover a {
    background: #FFF;
  }

  #nav_catalog>ul>li:hover a span,
  #nav_catalog>ul>li.selected a span {
    color: #8CC01E;
    background: #FFF;
    border-color: #8CC01E;
  }

  #nav_catalog>ul>li>a.selected {
    background-color: #FFF;
    color: #8CC01E;
  }

  #nav_catalog>ul>li a {
    padding: 10px 5px 10px 5px;
  }

  #nav_catalog>ul>li a i {
    display: none;
  }

  .header_box_cart_informer,
  .cart_heading,
  .top_acount_mob,
  #nav_catalog>ul>li a {
    height: auto;
  }

  #flypage .buttons_box .amount_block,
  #flypage .fn-product-amount {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  /* .products .product_name a,
  #products .product_name a {
    max-height: 55px;
    height: 55px;
    line-height: 15px;
  } */

  /* .product-card-wrapper .fn-img ,  .product-card-wrapper .image img{
    max-height: 95px;
  } */

  #products .product {
    padding: 0;
  }

  #products .product .price_container {
    max-width: 75%;
  }

  .variants_wrap {
    display: none;
  }

  .variants_wrap .select {
    margin: 5px 0 5px 0;
    width: 100%;
  }

  .variants_wrap .select:last-child {
    margin-left: 0px;
  }

  .rating-favorite-product {
    flex-direction: column;
  }

  .content-page .row {
    margin: 0 -10px 0 -10px;
  }

  .top_lang_mob #languages span:nth-child(5),
  .top_lang_mob #languages .phone--big {
    display: inline-block;
  }

  .top_lang_mob {
    border-bottom: 1px solid #EAF1F5;
  }

  #languages {
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .top_acount_mob #account a {
    padding: 0 15px 0 15px;
  }

  .top_lang_mob #languages a {
    padding: 5px 20px;
  }

  .cart-product-wrapper h1 {
    text-align: center;
    margin-bottom: 15px;
  }

  .cart-product-wrapper .feedback_form .button_all {
    float: none;
    width: 100%;
  }

  .purchase_sum {
    display: none;
  }

  .flex-revers {
    display: flex;
    flex-direction: column-reverse;
  }

  #product_info .timer_product_block {
    border-bottom: none;
  }

  .execution-order-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 25px 20px 0 20px;
  }

  .execution-order {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .execution-order-wrapper {
    margin-top: 40px;
    background: #F9FAFB;
  }

  .total_block {
    width: 100%;
  }

  .execution-order,
  .purchase_row {
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 0px;
  }

  .purchase_row .purchase_name {
    width: 50%;
  }

  .execution-order .order-item {
    width: 100%;
    justify-content: start;
    margin: 5px 0 5px 0;

  }

  .delivery-city-content h1 {
    text-align: center;
  }

  .delivery-city-content .product_rating {
    display: block;
  }

  .execution-order .order-item:nth-child(even) {
    display: none;
  }

  .box_tabs_wrap {
    padding: 0px;
  }

  .product_info_top .flex_vertical {
    text-align: left;
  }

  #product_gallery {
    margin: 0 auto;
  }

  .product-rating-cw {
    flex-direction: column;
  }



  .shpu_pagination.bottom {
    margin-bottom: 0px;
  }

  .page_link {
    line-height: 2;
    min-width: 30px;
    font-size: 14px;
    min-height: auto;
  }

  .category-product-quantity {
    left: auto;
    right: 0;
    border-radius: 0 10px;
  }

  .products_categories .product .padding {
    margin-top: 10px;
  }

  .content-page .product-card-wrapper {
    margin: 5px;
  }

  .main_tabs .tab_navigation {
    display: block;
    text-align: center;
  }



  .main_tabs .tabOpen {
    display: block;
  }

  .main_tabs .tabClose {
    display: none
  }

  .tab_navigation a {
    width: fill-available;
    width: -webkit-fill-available;
  }

  .tab_navigation a.selected {
    border: 1px solid #8CC01E;
  }

  #top_mobile {
    height: 59px;
  }

  .cart_heading {
    height: auto;
  }

  .cart-header-icon {
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .card-header-count {
    top: -10px;
    left: 20px;
  }

  .card-bg {
    left: 17px;
    top: -13px;
  }

  #top_control {
    width: 64px;
    height: 59px;
  }

  .menu-icon-wrapper {
    height: 59px;
  }

  .mobile-logo {
    display: inline-block !important;
  }

  .top_contacts_hide {
    /* border: 1px solid #cdcdcd; */
    /* height: 30px; */
    padding: 0px;
    /* line-height: 26px; */
    position: relative;
  }

  .top_contacts_hide .text_contact_hide {
    color: #a4a4a4;
    font-size: 13px;
    display: none;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 1px;
  }

  .top_contacts_hide img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .big-logo {

    display: none !important;
  }

  .feedback_form {
    border-radius: 0 0 10px 10px;
  }

  .form-contact-title {
    text-align: center;
    background: #5586A4;
    color: #FFF;
    margin-bottom: 0px;
    padding-top: 20px;
    border-radius:10px 10px 0 0;
  }

  .contact-city .box_point_delivery {
    padding: 30px;
  }

  .delivery-callback {
    margin-top: 45px;
  }

  .box_point_delivery.info_feedback .precent-icon {
    margin-top: -35px;
  }

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

  /* .delivery_points_count .count{
    font-size: 16px;
    line-height: 25px;
    color: #202228;
    vertical-align: middle;
  } */

  .delivery_points_count {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .delivery-box {
    justify-content: center;
  }

  .delivery-wrapper .box_point_delivery {
    padding: 10px;
  }

  .delivery-callback {
    flex-direction: column;
  }

  .point_delivery .free_call__box {
    width: 100%;
    flex-direction: column;
  }

  #product_info .timer_product_block {
    margin-top: 20px;
    padding: 0px;
    border-top: none;
    text-align: center;
  }
  #product_info .timer_product_block .timer_h{
    font-size:20px;
  }
  #product_gallery .product_images {
    margin-top: 0px;
  }

  .details .product_info_top{
    margin-bottom: auto;
  }
  .product_buttons_flex{padding-top:27px;}
  .pagination-left .page_link,
  .pagination-right .page_link {
    padding: 0 5px 0 5px;
  }

  .pagination-left i,
  .pagination-right i {
    margin: 0 5px 0 5px;
  }

  /* .price-cart-product, .rating-favorite-product{
    flex-direction: column;
  }  */
  .product_info_flex,
  .product_info_top,
  .product_inner_flex,
  .product_images_flex,
  .product_buttons_flex,
  .product-flex-btn {
    flex-direction: column;
    align-items: center;
  }

  .product-flex-btn,
  #flypage .button {
    width: 100%;
  }

  #flypage .button span {
    width: 80%;
  }

  .category_toolbar {
    margin: 0px -15px 0 -15px;
  }

  .category_toolbar_wrapper {
    position: relative;
  }

  #logo_footer {
    margin: 20px 0 20px 0;
  }

  .footer_menu_title ul,
  .footer_contact_title .agency_box,
  .footer_catalog_title .footer_menu {
    display: none;
  }

  .footer_menu_title,
  .footer_contact_title,
  .footer_catalog_title {
    font-weight: bold;
    font-size: 17px;
    line-height: 35px;
    color: #202228;
    padding:6px;
    border-bottom: 1px solid #EAF1F5;
  }

  .trending-wrapper {
    margin: 30px 0 30px 0;
  }

  .wrap_page_body h1 {
    font-size: 20px;
  }

  #featured_category .fn-product {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    border-radius: 0px;
  }

  .card-home-block {
    border-radius: 0px;
  }

  #featured_category {
    margin-top: 0px;
  }

  .featured-wrapper {
    padding: 0px;
  }

  .wrap_page_body {
    display: block;
  }

  #header #wish_compare #comparison,
  #header #wish_compare #wishlist {
    position: relative;
  }

  #header #wish_compare .count {
    position: absolute;
    top: -15px;
    right: -5px;
    font-size: 12px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    background: #8CC01E;
    border-radius: 50%;
    line-height: 2;
  }

  .container-sm {
    max-width: inherit;
  }

  .header-login-mob {
    height: auto;
    float: none;
    margin: 0 auto;
  }

  #contact_head {
    margin-bottom: 0px;
  }

  .top_contacts_hide .items_contacts_hide {
    top: 38px;
    width: 150px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  }

  .hidden_xxl {
    display: block;
  }

  #header .header-item-mob {
    width: 20%;
    text-align: center;
    border-right: 1px solid #EAF1F5;
  }

  #header .header-item-mob:nth-child(5),
  .top_acount_mob #account a,
  .top_acount_mob #languages a {
    border-right: none;
  }

  .hidden_sm {
    display: none;
  }

  .switcher3:after {
    display: none;
  }

  #header #top_search,
  #header #wishlist,
  #header #comparison {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
  }

  header {
    margin-top: 60px;
    padding-top: 0;
  }

  #header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 0;
  }

  #top_search {
    padding: 0;
  }

  .content_box_social_tab {
    display: none;
  }

  #nav_search {
    position: fixed;
    top: 5px;
    z-index: 120;
    left: 135px;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: calc(100% - 400px);
  }

  #top_logo {
    float: left;
    text-align: center;
    padding-top: 0px;
    cursor: pointer;
    color: #7e7e7e;
    max-height: 59px;
    margin-left: 10px;
    max-width:40%;
  }

  .top_lang_mob {
    border-left: none;
  }


  #nav_catalog_mob {
    top: 155px;
  }

  #sidebar {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .pagination {
    margin-top: 25px;
  }


  #logo {
    float: left;
  }

  #logo img {
    width: 170px;
    animation: change-background 4s linear infinite alternate;
  }


  @keyframes change-background {
    0% {
      background: blue;
    }
    50% {
      background: orange;
    }
    100% {
      background: green;
    }
  }

  .top_contacts {
    width: 150px;
    text-align: right;
    clear: none;
  }

  .top_acount_mob #wish_compare {
    display: none;
  }

  .category_heading_hide {
    display: block;
  }

  #cart_informer {
    padding-top: 10px;
    padding-left: 0px;
    height: 100%;
  }

  #button_category_mob {
    margin-top: 0px;
  }

  .header_box_cart_informer {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #contact_head {
    margin-top: 0px;

  }

  #wishlist {
    float: left;
  }

  #comparison {
    float: right;
  }

  #contact_mobile {
    display: block;
  }

  body.ind #main_nav {
    display: block;
    top: 59px;
  }


  #search {
    position: fixed;
    top: 120px;
    left: 0px;
    z-index: 101;
    display: none;
    width: 100%;
    margin: 0;
  }

  #search form {
    padding: 10px 10px;
    background-color: #5586A4;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #4F607D;
    border-bottom: 1px solid #4F607D;
    position: relative;
  }

  #search .button_search {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: #8CC01E;
    border-radius: 0px 4px 4px 0px;
  }

  #search .input_search {
    width: 100%;
    max-width: none;
    border-radius: 4px;
    height: 44px;
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
  }

  .switcher {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .active .switcher {
    background-position: 0 -200px;
  }

  .login_form label {
    display: block;
    float: none;
    margin-bottom: 3px;
    width: auto;
    text-align: left;
  }

  .login_form .form_group input {
    width: 100%;
    max-width: 100%;
  }

  footer {
    padding: 0;
    text-align: center;
  }

  .list .padding {
    overflow: hidden;
    border: 1px solid #dbdbdb;
    padding: 9px;
    border-radius: 4px;
  }





  .tab_navigation,
  .tab_navigation_credit {
    overflow: hidden;
  }

  .content_box_social_tab {
    display: none;
  }

  .button_all {
    width: 100%;
    display: block;
    margin: 20px auto 20px;
  }

  .fn-slick-banner {
    display: none;
  }

  .variant_amount {
    margin: 10px 0px 15px;
  }

  #flypage .buttons_box {
    margin-top: 15px;
  }

  #product_info .details {
    margin-top: 10px;
  }

  .variants_block>span {
    width: 100%;
    float: none;
    max-width: inherit;
  }

  #product_info {
    margin-bottom: 10px;
  }

  .h1 {
    line-height: 1.2;
    font-size: 28px;
  }

  .side_heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .side_heading.black_features {
    background: #202228;
  }

  .grid .image,
  .box .image,
  .fn-wishlist-page .image {
    height: auto;
  }
}
.rating-title {
  display: block;
  font-size: 13px;
  line-height: 12px;
  color: #FFFFFF;
}

.comment_rating_form .rating_form_starOff {
  margin-top: 10px;
  margin-left: 0px;
}

.comment_rating_form {
  text-align: center;
}
.selected_filters_inner .button_all{
  transition: all 0.2s ease;
  margin: 0 auto;
  border-radius: 10px;
}
.selected_filters_inner .button_all:hover{
  background: #9BD02B;
  color: #FFF;
}
.fl_upld {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#fl_inp {
  display: none;
}

.fl_upld label {
  cursor: pointer;
  background: linear-gradient(180deg, #6E9FBD 0%, #5586A4 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 15px 40px rgba(72, 82, 87, 0.15);
  border-radius: 5px;
  border-radius: 3px;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
}

.fl_upld label:hover {
  background: #8CC01E;
}

#fl_nm {
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}

.products_is_ajax {
  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;
  width: 100%;
}
.products_is_ajax a{
  transition: all 0.2s ease;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.fix_matchheight:hover {
  background: rgb(233, 231, 231);
  text-decoration: none;
}

.products_is_ajax i{
  background: #FFFFFF;
  border: 1px solid #5586A4;
  padding:50px;
  border-radius:50%;
}

.products_is_ajax a svg{
  width: 50px;
  height: 50px;
  color:#5586A4;
  vertical-align: middle;
}
.products_is_ajax a span{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #5586A4;
  width: 100%;
  display: block;
  margin-top: 25px;
  text-align: center;
  padding: 0px 20px;
}
.zero_brand {
  text-decoration: line-through;
}

@media (min-width:544) {

  .product_info_flex,
  .product_info_top,
  .product_buttons_flex {
    flex-wrap: nowrap;
  }
}

@media (max-width:543px) {
  .products_is_ajax i{
    padding:40px;
  }
  #top_logo{
    display:flex;
    align-items: center;
    max-width: 35%;
    min-height:59px;
  }
  #product_info {
    text-align: center;
  }

  .product_info_flex>div,
  .product_info_top>div {
    width: 100%;
  }

  .credit_pay,
  .variants_block_new {
    display: block;
  }

  .credit_pay__box {
    width: auto;
  }

  /* #product_info .timer_product_block {
    margin: 15px 0 25px;
  } */

  .brend,
  .sku,
  .available {
    margin-right: 0;
  }

  .cheaper_btn {
    margin-bottom: 5px;
  }

  .product_buttons_flex .add_buttons {
    width: 100%;
    margin: 0;
  }

}
@media(max-width:320px){
  .price-cart-product{
    min-height:75px;
  }

  #top_logo{
    display: flex;
    align-items: center;
    min-height:59px;
    max-width:30%;
  }
  .price-cart-product{
    flex-direction:column;
  }
  .page_link{
    font-size:13px;
  }
  .fix_matchheight{
    min-height: 319px;
  }
}

/*popup-lang*/

#fn_popup_lang {
  position: absolute;
  width: 800px;
  height: 400px;
  top: 100px;
  left: 100px;
  display: none;
}
.block-popup-lang {
  text-align: center;
  padding: 0px 0px 5px;
  line-height: 1.1;
  font-weight: bolder;
}
.block-popup-lang a:focus,
.block-popup-lang a:hover {
  color:#407794;
}
.block-popup-lang a{

  color: #8CC01E;

}

/* модальный блок */
.popup-lang {
  border: 1px solid #5586A4;
  background-color: #e3f0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3f0ff));
  background-image: -webkit-linear-gradient(top, #fff, #e3f0ff);
  background-image: -moz-linear-gradient(top, #fff, #e3f0ff);
  background-image: -ms-linear-gradient(top, #fff, #e3f0ff);
  background-image: -o-linear-gradient(top, #fff, #e3f0ff);
  background-image: linear-gradient(top, #fff, #e3f0ff);
  /*z-index: 1000;*/
  border: 1px solid #fff;
  border-radius: 20px;
  font: 14px/18px 'Tahoma', Arial, sans-serif;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;

  padding: 15px;
  /*display: none;*/
  position: fixed;
  z-index: 1000;
  border-radius: 4px;
  border: solid 1px #aaa;
  /*background: #ffffff;*/
  color: #5586A4;
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  width: 290px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
/* заголовки в модальном блоке */
.popup-lang h2, .popup-lang h3 {
  margin: 0 0 1rem 0;
  font-weight: 300;
  line-height: 1.3;
  color: #5586A4;
  text-align: center;
  text-shadow: 1px 2px 4px #ddd;
}
@media (max-width: 991px) {
  .block-popup-lang {
    text-transform: uppercase;
  }

  .block-popup-lang a{
    display: inline-block;
    width: 30%;
    color: #fff;
    background-color:  #8CC01E;
    padding: 8px 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;

  }
}
/*/ popup-lang*/
/*popup-sum_discount*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  overflow: auto;
}
/* модальный блок */
.popup {
  top: 25%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin: auto;
  width: 85%;
  min-width: 320px;
  max-width: 600px;
  position: absolute;
  padding: 15px 20px;
  border: 4px solid #8CC01E;
  background: #fefefe;
  z-index: 1000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 14px/18px 'Tahoma', Arial, sans-serif;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}
/* заголовки в модальном блоке */
.popup h2, .popup h3 {
  margin: 0 0 1rem 0;
  font-weight: 300;
  line-height: 1.3;
  color: #5586A4;
  text-align: center;
}
/* кнопка закрытия */
.close-button-yes {
  display: inline-block;
  width: auto;
  margin: 0px auto 0px;
  border: 1px solid transparent;
  padding: 17px 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #8CC01E;
  box-shadow: 0px 2px 0px #7cac16, 0px 5px 10px rgb(113 156 21 / 30%);
  border-radius: 25px;
}
/* кнопка закрытия при наведении */
.close-button-yes:hover {
  color: #FFFFFF;
  background-color: #5586A4;
}

/*popup-sum_discount*/

/* Product Filter Choosed*/
.products_filter__choosed{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.products_filter__choosed_items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.products_filter__choosed_items .selected_filter_box{
  margin-right: 5px;
}
.products_filter__choosed_items .selected_filter_box .selected_filter_item button{
  padding: 6px 10px;
  margin: 10px 0;
}
@media(max-width:767px){
  .products_filter__choosed_items .selected_filter_box .selected_filter_item button{
    margin: 5px 0;
  }
}