@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.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: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  padding-right: 12px;
}
.mCSB_inside > .mCSB_container {
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 5;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 12px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 6px 0px rgba(126, 126, 126, 0.35);
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 8px !important;
  left: 0;
  opacity: 1;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 7px 0;
  background: #f0f0f0 !important;
  border-radius: 4px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 100%;
  left: 0;
  width: 230px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 16px;
  margin: 1px auto;
  border-radius: 16px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 78%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f2f2f2 78%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 78%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  box-shadow: 0px 0px 8px 0px rgba(152, 152, 152, 0.35);
  border: 0;
  border-bottom: 1px solid #fff;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar:before {
  position: absolute;
  width: 24px;
  height: 4px;
  background: url(../images/scroll-horizontal-bg.png) 50%
    50% no-repeat;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -2px;
  content: "";
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 22%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f2f2f2 22%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 22%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dad9d9 !important;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  opacity: 1;
  background: #ebebeb;
  background: -moz-linear-gradient(45deg, #ebebeb 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(45deg, #ebebeb 0%, #f8f8f8 100%);
  background: linear-gradient(45deg, #ebebeb 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8', GradientType=1);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCSB_dragger_bar:before {
  position: absolute;
  width: 4px;
  height: 10px;
  background: url("../images/scroll-bg.png") 50% 50%
    no-repeat;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -5px;
  content: "";
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: -2px;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.section-box-3 .mCSB_draggerRail,
.tab-slider-txt .mCSB_draggerRail,
.desk-tab .mCSB_draggerRail,
.card-hidden-sizes .mCSB_draggerRail {
  background: none !important;
}
.section-box-3 .mCSB_dragger_bar,
.tab-slider-txt .mCSB_dragger_bar,
.desk-tab .mCSB_dragger_bar,
.card-hidden-sizes .mCSB_dragger_bar {
  background: #a2a2a2 !important;
  width: 6px !important;
  box-shadow: none !important;
}
.tab-slider-txt .mCSB_dragger_bar {
  background: #fff !important;
  border: 0 !important;
}
.section-box-3 .mCSB_dragger_bar:before,
.tab-slider-txt .mCSB_dragger_bar:before,
.desk-tab .mCSB_dragger_bar:before,
.card-hidden-sizes .mCSB_dragger_bar:before {
  display: none !important;
}
@media (max-width: 991px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -17px;
  }
}
.gallery-modal__small .mCSB_draggerRail {
  opacity: 0;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: none;
  border: 0;
  background: #a2a2a2;
  width: 6px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -10px;
  background: #6a323f;
  background: -moz-linear-gradient(top, #6a323f 0%, #9e1f4c 50%, #6a323f 100%);
  background: -webkit-linear-gradient(
    top,
    #6a323f 0%,
    #9e1f4c 50%,
    #6a323f 100%
  );
  background: linear-gradient(to bottom, #6a323f 0%, #9e1f4c 50%, #6a323f 100%);
  box-shadow: 0px 0px 8px 0px rgba(129, 129, 129, 0.35);
  cursor: pointer;
  border-radius: 27px;
  border: none;
  outline: none !important;
}
.noUi-horizontal .noUi-handle:hover {
  background: #72923d;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:before {
  background: #fff;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  border-radius: 100%;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -2px;
  top: -12px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #b4b7b6;
  border-radius: 2px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #9e1f4c;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.xzoom-container {
  display: inline-block;
}
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}
.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}
.xzoom-source > div:first-child {
  background: transparent !important;
}
.xzoom-hidden {
  overflow: hidden;
}
.xzoom-preview {
  z-index: 4;
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.5);
}
.xzoom-lens {
  cursor: crosshair;
}
.xzoom-lens:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(51, 51, 51);
  opacity: 0.5;
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.5);
}
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading2.gif);
  width: 48px;
  height: 48px;
}
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  border: 1px solid #4aaad2;
}
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}
.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
input,
textarea,
select,
.basket-mob-select-field,
.input-wr .select2 .select2-selection,
.button-wr .select2 .select2-selection {
  border-radius: 0;
}
.hidden {
  display: none;
}
.hidden-xs-up {
  display: none !important;
}
label.error {
  color: red;
  margin: 5px 0 0 0;
}
.main-category:not(.active) {
  visibility: hidden;
  height: 0;
}
.menu-first .menu-icon {
  display: none;
}
.autocomplete-suggestions {
  max-width: 100%;
  display: none;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #dbdbdb;
  top: 100%;
  border-left: none;
  border-bottom: none;
}
.autocomplete-suggestion {
  display: flex;
  width: 100%;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #dbdbdb;
}
.autocomplete-suggestion .img {
  flex-shrink: 0;
  justify-content: center;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.autocomplete-suggestion .title {
  text-align: left;
}
.autocomplete-suggestion:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.autocomplete-suggestions .autocomplete-selected {
  background: rgba(158, 31, 76, 0.05);
}
.autocomplete-suggestions strong {
  font-weight: 600;
  color: #582934;
}
.autocomplete-suggestion div {
  width: 50px !important;
  text-align: center;
}
.autocomplete-suggestion div,
.autocomplete-suggestions span {
  padding: 5px;
  display: flex;
  align-items: center;
}
.autocomplete-suggestions a {
  text-decoration: none;
}
.autocomplete-suggestions .title {
  flex-grow: 1;
}
.autocomplete-suggestions span {
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  border-left: none;
}
.autocomplete-suggestion {
  cursor: pointer;
}
.search__input {
  float: none;
}
.no-products {
  margin-top: 20px;
}
#user_comments .comment {
  margin-top: 30px;
}
.popup_confirm__title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  right: 2%;
  bottom: 120px;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  background-color: #9e1f4c;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.to_top:hover {
  background-color: #6e1736;
}
.to_top:before {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 10px;
  color: #fff;
  transform: rotate(180deg);
}
.to_top.show {
  visibility: visible;
  opacity: 1;
}
.basket .autocomplete-suggestions {
  border: 1px solid #dbdbdb !important;
}
.basket .autocomplete-suggestions div {
  width: auto !important;
}
.cart-next-step {
  width: 214px;
  max-width: 100%;
  display: inline-block;
  height: 44px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background: #9e1f4c;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  border-radius: 22px;
  cursor: pointer;
  font-family: "Myriad Pro";
  display: block;
  outline: none !important;
  width: 150px;
  margin: 0 auto;
  float: none !important;
  border: 0 !important;
  font-size: 15px;
  color: #fff !important;
}
.cart-next-step:hover {
  background: #6a323f;
}
.basket-desktop__edit_promo * {
  float: none !important;
}
.basket-page .basket-desktop__table {
  margin-top: 20px;
}
.novaposhta_div label {
  display: block;
  float: none;
}
.city_novaposhta {
  max-width: 300px;
  color: #555;
}
.select2 {
  max-width: 300px;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #a8abaa;
  border-radius: 20px;
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.35) inset;
  outline: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 23px;
  line-height: 39px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 35px;
  height: 39px;
}
.basket-desktop__sure_order-np .input-wr.sidebar_checks {
  width: 100%;
}
.search .autocomplete-suggestions {
  border-radius: 10px;
  box-shadow: 0 1px 2px #ccc;
}
.section-cabinet {
  margin-top: 50px;
}
.cabinet-bg {
  width: 239px;
  height: 486px;
  background: #1b040a url(../images/cabinet/cab-bg.jpg) 0 0
    no-repeat;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  position: relative;
  color: #fff;
  padding-top: 47px;
}
.cabinet-bg__title {
  font-size: 20px;
  line-height: 21px;
  text-shadow: 0px 1px 2px rgba(85, 116, 34, 0.75);
  font-weight: 700;
}
.cabinet-bg__ico {
  margin-top: 34px;
}
.cabinet-bg__ico span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100%;
}
.cabinet-bg__name {
  line-height: 18px;
  margin-top: 15px;
}
.cabinet-center ul {
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border-radius: 10px;
  width: 100%;
}
.cabinet-center ul li {
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}
.cabinet-center ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.cabinet-center ul li.active {
  background: #f0f0f0;
  background: -moz-linear-gradient(left, #f0f0f0 0%, white 50%, #f0f0f0 100%);
  background: -webkit-linear-gradient(
    left,
    #f0f0f0 0%,
    white 50%,
    #f0f0f0 100%
  );
  background: linear-gradient(to right, #f0f0f0 0%, white 50%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
}
.cabinet-center ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  height: 81px;
  text-decoration: none !important;
}
.cabinet-center ul li.active a {
  color: #262626;
}
.cabinet-center ul li a span {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  padding: 0px 13px;
}
.cabinet-center ul li a svg {
  fill: #fff !important;
  filter: none !important;
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}
.cabinet-center ul li.active a svg {
  fill: #9e1f4c !important;
}
.cabinet-center ul li a svg .st0 {
  fill: #fff !important;
}
.cabinet-center ul li a:hover span {
  text-decoration: underline;
}
.cabinet-right__bg {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  padding: 46px 15px 32px 44px;
}
.cabinet-right__title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 26px;
}
.cab-personal-data__group {
  width: 100%;
  max-width: 495px;
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
}
.cab-personal-data__table {
  margin-top: 6px;
  width: 100%;
}
.cab-personal-data__table table tr td {
  padding-top: 21px;
  vertical-align: top;
}
.cab-personal-data__table table tr td:first-child {
  width: 195px;
  padding-right: 15px;
  color: #81888d;
}
.cab-personal-data__group_right {
  float: right;
  width: 330px;
}
.cab-personal-data__group_right div {
  margin-top: 29px;
}
.cab-personal-data__group_right div ul {
  padding-left: 30px;
  position: relative;
}
.cab-personal-data__group_right div ul:before {
  width: 1px;
  left: 0;
  top: 1px;
  bottom: 7px;
  background: #bbc3c0;
  position: absolute;
  content: "";
}
.cab-personal-data__group_right div ul li {
  margin-top: 25px;
}
.cab-personal-data__group_right div ul li:first-child {
  margin-top: 0;
}
.cab-personal-data__group_right div ul li span {
  line-height: 17px;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.cab-personal-data__group_right div ul li span:hover {
  border-color: transparent;
}
.cab-personal-data__group_right div ul li a {
  line-height: 17px;
  color: #9e1f4c;
  display: inline-block;
  vertical-align: top;
}
.cab-personal-data__tabs.active {
  display: inline-block !important;
  vertical-align: top;
  width: 100%;
}
.cabinet-right__form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
}
.cabinet-right__form-inner {
  display: flex;
  justify-content: space-between;
}
.user-deliveries {
  padding-top: 20px;
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
}
.user-deliveries > *:last-child {
  border: none;
}
.cabinet-form__group {
  display: inline-block;
  vertical-align: top;
}
.cabinet-right__form-inner .input-wr {
  padding: 0;
}
.cabinet-form__group_title {
  font-weight: 700;
  margin-bottom: -3px;
  margin-top: 27px;
}
.small-input {
  width: 300px;
  max-width: 100%;
  float: left;
}
.cab-buttons {
  margin-top: 30px;
}
.cab-buttons button,
.cab-buttons span,
.cab-buttons a {
  display: inline-block !important;
  vertical-align: top;
  margin: 0 20px !important;
}
.cab-buttons span,
.cab-buttons a {
  color: #5f8029;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.cabinet-right__form form .input-wr {
  padding: 0;
}
.cab-password-help-text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #81888d;
  line-height: 17px;
  margin-top: 7px;
}
.change-password label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.change-password label:hover {
  color: #9e1f4c;
}
.change-password label:hover svg path {
  fill: #9e1f4c;
}
.change-password label svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.editor-desk * {
  line-height: 19px;
}
.desk-tb div {
  line-height: 25px;
}
.editor-desk div {
  margin-top: 28px;
}
.editor-desk p {
  margin-top: 19px;
  font-size: 15px !important;
}
.cabinet-center ul li.active a svg .st0 {
  fill: #9e1f4c !important;
}
.clear-views,
.remove-list,
.cabinet-remove-list__remove_link {
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
  height: 32px;
  border: 1px solid #9e1f4c;
  color: #81888d;
  line-height: 34px;
  text-decoration: none !important;
  text-align: center;
  border-radius: 32px;
  font-size: 15px;
  font-weight: normal;
  margin-left: 10px;
  cursor: pointer;
  margin-top: -4px;
}
.remove-list,
.cabinet-remove-list__remove_link {
  padding: 0 14px;
}
.cabinet-right__removes_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 24px;
}
.cabinet-remove-list {
  display: flex;
  flex-wrap: wrap;
}
.cabinet-remove-list__goods {
  background: #ffe2a9;
  border-radius: 6px;
  padding: 8px 8px 6px 17px;
}
.cabinet-remove-list__goods span {
  padding-left: 8px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
}
.cabinet-remove-list__goods span b {
  font-size: 20px;
}
.cabinet-remove-list__goods a {
  margin-left: 27px;
}
.cabinet-remove-list__remove_link {
  margin-left: 24px;
  margin-top: 0;
}
.cabinet-remove-list__sort {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.sort-div {
  float: right;
}
.section-cabinet .sort-catalog {
  border-color: #bbc3c0;
}
.sort-catalog {
  position: relative;
  height: 32px;
  font-size: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 32px;
  float: left;
  z-index: 4;
  margin-top: 8px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.section-cabinet .category-sort {
  padding-left: 16px;
  width: 190px;
}
#category-sort,
.sorter-catalog {
  display: block;
  line-height: 32px;
  position: relative;
  font-size: 13px;
  color: #262626;
  padding-left: 44px;
  text-decoration: none !important;
  float: left;
  cursor: pointer;
  width: 218px;
  z-index: 3;
}
#category-sort:before,
.sorter-catalog:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  font-size: 8px;
  color: #69706e;
}
.sort-catalog ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -1px;
  padding-top: 32px;
}
.sort-catalog ul li {
  border-top: 1px solid #d9d9d9;
}
.section-cabinet .sort-catalog ul li a {
  padding-left: 16px;
}
.sort-catalog ul li a {
  padding-left: 44px;
  font-size: 13px;
  line-height: 32px;
  display: block;
  position: relative;
}
.sort-catalog ul li.active a,
.sort-catalog ul a.active {
  text-decoration: none !important;
}
.sort-catalog ul li.active a:before,
.sort-catalog ul a.active:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  color: #9e1f4c;
  font-size: 11px;
  width: 14px;
  height: 11px;
  right: 10px;
  line-height: 11px;
}
.sort-catalog.show ul {
  height: auto;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  border: 1px solid #582934;
  border-radius: 16px;
  background: #fff;
}
.sort-catalog.show {
  z-index: 10;
  border: 1px solid transparent !important;
}
.blog-item-main__img a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket-desktop__terms_use {
  width: auto;
  max-width: 260px;
  margin: 22px auto 0;
}
.basket-desktop__terms_use * {
  float: none !important;
}
.basket-desktop__terms_use label {
  display: inline-block;
  width: auto;
  max-width: 260px;
}
header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  transition: top 0.5s;
}
.cmp-page {
  padding: 0 !important;
}
.cmp-page header {
  position: static !important;
}
#login_modal,
#callback,
#quick-order,
#report-availability {
  position: fixed;
}
#callback,
#quick-order,
#report-availability {
  transform: translateY(-50%);
}
#fn_callback *[type="submit"] {
  display: flex;
}
.section-page {
  padding-top: 30px;
}
.desk-comments {
  display: flex;
  justify-content: space-between;
}
.comments__list {
  flex-grow: 1;
  margin-top: 35px;
  margin-right: 40px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  background: #fff;
  border-radius: 10px;
}
.comments__list > .comment__item:first-child {
  padding-top: 0;
  border-top: none;
}
.comment__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}
.comment_heading {
  color: #222;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.comment_heading::after {
  content: "";
  height: 2px;
  background: #c1c1c1;
  position: absolute;
  top: 55%;
  right: 0;
  display: block;
  width: 100%;
}
.comment_heading span {
  background: #fff;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}
.comment__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-top: 15px;
}
.comment__icon svg {
  width: 40px;
  height: 40px;
}
.admin_note .comment__icon svg {
  width: 42px;
  height: 42px;
}
.comment__icon .comment__image {
  max-width: 40px;
  height: auto;
}
.comment__boxed {
  width: 100%;
  padding: 20px 15px;
}
.comment__item {
  border-top: 1px solid #bbc3c0;
}
.admin_note {
  margin-left: 50px;
}
.comment__header {
  margin-bottom: 5px;
}
.comment__name {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  color: #262626;
}
.comment__status {
  font-weight: 400;
  font-size: 13px;
  color: rgb(11, 152, 47);
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.comment__date {
  font-size: 12px;
  color: #818a84;
  white-space: nowrap;
}
.comment__body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #262626;
}
.comment__btn {
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  color: #818a84;
  border-bottom: 1px solid #818a84;
  text-decoration: none !important;
}
.comment_form {
  padding: 15px;
  border-top: 1px solid #bbc3c0;
}
.comment__btn:hover {
  color: #9e1f4c;
  border-color: transparent;
}
.nicescroll-rails {
  background: #e4e4e4 !important;
  border-radius: 5px;
}
.nicescroll-cursors {
  width: 8px !important;
  background-color: rgb(179, 182, 181) !important;
  border: none !important;
  cursor: pointer;
}
.products-not-found {
  margin-top: 20px;
  font-size: 16px;
}
.section-feedback-view .without-comments p {
  font-weight: 400;
}
.feedback-map {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.section-feedback-view .message_success {
  margin-top: 20px;
  font-size: 16px;
  padding: 0 30px;
  color: green;
}
.section-feedback-view .without-comments-wrapp {
  padding: 0;
}
.menu-column {
  column-count: 4;
  column-gap: 30px;
}
.preview-out-stock {
  pointer-events: initial !important;
  cursor: pointer !important;
}
.btn_.btn-bye-card.disabled.preview-out-stock:hover {
  background: #b6b5b5 !important;
  border-color: #b6b5b5 !important;
}
.items-col_new {
}
.products_list .items-col {
  /*height: 378px;*/
  height: 400px;
}
.items-col .items-wr {
  min-height: 100%;
}
.product_wrap_amount {
  display: flex;
}
.product_wrap_amount .card-size-col {
  flex-shrink: 0;
}
.product-step-amount {
  max-width: 244px;
  margin-left: 25px;
  padding-right: 30px;
  color: #9e1f4c;
}
.price-title {
  margin-right: 10px;
  font-size: 28px;
}
.product-available p {
  display: inline-block;
}
.card-info__block_wr:hover .card-info__popup {
  display: block;
}
.card-info__popup {
  display: none;
  position: absolute;
  min-width: 300px;
  z-index: 1;
  margin-right: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  background: #9e1f4c;
}
.card-info__popup:after {
  content: "";
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #9e1f4c;
  border-top: 11px solid transparent;
  display: block;
  height: 0;
}
.slider-category__col,
.main-banner {
  opacity: 0;
  height: 457px;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-category__col {
  height: 110px;
}
.slider-category__col.owl-loaded,
.main-banner.owl-loaded {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.home .nicescroll-rails {
  background: #fffefd !important;
}
.home .nicescroll-cursors {
  background-color: #9e1f4c !important;
}
.pop-comp {
  display: none;
  max-height: 100vh;
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pop-comp.active {
  display: flex;
}
.pop-comp__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: 0.2s fadeIn;
  animation: 0.2s fadeIn;
}
.pop-comp__inner {
  max-width: 440px;
  height: auto;
  max-height: 90%;
  margin: 0 auto;
  border-radius: 8px;
  overflow-y: auto;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.32);
  -webkit-animation: 0.2s zoomIn;
  animation: 0.2s zoomIn;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #fff;
  color: #333;
}
.pop-comp__header {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  height: 57px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}
.pop-comp__header h3 {
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pop-comp__close {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: hsla(0, 0%, 100%, 0.8);
  border: none;
  border-radius: 8px;
  outline: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pop-comp__close svg {
  fill: #797878;
  transition: all 0.2s ease;
}
.pop-comp__close:hover svg {
  fill: #f84147;
}
.pop-comp-content {
  padding: 24px;
  max-height: 100%;
  overflow-y: auto;
}
.pop-comp-content__inner {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.pop-comp-content__inner:before {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #69706e;
  display: block;
  margin-bottom: 15px;
}
.pop-comp-content__inner h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}
.pop-comp-content__inner p {
  font-size: 14px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.cmp {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.cmp__sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 7;
  display: block;
  background: #fff;
}
.cmp h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.4;
}
.cmp-settings {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.cmp-settings button,
.cmp-settings a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  color: #262626;
}
.cmp-settings button svg,
.cmp-settings a svg {
  flex-shrink: 0;
  margin-right: 12px;
}
.cmp-settings button:hover,
.cmp-settings a:hover {
  color: #9e1f4c;
}
.cmp-settings button:hover svg,
.cmp-settings a:hover svg {
  fill: #9e1f4c;
}
.cmp-settings__add-one-more,
.cmp-settings__list {
  margin-left: 16px;
}
.cmp-settings__toggle {
  margin-right: auto;
}
.cmd-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cmd-products__item {
  width: calc(20% - 30px);
  margin: 0 15px;
  text-align: center;
}
.cmd-products__item .items-wr:hover {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  padding-bottom: 29px;
}
.cmp-page .prf {
  margin-top: 15px;
  padding: 0 15px;
}
.cell {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cell span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.features-categories {
  margin-bottom: 16px;
}
.input-blocks__popular-links a {
  padding: 0 0 0 2px !important;
}
.input-blocks__popular-links a:before {
  display: none;
}
.section-top-cards__list {
  margin-top: 32px;
  column-count: 4;
}
.captcha {
  display: flex;
  align-items: flex-start;
}
.form__captcha {
  position: relative;
}
.form__input_captcha {
  width: 100%;
  max-width: 135px;
  margin-top: 0;
  padding: 0 15px;
  text-align: center;
}
.secret_number {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  background: rgb(245, 248, 249);
  display: inline-block;
  position: relative;
  text-shadow: 1px 1px #9e1f4c, -1px 1px #9e1f4c, -1px -1px #9e1f4c,
    1px -1px #9e1f4c;
  color: rgb(255, 255, 255);
  font-weight: bold;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  line-height: 40px;
}
.secret_number:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  bottom: -15px;
  left: 0;
  z-index: -1;
  background: linear-gradient(
      -45deg,
      rgba(72, 209, 204, 0) 2px,
      mediumturquoise 3px,
      rgba(72, 209, 204, 0) 3px
    )
    repeat;
  background-size: 4px 4px;
}
.secret_number:after {
  content: attr(data-name);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  text-shadow: 1px 1px white, 2px 2px white, 3px 3px white, 4px 4px white;
  color: white;
  transition: all 1s;
}
.form__captcha label.error {
  display: block;
}
.header-buttons__wish {
  position: relative;
}
.wrap-toolt {
  display: none;
  position: absolute;
  right: -29px;
  z-index: 15 !important;
  padding-top: 7px;
}
.wrap-toolt-basket {
  right: 0;
  padding-top: 24px;
}
.toolt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 370px;
  min-height: 68px;
  padding: 10px 10px 10px 65px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  background-size: 40px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.toolt-button {
  cursor: pointer;
}
.toolt-basket {
  width: 345px;
  background: rgba(255, 255, 255, 0.9);
  background-image: url(../images/ico-fonts/new-3.svg);
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 34px;
}
.toolt:before {
  content: "";
  border-bottom: 12px solid #fbfdfa;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  right: 35px;
  top: -12px;
}
.toolt-basket:before {
  right: 13px;
}
.toolt-wishlist:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 34px;
  color: #69706e;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.toolt__title {
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.faq_block {
  margin-top: 30px;
}
.faq_block .faq__item--boxed {
  padding: 15px;
  background: transparent;
  border: 1px solid #999;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}
.faq__question {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.faq__arrow {
  position: initial !important;
  margin-right: 15px;
}
.faq__question span {
  margin-top: 1px;
  line-height: 0;
}
.faq__question.active {
  color: #9e1f4c !important;
}
.faq__content {
  padding: 0 !important;
  border: none !important;
}
.faq__answer {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.section-faq {
  margin-top: 60px;
  line-height: 1.5;
}
.section-faq > .container {
  position: relative;
  padding-top: 60px;
}
.section-faq > .container:last-child:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
  background: #bbc3c0;
}
.section-faq__title {
  margin-bottom: 50px;
}
.section-faq__list {
  column-count: 2;
  column-gap: 40px;
}
.section-faq__list > * {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.section-faq__list .h3 {
  margin-bottom: 15px;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-faq__list .h3 + div {
  padding-left: 27px;
}
.section-faq__list .h3 + div ul {
  margin-top: 5px;
}
.section-faq__list > div:first-child ul li,
.section-faq__list > div:nth-child(2) ul li {
  position: relative;
}
.section-faq__list > div:first-child ul li:before,
.section-faq__list > div:nth-child(2) ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #9e1f4c;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.cart-full {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.5);
  width: 195px;
  right: 0;
  padding: 18px 20px 15px;
  position: absolute;
  z-index: 10;
  top: 100%;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.btn_.make_order {
  display: inline-flex;
  height: 35px;
  margin: 8px 0 13px;
  font-size: 12px;
}
.cart-full__checkout {
  margin-left: 25px;
  position: relative;
  line-height: 1.1;
  border-bottom: 1px dotted;
}
.cart-full__checkout:hover {
  border-bottom: transparent;
}
.cart-full__checkout:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/ico-fonts/new-3.svg") no-repeat;
  background-size: contain;
}
[name="subscribe_email"].error {
  border: 2px solid red;
}
.subscribe_error,
.subscribe_success {
  float: left;
  margin: 5px 0 0 0;
}
.subscribe_error {
  color: red;
}
.subscribe_success {
  color: rgb(71, 231, 126);
}
.tab {
  display: none;
}
.user_message_success {
  clear: both;
  padding: 15px;
  margin: 15px 0 0 26px;
  background-color: rgb(190, 225, 202);
  border-left: 4px solid rgb(11, 159, 89);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 1.3;
  min-height: 36px;
}
.user_message_success svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.product__rating {
  position: relative;
}
.post__rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating_starOff {
  display: inline-block;
  vertical-align: top;
}
.rating_starOff,
.rating_starOn {
  width: 90px;
  height: 18px;
  background: url(../images/rating.png) repeat-x left top;
}
.rating_starOff-2,
.rating_starOn-2 {
  width: 150px;
  height: 30px;
  background: url(../images/rating-new.png) repeat-x left
    top;
}
.rating_starOn-2 {
  width: 0;
}
.rating_starOn {
  display: block;
  background-position: left bottom;
}
.rating_text {
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  left: calc(100% + 8px);
  font-size: 10px;
  font-weight: 500;
  color: rgb(102, 102, 102);
  white-space: nowrap;
  top: 1px;
  z-index: 2;
}
.rating_text.hidden {
  display: none;
}
.comment_form .input-wr {
  margin-bottom: 15px;
}
.comment_form .control-label {
  margin-top: 0;
}
.comment__item-0 > .comment__inner > .comment__boxed {
  padding: 20px;
}
.product-rating {
  display: flex;
  align-items: center;
}
.product-rating > span {
  margin-left: 6px;
  margin-top: -1px;
  font-size: 14px;
}
.preview-rating {
  margin: 10px 0 8px;
}
.preview-rating__text {
  margin-left: 5px;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.preview-rating.vis-hidden {
  visibility: hidden;
}
.cart-full {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.5);
  width: 195px;
  right: 0;
  padding: 18px 20px 15px;
  position: absolute;
  top: 100%;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.btn_.make_order {
  display: inline-flex;
  height: 35px;
  margin: 8px 0 13px;
  font-size: 12px;
}
.cart-full__checkout {
  margin-left: 25px;
  position: relative;
  line-height: 1.1;
  border-bottom: 1px dotted;
}
.cart-full__checkout:hover {
  border-bottom: transparent;
}
.cart-full__checkout:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/ico-fonts/new-3.svg") no-repeat;
  background-size: contain;
}
.wrap-seo-menu {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
}
.seo-menu__tabs {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sm-sec__menu.active {
  display: flex;
}
#seo-menu .sm-sec {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  height: 0 !important;
  min-height: 315px;
  visibility: hidden;
  z-index: -1000;
}
#seo-menu .sm-sec .section-faq,
.section-faq__title {
  margin: 0px;
  height: 0;
}
#seo-menu .sm-sec.active .section-faq {
  height: auto;
  margin-top: 60px;
}
#seo-menu .sm-sec.active .section-faq__title {
  margin-bottom: 50px;
}
#seo-menu .section-faq__list > * {
  height: 0;
}
#seo-menu .sm-sec.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  height: auto !important;
  z-index: 1;
}
#seo-menu .sm-sec.active .section-faq__list > * {
  height: auto;
}
.menu_group--footer_menu_tabs_alcohol .menu_group__item--1 > i,
.menu_group--footer_menu_tabs_alcohol .menu_group__list--3 {
  display: none;
}
.seo-menu__level-1 {
  width: 175px;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
}
.seo-menu__level-1 li {
  width: 100%;
  border-right: 1px solid #e5e5e5;
}
.sm-sec__menu i,
.sm-sec__menu a,
.sm-sec__menu-list a {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 2px 0;
  line-height: 16px;
  text-decoration: none !important;
  color: #888;
  cursor: pointer;
  transition: 0.2s linear;
}
.seo-menu i:hover,
.seo-menu a:hover {
  color: #000;
}
.seo-menu__level-1 li i.active {
  border-right: 2px solid #000;
  color: #000;
}
.seo-menu__level-2 {
  max-width: 975px;
  margin-left: -1px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  column-count: 4;
  column-gap: 20px;
  column-width: 175px;
}
.seo-menu__level-2 li,
.sm-sec__menu-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.sm-sec__menu-list ul {
  column-count: 5;
  column-gap: 20px;
  column-width: 175px;
}
footer .h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__list-catalog-2 {
  padding-top: 30.8px;
}
.card-buy-wrapp .product_btn.added,
.items__button button.added {
  font-size: 14px;
}
.sm-sec__top-filters ul {
  column-count: 3;
  max-width: 800px;
}
.sm-sec__top-categories ul {
  column-count: 4;
  max-width: 800px;
}
.catalog-view-grid .items-table-col {
  display: none !important;
}
.catalog-view-list .items-col {
  display: none !important;
}
@media (max-width: 1299px) {
  .main-banner {
    height: 379px;
  }
}
@media (max-width: 767px) {
  .items__button button.added {
    width: auto;
    padding: 0 14px;
    font-size: 12px;
    line-height: 13px;
  }
  .card-buy-wrapp .product_btn.added {
    font-size: 16px;
  }
  .items-table .preview-rating {
    justify-content: flex-start !important;
  }
  .user_message_success {
    margin: 15px 0 0 0;
  }
  .section-faq {
    margin-top: 25px;
    line-height: 1.4;
  }
  .section-faq > .container {
    padding-top: 25px;
  }
  .section-faq__list h3 + div {
    padding: 0;
  }
  .section-faq__title {
    font-size: 22px !important;
  }
  .pop-comp {
    padding: 0;
  }
  .pop-comp__inner {
    max-width: 90%;
  }
  .pop-comp__header {
    padding-left: 16px;
    padding-right: 68px;
  }
  .pop-comp__header h3 {
    font-size: 20px;
  }
  .pop-comp-content {
    padding: 16px;
  }
  .liqpay {
    max-width: 100px;
  }
  .slider-category__col {
    height: 159px;
  }
  .main-banner {
    height: 195px;
  }
  .product-step-amount {
    max-width: 280px;
    margin: 0 auto 15px;
    padding-right: 0 !important;
  }
  .order_payment__button {
    font-size: 12px;
    padding: 0 15px;
  }
  .order_details {
    font-size: 14px;
  }
  .autocomplete-suggestion {
    font-size: 12px;
  }
  .main-news__content {
    text-align: left;
  }
  .main-news__title {
    font-size: 16px;
    line-height: 19px;
  }
  .main-news__annotation {
    font-size: 14px;
    line-height: 19px;
  }
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  [class*="col-auto"],
  [class*="col-xs-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"],
  [class*="col-xl-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .col.items_wr_full,
  .col-1.items_wr_full,
  .col-2.items_wr_full,
  .col-3.items_wr_full,
  .col-4.items_wr_full,
  .col-5.items_wr_full,
  .col-6.items_wr_full,
  .col-7.items_wr_full,
  .col-8.items_wr_full,
  .col-9.items_wr_full,
  .col-10.items_wr_full,
  .col-11.items_wr_full,
  .col-12.items_wr_full,
  [class*="col-auto"].items_wr_full,
  [class*="col-xs-"].items_wr_full,
  [class*="col-sm-"].items_wr_full,
  [class*="col-md-"].items_wr_full,
  [class*="col-lg-"].items_wr_full,
  [class*="col-xl-"].items_wr_full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot")
      format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"),
    url("../fonts/myriadpro/MyriadPro-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/myriadpro/MyriadPro-Regular.woff")
      format("woff"),
    url("../fonts/myriadpro/MyriadPro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro/MyriadPro-Bold.eot");
  src: local("Myriad Pro Bold"), local("MyriadPro-Bold"),
    url("../fonts/myriadpro/MyriadPro-Bold.eot")
      format("embedded-opentype"),
    url("../fonts/myriadpro/MyriadPro-Bold.woff")
      format("woff"),
    url("../fonts/myriadpro/MyriadPro-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  position: relative;
}
#overlay-catalog {
  position: absolute;
  width: 100%;
  opacity: 0.8;
  left: 0;
  top: 158px;
  bottom: 0;
  z-index: 7;
  background: #582934;
}
#overlay-catalog:before {
  position: absolute;
  width: 100%;
  height: 160px;
  content: "";
  opacity: 0;
  left: 0;
  top: -158px;
}
#overlay-catalog.opacity {
  opacity: 0 !important;
}
#overlay-catalog.show {
  display: block !important;
}
body {
  background: #fff;
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}
body.hidden_scroll-y {
  overflow-y: hidden;
}
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body.show-block-filters {
  transform: translate3d(-400px, 0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body.show-block-filters .filters-bar {
  opacity: 1;
  z-index: 2;
}
body.show-block-filters .sidebar-filters {
  opacity: 1;
  z-index: 4;
}
body.show-block-mobile {
  transform: translate3d(-320px, 0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body.show-block-mobile .mobile-menu-hidden {
  display: block !important;
  z-index: 12;
  opacity: 1;
}
body.fixed-card-sizes {
  overflow: hidden;
  margin-left: -17px;
}
body.fixed-card-sizes .hidden-sizes-card {
  margin-right: 0;
}
.cursor-pointer {
  cursor: pointer;
}
@media (max-width: 767px) {
  body.show-block-filters {
    transform: translate3d(-100%, 0, 0);
  }
  .cart_empty {
    margin-top: 40px !important;
  }
}
a {
  color: #9e1f4c;
  outline: none !important;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #6a323f;
}
.style,
[class*="section-box"],
section,
footer,
header {
  width: 100%;
  float: left;
}
[class*="section-box"],
section,
footer,
header {
  position: relative;
}
section,
header,
nav,
article,
aside,
footer,
address {
  display: block;
}
.container {
  min-width: 303px;
}
.btn_,
.btn_.btn-bye-card,
.button-wr button,
.button-wr input[type="button"],
.buttons-proof a,
.buttons-proof span,
.mob-comments-add-btn span,
.without-comments span,
.gallery-modal__btn_bye span,
.delivery-hidden-fields__button b,
.blog-item-main__button a,
.error-page__button a {
  width: 214px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background: #9e1f4c;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border-radius: 22px;
  outline: none !important;
}
.btn_:hover,
.button-wr button:hover,
.button-wr input[type="button"]:hover,
.buttons-proof a:hover,
.buttons-proof span:hover,
.mob-comments-add-btn span:hover,
.without-comments span:hover,
.gallery-modal__btn_bye span:hover,
.delivery-hidden-fields__button b:hover,
.blog-item-main__button a:hover,
.error-page__button a:hover {
  text-decoration: none;
  background: #6a323f;
  color: #fff;
}
.btn_:active,
.button-wr button:active,
.buttons-proof a:active,
.buttons-proof span:active,
.mob-comments-add-btn span:active,
.without-comments span:active,
.gallery-modal__btn_bye span:active,
.delivery-hidden-fields__button b:active,
.blog-item-main__button a:active,
.error-page__button a:active {
  color: #fff;
  background: #582934;
}
.btn_.btn-bye-card.disabled,
.button-wr button.btn-bye-card.disabled,
.buttons-proof a.btn-bye-card.disabled,
.buttons-proof span.btn-bye-card.disabled,
.mob-comments-add-btn span.btn-bye-card.disabled,
.without-comments span.btn-bye-card.disabled,
.gallery-modal__btn_bye span.btn-bye-card.disabled,
.delivery-hidden-fields__button b.btn-bye-card.disabled,
.blog-item-main__button a.btn-bye-card.disabled,
.error-page__button a.btn-bye-card.disabled {
  background: #cccccc !important;
  border: 1px solid #cccccc !important;
  cursor: default;
  pointer-events: none;
  color: #fff !important;
}
.btn_.btn-bye-card.in-basket,
.button-wr button.btn-bye-card.in-basket,
.buttons-proof a.btn-bye-card.in-basket,
.buttons-proof span.btn-bye-card.in-basket,
.mob-comments-add-btn span.btn-bye-card.in-basket,
.without-comments span.btn-bye-card.in-basket,
.gallery-modal__btn_bye span.btn-bye-card.in-basket,
.delivery-hidden-fields__button b.btn-bye-card.in-basket,
.blog-item-main__button a.btn-bye-card.in-basket,
.error-page__button a.btn-bye-card.in-basket {
  background: #fff !important;
  color: #9e1f4c;
  border: 1px solid #9e1f4c;
}
.button-wr input[type="button"] {
  cursor: pointer;
  border: none;
}
.btn_.custom-btn,
.button-wr button.custom-btn,
.buttons-proof a.custom-btn,
.buttons-proof span.custom-btn,
.mob-comments-add-btn span.custom-btn,
.without-comments span.custom-btn,
.gallery-modal__btn_bye span.custom-btn,
.delivery-hidden-fields__button b.custom-btn,
.blog-item-main__button a.custom-btn,
.error-page__button a.custom-btn {
  width: 100%;
  height: 32px;
  line-height: 32px;
  box-shadow: none;
  font-size: 13px;
  text-transform: none;
  color: #45504c;
  font-weight: normal;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  position: relative;
  border: 1px solid #bbc3c0;
  background: none;
}
.btn_.custom-btn:before,
.button-wr button.custom-btn:before,
.buttons-proof a.custom-btn:before,
.buttons-proof span.custom-btn:before,
.mob-comments-add-btn span.custom-btn:before,
.without-comments span.custom-btn:before,
.gallery-modal__btn_bye span.custom-btn:before,
.delivery-hidden-fields__button b.custom-btn:before,
.blog-item-main__button a.custom-btn:before,
.error-page__button a.custom-btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bbc3c0;
  font-size: 8px;
  right: 9px;
  position: absolute;
  content: "\e90f";
  width: 12px;
  height: 8px;
  top: 50%;
  margin-top: -3px;
  line-height: 8px;
}
.btn_.custom-btn.news,
.button-wr button.custom-btn.news,
.buttons-proof a.custom-btn.news,
.buttons-proof span.custom-btn.news,
.mob-comments-add-btn span.custom-btn.news,
.without-comments span.custom-btn.news,
.gallery-modal__btn_bye span.custom-btn.news,
.delivery-hidden-fields__button b.custom-btn.news,
.blog-item-main__button a.custom-btn.news,
.error-page__button a.custom-btn.news {
  border-color: #a0938e;
  color: #ffffff;
}
.btn_.custom-btn.news:before,
.button-wr button.custom-btn.news:before,
.buttons-proof a.custom-btn.news:before,
.buttons-proof span.custom-btn.news:before,
.mob-comments-add-btn span.custom-btn.news:before,
.without-comments span.custom-btn.news:before,
.gallery-modal__btn_bye span.custom-btn.news:before,
.delivery-hidden-fields__button b.custom-btn.news:before,
.blog-item-main__button a.custom-btn.news:before,
.error-page__button a.custom-btn.news:before {
  color: #ffffff;
}
.report-availability {
  color: #fff !important;
  font-size: 13px;
  line-height: 15px;
  background: #a0b5df;
  background: -moz-linear-gradient(top, #a0b5df 1%, #c3c5ef 50%, #a0b5df 100%);
  background: -webkit-linear-gradient(
    top,
    #a0b5df 1%,
    #c3c5ef 50%,
    #a0b5df 100%
  );
  background: linear-gradient(to bottom, #a0b5df 1%, #c3c5ef 50%, #a0b5df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0b5df', endColorstr='#a0b5df', GradientType=0);
}
.report-availability:hover {
  background: #c3c5ef;
}
.report-availability:active {
  background: #a0b5df;
}
.report-availability b {
  display: inline-block;
}
.disabled-button,
.btn-bye-card-click-wr span.disabled-button,
.basket-mob-forms-step-2__form .button-wr.disabled-button button {
  color: #fff !important;
  cursor: default !important;
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  background: -webkit-linear-gradient(
    top,
    #cccccc 1%,
    #d7d7d7 50%,
    #cccccc 100%
  );
  background: linear-gradient(to bottom, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color', GradientType=0);
}
.disabled-button:hover,
.btn-bye-card-click-wr span.disabled-button:hover,
.basket-mob-forms-step-2__form .button-wr.disabled-button button:hover {
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  background: -webkit-linear-gradient(
    top,
    #cccccc 1%,
    #d7d7d7 50%,
    #cccccc 100%
  );
  background: linear-gradient(to bottom, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color', GradientType=0);
}
.disabled-button:active,
.btn-bye-card-click-wr span.disabled-button:active,
.basket-mob-forms-step-2__form .button-wr.disabled-button button:active {
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  background: -webkit-linear-gradient(
    top,
    #cccccc 1%,
    #d7d7d7 50%,
    #cccccc 100%
  );
  background: linear-gradient(to bottom, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color', GradientType=0);
}
@media (max-width: 767px) {
  .btn_.btn-bye-item.disabled,
  .button-wr button.btn-bye-item.disabled,
  .buttons-proof a.btn-bye-item.disabled,
  .buttons-proof span.btn-bye-item.disabled,
  .mob-comments-add-btn span.btn-bye-item.disabled,
  .without-comments span.btn-bye-item.disabled,
  .gallery-modal__btn_bye span.btn-bye-item.disabled,
  .delivery-hidden-fields__button b.btn-bye-item.disabled,
  .blog-item-main__button a.btn-bye-item.disabled,
  .error-page__button a.btn-bye-item.disabled {
    font-size: 12px;
    line-height: 34px;
  }
}
input,
textarea,
select,
.basket-mob-select-field,
.input-wr .select2 .select2-selection,
.button-wr .select2 .select2-selection {
  width: 100%;
  float: left;
  outline: none !important;
  height: 40px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #a8abaa;
  padding-left: 23px;
  padding-right: 23px;
  margin-top: 6px;
  resize: none;
  box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 0.35) inset;
  border-radius: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.basket-mob-select-field::-webkit-input-placeholder,
.input-wr .select2 .select2-selection::-webkit-input-placeholder,
.button-wr .select2 .select2-selection::-webkit-input-placeholder {
  color: #818a84;
  font-size: 15px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.basket-mob-select-field::-moz-placeholder,
.input-wr .select2 .select2-selection::-moz-placeholder,
.button-wr .select2 .select2-selection::-moz-placeholder {
  color: #818a84;
  font-size: 15px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.basket-mob-select-field:-ms-input-placeholder,
.input-wr .select2 .select2-selection:-ms-input-placeholder,
.button-wr .select2 .select2-selection:-ms-input-placeholder {
  color: #818a84;
  font-size: 15px;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.basket-mob-select-field:-moz-placeholder,
.input-wr .select2 .select2-selection:-moz-placeholder,
.button-wr .select2 .select2-selection:-moz-placeholder {
  color: #818a84;
  font-size: 15px;
}
input:focus,
textarea:focus,
select:focus,
.basket-mob-select-field:focus,
.input-wr .select2 .select2-selection:focus,
.button-wr .select2 .select2-selection:focus {
  box-shadow: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
textarea {
  padding-top: 8px;
  min-height: 96px;
  max-height: 96px;
  max-width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow-big.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  padding-right: 33px;
}
select:focus {
  background-image: url(../images/select-arrow-big-up.png);
}
.button-wr {
  margin-top: 20px;
}
.button-wr input[type="submit"],
.button-wr button {
  width: 150px;
  margin: 0 auto;
  float: none !important;
  border: 0 !important;
  font-size: 15px;
  color: #fff !important;
}
.button-wr input[type="submit"]:hover,
.button-wr button:hover {
  border: 1px solid #6a323f;
}
button[type="submit"],
.button-wr input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  font-family: "Myriad Pro";
}
label {
  margin-top: 17px;
  float: left;
  font-size: 15px;
}
.has-success input,
.has-success textarea,
.has-success select,
.has-success .basket-mob-select-field,
.has-success .input-wr .select2 .select2-selection,
.input-wr .select2 .has-success .select2-selection,
.has-success .button-wr .select2 .select2-selection,
.button-wr .select2 .has-success .select2-selection,
.has-success textarea,
.has-success select {
  border: 1px solid #73933e !important;
}
.has-error input,
.has-error textarea,
.has-error select,
.has-error .basket-mob-select-field,
.has-error .input-wr .select2 .select2-selection,
.input-wr .select2 .has-error .select2-selection,
.has-error .button-wr .select2 .select2-selection,
.button-wr .select2 .has-error .select2-selection,
.has-error textarea,
.has-error select {
  border: 1px solid #d32f33 !important;
}
.required label {
  position: relative;
}
.required label:not(.error):before {
  display: block;
  content: "*";
  color: #d32f33 !important;
  position: absolute;
  top: 0px;
  right: -5px;
  font-size: 14px;
  font-family: Arial !important;
}
.help-block {
  display: none;
  width: 100%;
  float: left;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}
.popup {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.popup__heading {
  margin-bottom: 5px;
  font-size: 18px;
  color: #0b720b;
}
.comment-rating {
  margin-bottom: 10px;
  margin-left: -2px;
}
.comment__body-footer {
  margin-top: 10px;
}
.comment__body-footer > div:first-child:not(:last-child) {
  margin-bottom: 3px;
}
.comment__body-footer > div > span:first-child {
  margin-right: 5px;
}
.comment-form-rating {
  margin-top: 26px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #user_comments .comment {
    margin-top: 15px;
  }
  #login_modal {
    transform: translateY(-50%);
  }
  .products_list .items-col {
    height: auto !important;
  }
  .section-feedback-view .without-comments-wrapp {
    width: 100%;
  }
  .section-feedback-view .card-comments-form-wrapp {
    order: -1;
    margin-bottom: 5px;
  }
  .desk-comments {
    flex-wrap: wrap;
  }
  .comments__list {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .card-comments-form-wrapp {
    width: 100% !important;
    padding-left: 0 !important;
    margin: 35px auto 20px;
  }
  input,
  textarea,
  select,
  .basket-mob-select-field,
  .input-wr .select2 .select2-selection,
  .button-wr .select2 .select2-selection {
    padding-left: 16px;
  }
  .basket-desktop__inner > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .basket-desktop-forms-step-2 {
    padding-right: 33px;
    margin-bottom: 10px !important;
  }
  .basket-desktop__table {
    padding-top: 10px;
  }
  #fn_purchases {
    padding: 0 33px;
  }
  .basket-desktop__total_goods {
    display: none;
  }
  .cart-deliveries > *:first-child {
    margin-top: 0;
  }
}
#overlay,
#overlay-filters,
.overlay-proof {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  cursor: default;
}
#overlay.opacity {
  opacity: 0 !important;
}
#overlay.basket {
  z-index: 99;
}
.proof_age {
  position: fixed;
  width: 630px;
  height: 266px;
  background: #fff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
  text-align: center;
  padding: 62px 10px 0 10px;
}
.txt-proof-1 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}
.txt-proof-2 {
  font-size: 18px;
  line-height: 21px;
  color: #9e1f4c;
  margin-top: 19px;
}
.buttons-proof {
  margin-top: 13px;
}
.buttons-proof a,
.buttons-proof span {
  cursor: pointer;
  margin: 15px 15px 0 15px;
}
.buttons-proof .proof-cancel {
  background: none;
  border: 1px solid #9e1f4c;
  color: #9e1f4c;
}
#modal_close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
  display: block;
  z-index: 11;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#modal_close:before {
  display: block;
  color: #e9e9e9;
  font-size: 24px;
  content: "\e906";
  transition: 0.05s;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -ms-transition: 0.05s;
  -o-transition: 0.05s;
}
#modal_close:hover:before {
  color: #262626;
}
#modal_close:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
#modal_close:active:after {
  border-color: #9e1f4c;
}
.forms_ {
  z-index: 101;
  display: none;
  position: absolute;
  width: 615px;
  border-radius: 4px;
  left: 50%;
  margin-left: -307px;
  top: 0;
  opacity: 0;
}
.forms_.forms_750 {
  width: 750px;
  margin-left: -375px;
}
.forms_.forms_556 {
  width: 556px;
  margin-left: -278px;
  left: 50%;
}
.forms_.forms_588 {
  width: 588px;
  margin-left: -294px;
  left: 50%;
}
.forms_.forms_420 {
  width: 420px;
  margin-left: -210px;
  left: 50%;
}
.forms_ form {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  float: left;
  padding-top: 29px;
}
.forms_#table-sizes {
  padding: 0 68px;
}
.forms_#table-sizes #modal_close {
  color: #a0a0a0;
}
.form-control.error {
  border-color: red;
}
.form-title {
  height: 77px;
  line-height: 77px;
  background: #fff;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  font-family: Georgia;
  border-bottom: 1px solid #d2d2d2;
}
.input-wr,
.button-wr {
  padding: 0 15px;
  width: 100%;
  float: left;
}
.login-wrapper,
.all-forms-wrapper {
  width: 100%;
  float: left;
  padding: 27px 30px 29px 30px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  background: #fff;
  border: 1px solid #9e1f4c;
  border-radius: 10px;
}
.login-wrapper .input-wr,
.login-wrapper .button-wr,
.all-forms-wrapper .input-wr,
.all-forms-wrapper .button-wr {
  padding: 0;
}
.login-wrapper .forms_title,
.login-page-form .forms_title {
  margin-bottom: 33px;
}
.login-wrapper form,
.login-page-form form {
  padding-bottom: 0;
  padding-top: 0;
  float: none;
  display: inline-block;
}
.login-wrapper form .input-wr:first-child,
.login-wrapper form .button-wr:first-child,
.login-page-form form .input-wr:first-child,
.login-page-form form .button-wr:first-child {
  margin-top: -5px;
}
.login-wrapper form .input-wr:first-child label,
.login-wrapper form .button-wr:first-child label,
.login-page-form form .input-wr:first-child label,
.login-page-form form .button-wr:first-child label {
  margin-top: 0;
}
.login-wrapper .btns_reg,
.login-page-form .btns_reg {
  margin: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 14px;
  padding-left: 49px;
}
.login-wrapper .sidebar_checks,
.login-wrapper .filters_checks,
.login-page-form .sidebar_checks,
.login-page-form .filters_checks {
  margin-top: 18px;
  text-align: center;
}
.login-wrapper .sidebar_checks input + label,
.login-wrapper .filters_checks input + label,
.login-wrapper .sidebar_checks textarea + label,
.login-wrapper .filters_checks textarea + label,
.login-wrapper .sidebar_checks select + label,
.login-wrapper .filters_checks select + label,
.login-wrapper .sidebar_checks .basket-mob-select-field + label,
.login-wrapper .filters_checks .basket-mob-select-field + label,
.login-wrapper .sidebar_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .login-wrapper .sidebar_checks .select2-selection + label,
.login-wrapper .filters_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .login-wrapper .filters_checks .select2-selection + label,
.login-wrapper .sidebar_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .login-wrapper .sidebar_checks .select2-selection + label,
.login-wrapper .filters_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .login-wrapper .filters_checks .select2-selection + label,
.login-page-form .sidebar_checks input + label,
.login-page-form .filters_checks input + label,
.login-page-form .sidebar_checks textarea + label,
.login-page-form .filters_checks textarea + label,
.login-page-form .sidebar_checks select + label,
.login-page-form .filters_checks select + label,
.login-page-form .sidebar_checks .basket-mob-select-field + label,
.login-page-form .filters_checks .basket-mob-select-field + label,
.login-page-form .sidebar_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .login-page-form .sidebar_checks .select2-selection + label,
.login-page-form .filters_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .login-page-form .filters_checks .select2-selection + label,
.login-page-form .sidebar_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .login-page-form .sidebar_checks .select2-selection + label,
.login-page-form .filters_checks .button-wr .select2 .select2-selection + label,
.button-wr
  .select2
  .login-page-form
  .filters_checks
  .select2-selection
  + label {
  float: none;
  display: inline-block;
}
.login-wrapper .button-wr,
.login-page-form .button-wr {
  float: none;
  width: 150px;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.login-wrapper .button-wr button,
.login-page-form .button-wr button {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 44px;
  line-height: 46px;
}
.login-and-cancel {
  text-align: center;
  margin-top: 9px;
}
.login-cancel {
  display: inline-block;
  font-size: 15px;
  line-height: 44px;
  color: #9e1f4c;
  cursor: pointer;
  margin-left: 35px;
  margin-top: 15px;
}
.login-form__text {
  text-align: center;
  margin-top: -5px;
}
.login-new-user-wr {
  background: #f6f6f6;
  padding-bottom: 41px;
}
.login-form-social-wrapp {
  padding-left: 49px !important;
  padding-right: 0 !important;
}
.login-form-social-wrapp:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
  left: 24px;
  top: 0;
}
.login-form-social-wrapp__or {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 3;
  background: #fff;
  line-height: 40px;
  text-align: center;
  left: 5px;
  top: 68px;
}
.forms_ .sidebar_checks input:checked + label:before,
.forms_ .filters_checks input:checked + label:before,
.forms_ .sidebar_checks textarea:checked + label:before,
.forms_ .filters_checks textarea:checked + label:before,
.forms_ .sidebar_checks select:checked + label:before,
.forms_ .filters_checks select:checked + label:before,
.forms_ .sidebar_checks .basket-mob-select-field:checked + label:before,
.forms_ .filters_checks .basket-mob-select-field:checked + label:before,
.forms_
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection:checked
  + label:before,
.input-wr
  .select2
  .forms_
  .sidebar_checks
  .select2-selection:checked
  + label:before,
.forms_
  .filters_checks
  .input-wr
  .select2
  .select2-selection:checked
  + label:before,
.input-wr
  .select2
  .forms_
  .filters_checks
  .select2-selection:checked
  + label:before,
.forms_
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection:checked
  + label:before,
.button-wr
  .select2
  .forms_
  .sidebar_checks
  .select2-selection:checked
  + label:before,
.forms_
  .filters_checks
  .button-wr
  .select2
  .select2-selection:checked
  + label:before,
.button-wr
  .select2
  .forms_
  .filters_checks
  .select2-selection:checked
  + label:before {
  padding-left: 0;
}
.register-page__form_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  width: 100%;
}
.password_remind {
  display: flex;
  align-items: center;
}
.enter_social_buttons .login-form-social-wrapp:before,
.enter_social_buttons .login-form-social-wrapp__or,
.enter_social_buttons .btns_reg {
  display: none;
}
.enter_social_buttons .login-form-social-wrapp {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100%;
}
.enter_social_buttons .login-form__fb,
.enter_social_buttons .login-form__g {
  padding-left: 0 !important;
}
.register-page__form > form > .row > div:first-child {
  order: 1;
}
.restore_password_ {
  margin-top: 15px;
  font-size: 15px;
  display: block;
  text-align: center;
  color: #9e1f4c;
  text-decoration: none !important;
}
.restore_password_ span {
  border-bottom: 1px dashed #9e1f4c;
  line-height: 17px;
  display: inline-block;
}
.restore_password_:hover span {
  border-bottom: transparent;
}
.no_account_yet {
  font-size: 17px !important;
  font-weight: 700;
  margin-top: 0;
}
.to-register-link {
  font-size: 15px !important;
  width: 100%;
  display: block;
  color: #9e1f4c;
  text-decoration: none !important;
  line-height: 19px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.to-register-link:hover {
  text-decoration: underline !important;
}
.restore_inner {
  padding-left: 25%;
  padding-right: 25%;
}
.register-fb {
  display: inline-block;
  margin-top: 55px;
  text-align: center;
  width: 100%;
}
.register-fb span {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.register-fb a {
  margin-top: 14px;
  display: inline-block;
  width: 122px;
  height: 33px;
  line-height: 33px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
  position: relative;
  padding-left: 63px;
  text-align: left;
}
.register-fb a span {
  width: 44px;
  height: 21px;
  border-right: 1px solid #d2d2d2;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -11px;
}
.register-fb a span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  color: #d2d2d2;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.email-remind-txt,
.emails_txt,
.txt_reg_page,
.add_inform {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}
.button-left button {
  float: left !important;
}
.button-right button {
  float: right;
}
.txt-forms_ {
  background: #fff;
  width: 100%;
  padding: 15px;
  width: 100%;
  float: left;
}
.txt-forms_overflow {
  height: 500px;
  overflow-x: hidden;
}
#success_form {
  width: 420px;
  height: 152px;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -210px;
  display: none;
  z-index: 99998;
  background: #fff;
  padding: 0 15px;
}
.txt-success {
  width: 420px;
  height: 152px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #363636;
}
.txt-success span {
  font-size: 20px;
}
.txt-success p {
  margin-top: 3px;
}
.modal-forms-wrapp {
  background: #fff;
  padding: 26px 15px 29px 15px;
}
#hot_line {
  text-align: center;
}
.model-name-test {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
[class*="hot_line-txt-"] {
  font-size: 15px;
  line-height: 15px;
}
.hot_line-txt-1 {
  margin-top: 37px;
}
.hot_line-txt-1,
.hot_line-txt-5 {
  font-weight: 700;
}
.hot_line-txt-2 {
  font-size: 24px;
  margin-top: 18px;
}
.hot_line-txt-3 {
  margin-top: 12px;
}
.hot_line-txt-4 {
  font-size: 13px;
  color: #898989;
  margin-top: 9px;
}
.hot_line-txt-5 {
  margin-top: 28px;
}
.hot_line-txt-6 {
  margin-top: 13px;
}
.hot_line-txt-7 {
  font-size: 11px;
  color: #898989;
  margin-top: 49px;
}
.help-block {
  display: none !important;
  width: 100%;
  float: left;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}
.forms_title {
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}
.login-fb {
  margin-top: 35px;
  text-align: center;
}
.login-fb a {
  display: inline-block;
}
.login-fb span {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}
.login-fb b {
  float: left;
  text-transform: uppercase;
  color: #3b579d;
  font-size: 14px;
  position: relative;
  line-height: 28px;
  padding-left: 37px;
  margin-left: 12px;
}
.login-fb b:before {
  position: absolute;
  width: 28px;
  height: 28px;
  display: block;
  top: 50%;
  margin-top: -14px;
  left: 0;
  background: url("../images/fb-icon.svg") 50% 50% no-repeat;
  background-size: 28px 28px;
  content: "";
}
.login-form__fb {
  margin-top: 8px;
}
.fb-login-btn,
.g-login-btn {
  position: relative;
  width: 154px;
  margin: 0 auto;
  display: block;
  height: 40px;
  background: #39549f;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none !important;
  border-radius: 40px;
}
.fb-login-btn span,
.g-login-btn span {
  position: relative;
  padding-left: 50px;
}
.fb-login-btn span:before,
.g-login-btn span:before {
  display: block;
  width: 7px;
  height: 16px;
  color: #fff;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  background-image: url(../images/social/fb.svg);
  background-size: 7px 16px;
}
.form-subscribe-footer form {
  width: 100%;
  float: left;
  position: relative;
}
.form-subscribe-footer label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 0;
}
.form-subscribe-footer input,
.form-subscribe-footer textarea,
.form-subscribe-footer select,
.form-subscribe-footer .basket-mob-select-field,
.form-subscribe-footer .input-wr .select2 .select2-selection,
.input-wr .select2 .form-subscribe-footer .select2-selection,
.form-subscribe-footer .button-wr .select2 .select2-selection,
.button-wr .select2 .form-subscribe-footer .select2-selection {
  padding-left: 40px;
  border: 0;
  height: 44px;
}
.form-subscribe-footer button {
  position: absolute;
  left: 16px;
  bottom: 14px;
  width: 18px;
  height: 16px;
  background: url("../images/subscribe.svg");
  background-size: 18px 16px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section-feedback-view .desk-comments {
    display: flex !important;
  }
  .section-page {
    padding-top: 10px;
  }
  .forms_title {
    font-size: 18px;
  }
  #login_modal {
    right: auto;
  }
  .form-subscribe-footer {
    margin-bottom: 24px;
  }
  .section-box-footer {
    padding-top: 22px;
  }
  .studio_footer {
    margin-top: 22px;
  }
  .login-wrapper .button-wr button {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
  .forms_ {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 0 15px;
  }
  .forms_ label {
    font-size: 16px;
  }
  .form-title {
    font-size: 20px;
  }
  .register-fb span {
    display: block;
  }
  .cart_step_2 > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .basket-desktop-forms-step-2 {
    padding: 0 5px !important;
  }
  .basket-desktop__add_more_info span {
    max-width: 200px !important;
    line-height: 19px !important;
    border-bottom: none !important;
  }
  #fn_purchases {
    padding: 0 5px;
  }
}
@media (max-width: 680px) {
  .proof_age {
    width: auto;
    left: 10px;
    right: 10px;
    margin-left: 0;
    padding-top: 36px;
    transform: translateY(-50%);
  }
}
@media (max-width: 360px) {
  .fb-login-btn,
  .g-login-btn {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .logo img {
    width: 155px !important;
  }
  .txt-proof-1 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
  }
}
@media (max-width: 607px) {
  .forms_.forms_588 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .login-wrapper,
  .all-forms-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-cancel {
    margin-left: 15px;
  }
  .login-form-social-wrapp {
    padding-left: 0 !important;
    margin-top: 30px;
    padding-top: 30px;
  }
  .login-form-social-wrapp:before {
    width: 100%;
    height: 1px;
    left: 0;
  }
  .login-form-social-wrapp__or {
    margin-left: -20px;
    top: -20px;
    left: 50%;
  }
  .login-wrapper,
  .login-page-form {
    padding-bottom: 43px;
  }
  .login-wrapper .btns_reg,
  .login-page-form .btns_reg {
    padding-left: 0;
    bottom: -30px;
  }
}
@media (max-width: 575px) {
  .forms_.forms_556 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .forms_.forms_420 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-height: 550px) {
  .txt-forms_overflow {
    height: 350px;
  }
}
@media (max-height: 450px) {
  .txt-forms_overflow {
    height: 250px;
  }
  #success_form {
    width: 300px;
    margin-left: -150px;
  }
}
@media (max-height: 350px) {
  .txt-forms_overflow {
    height: 200px;
  }
}
@media (max-height: 300px) {
  .txt-forms_overflow {
    height: 150px;
  }
}
@media (max-height: 250px) {
  .txt-forms_overflow {
    height: 100px;
  }
}
@media (max-height: 200px) {
  .txt-forms_overflow {
    height: 50px;
  }
}
@media (max-height: 150px) {
  .txt-forms_overflow {
    height: 30px;
  }
}
.copyright-new {
  font-size: 14px;
}
.btn_up {
  margin-right: -24px;
  z-index: 8;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 0;
  bottom: 21px;
  background: #9e1f4c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
}
.btn_up:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url("../../images/ico-all/arrow-up-big.png")
    50% 50% no-repeat;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
.btn_up:hover {
  background: #6a323f;
}
.btn_up:hover:before {
  margin-top: -6px;
}
.btn_up:active {
  background: #582934;
  box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
}
.btn_up:active:before {
  margin-top: -9px;
}
.btn_up.visible {
  display: block !important;
}
.btn_up.visible:before {
  opacity: 1;
}
.btn_call_close {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-right-radius: 4px;
  background: #9e1f4c;
  z-index: 13;
  cursor: pointer;
  display: none;
  text-align: center;
}
.btn_call_close:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  color: #fff;
  line-height: 46px;
  font-size: 18px;
}
.btn_call_close.visible {
  display: block !important;
}
.call-mobile-wr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow-y: scroll;
}
.call-mobile-wr.open {
  display: block !important;
}
.call-mobile {
  width: 100%;
  height: 100%;
  display: table;
}
.call-mobile-td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  padding-top: 15px;
}
.button-call-mob {
  height: 34px;
  background: #fff;
  border-radius: 4px;
  width: 300px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 4px;
}
.button-call-mob:first-child {
  margin-top: 0;
}
.call-contact,
.call-sms {
  text-decoration: none;
  position: relative;
  color: inherit;
  line-height: 34px;
}
.call-contact:before,
.call-sms:before {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -22px;
  content: "";
}
.button-call_ {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}
.button-call_ div {
  width: 30px;
  height: 100%;
  float: left;
}
.button-call_ div span {
  width: 30px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.button-call_ p {
  margin-left: 35px;
  float: left;
  display: block;
}
.button-call_ span {
  font-size: 18px;
  font-family: Helvetica;
  float: left;
  display: block;
}
.call-sms:before {
  background: url(../../images/ico-call/ico-36.png)
    50% 50% no-repeat;
}
.call-contact:before {
  background: url(../../images/ico-call/ico-37.png)
    50% 50% no-repeat;
}
.studio_footer {
  background: #fff;
  color: #262626;
  margin-top: 54px;
}
.copyright {
  height: 56px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: auto;
  line-height: 56px;
  color: #595853;
}
.artweb-wr {
  width: 100%;
  float: right;
  height: 52px;
  position: relative;
  color: #a8a8a8;
}
.artweb-wr a {
  height: 52px;
  line-height: 52px;
  font-size: 12px;
  float: right;
  margin-right: 36px;
  color: inherit;
}
.artweb-img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  cursor: default;
  color: #a8a8a8;
}
.artweb-img a {
  color: inherit;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 23px;
  display: block;
}
.artweb-img a div {
  width: 24px;
  height: 23px;
  position: relative;
  color: inherit;
}
.artweb-img a div:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  font-size: 24px;
  content: "\e90e";
  position: absolute;
  top: 0;
  left: 0;
}
.btn_call {
  z-index: 9;
  width: 74px;
  height: 74px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  padding: 5px 5px;
}
.btn_call:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #64696d;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  animation-name: tocall1;
  -webkit-animation-name: tocall1;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.btn_call div {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2;
  background: #9e1f4c;
  transition: 0.05s;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -ms-transition: 0.05s;
  -o-transition: 0.05s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn_call div:before {
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 24px;
  content: "";
  background: url("../../images/ico-call-big.svg")
    50% 50% no-repeat;
  background-size: 24px 24px;
  display: block;
  text-align: center;
  line-height: 64px;
  animation-name: tocall2;
  -webkit-animation-name: tocall2;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.btn_call.close {
  z-index: 130;
}
.btn_call.close:before {
  animation: none !important;
}
.btn_call.close div:before {
  content: "\e915";
  animation: none !important;
  background: none;
}
@keyframes tocall2 {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tocall2 {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes tocall2 {
  0% {
    -moz-transform: rotate(-8deg);
  }
  50% {
    -moz-transform: rotate(8deg);
  }
  100% {
    -moz-transform: rotate(-8deg);
  }
}
@keyframes tocall1 {
  0% {
    transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes tocall1 {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes tocall1 {
  0% {
    -moz-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media (max-width: 992px) {
  .btn_up {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .btn_up {
    right: 15px !important;
  }
  .btn_up.visible {
    display: none !important;
  }
  .btn_call {
    display: block !important;
  }
  .artweb-wr {
    width: 135px;
    margin: 0 auto;
    float: none;
    height: 40px;
  }
  .artweb-wr a {
    height: 40px;
    line-height: 40px;
  }
  .artweb-img {
    top: 0;
    margin-top: 0;
  }
  .artweb-img a div:before {
    line-height: 40px;
  }
}
.section-box-header {
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
}
.menu-first {
  height: 24px;
  margin-top: 5px;
  float: left;
  margin-left: 24px;
}
.menu-first ul {
  padding: 0 32px 0 15px;
  z-index: 3;
  position: relative;
  max-height: 24px;
  overflow: hidden;
}
.menu-first ul:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 5px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 18px;
  top: 8px;
  font-size: 5px;
  color: #262626;
  z-index: 2;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.menu-first ul:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #262626;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  opacity: 0;
}
.menu-first ul:hover {
  max-height: 1000px;
  overflow: visible;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menu-first ul:hover:before {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.menu-first ul:hover:after {
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.menu-first ul li {
  position: relative;
  z-index: 2;
}
.menu-first ul li a {
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  white-space: nowrap;
}
.menu-lang {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  height: 24px;
}
.menu-lang li {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 9px;
  position: relative;
  height: 24px;
}
.menu-lang li:before {
  width: 1px;
  height: 9px;
  background: #d3d3d3;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
.menu-lang li:first-child {
  padding-left: 0;
}
.menu-lang li:first-child:before {
  display: none;
}
.menu-lang li:last-child {
  padding-right: 0;
}
.menu-lang li a,
.menu-lang li span {
  display: inline-block;
  line-height: 17px;
}
.menu-lang li span {
  color: #818a84;
}
.menu-lang li a {
  color: #262626;
}
.links-header__phones {
  /*float: left;*/
  float: right;
  position: relative;
  margin-top: -8px;
}
.links-header__list {
  height: 29px;
}
.links-header__list_vis span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  color: #9e1f4c;
}
/*
.links-header__list_vis span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 7px;
  display: block;
  content: "\e900";
  position: absolute;
  right: -19px;
  top: 6px;
  font-size: 7px;
  color: #69706e;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
*/
.links-header__form form {
  position: relative;
}
.links-header__form input,
.links-header__form textarea,
.links-header__form select,
.links-header__form .basket-mob-select-field,
.links-header__form .input-wr .select2 .select2-selection,
.input-wr .select2 .links-header__form .select2-selection,
.links-header__form .button-wr .select2 .select2-selection,
.button-wr .select2 .links-header__form .select2-selection {
  margin: 0;
  height: 44px;
  padding-right: 112px;
}
.links-header__form .button-wr {
  margin: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: auto;
  padding: 0;
}
.links-header__form button {
  font-size: 14px;
  width: 107px;
  height: 40px;
  line-height: 1.4;
  box-shadow: none !important;
}
.links-header__row-2 {
  margin-top: 19px;
}
.links-header__list.active .hidden-phones {
  height: auto;
  z-index: 100;
}
.links-header__list.active .links-header__list_vis span:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.hidden-phones {
  text-align: center;
  z-index: 3;
  position: absolute;
  width: 528px;
  left: 50%;
  margin-left: -264px;
  top: 29px;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  height: 0;
  overflow: hidden;
}
.hidden-phones__fix {
  padding: 27px 30px 29px 30px;
  background: #fff;
  border-radius: 10px;
}
.hidden-phones__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
.hidden-phones__close:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dadada;
  font-size: 24px;
  content: "\e906";
}
.hidden-phones__close:hover:before {
  color: #303030;
}
.hidden-phones__close:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.hidden-phones__close:active:after {
  border-color: #74943e;
}
.hidden-phones__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}
.hidden-phones__text {
  color: #626262;
  font-size: 15px;
  line-height: 25px;
  margin-top: 26px;
}
.hidden-phones__text._second {
  border-top: 1px solid #dadada;
  line-height: 21px;
  padding-top: 18px;
  margin-top: 22px;
}
.hidden-phones__phones {
  margin: 7px -14px 0 -14px;
}
.hidden-phones__phones a {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 6px;
}
.hidden-phones__callback {
  margin-top: 10px;
}
.hidden-phones__callback span {
  border-bottom: 1px dashed #9e1f4c;
  color: #9e1f4c;
  line-height: 17px;
  display: inline-block;
  cursor: pointer;
}
.hidden-phones__callback span:hover {
  border-bottom: transparent;
  color: #6a323f;
}
.hidden-phones__graph {
  color: #000;
}
.login-i {
  text-align: right;
  color: #262626;
  font-size: 13px;
  text-decoration: none !important;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  position: relative;
}
.login-i:before {
  height: 100%;
  width: 15px;
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.login-i span {
  margin-left: 23px;
  position: relative;
  border-bottom: 1px dashed #cbd8d3;
  display: inline-block;
  line-height: 13px;
}
.login-i span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #69706e;
  content: "\e901";
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -6px;
  width: 9px;
  height: 12px;
}
.login-i:hover,
.login-i:active {
  color: #262626;
}
.logo {
  position: relative;
  top: 12px;
}
.logo img {
  width: 300px;
}
.header-buttons a,
.header-buttons .toolt-button,
.items-buttons a {
  display: inline-block;
  text-decoration: none !important;
}
.header-buttons__share,
.items-buttons__share {
  margin-left: 24px;
  margin-right: 20px;
}
.header-buttons__share a,
.items-buttons__share a {
  width: 34px;
  height: 34px;
  position: relative;
  border: 2px solid #69706e;
  border-radius: 100%;
}
.header-buttons__share a:before,
.items-buttons__share a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  left: 0;
  top: 0;
  color: #69706e;
  font-size: 14px;
}
.header-buttons__share a:hover,
.items-buttons__share a:hover {
  border-color: #9e1f4c;
}
.header-buttons__share a:hover:before,
.items-buttons__share a:hover:before {
  color: #9e1f4c;
}
.header-buttons__share a:active,
.items-buttons__share a:active {
  border-color: #582934;
}
.header-buttons__share a:active:before,
.items-buttons__share a:active:before {
  color: #582934;
}
.header-buttons__compare a,
.header-buttons__compare span,
.header-buttons__wish a,
.header-buttons__wish span,
.items-buttons__compare a,
.items-buttons__compare span,
.items-buttons__wish a,
.items-buttons__wish span {
  position: relative;
}
.header-buttons__compare a > span,
.header-buttons__wish a > span,
.items-buttons__compare a b,
.items-buttons__compare span b,
.items-buttons__wish a > span {
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  background: #fff;
  position: absolute;
  top: -8px;
  right: -6px;
  color: #262626;
  font-weight: 700;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  display: block;
  padding: 0 2px;
}
.header-buttons__compare,
.items-buttons__compare {
  height: 34px;
}
.header-buttons__compare a,
.header-buttons__compare span,
.items-buttons__compare a,
.items-buttons__compare span {
  cursor: pointer;
}
.header-buttons__compare a:before,
.items-buttons__compare a:before,
.items-buttons__compare span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 34px;
  color: #69706e;
}
.header-buttons__compare a:after {
  content: "";
  position: absolute;
  background: #69706e;
  left: 50%;
  z-index: -1;
  margin-top: 1px;
  width: 9px;
  height: 4px;
  margin-left: -4px;
  border-radius: 50%;
}
.header-buttons__compare a:hover:after {
  background: #9e1f4c;
}
.header-buttons__compare a.has:after {
  background: #9e1f4c;
}
.header-buttons__compare a.has:hover:after {
  background: #6a323f;
}
.header-buttons__compare a:hover:before,
.header-buttons__compare span:hover:before,
.items-buttons__compare a:hover:before,
.items-buttons__compare span:hover:before {
  color: #9e1f4c;
}
.header-buttons__compare a.has:before {
  content: "\e914";
  color: #9e1f4c;
}
.header-buttons__compare a.has:hover:before {
  color: #6a323f;
}
.header-buttons__wish,
.items-buttons__wish {
  height: 34px;
}
.header-buttons__wish a,
.items-buttons__wish a,
.items-buttons__wish span {
  cursor: pointer;
}
.header-buttons__wish a:before,
.items-buttons__wish a:before,
.items-buttons__wish span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 34px;
  color: #69706e;
}
.header-buttons__wish a:hover:before,
.header-buttons__wish span:hover:before,
.items-buttons__wish a:hover:before,
.items-buttons__wish span:hover:before {
  color: #9e1f4c;
}
.header-buttons__wish a:active:before,
.header-buttons__wish span:active:before,
.items-buttons__wish a:active:before,
.items-buttons__wish span:active:before {
  color: #9e1f4c;
}
.header-buttons__wish a.has:before,
.header-buttons__wish span.has:before,
.items-buttons__wish a.has:before,
.items-buttons__wish span.has:before {
  content: "\e911";
  color: #9e1f4c;
}
.header-buttons__wish a.has:hover:before,
.header-buttons__wish span.has:hover:before,
.items-buttons__wish a.has:hover:before,
.items-buttons__wish span.has:hover:before {
  color: #6a323f;
}
.header-buttons__wish a.has:active:before,
.header-buttons__wish span.has:active:before,
.items-buttons__wish a.has:active:before,
.items-buttons__wish span.has:active:before {
  color: #582934;
}
.header-buttons.selected a,
.header-buttons.selected span,
.items-buttons.selected a,
.items-buttons.selected span {
  position: relative;
}
.header-buttons.selected a:after,
.header-buttons.selected span:after,
.items-buttons.selected a:after,
.items-buttons.selected span:after {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background: #ef9825 url("../images/svg/has-wish.png") 50%
    50% no-repeat;
  position: absolute;
  top: -2px;
  right: -4px;
  content: "";
}
.header-buttons__basket,
.items-buttons__basket {
  height: 44px;
}
.header-buttons__basket .toolt-button,
.items-buttons__basket a {
  position: relative;
}
.header-buttons__basket .toolt-button:before,
.items-buttons__basket a:before {
  width: 38px;
  height: 44px;
  background: url("../images/ico-fonts/new-3.svg") 0 0
    no-repeat;
  content: "";
  display: block;
  background-size: 38px 44px;
}
.header-buttons__basket .toolt-button > span,
.items-buttons__basket a b {
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: -6px;
  color: #262626;
  font-weight: 700;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  display: block;
  padding: 0 2px;
}
@media (max-width: 1200px) {
  .menu-first {
    margin-left: 0;
  }
  .links-header__phones {
    margin-left: -20px;
  }
  .header-buttons__wish,
  .header-buttons__compare {
    height: 24px;
  }
  .header-buttons__wish a:before,
  .header-buttons__compare a:before {
    font-size: 26px;
  }
  .header-buttons__share {
    height: 24px;
  }
  .header-buttons__share a {
    width: 24px;
    height: 24px;
  }
  .header-buttons__share a:before {
    font-size: 12px;
    line-height: 24px;
  }
  .header-buttons__basket {
    height: 34px;
  }
  .header-buttons__basket .toolt-button {
    margin-top: 7px;
  }
  .header-buttons__basket .toolt-button:before {
    width: 24px;
    height: 29px;
    background-size: 24px 29px;
  }
  .header-buttons__basket .toolt-button > span {
    top: -5px;
    right: -9px;
  }
}
@media (max-width: 991px) {
  .card-code .card-code__value {
    color: #9e1f4c;
  }
  .basket-page .basket-desktop__table {
    margin: 20px 33px 0;
  }
  .section-box-header {
    padding-top: 21px;
    padding-bottom: 12px;
    box-shadow: 0px 3px 16px 0px rgba(195, 193, 193, 0.35);
  }
  .links-header__row-2 {
    margin-top: 26px;
  }
  .links-header__form {
    padding-right: 60px;
  }
  .links-header__form input,
  .links-header__form textarea,
  .links-header__form select,
  .links-header__form .basket-mob-select-field,
  .links-header__form .input-wr .select2 .select2-selection,
  .input-wr .select2 .links-header__form .select2-selection,
  .links-header__form .button-wr .select2 .select2-selection,
  .button-wr .select2 .links-header__form .select2-selection {
    box-shadow: none;
    border: 1px solid #dadada !important;
  }
  .links-header__form button {
    font-size: 0px !important;
    font-size: 0 !important;
    background: #fff;
    color: #fff;
    width: 30px;
    box-sizing: content-box;
    padding: 0 19px 0 0;
  }
  .links-header__form button:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #69706e;
    font-size: 18px;
    content: "\e908";
    width: 100%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mob-header-buttons-position {
    position: absolute !important;
    top: 12px;
    right: 0;
  }
  .header-buttons__wish {
    height: 44px;
  }
  .header-buttons__wish a {
    height: 44px;
  }
  .header-buttons__wish a:before {
    font-size: 34px;
    line-height: 44px;
    color: #9e1f4c;
  }
  .header-buttons__basket {
    margin-right: 16px;
    height: 44px;
    margin-left: 16px;
  }
  .header-buttons__basket .toolt-button {
    margin-top: 0;
  }
  .header-buttons__basket .toolt-button:before {
    width: 36px;
    height: 44px;
    background-size: 36px 44px;
    background-image: url(../images/ico-fonts/new-3-2.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .header-buttons__basket .toolt-button > span {
    top: 2px;
    right: -6px;
  }
  .header-buttons__wish a span {
    top: 2px;
  }
  .logo {
    top: 3px;
  }
  .logo img {
    width: 215px;
    transform: scale(1, 1.12);
  }
  .basket-desktop__inner-order > :last-child {
    order: -1;
  }
}
.menu_mob {
  border-radius: 100%;
  cursor: pointer;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  width: 44px;
  height: 44px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
}
.menu_mob .menu-dots {
  right: 13px;
}
.mob-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  cursor: default;
}
.close-menu-mob,
.mob-catalog-close {
  position: relative;
  width: 100%;
  height: 52px;
  background: #9e1f4c;
  text-transform: uppercase;
  color: #fff;
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}
.close_mob,
.mob-catalog-close:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.close_mob:before,
.mob-catalog-close:before {
  display: block;
  color: #fff;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  content: "\e905";
  transition: 0.05s;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -ms-transition: 0.05s;
  -o-transition: 0.05s;
}
.close_mob:active:before,
.mob-catalog-close:active:before {
  transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transition: scale(1.35);
  -o-transform: scale(1.35);
}
.off-scroll {
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.mobile-menu-hidden {
  width: 320px !important;
  height: 100%;
  position: fixed;
  margin-right: -320px;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  overflow: scroll;
  overflow-x: hidden;
  padding-bottom: 25px;
}
.close-mobile-menu {
  position: absolute;
  right: 16px;
  top: 0;
  width: 48px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.close-mobile-menu:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 23px;
  color: #dadada;
  line-height: 42px;
}
.close-lang-mob {
  position: relative;
  height: 42px;
  width: 100%;
  float: left;
  z-index: 2;
  margin: 19px 0;
}
.close-lang-mob .menu-lang {
  float: left;
}
.close-lang-mob .menu-lang li {
  margin-left: 25px;
  font-size: 15px;
  height: 42px;
  padding: 0;
  text-align: center;
}
.close-lang-mob .menu-lang li:before {
  display: none;
}
.close-lang-mob .menu-lang li:first-child {
  margin-left: 20px;
}
.close-lang-mob .menu-lang li a,
.close-lang-mob .menu-lang li span {
  line-height: 42px;
}
.close-lang-mob .menu-lang li span {
  position: relative;
}
.mobile-menu-catalog {
  padding: 0 16px;
  margin-bottom: 1px;
  width: 100%;
  float: left;
}
.mobile-menu-catalog a {
  position: relative;
}
.mobile-menu-catalog a,
.mobile-menu-catalog span {
  color: #fff;
  text-decoration: none !important;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  height: 44px;
  line-height: 47px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.mobile-btn-action {
  width: 100%;
  float: left;
}
.mobile-menu {
  margin-top: 1px;
  border-bottom: 1px solid orange;
}
.mobile-menu div {
  margin-top: 17px;
}
.mobile-menu a {
  display: block;
  padding: 0 40px 0 64px;
  position: relative;
  font-size: 15px;
  color: red;
  line-height: 24px;
}
.mobile-menu a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 24px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #6a323f;
}
.mobile-menu a i {
  font-style: normal;
  border-bottom: 1px dashed red;
  line-height: 17px;
  display: inline-block;
}
.mobile-menu a b {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  background: #ef9825;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 3px;
}
.mobile-menu__login a:before {
  content: "\e901";
  font-size: 24px;
}
.mobile-menu__basket a:before {
  content: "";
  background: url(../images/svg/basket.svg) 50% 50%
    no-repeat;
  background-size: 20px 24px;
}
.mobile-menu__wish a:before {
  content: "\e904";
  font-size: 21px;
}
.mobi-menu-primary {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dadada;
  padding-top: 14px;
  padding-bottom: 15px;
}
.mobi-menu-primary__list-top li {
  display: none;
}
.mobi-menu-primary__list-top li:nth-child(-n + 2) {
  display: block;
}
/*
.mobi-menu-primary__list-bottom li:nth-child(-n + 2) {
  display: none;
}
*/
.mobi-menu-primary__list-top a,
.mobi-menu-primary__list-bottom a {
  padding-left: 24px !important;
}
.mobi-menu-primary__list li {
  float: left;
  list-style: none;
  width: 100%;
  color: #262626;
}
.mobi-menu-primary__list li a,
.mobi-menu-primary__list li .cart-mobile-link {
  padding-left: 64px;
  font-size: 15px;
  display: block;
  line-height: 41px;
  width: 100%;
  float: left;
  color: inherit;
  text-align: left;
  text-decoration: none !important;
  position: relative;
}
.mobi-menu-primary__list li a span:not(.wishlist-counter),
.mobi-menu-primary__list li .cart-mobile-link span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 24px;
  top: 7px;
}
.mobi-menu-primary__list li a span b,
.mobi-menu-primary__list li .cart-mobile-link span b {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.mobi-menu-primary__list li .cart-mobile-link {
  cursor: pointer;
}
.mobi-menu-primary__list li .cart-mobile-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobi-menu-primary__list li a span b img,
.mobi-menu-primary__list li .cart-mobile-link span b img {
  vertical-align: middle;
  max-height: 100%;
}
.mobi-menu-primary__list .wishlist-counter,
.mobi-menu-primary__list .cart_informer {
  position: absolute;
  background: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  font-style: normal;
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  top: 6px;
  right: 16px;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
}
.mobi-menu-primary__list .wishlist-icon {
  display: none;
}
.contacts-mob {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 19px;
}
.contacts-mob__phones p a {
  font-weight: 700;
  color: #9e1f4c;
  font-size: 18px;
  line-height: 24px;
}
.contacts-mob__callback {
  margin-top: 4px;
}
.contacts-mob__callback span {
  font-size: 13px;
  line-height: 15px;
  color: #9e1f4c;
  border-bottom: 1px dashed #9e1f4c;
  display: inline-block;
}
.contacts-mob__graph {
  font-size: 15px;
  line-height: 18px;
  margin-top: 19px;
}
.contacts-mob__skype {
  margin-top: 25px;
}
.contacts-mob__skype a {
  color: #9e1f4c;
  padding-left: 32px;
  font-size: 13px;
  text-decoration: none !important;
  position: relative;
}
.contacts-mob__skype a:before {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/social/skype.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.contacts-mob__skype a span {
  display: inline-block;
  line-height: 15px;
  border-bottom: 1px dashed red;
}
.contacts-mob__seti {
  margin-top: 22px;
}
.contacts-mob__seti a {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 6px;
}
.seti-mob-menu {
  text-align: center;
}
.seti-mob-menu-txt {
  font-size: 14px;
  width: 100%;
  float: left;
  margin-top: 22px;
}
.mobi-menu-primary-cab {
  width: 100%;
  display: table;
}
.mobi-menu-primary-cab li {
  list-style: none;
  display: table-cell;
  text-align: center;
  height: 43px;
  position: relative;
  border-left: 1px solid #ced0d6;
  border-bottom: 1px solid #ced0d6;
}
.mobi-menu-primary-cab li:first-child {
  border-left: 0;
}
.mobi-menu-primary-cab li a {
  color: #262626;
  height: 43px;
  line-height: 43px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
}
.mobi-menu-primary-cab li a p {
  display: inline-block;
}
.icon-menu-mob {
  font-style: normal;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
.icon-menu-mob:before {
  position: absolute;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #89888e;
  font-size: 16px;
  width: 16px;
  height: 100%;
  line-height: 16px;
  left: -16px;
  top: 0;
}
.icon-menu-mob.icon-menu-mob-1:before {
  content: "\e90b";
}
.icon-menu-mob.icon-menu-mob-2:before {
  content: "\e900";
}
.icon-menu-mob.icon-menu-mob-3:before {
  content: "\e90f";
}
.mobi-menu-catalog {
  color: #262626;
  border-bottom: 3px solid #ced0d6;
  width: 100%;
  float: left;
}
.mobi-menu-catalog ul {
  width: 100%;
  float: left;
  overflow: hidden;
}
.mobi-menu-catalog li {
  width: 100%;
  float: left;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.mobi-menu-catalog li .first-a-mob {
  color: #262626;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 80px;
  padding-right: 25px;
  position: relative;
  line-height: 14px;
  padding-top: 1px;
  background: #fff;
  display: block;
  z-index: 3;
  height: 52px;
  width: 100%;
  cursor: pointer;
}
.mobi-menu-catalog li .first-a-mob a {
  height: 52px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #262626;
}
.mobi-menu-catalog li .first-a-mob span.ico-catalog {
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  left: 15px;
  top: 50%;
  margin-top: -17px;
}
.mobi-menu-catalog li .first-a-mob span.ico-catalog b {
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
.mobi-menu-catalog li .first-a-mob span.ico-catalog img {
  border: 0;
  max-width: 34px;
  max-height: 34px;
  vertical-align: middle;
}
.mobi-menu-catalog li .first-a-mob:before {
  position: absolute;
  right: 0;
  z-index: 4;
  top: 0;
  background: #f5f5f5;
}
.mobi-menu-catalog li.has-list:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c3c3c3;
  content: "\e917";
  font-size: 11px;
  position: absolute;
  right: 14px;
  top: 17px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.mobi-menu-catalog li.active.has-list:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.mobi-menu-catalog li.active .sub-menu-hidden-mob {
  max-height: 1000px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.sub-menu-hidden-mob {
  overflow: hidden;
  max-height: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sub-menu-hidden-mob ul li {
  padding-right: 0;
  display: table;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 0;
  border-top: 1px solid #e1e1e1;
}
.sub-menu-hidden-mob ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 43px;
  padding-left: 68px;
  color: #262626;
  text-decoration: none !important;
}
.lang-ico-menu {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.lang-ico-menu .menu-lang {
  float: left;
  padding-right: 0;
  padding-left: 4px;
}
.lang-ico-menu .menu-lang li {
  padding: 0 11px;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.lang-ico-menu .menu-lang li:before {
  display: none;
}
.lang-ico-menu .menu-lang li a.active {
  color: #9e1f4c;
}
.m-tabs-cat {
  width: 100%;
  float: left;
  padding-left: 15px;
}
.m-tabs-cat ul li {
  margin-left: 25px;
  position: relative;
  color: #fff;
  float: left;
}
.m-tabs-cat ul li:first-child {
  margin-left: 0;
}
.m-tabs-cat ul li span {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 47px;
  cursor: pointer;
  display: block;
}
.m-tabs-cat ul li.active:before {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #9e1f4c;
  content: "";
  padding-bottom: 2px;
}
.mob-tab-menu-col {
  position: relative;
  width: 100%;
  float: left;
}
.m-tabs-cat {
  position: absolute;
  left: 0;
  top: 86px;
}
.img-m-tabs {
  width: 100%;
  float: left;
}
.img-m-tabs img {
  max-width: 100%;
}
.m-hidden-list {
  padding-top: 15px;
  padding-bottom: 14px;
  width: 100%;
  float: left;
}
.m-hidden-list ul {
  width: 100%;
  float: left;
}
.m-hidden-list ul li:first-child {
  border-top: 0;
}
.m-hidden-list ul li a {
  display: block;
  text-decoration: none !important;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 25px 6px 15px;
  font-size: 13px;
}
.m-hidden-list ul li.active-mob > .sub-hidden {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition-timing-function: ease-in;
  max-height: 2500px;
}
.m-hidden-list ul li.active-mob > .has-list:before {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.m-hidden-list ul li .has-list {
  position: relative;
}
.m-hidden-list ul li .has-list:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 5px;
  height: 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  display: block;
  position: absolute;
  right: 15px;
  content: "\e90b";
  color: #262626;
  font-size: 10px;
  line-height: 10px;
  top: 50%;
  margin-top: -5px;
}
.sub-hidden {
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition-timing-function: ease-out;
  max-height: 0;
  overflow: hidden;
}
.sub-hidden ul li a {
  padding-left: 25px;
  font-size: 11px;
}
.sub-hidden .sub-hidden ul li a {
  padding-left: 35px;
  font-size: 12px;
}
.seti-mob-links {
  width: 100%;
  float: left;
  text-align: center;
}
.seti-mob-links div {
  display: inline-block;
  margin-left: 43px;
}
.seti-mob-links div:first-child {
  margin-left: 0;
}
.seti-mob-menu {
  padding-top: 25px;
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  .off-scroll {
    position: fixed;
  }
  .basket-desktop__edit_promo input[type="text"] {
    max-width: 320px;
  }
}
@media (max-width: 850px) {
  .hidden-tablet-850 {
    display: none !important;
  }
}
@media (max-width: 380px) {
  #menu-mob-hidden {
    width: 347px;
    margin-left: -347px;
  }
  #menu-mob-hidden.opens.visible {
    margin-left: 0;
  }
}
.section-box-footer {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  min-height: 353px;
  color: #fff;
  padding-top: 42px;
  background-attachment: fixed;
  padding-bottom: 30px;
  margin-top: 80px;
}
.section-box-footer .container {
  position: relative;
}
.footer-logo {
  position: absolute;
  width: 152px;
  left: 15px;
  bottom: 42px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.footer__list ul li a {
  line-height: 27px;
  font-size: 16px;
  color: inherit;
}
.footer__list.transform ul {
  margin-top: -2px;
}
.footer__list.transform ul li a {
  font-size: 13px;
  text-transform: uppercase;
}
.footer-form__title {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.footer-form__form {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}
.footer-form__form form {
  position: relative;
}
.footer-form__form input,
.footer-form__form textarea,
.footer-form__form select,
.footer-form__form .basket-mob-select-field,
.footer-form__form .input-wr .select2 .select2-selection,
.input-wr .select2 .footer-form__form .select2-selection,
.footer-form__form .button-wr .select2 .select2-selection,
.button-wr .select2 .footer-form__form .select2-selection {
  padding-left: 20px;
  margin: 0;
  height: 44px;
  line-height: 44px;
  border: none;
  padding-right: 44px;
}
.footer-form__form input::-webkit-input-placeholder,
.footer-form__form textarea::-webkit-input-placeholder,
.footer-form__form select::-webkit-input-placeholder,
.footer-form__form .basket-mob-select-field::-webkit-input-placeholder,
.footer-form__form
  .input-wr
  .select2
  .select2-selection::-webkit-input-placeholder,
.input-wr
  .select2
  .footer-form__form
  .select2-selection::-webkit-input-placeholder,
.footer-form__form
  .button-wr
  .select2
  .select2-selection::-webkit-input-placeholder,
.button-wr
  .select2
  .footer-form__form
  .select2-selection::-webkit-input-placeholder {
  color: #898989;
  font-size: 13px;
}
.footer-form__form input::-moz-placeholder,
.footer-form__form textarea::-moz-placeholder,
.footer-form__form select::-moz-placeholder,
.footer-form__form .basket-mob-select-field::-moz-placeholder,
.footer-form__form .input-wr .select2 .select2-selection::-moz-placeholder,
.input-wr .select2 .footer-form__form .select2-selection::-moz-placeholder,
.footer-form__form .button-wr .select2 .select2-selection::-moz-placeholder,
.button-wr .select2 .footer-form__form .select2-selection::-moz-placeholder {
  color: #898989;
  font-size: 13px;
}
.footer-form__form input:-ms-input-placeholder,
.footer-form__form textarea:-ms-input-placeholder,
.footer-form__form select:-ms-input-placeholder,
.footer-form__form .basket-mob-select-field:-ms-input-placeholder,
.footer-form__form .input-wr .select2 .select2-selection:-ms-input-placeholder,
.input-wr .select2 .footer-form__form .select2-selection:-ms-input-placeholder,
.footer-form__form .button-wr .select2 .select2-selection:-ms-input-placeholder,
.button-wr
  .select2
  .footer-form__form
  .select2-selection:-ms-input-placeholder {
  color: #898989;
  font-size: 13px;
}
.footer-form__form input:-moz-placeholder,
.footer-form__form textarea:-moz-placeholder,
.footer-form__form select:-moz-placeholder,
.footer-form__form .basket-mob-select-field:-moz-placeholder,
.footer-form__form .input-wr .select2 .select2-selection:-moz-placeholder,
.input-wr .select2 .footer-form__form .select2-selection:-moz-placeholder,
.footer-form__form .button-wr .select2 .select2-selection:-moz-placeholder,
.button-wr .select2 .footer-form__form .select2-selection:-moz-placeholder {
  color: #898989;
  font-size: 13px;
}
.footer-form__form button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.footer-form__form button:hover {
  background: #6a323f;
}
.footer-form__form button:active {
  background: #582934;
}
.footer-form__form button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 36px;
  text-align: center;
  display: block;
  content: "\e900";
  font-size: 8px;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  padding-top: 3px;
}
.footer-social__title {
  text-align: center;
  line-height: 24px;
  margin-top: 35px;
}
.footer-social__links {
  text-align: center;
  margin-top: 8px;
}
.footer-social__links.text-left {
  margin-top: 14px;
}
.footer-social__links a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  overflow: hidden;
}
.footer-social__links a:first-child {
  margin-left: 0;
}
.footer-social__links a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-social__links a.fb {
  background-color: #3b5997;
}
.footer-social__links a.fb:before {
  background-image: url("../images/social/fb.svg");
  background-size: 7px 16px;
}
.footer-social__links a.tw {
  background-color: #76a9ea;
}
.footer-social__links a.tw:before {
  background-image: url("../images/social/tw.svg");
  background-size: 16px 14px;
}
.footer-social__links a.tl {
  background-color: #41b4e6;
}
.footer-social__links a.yt {
  background-color: #d8362a;
}
.footer-social__links a.yt:before {
  background-image: url("../images/social/yt.svg");
  background-size: 16px 12px;
}
.footer-social__links a.sk:before {
  background-image: url("../images/social/skype.svg");
  background-size: 32px 32px;
}
.footer-social__links a.inst:before {
  border-radius: 100%;
  background-image: url("../images/social/instagram-ico.svg");
  background-size: 32px 32px;
  z-index: 2;
}
.footer-social__links a.inst:after {
  width: 80%;
  height: 80%;
  margin-left: -40%;
  margin-top: -40%;
  border-radius: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
}
.footer-social__links a:hover {
  opacity: 0.9;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.footer-social__new_wrapp {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px;
}
.footer-order {
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
}
.footer-phones {
  margin-top: 7px;
}
.footer-phones a {
  font-size: 18px;
  line-height: 24px;
  color: inherit;
}
.footer-callback {
  margin-top: 4px;
}
.footer-callback span {
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
.footer-callback span:hover {
  border-bottom: 1px transparent;
}
.footer-graph {
  line-height: 18px;
  margin-top: 19px;
}
.footer-skype {
  margin-top: 20px;
}
.footer-skype .footer-social__links a {
  width: 34px;
  height: 34px;
}
.footer-skype .footer-social__links a.tl:before {
  background-size: 22px;
}
.footer-copyright {
  font-size: 13px;
  line-height: 17px;
  margin-top: 14px;
}
.footer-copyright br {
  display: none;
}
.footer-liqpay__title {
  text-align: center;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .footer-order br {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 200px;
  }
  .basket-page .basket-desktop__table {
    margin: 20px 5px 0;
  }
  .section-box-footer {
    padding-top: 26px;
    padding-bottom: 22px;
    text-align: center;
    margin-top: 36px;
  }
  .footer-graph {
    margin-top: 19px;
  }
  .footer-skype {
    margin-top: 20px;
  }
  .footer-form__title {
    margin-top: 24px;
  }
  .footer-social__title {
    margin-top: 21px;
  }
  .footer-social__links {
    margin-top: 8px;
  }
  .footer-copyright {
    font-weight: normal;
    margin-top: 23px;
  }
  .footer-copyright br {
    display: inline-block;
  }
  .footer-form__form {
    padding: 0 19px;
    margin-top: 9px;
  }
  .footer-order br {
    display: inline-block;
  }
  .footer-social__links.text-left {
    display: none;
  }
}
.section-slider-category,
.section-sliders {
  overflow: hidden;
}
.slider-first-screen-col .owl-prev {
  left: 19px !important;
}
.slider-first-screen-col .owl-next {
  right: 19px !important;
}
.home-info__col {
  margin-top: 24px;
}
.home-info__col .home-info__block:hover {
  color: #9e1f4c;
}
.home-info__col .home-info__block:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  border: 1px solid transparent;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  z-index: -1;
  transition: all 0.2s;
}
.home-info__col .home-info__block:hover:before {
  border-color: #9e1f4c;
}
.home-info__col.last .home-info__text span {
  color: #9e1f4c;
}
.home-info__block {
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  padding: 19px 20px 19px 24px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.home-info__link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-info__text {
  float: left;
}
.home-info__text span {
  display: table-cell;
  vertical-align: middle;
  height: 88px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Times New Roman";
}
.home-info__img {
  float: right;
}
.home-info__img span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 88px;
}
.home-info__img svg {
  vertical-align: middle;
  fill: #9e1f4c !important;
  filter: none !important;
}
.home-info__img svg path {
  fill: #9e1f4c !important;
}
.section-sliders {
  margin-top: 80px;
}
.section-sliders__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 25px;
  color: #9e1f4c;
}
.section-sliders__title.border {
  overflow: hidden;
}
.section-sliders__title.border:after {
  width: 742px;
  height: 1px;
  background: #bbc3c0;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -371px;
  top: 10px;
  z-index: -2;
}
.section-sliders__title.border:before {
  width: 226px;
  height: 100%;
  background: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -113px;
  z-index: -1;
}
.section-slider-category .section-sliders__title.border:before {
  width: 330px;
  margin-left: -165px;
}
.section-sliders__all_links div,
.news-link-home {
  width: 156px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-sliders__all_links,
.news-link-home {
  margin-top: 32px;
}
.section-sliders {
  overflow: hidden;
}
.section-sliders__all_links {
  position: relative;
}
.section-sliders__all_links:before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bbc3c0;
  left: 0;
  top: 50%;
}
.section-sliders__all_links div:before {
  height: 100%;
  left: -8px;
  right: -8px;
  top: 0;
  background: #fff;
  content: "";
  position: absolute;
}
.section-text-home,
.section-text-category {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.section-text-category h1 {
  padding: 30px 0;
}
.section-blog-home,
.section-news,
.section-text-home,
.section-mood-drink,
.section-top-cards {
  margin-top: 80px;
}
.section-blog-home > .container:last-child {
  padding-bottom: 31px;
  position: relative;
}
.section-blog-home > .container:last-child:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #bbc3c0;
}
.section-text-home__title,
.section-faq__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 25px;
  color: #9e1f4c;
  font-weight: normal;
}
.section-text-home .editor-text {
  margin-top: 22px;
}
.tabs-link-slider-home {
  margin-top: 24px;
  text-align: center;
}
.tabs-link-slider-home ul {
  display: inline-block;
  vertical-align: top;
}
.tabs-link-slider-home ul li,
.seo-menu__tabs button {
  float: left;
  width: 149px;
  padding-left: 3px;
  display: table;
}
.tabs-link-slider-home ul li:first-child,
.seo-menu__tabs button:first-child {
  padding-left: 0;
  width: 146px;
}
.tabs-link-slider-home ul li span,
.tabs-link-slider-home ul li a,
.seo-menu__tabs button span {
  display: table-cell;
  width: 100%;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
  height: 44px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 13px;
  padding-top: 3px;
  border: 1px solid #bbc3c0;
  color: #262626;
}
.tabs-link-slider-home ul li.active span,
.tabs-link-slider-home ul li.active a,
.seo-menu__tabs button.active span {
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border: 0;
  color: #fff;
  font-weight: 700;
}
.slider-first-wrapp {
  width: 100%;
  float: left;
}
.slider-first-wr {
  margin-top: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.section-slider-category {
  margin-top: 80px;
}
.slider-category__col {
  margin-top: 13px;
  position: relative;
  margin-bottom: -10px;
}
.slider-category__col .owl-stage-outer {
  overflow: hidden;
}
.slider-category__col.owl-loaded .slider-category__block {
  width: 100%;
}
.slider-category__block {
  float: left;
  text-align: center;
  width: 16.6666666667%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.slider-category__block a {
  text-decoration: none !important;
  display: table;
  width: 100%;
  height: 90px;
}
.slider-category__block a:hover div {
  box-shadow: none;
}
.slider-category__block div {
  display: table-cell;
  width: 100%;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.slider-category__block div img {
  vertical-align: middle;
}
.section-mob-catalog {
  margin-top: 2px;
}
.mob-catalog-btn {
  display: inline-block;
  text-align: center;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #582934 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #582934 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #582934 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  height: 44px;
  line-height: 47px;
  border-radius: 10px;
  position: relative;
  text-decoration: none !important;
}
.mob-catalog-btn svg,
.mobile-menu-catalog a svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  fill: #fff;
}
.mob-catalog-btn .menu-dots div.center {
  margin-top: -1px;
}
#overlay-tabs,
#overlay-select-field {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  cursor: default;
}
.section-news {
  background-image: url("../images/news/home-news-bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 40px;
}
.news-all__title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 25px;
}
.news__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  padding-bottom: 61px;
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
}
.news__item:hover .news-item__img img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.news-item__img {
  background: #000;
}
.news-item__img img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.news-item__title,
.news-item__text,
.news-item__date {
  padding: 0 24px 0 25px;
}
.news-item__title {
  color: #9e1f4c;
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
}
.news-item__text {
  font-size: 16px;
  line-height: 23px;
  margin-top: 23px;
}
.news-item__date {
  font-size: 15px;
  line-height: 16px;
  color: #818a84;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: 41px;
}
.news__item_col {
  margin-top: 26px;
}
.col-line-news div {
  position: absolute;
  height: 1px;
  left: 15px;
  right: -4px;
  bottom: 16px;
  background: #a0938e;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.col-line-news:last-child div {
  right: 15px;
  left: -4px;
}
.row-blog-sliders .owl-stage-outer {
  overflow: hidden;
}
.blog-home-items {
  width: 50%;
  padding: 0 15px;
  float: left;
  text-align: center;
}
.blog-home-items__img {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.blog-home-items__img img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.blog-home-items p {
  font-size: 16px;
  line-height: 19px;
  padding-top: 14px;
}
.blog-home-items a:hover .blog-home-items__img img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.blog-home-items-col {
  padding: 0 !important;
}
.blog-home-link {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog-home-link a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  color: #fff;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog-home-link a p {
  font-size: 30px;
  font-weight: 700;
}
.blog-home-link a div {
  position: absolute;
  width: 112px;
  height: 90px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -56px;
}
.blog-home-link a div img {
  width: 100%;
}
.blog-home-link a:hover {
  background: #9e1f4c;
}
.blog-home-link a:active {
  background: #6a323f;
}
.section-advantages {
  margin-top: 45px;
}
.advantages__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 30px;
}
.advantages__block {
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  display: inline-block;
  vertical-align: top;
  width: 234px;
  max-width: 100%;
  text-align: center;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 16px;
  min-height: 100%;
}
.advantages__img {
  height: 44px;
  width: 100%;
  display: table;
}
.advantages__img span {
  display: table-cell;
  vertical-align: middle;
}
.advantages__img img {
  vertical-align: middle;
  height: 44px;
  max-height: 44px;
  width: auto;
}
.advantages__img.small img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transition: scale(1.1);
  -o-transform: scale(1.1);
}
.advantages p {
  font-size: 18px;
  line-height: 21px;
  font-family: "Times New Roman";
  margin-top: 12px;
}
.mood-drink {
  margin-top: 18px;
}
.mood-drink:before {
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  background: url("../images/mood-drink-bg.jpg") 50% 0
    no-repeat;
  z-index: -1;
}
.mood-drink__form {
  padding: 32px 0;
}
.mood-drink__form .select-wr {
  width: 100%;
  float: left;
  padding: 0;
}
.mood-drink__form .select-wr select,
.mood-drink__form .select-wr input,
.mood-drink__form .select-wr textarea,
.mood-drink__form .select-wr select,
.mood-drink__form .select-wr .basket-mob-select-field,
.mood-drink__form .select-wr .input-wr .select2 .select2-selection,
.input-wr .select2 .mood-drink__form .select-wr .select2-selection,
.mood-drink__form .select-wr .button-wr .select2 .select2-selection,
.button-wr .select2 .mood-drink__form .select-wr .select2-selection {
  margin: 0;
  height: 44px;
  border: 1px solid #dbe2e7;
  box-shadow: 0px 1px 5px 0px rgba(175, 182, 187, 0.35) inset;
  font-size: 16px;
  color: #818a84;
}
.mood-drink__form .button-wr {
  margin: 0;
  padding: 0;
}
.mood-drink__form .button-wr button {
  width: 152px;
  background: none;
  border: 1px solid #dad6d4 !important;
  font-size: 14px;
  color: #fff !important;
}
.mood-drink__form .button-wr button:hover {
  background: #dad6d4;
  color: #262626 !important;
}
.mood-drink__form .button-wr button:active {
  background: #c3bfbe;
}
.main-news {
  margin-top: 30px;
}
.main-news .owl-controls {
  width: 100%;
}
.main-news__item {
  border-radius: 10px;
  overflow: hidden;
}
.main-news__img picture {
  display: block;
  height: 229px;
}
.main-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-news__content {
  padding: 20px 21px 44px;
  background-color: #fff;
}
.main-news__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.main-news__annotation {
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
}
.main-news__date {
  margin-top: 2px;
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  color: #818a84;
}
.seo-menu__tabs button {
  border: none;
  outline: none;
}
.seo-menu__tabs button span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Myriad Pro";
}
@media (max-width: 1429px) {
  .slider-first-wr {
    margin-top: 28px;
  }
}
@media (max-width: 1330px) {
  .home-info__img span {
    width: 80px;
  }
  .home-info__img span svg {
    width: 80px;
  }
  .slider-first-wr {
    margin-top: 26px;
  }
  .cab-personal-data__group_right {
    float: left;
    width: 100%;
  }
  .product-step-amount {
    margin-left: 15px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1330px) {
  .products_list .items-col {
    height: 495px;
  }
}
@media (max-width: 1200px) {
  .slider-first-wr {
    margin-top: 33px;
  }
  .tabs-link-slider-home ul li a,
  .tabs-link-slider-home ul li span {
    font-size: 12px;
  }
  .home-info__block {
    padding: 12px 10px 12px 15px;
  }
  .home-info__img span {
    width: 70px;
  }
  .home-info__img span svg {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .section-mood-drink {
    margin-top: 24px;
  }
  .slider-first-wr {
    margin-top: 8px;
  }
  .section-slider-category {
    margin-top: 24px;
  }
  .section-sliders__title {
    font-size: 20px;
    line-height: 21px;
  }
  .section-blog-home,
  .section-news,
  .section-text-home,
  .section-top-cards {
    margin-top: 30px;
  }
  .section-sliders {
    margin-top: 31px;
  }
  .tabs-link-slider-home,
  .seo-menu__tabs-wrap {
    text-align: center;
    height: 44px;
    margin-top: 13px;
    margin-bottom: 7px;
  }
  .tabs-link-slider-home ul,
  .seo-menu__tabs {
    position: relative;
    margin-left: 0;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    height: 44px;
    z-index: 10;
    padding-top: 44px;
    overflow: hidden;
    border-radius: 10px;
    background: #9e1f4c;
    background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  }
  .tabs-link-slider-home ul li,
  .seo-menu__tabs button {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #dadada;
  }
  .tabs-link-slider-home ul li:first-child,
  .seo-menu__tabs button:first-child {
    width: 100%;
  }
  .tabs-link-slider-home ul li a,
  .tabs-link-slider-home ul li span,
  .seo-menu__tabs span {
    text-align: left;
    border-radius: 0;
    padding: 0 16px;
    font-size: 16px;
    height: 44px;
    background: none;
    border: 0;
    color: #fff;
  }
  .tabs-link-slider-home ul li.active,
  .seo-menu__tabs button.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    border-top: 0;
  }
  .tabs-link-slider-home ul li.active:before,
  .seo-menu__tabs button.active:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    content: "\e913";
    font-size: 8px;
    width: 14px;
    height: 8px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .tabs-link-slider-home ul li.active a,
  .tabs-link-slider-home ul li.active span,
  .seo-menu__tabs button.active span {
    padding-right: 40px;
    background-image: none !important;
    font-family: "Myriad Pro";
    border-radius: 10px;
    padding-top: 3px;
    text-shadow: none !important;
    height: 44px;
    cursor: pointer;
  }
  .tabs-link-slider-home ul.show,
  .seo-menu__tabs.show {
    height: auto;
    z-index: 11;
  }
  .tabs-link-slider-home ul.show li.active:before,
  .seo-menu__tabs.show button.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .news__item .news-item__img {
    background: none;
  }
  .news__item:hover .news-item__img img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .blog-home-items {
    padding: 0 0;
    width: 246px;
    max-width: 100%;
    margin: 14px auto 0 auto;
    float: none;
  }
  .blog-home-items__img {
    background: none;
  }
  .blog-home-items__img img {
    opacity: 1 !important;
  }
  .blog-home-link {
    margin: 14px auto 0 auto;
    padding-bottom: 0 !important;
    width: 246px;
    max-width: 100%;
    height: 120px;
    margin-bottom: 10px;
  }
  .section-blog-catalog {
    display: none;
  }
}
@media (max-width: 767px) {
  .seo-menu__level-2 {
    display: inline-flex;
  }
  .home-info__col {
    margin-top: 15px;
  }
  .section-sliders {
    padding: 0 6px;
  }
  .section-text-home__title {
    font-size: 18px;
    line-height: 21px;
  }
  .section-text-home .editor-text {
    margin-top: 7px;
  }
  .section-news,
  .section-text-home {
    margin-top: 32px;
  }
  .section-blog-home {
    margin-top: 18px;
  }
  .section-blog-home,
  .section-news {
    text-align: center;
  }
  .slider-category__col .owl-dots {
    margin-top: 4px;
  }
  .slider-category__block a img {
    max-width: calc(100% - 20px);
  }
  .slider-category__block a p {
    font-size: 14px;
  }
  .section-slider-category {
    margin-top: 24px;
  }
  .slider-category__col {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .slider-category__col .owl-stage-outer {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    max-width: 100%;
    overflow: visible;
  }
  .all_brands_items.slider-category__col .owl-stage-outer {
    width: auto;
    overflow: hidden;
  }
  .slider-category__block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .slider-category__col.owl-loaded .slider-category__block {
    width: 166px;
  }
  .section-slider-category .padding-r-none {
    padding-right: 0 !important;
  }
  .section-slider-category .padding-l-none {
    padding-left: 0 !important;
  }
  .home-info__col {
    text-align: center;
  }
  .home-info__block {
    width: 350px;
    max-width: 100%;
    text-align: left;
  }
  .section-blog-home > .container:last-child {
    padding-bottom: 22px;
  }
  .section-news {
    padding-top: 29px;
    padding-bottom: 32px;
  }
  .news-all__title {
    font-size: 20px;
  }
  .news__item {
    text-align: left;
    padding-bottom: 40px;
  }
  .news__item_col {
    margin-top: 16px;
  }
  .news-item__title,
  .news-item__text,
  .news-item__date {
    padding: 0 6px 0 16px;
  }
  .news-item__title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 22px;
  }
  .news-item__text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
  }
  .news-item__date {
    font-size: 14px;
    bottom: 22px;
  }
  .news-link-home {
    margin-top: 6px;
  }
  .section-sliders__all_links {
    margin-top: 4px;
  }
  .section-slider-category .section-sliders__all_links {
    margin-top: 6px;
  }
  .section-sliders__title.border:after {
    width: auto;
    left: 4px;
    right: 4px;
    margin-left: 0;
  }
  .slider-category__block a:hover div {
    box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  }
}
.sort-cat-wr {
  float: left;
  margin-top: 3px;
  height: 30px;
  font-size: 14px;
}
.sort-cat-wr p {
  font-size: 14px;
  float: left;
  line-height: 30px;
}
.sort-cat-wr.city {
  margin-top: 0;
  height: 24px;
}
.sort-cat-wr.city p {
  font-size: 14px;
  padding-right: 3px;
  line-height: 24px;
}
.sort-cat {
  font-size: 14px;
  margin-left: -6px;
  float: left;
  position: relative;
  z-index: 3;
  padding: 3px 26px 9px 10px;
}
.sort-cat > a {
  color: #262626;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.sort-cat > a:hover {
  text-decoration: none;
}
.sort-cat > a:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #a0a0a0;
  font-size: 8px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  position: absolute;
  top: 6px;
  right: 3px;
}
.sort-cat ul {
  display: none;
}
.sort-cat ul li {
  list-style: none;
  margin-top: 9px;
}
.sort-cat ul li a {
  text-decoration: none;
  line-height: 24px;
  font-size: 13px;
  display: inline-block;
  color: #262626;
}
.sort-cat.active {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
}
.sort-cat.active > a {
  color: #262626;
  cursor: default;
}
.sort-cat.active > a:before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.sort-cat.active ul {
  display: block;
}
.sort-cat.active ul li a:hover {
  text-decoration: underline;
}
.sort-cat.active.city {
  background: none;
  box-shadow: none;
}
.sort-cat.city {
  padding: 0 26px 0 10px;
}
.sort-cat.city > a {
  color: #262626;
  border-bottom: 1px dashed #cbd8d3;
  padding-right: 0;
  font-size: 14px;
  display: block;
  line-height: 13px;
  margin-top: 5px;
}
.sort-cat.city > a:before {
  display: none;
}
.sort-cat.city ul {
  position: absolute;
  top: 24px;
  left: 10px;
}
.sort-cat.city ul li {
  margin-top: 0;
}
.links-header__city.sort-cat-wr .city.active ul li {
  position: relative;
  z-index: 2;
}
.links-header__city.sort-cat-wr .city.active ul:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -15px;
  right: -15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #262626;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sort-catalog-wr p {
  font-size: 13px;
  line-height: 15px;
  margin-top: -2px;
}
@media (min-width: 992px) {
  .mob-header-buttons-position > div {
    padding-right: 21px;
  }
  .header-buttons:not(:last-child) {
    margin-right: 30px;
  }
  .header-buttons__basket:hover .cart-full {
    display: block;
  }
  .toolt-button:hover .wrap-toolt {
    display: block;
  }
  #login_modal {
    left: auto;
    margin-left: auto;
    top: 30px !important;
    transition: top 0.6s, opacity 0.6s;
  }
  #login_modal.active {
    opacity: 1 !important;
    top: 52px !important;
  }
  .cabinet-main-other .cabinet-right__bg {
    padding: 46px 30px 32px;
  }
  .cabinet-right {
    padding-left: 31px !important;
  }
  .cabinet-main-other .cabinet-right {
    padding-left: 15px !important;
  }
  .cabinet-right__bg {
    min-height: 486px;
  }
  .sort-catalog-wr {
    padding-left: 0 !important;
    margin-top: 14px;
  }
}
.sort-catalog {
  position: relative;
  height: 32px;
  font-size: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 32px;
  float: left;
  z-index: 4;
  margin-top: 8px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sort-catalog ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -1px;
  padding-top: 32px;
}
.sort-catalog ul li {
  border-top: 1px solid #d9d9d9;
}
.sort-catalog ul li a {
  padding-left: 44px;
  font-size: 13px;
  line-height: 32px;
  display: block;
  position: relative;
}
.sort-catalog ul li.active a,
.sort-catalog ul a.active {
  text-decoration: none !important;
}
.sort-catalog ul li.active a:before,
.sort-catalog ul a.active:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  color: #9e1f4c;
  font-size: 11px;
  width: 14px;
  height: 11px;
  right: 10px;
  line-height: 11px;
}
.sort-catalog.show {
  z-index: 10;
  border: 1px solid transparent !important;
}
.sort-catalog.show #category-sort:before,
.sort-catalog.show .sorter-catalog:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sort-catalog.show ul {
  height: auto;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  border: 1px solid #582934;
  border-radius: 16px;
  background: #fff;
}
.sort-catalog:hover {
  border-color: #6a323f;
}
#category-sort,
.sorter-catalog {
  display: block;
  line-height: 32px;
  position: relative;
  font-size: 13px;
  color: #262626;
  padding-left: 44px;
  text-decoration: none !important;
  float: left;
  cursor: pointer;
  width: 218px;
  z-index: 3;
}
#category-sort:before,
.sorter-catalog:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  font-size: 8px;
  color: #69706e;
}
#category-sort:after,
.sorter-catalog:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  width: 16px;
  height: 12px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -6px;
  color: #9e1f4c;
  font-size: 12px;
}
.section-cabinet .sorter-catalog:after {
  display: none;
}
#overlay-sort {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: default;
}
.sort-div {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sort-cat-wr {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .wrap-seo-menu {
    margin-top: 30px;
    padding-top: 30px;
  }
  .seo-menu__tabs-wrap {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .seo-menu__tabs {
    margin: 0;
  }
  .seo-menu__tabs span {
    justify-content: flex-start !important;
    padding: 2px 16px 0 !important;
    font-size: 16px !important;
    background: none !important;
    color: #fff !important;
    border: none !important;
  }
  .cabinet-main-other .cabinet-main-mob-title {
    margin-top: 15px;
  }
  .sort-div {
    float: left;
  }
  .sort-catalog-wr p {
    display: none;
  }
}
@media (max-width: 767px) {
  .sort-catalog {
    margin-top: 0;
  }
}
.div-menu {
  height: 44px;
  padding-left: 24px;
  padding-right: 48px;
  position: relative;
  cursor: pointer;
  line-height: 47px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border-radius: 22px;
  font-weight: 700;
  z-index: 9;
}
.div-menu .animate-menu-bl {
  display: block;
  position: absolute;
  width: 24px;
  height: 16px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.div-menu .animate-menu-bl div {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.div-menu .animate-menu-bl div:first-child {
  bottom: auto;
  top: 0;
}
.div-menu .animate-menu-bl div.center {
  bottom: 7px !important;
}
.div-menu .animate-menu-bl div.center:before {
  left: -100%;
}
.div-menu .animate-menu-bl div:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
  right: -100%;
  top: 0;
  content: "";
  background: #fff;
  transition: 0.3s all ease-in;
}
.div-menu.active .animate-menu-bl div.center {
  width: 0;
  opacity: 0;
}
.div-menu.active .animate-menu-bl div.top {
  transform: rotate(135deg);
  top: 7px;
}
.div-menu.active .animate-menu-bl div.bottom {
  transform: rotate(-135deg);
  bottom: 7px;
}
.div-menu.active + .main-menu__wrapp {
  display: block !important;
}
body.home:not(.home-menu-active) .div-menu {
  cursor: default;
}
body.home:not(.home-menu-active) .main-menu__wrapp {
  display: block !important;
}
.home .div-menu .animate-menu-bl div {
  bottom: 0;
  transform: rotate(0deg) !important;
}
.home .div-menu .animate-menu-bl div:first-child {
  bottom: auto;
  top: 0;
}
.home .div-menu .animate-menu-bl div.center {
  width: 100%;
  opacity: 1;
}
.home .div-menu .animate-menu-bl div.bottom {
  bottom: 0;
}
body.fixed .main-menu__wrapp {
  top: -34px;
}
.menu-dots {
  position: absolute;
  width: 18px;
  height: 16px;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.menu-dots div {
  background: #fff;
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-dots div:before,
.menu-dots div:after {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  top: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.menu-dots div:before {
  left: -7px;
}
.menu-dots div:after {
  right: -7px;
}
.menu-dots div.top {
  top: 0;
}
.menu-dots div.center {
  top: 50%;
  margin-top: -1px;
}
.menu-dots div.bottom {
  bottom: 0;
}
.div-menu.active .menu-dots div.center {
  opacity: 0;
}
.div-menu.active .menu-dots div.center:before,
.div-menu.active .menu-dots div.center:after {
  display: none;
}
.div-menu.active .menu-dots div.top,
.div-menu.active .menu-dots div.bottom {
  /*background: none;*/
}
.div-menu.active .menu-dots div.top:before,
.div-menu.active .menu-dots div.top:after,
.div-menu.active .menu-dots div.bottom:before,
.div-menu.active .menu-dots div.bottom:after {
  width: 21px;
  height: 2px;
}
.div-menu.active .menu-dots div.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  margin-top: 7px;
}
.div-menu.active .menu-dots div.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  margin-bottom: 7px;
}
.main-menu__col {
  min-height: 0 !important;
}
.main-menu__wrapp {
  display: none;
  position: absolute;
  left: 15px;
  top: -93px;
  z-index: 8;
  right: 15px;
  width: auto;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
}
.main-menu__list {
  position: relative;
  padding-top: 28px;
}
.main-menu__list:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  z-index: 3;
}
.main-menu__list .menu-icon {
  position: absolute;
  width: 18px;
  height: 24px;
  top: 50%;
  margin-top: -13px;
  left: 16px;
}
.main-menu__list .menu-icon:before {
  position: absolute;
  height: 43px;
  width: 0;
  left: -16px;
  top: -8px;
  content: "";
  background: #9e1f4c;
  background: -moz-linear-gradient(top, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(top, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to bottom, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.main-menu__list .menu-icon span {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
  height: 24px;
}
.main-menu__list .menu-icon span img {
  vertical-align: middle;
  max-height: 24px;
}
.main-menu__list .menu-icon span svg {
  width: 18px;
  height: 24px;
  fill: #69706e !important;
  filter: none !important;
}
.main-menu__list .menu-icon span svg path {
  fill: #69706e !important;
  filter: none !important;
}
.main-menu__list .menu-icon b {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  background: #69706e;
  margin-left: -2px;
}
.main-menu__list .menu-icon b:before,
.main-menu__list .menu-icon b:after {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #69706e;
  content: "";
  top: 0;
}
.main-menu__list .menu-icon b:before {
  left: -6px;
}
.main-menu__list .menu-icon b:after {
  right: -6px;
}
.main-menu__list .menu-icon b.top {
  margin-top: -7px;
}
.main-menu__list .menu-icon b.center {
  margin-top: -1px;
}
.main-menu__list .menu-icon b.bottom {
  margin-top: 5px;
}
.main-menu__list > ul:first-child li:first-child a.main-menu__link_main {
  border-top: 0;
}
.main-menu__list > ul:last-child .menu-icon:before {
  border-bottom-left-radius: 10px;
}
.main-menu__list > ul:last-child .main-menu__link_main {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main-menu__list > ul li {
  margin-top: -1px;
}
.main-menu__list > ul li.no_border > a {
  border-top: none !important;
}
.main-menu__list > ul li.hover a.main-menu__link_main:after {
  content: "";
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  right: -16px;
  background: #fff;
  z-index: 3;
}
.main-menu__list > ul li.hover a.main-menu__link_main.no-link:after {
  display: none;
}
.main-menu__list > ul > li > a.main-menu__link_main {
  border-top: 1px solid #e8ebea;
  padding-top: 14px;
}
.main-menu__link_main {
  color: #262626;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  display: block;
  /*
  padding: 15px 35px 12px 51px;
  */
  padding: 15px 35px 12px 21px;
  text-decoration: none !important;
  position: relative;
  z-index: 4;
}
.main-menu__link_main:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a5b9b1;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -3px;
  content: "\e900";
  font-size: 6px;
  width: 11px;
  height: 6px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.main-menu__link_main.no-link:before {
  display: none;
}
.main-menu__link_main:hover {
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
}
.main-menu__link_main:hover .menu-icon span svg {
  fill: #9e1f4c !important;
}
.main-menu__link_main:hover .menu-icon span svg path {
  fill: #9e1f4c !important;
}
.main-menu__link_main:hover .menu-icon b,
.main-menu__link_main:hover .menu-icon b:before,
.main-menu__link_main:hover .menu-icon b:after {
  background: #9e1f4c;
}
.main-menu__link_main:hover .menu-icon:before {
  width: 4px;
}
.main-menu__hidden_wrapp {
  position: absolute;
  background: #fff;
  min-height: calc(100% - 26px);
  width: 300%;
  left: 100%;
  top: 26px;
  overflow: hidden;
  padding-left: 105px;
  box-sizing: content-box;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  display: none;
}
.main-menu__hidden {
  margin-left: -60px;
  margin-right: 110px;
  padding-top: 9px;
  padding-bottom: 22px;
}
.home:not(.fixed) .section-box-content .main-menu__wrapp {
  display: block;
  top: -34px;
}
.pages.fixed header .main-menu__wrapp,
.pages.other_page:not(.fixed) .section-box-content .main-menu__wrapp {
  display: block;
}
.main-menu-hidden__list {
  margin-top: 6px;
  width: 100%;
  display: inline-block;
}
.main-menu-hidden__list:first-child {
  margin-top: 0;
}
.main-menu-hidden__list li {
  margin-top: 7px !important;
}
.main-menu-hidden__list li a {
  font-size: 14px;
  color: #262626;
  line-height: 16px;
  display: block;
}
.main-menu-hidden__list li a.bold {
  font-weight: 700;
}
.main-menu-hidden__list li.all a span {
  border-bottom: 1px dashed #cbd8d3;
  position: relative;
}
.main-menu-hidden__list li.all a span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: 5px;
  border: 5px solid transparent;
  border-left: 6px solid #9e1f4c;
}
.main-menu-hidden__list li.all a:hover {
  text-decoration: none !important;
}
.main-menu-hidden__list li.all a:hover span {
  border-bottom: 1px solid transparent;
}
.main-menu-hidden__list.title {
  border-bottom: 1px solid #e8ebea;
  padding-bottom: 7px;
  margin-top: 13px;
  margin-bottom: 2px;
}
.main-menu-hidden__list.title li a {
  font-weight: 700;
  color: #9e1f4c;
  line-height: 16px;
}
.main-menu__list li.hover .main-menu__link_main {
  background: #fff;
  color: #9e1f4c;
}
.main-menu__list li.hover .main-menu__link_main:before {
  color: #9e1f4c;
}
.main-menu__list li.hover .main-menu__hidden_wrapp {
  display: block;
  margin-left: -7px;
}
.product__additional-name {
  padding: 10px 0;
  font-size: 13px;
  color: #b2b2b2;
}
.product__additional-name span {
  font-weight: 400 !important;
}
@media (max-width: 1429px) {
  .main-menu__list > ul li:first-child a.main-menu__link_main {
    padding-top: 14px;
  }
  .main-menu__link_main {
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1330px) {
  .main-menu__list > ul li:first-child a.main-menu__link_main {
    padding-top: 13px;
  }
  .main-menu__link_main {
    padding-top: 13px;
    padding-bottom: 9px;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .div-menu {
    padding-left: 15px;
    font-size: 12px;
  }
  .main-menu__link_main {
    padding-left: 41px;
    padding-right: 20px;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 7px;
  }
  .main-menu__link_main:before {
    right: 6px;
  }
  .main-menu__list .menu-icon {
    /* width: 16px; */
    width: 1px;
    height: 22px;
    margin-top: -11px;
    left: 13px;
  }
  .main-menu__list .menu-icon span {
    width: 16px;
    height: 22px;
  }
  .main-menu__list .menu-icon span svg {
    width: 16px;
    height: 22px;
  }
  .main-menu__hidden {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .main-menu__col {
    display: none;
  }
}
.sliders.slider-home,
.sliders.slider-blog {
  position: relative;
}
.sliders.slider-home .owl-stage-outer,
.sliders.slider-blog .owl-stage-outer {
  float: left;
  width: 100%;
  overflow: hidden;
}
.sliders.slider-home .owl-controls,
.sliders.slider-blog .owl-controls {
  display: none;
}
.sliders.slider-home .owl-dots,
.sliders.slider-blog .owl-dots {
  position: relative;
  bottom: 2px;
  left: auto;
  float: left;
  margin-top: 0;
}
.sliders.slider-home .owl-dots.disabled,
.sliders.slider-blog .owl-dots.disabled {
  display: none;
}
.sliders.slider-home .owl-nav.disabled,
.sliders.slider-blog .owl-nav.disabled {
  display: none;
}
.owl-video-play-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
.owl-video-play-icon:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  content: "\e902";
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  background: none;
  z-index: 2;
  font-weight: 700;
}
.owl-video-tn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.owl-video-wrapper {
  height: 300px;
  float: left;
  width: 100%;
}
.owl-video-frame {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.owl-video-frame iframe {
  width: 100% !important;
  max-height: 100% !important;
}
.owl-height {
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
}
.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  float: left;
}
.owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-item {
  outline: none !important;
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-item [class*="col-"] {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}
.owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 8px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 5px;
  position: relative;
  border: none;
  outline: none;
}
.owl-dots .owl-dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -4px;
}
.owl-dots .owl-dot.active:before {
  background: #a7abaa;
}
.owl-dots .owl-dot:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}
.owl-prev,
.owl-next {
  cursor: pointer;
  width: 64px;
  height: 64px;
  line-height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -25px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  border: none;
  border-radius: 100%;
  outline: none;
  font-size: 0;
}
.owl-prev:before,
.owl-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 64px;
  content: "\e905";
  font-size: 32px;
  color: #69706e;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: block;
}
.owl-prev.owl-next,
.owl-next.owl-next {
  left: auto;
  right: -25px;
}
.owl-prev.owl-next:before,
.owl-next.owl-next:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.owl-prev:hover:before,
.owl-next:hover:before {
  color: #6a323f;
}
.owl-prev:active:before,
.owl-next:active:before {
  color: #582934;
}
.owl-prev.disabled,
.owl-next.disabled {
  cursor: default;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.owl-prev.disabled:before,
.owl-next.disabled:before {
  color: #dadada !important;
}
.slider-first-screen-col .owl-prev,
.slider-first-screen-col .owl-next {
  background: rgba(0, 0, 0, 0.8);
  left: 16px;
  box-shadow: none;
}
.slider-first-screen-col .owl-prev:before,
.slider-first-screen-col .owl-next:before {
  color: #fff;
}
.slider-first-screen-col .owl-prev.owl-next,
.slider-first-screen-col .owl-next.owl-next {
  left: auto;
  right: 16px;
}
.arrows-sales-wr {
  padding-right: 0 !important;
}
.row-sliders-home .arrows-sales-wr {
  padding-left: 22px;
}
.btn-l_,
.btn-r_ {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -32px;
  z-index: 3;
  width: 24px;
  height: 28px;
  cursor: pointer;
  float: left;
  text-align: center;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-l_.vis_,
.btn-r_.vis_ {
  display: block !important;
}
.btn-l_:before,
.btn-r_:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  width: 100%;
  height: 100%;
  color: #9b9b9b;
  line-height: 28px;
  font-size: 12px;
  z-index: 2;
  text-align: center;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.btn-l_.lock,
.btn-r_.lock {
  cursor: default;
}
.btn-l_.lock:before,
.btn-r_.lock:before {
  color: #d4d4d4;
  opacity: 1 !important;
}
.btn-l_:hover:before,
.btn-r_:hover:before {
  opacity: 0.7;
}
.btn-l_:active:before,
.btn-r_:active:before {
  opacity: 0.5;
}
.btn-r_ {
  right: -59px;
}
.btn-r_:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.slider-first {
  position: relative;
  overflow: hidden;
}
.slider-first .owl-stage-outer {
  float: left;
}
.slider-first .owl-controls-wr {
  min-height: 34px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 69px;
  width: 100%;
}
.slider-first .owl-controls {
  display: inline-block;
  position: relative;
}
.slider-first div.slider-first-items {
  width: 100%;
  float: left;
}
.slider-first div.slider-first-items img {
  max-width: 100%;
  vertical-align: top;
}
.slider-texts-wrapp {
  display: table-cell;
  vertical-align: middle;
  height: 680px;
}
.title-sl-h {
  font-size: 48px;
  color: #9e1f4c;
  line-height: normal;
  text-transform: uppercase;
  font-family: Georgia;
}
.txt-sl-h {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.link-si-h {
  margin-top: 36px;
}
.link-si-h a {
  width: 165px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  float: left;
  border: 1px solid #fff;
  font-weight: 300;
  color: #fff;
  text-decoration: none !important;
}
.section-slider-home .owl-dots {
  float: left;
  margin-top: 0;
}
.slider-first-screen-col {
  width: 100%;
  float: left;
  position: relative;
}
.slider-first-screen-col .owl-stage-outer {
  width: 100%;
  float: left;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-slider-home .owl-prev,
  .section-slider-home .owl-next {
    display: none;
  }
}
.slider-card {
  float: left;
  width: 100%;
}
.slider-card .card-slider-img {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
}
.slider-card .card-slider-img img {
  max-width: 100%;
  max-height: 100%;
}
.slider-card .card-slider-img,
.slider-card .video-card-slider {
  height: 353px;
}
.slider-card .video-card-slider {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
}
.slider-card .video-card-slider iframe {
  width: 100% !important;
  max-height: 100% !important;
}
.slider-card .owl-nav {
  display: none;
}
.slider-card .owl-dots {
  padding-right: 0;
  margin-top: 6px;
  position: relative;
  bottom: auto;
  width: auto;
  padding-left: 0;
}
.slider-card .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  position: relative;
}
.slider-card .owl-dots .owl-dot:before {
  background: #ced0d6;
  border: 1px solid #ced0d6;
  transform: scale(1);
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  border-radius: 100%;
}
.slider-card .owl-dots .owl-dot.active {
  background: #fff !important;
}
.slider-card .owl-dots .owl-dot.active:before {
  background: #50ae34;
  border: 1px solid #50ae34 !important;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.gallery-card-wrapp .card-list-buttons {
  float: right;
  width: auto;
  margin-top: -28px;
}
.mob-category .owl-nav {
  display: none;
}
.mob-category .owl-stage-outer {
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .row.row-sliders-home {
    margin-left: -22px;
    margin-right: -22px;
  }
  body:not(.basket) {
    padding-top: 156px;
    /*padding-top: 150px;*/
  }
  header.to-top {
    top: 0;
  }
  header.to-bottom {
    top: -82px;
  }
  header .div-menu + .main-menu__wrapp {
    top: 17px;
  }
}
.title-blocks-home-tabs-wr {
  margin-top: 61px;
  z-index: 2;
  position: relative;
  text-align: center;
}
.title-blocks-home-tabs {
  padding-left: 25px;
  margin-right: 25px;
  position: relative;
  float: left;
  display: inline-block;
}
.title-blocks-home-tabs:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #a3a3a3;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.title-blocks-home-tabs:first-child {
  padding-left: 0;
}
.title-blocks-home-tabs:first-child:before {
  display: none;
}
.title-blocks-home-tabs:last-child {
  margin-right: 0;
}
.title-blocks-home-tabs span {
  float: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #a3a3a3;
}
.title-blocks-home-tabs.active span {
  color: #262626;
}
.slider-tabs {
  margin-top: -21px;
}
.slider-tabs .btn-l_,
.slider-tabs .btn-r_ {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .slider-category__col .owl-prev,
  .slider-category__col .owl-next {
    left: -12px;
  }
  .slider-category__col .owl-prev.owl-next,
  .slider-category__col .owl-next.owl-next {
    left: auto;
    right: -12px;
  }
  .owl-prev:before,
  .owl-next:before {
    font-size: 32px;
  }
}
@media (max-width: 1016px) {
  .owl-prev,
  .owl-next {
    left: -8px;
  }
  .owl-prev.owl-next,
  .owl-next.owl-next {
    left: auto;
    right: -8px;
  }
}
@media (max-width: 991px) {
  .slider-first-screen-col {
    margin-bottom: 26px;
  }
  .slider-first-screen-col.owl-loaded {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-info__block {
    padding: 19px 23px;
  }
  .home-info__text span {
    font-size: 20px;
    line-height: 23px;
  }
  .home-info__img span {
    width: 120px;
    height: auto;
  }
  .home-info__img span svg {
    width: 100%;
  }
  .arrows-sales-wr {
    text-align: center;
  }
  .arrows-sales-wr .btn-l_,
  .arrows-sales-wr .btn-r_ {
    display: none !important;
  }
  .arrows-sales-wr .title-blocks-home {
    float: none;
    margin-top: 4px;
  }
  .title-blocks-home-tabs {
    padding-left: 15px;
    margin-right: 15px;
    float: none;
  }
  .slider-tabs {
    margin-top: -4px;
  }
  .slider-first .owl-nav {
    display: none;
  }
  .slider-first-items {
    background: none !important;
  }
  .txt-sl-h {
    color: #333;
  }
  .link-si-h {
    text-align: center;
  }
  .link-si-h a {
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    display: inline-block;
    float: none;
  }
  .slider-texts-wrapp {
    height: auto;
  }
  .slider-first .owl-controls-wr {
    bottom: 0;
  }
  .slider-texts-wrapp {
    padding-bottom: 45px;
  }
  .slider-first .owl-dots .owl-dot {
    background: #a0a0a0;
  }
  .slider-first .owl-dots .owl-dot.active {
    background: #fff;
  }
  .title-sl-h {
    font-size: 22px;
    margin-top: 12px;
  }
  .txt-sl-h {
    line-height: 18px;
    font-size: 15px;
    margin-top: 7px;
  }
  .link-si-h {
    margin-top: 18px;
  }
}
@media (max-width: 550px) {
  .card-slider-img {
    max-height: 353px;
  }
  .slider-card {
    max-height: 394px;
    overflow: hidden;
  }
  .slider-card.owl-loaded {
    max-height: none;
  }
  .options-hide-blocks ul {
    max-width: 196px;
  }
  .more-hide-options {
    right: auto;
    left: 196px;
  }
}
@media (max-width: 450px) {
  .slider-card .card-slider-img {
    height: auto;
  }
  .slider-card .video-card-slider {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .slider-card {
    max-height: 350px;
  }
}
@media (max-width: 370px) {
  .slider-card {
    max-height: 327px;
  }
}
@media (max-width: 360px) {
  .slider-card {
    max-height: 319px;
  }
}
@media (max-width: 350px) {
  .slider-card {
    max-height: 310px;
  }
}
@media (max-width: 340px) {
  .wrap-price {
    flex-direction: column;
  }
  .old-price {
    margin-right: 0;
  }
  .slider-card {
    max-height: 302px;
  }
  .order_payment__button {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .slider-card {
    max-height: 293px;
  }
}
@media (max-width: 325px) {
  .slider-card {
    max-height: 289px;
  }
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range * {
  display: block;
}
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
.rateit .rateit-hover {
  background: url(../images/star.gif) left -32px;
}
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}
.rateit .rateit-selected {
  background: url(../images/star.gif) left -16px;
}
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}
.rateit .rateit-preset {
  background: url(../images/star.gif) left -48px;
}
.rateit .rateit-preset-rtl {
  background: url(../images/star.gif) left -48px;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}
.rateit {
  float: left;
  width: 100%;
}
.rateit button.rateit-reset {
  background: url(../images/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  float: left;
  outline: none;
  border: none;
  padding: 0;
  display: none !important;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: block;
  background: url(../images/star-new.png) !important;
  height: 12px !important;
  outline: none;
  margin: 0 auto;
  overflow: hidden;
}
.rateit .rateit-selected {
  background: url(../images/star-new.png) left -12px;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0;
  height: 12px !important;
}
.rateit .rateit-hover {
  background: url(../images/star-new.png) left -24px;
}
.comments-card-stars .rateit .rateit-range {
  float: left;
  margin: 0;
  cursor: pointer;
}
.items-col {
  text-align: center;
  z-index: 2;
}
.items-wr {
  display: inline-block;
  position: relative;
  width: 300px;
  max-width: 100%;
  border-radius: 10px 10px 10px 10px;
  padding: 0 0 29px 0;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
}
@media (min-width: 992px) {
  .items-wr:hover {
    width: auto;
    z-index: 4;
    padding-bottom: 32px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    box-shadow: none;
  }
  .items-wr:hover:before {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #9e1f4c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 10px;
  }
  .items-wr:hover .items__hidden {
    height: auto;
  }
  .cabinet-items .items-wr:hover {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 300px;
    max-width: 100%;
    padding-bottom: 29px;
  }
}
.status_items-wr {
  position: absolute;
  left: 24px;
  top: 32px;
  text-align: left;
  z-index: 4;
}
.status_items-wr div {
  width: 100%;
  margin-top: 5px;
  float: left;
}
.status_items-wr div:first-child {
  margin-top: 0;
}
.status_items-wr div p {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 51px;
  height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  position: relative;
}
.status_items-wr div p:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  content: "\e912";
  font-size: 48px;
  z-index: -1;
}
.status_items-wr div p.staus_sale:before {
  color: #9e1f4c;
}
.status_items-wr div p.staus_new {
  font-size: 9px;
}
.status_items-wr div p.staus_new:before {
  color: #426eb8;
}
.status_items-wr div p.staus_hit:before {
  color: #f39a20;
}
@media (min-width: 992px) {
  .sliders .items-col {
    margin-top: 48px;
  }
  .items-col {
    margin-top: 30px;
  }
  .items-col:hover {
    z-index: 3;
  }
}
.items__img {
  display: table;
  width: 215px;
  display: table;
  margin: 40px auto 0 auto;
  position: relative;
  z-index: 3;
}
.items__img > a,
.items__img > span {
  width: 215px;
  /*height: 264px;*/
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.items__img > a img,
.items__img > span img {
  vertical-align: middle;
  max-height: 250px;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 992px) {
  .items__img > a img,
  .items__img > span img {
    max-height: 180px;
  }
}
@media (max-width: 576px) {
  .items__img > a img,
  .items__img > span img {
    max-height: 130px;
  }
}
.items__title {
  margin-top: 21px;
  padding: 0 22px;
  position: relative;
  overflow: hidden;
  /*height: 44px;*/
}
.items__title a {
  font-size: 16px;
  line-height: 21px;
  color: #262626;
  display: inline-block;
}
.items__title a:hover {
  text-decoration: underline;
  color: #9e1f4c;
}
.items__status {
  font-size: 14px;
  line-height: 17px;
  color: #72a024;
  margin-top: 9px;
}
.items__status.ends {
  color: #d32f33;
}
.items__status.no {
  color: #a1b2dc;
}
.items__status span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.items__status span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #72a024;
}
.items__status.no span:before {
  background-color: #a1b2dc;
}
.items__status.ends span:before {
  background-color: #d32f33;
}
.items__price {
  margin-top: 7px;
}
.items__price div {
  position: relative;
  display: inline-block;
}
.items__price div i {
  position: static;
  right: 100%;
  bottom: 0;
  margin-left: 3px;
  white-space: nowrap;
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
  color: #81888d;
  font-style: normal;
  text-decoration: line-through;
}
.items__price div b {
  position: static;
  bottom: 0;
  left: 100%;
  margin-left: 8px;
  font-size: 18px;
  line-height: 22px;
  color: #9e1f4c;
  white-space: nowrap;
}
.items__price div .preview-price {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 8px;
  line-height: 22px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  min-width: 115px;
  color: #262626;
}
.preview-price {
  height: 44px;
}
.preview-price__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}
.items__price.disabled div span {
  background: #eeeeee;
  color: #a1b2dc;
}
.items__price.disabled div i {
  color: #a1b2dc;
}
.items__price.ends div span {
  background: #ffe080;
}
.items__hidden-stars-comments {
  margin-top: 18px;
}
.items__hidden-stars {
  display: inline-block;
  height: 14px;
  padding-top: 3px;
  margin-right: 1px;
}
.items__hidden-comments {
  margin: 10px 0 8px;
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.items-table-col .items__hidden-comments,
.items-table-col .preview-rating {
  margin: 0 !important;
}
.items__hidden-comments a {
  position: relative;
  color: inherit;
}
.items__count {
  margin-top: 10px;
}
.items__count div {
  display: block;
  position: relative;
  width: 124px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #bbc3c0;
  border-radius: 22px;
}
.items__count span i {
  font-style: normal;
}
.items__count div span {
  width: 28px;
  height: 28px;
  background-color: #e4e4e4;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  border-radius: 100%;
}
.items__count div span:before,
.items__count div span:after {
  background: #69706e;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
}
.items__count div span:before {
  width: 8px;
  height: 2px;
  margin-left: -4px;
  margin-top: -1px;
}
.items__count div span.plus {
  left: auto;
  right: 8px;
}
.items__count div span.plus:after {
  width: 2px;
  height: 8px;
  margin-top: -4px;
  margin-left: -1px;
}
.items__count div span:hover {
  background-color: #9e1f4c;
}
.items__count div span:hover:before,
.items__count div span:hover:after {
  background: #fff;
}
.items__count div span:active {
  background-color: #6a323f;
}
.items__button {
  margin-top: 16px;
  padding: 0 15px;
}
.items__button button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.items__hidden {
  height: 0;
  overflow: hidden;
  position: relative;
}
.slider-home .items-wr .items__hidden,
.container_sale .items-wr .items__hidden,
.container_new .items-wr .items__hidden {
  height: auto;
}
.items__category {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
}
.items__category p {
  width: 48px;
  height: 48px;
  margin-top: 8px;
}
.items__category p:first-child {
  margin-top: 0;
}
.items__buttons {
  position: absolute;
  top: 32px;
  right: 24px;
  z-index: 4;
}
.items-buttons__compare,
.items-buttons__wish {
  display: block;
  width: 40px;
  height: 40px;
  clear: both;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  margin-top: 8px;
  text-decoration: none !important;
}
.items-buttons__compare:first-child,
.items-buttons__wish:first-child {
  margin-top: 0;
}
.items-buttons__compare span,
.items-buttons__wish span {
  display: block;
  width: 100%;
  height: 100%;
}
.items-buttons__compare span:before,
.items-buttons__wish span:before {
  font-size: 20px;
  line-height: 40px;
  color: #69706e;
}
.items-buttons__compare span:before {
  transform: scale(0.8, 1);
  display: block;
}
.items-buttons__compare.selected span:before {
  color: #9e1f4c;
  content: "\e914";
}
.items-buttons__wish.selected span:before {
  color: #9e1f4c;
  content: "\e911";
}
.slider-blog.owl-loaded .items-col,
.slider-home.owl-loaded .items-col {
  max-width: 100% !important;
}
.slider-home.owl-loaded .owl-stage-outer,
.slider-blog.owl-loaded .owl-stage-outer {
  padding-bottom: 24px;
  margin-left: -6px;
  margin-right: -6px;
  float: none;
  width: auto;
  padding-left: 6px;
}
.cabinet-items .items__button {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-items .items__button a {
  flex-shrink: 0;
  margin-left: 12px;
  margin-top: 0 !important;
  vertical-align: top;
}
.cabinet-items .items-buttons__wish {
  vertical-align: top;
  margin-top: 1px;
  display: inline-block;
  vertical-align: top;
}
.cabinet-items .items__cab_remove {
  position: absolute;
  top: 16px;
  right: 31px;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.cabinet-items .items__cab_remove span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  background: #cccccc;
  display: block;
}
.cabinet-items .items__cab_remove span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block !important;
  content: "\e906";
  font-size: 11px;
  color: #fff;
}
.cabinet-items .items__cab_remove span.active-remove {
  background: #d32f33;
}
.cabinet-items .items__cab_remove span:hover {
  background: #9e1f4c;
}
.cabinet-items .items__hidden-stars-comments {
  display: none;
}
.cabinet-items .items__act {
  display: none;
}
.cabinet-items .items__cab_check {
  position: absolute;
  top: 16px;
  left: 31px;
  z-index: 5;
}
.cabinet-items .items__cab_check .sidebar_checks,
.cabinet-items .items__cab_check .filters_checks {
  margin: 0;
}
.cabinet-items .items__cab_check .sidebar_checks input + label,
.cabinet-items .items__cab_check .filters_checks input + label,
.cabinet-items .items__cab_check .sidebar_checks textarea + label,
.cabinet-items .items__cab_check .filters_checks textarea + label,
.cabinet-items .items__cab_check .sidebar_checks select + label,
.cabinet-items .items__cab_check .filters_checks select + label,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .basket-mob-select-field
  + label,
.cabinet-items
  .items__cab_check
  .filters_checks
  .basket-mob-select-field
  + label,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .cabinet-items
  .items__cab_check
  .sidebar_checks
  .select2-selection
  + label,
.cabinet-items
  .items__cab_check
  .filters_checks
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .cabinet-items
  .items__cab_check
  .filters_checks
  .select2-selection
  + label,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .cabinet-items
  .items__cab_check
  .sidebar_checks
  .select2-selection
  + label,
.cabinet-items
  .items__cab_check
  .filters_checks
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .cabinet-items
  .items__cab_check
  .filters_checks
  .select2-selection
  + label {
  width: 23px;
  height: 23px;
  padding: 0;
  font-size: 0;
}
.cabinet-items .items__cab_check .sidebar_checks input + label:before,
.cabinet-items .items__cab_check .filters_checks input + label:before,
.cabinet-items .items__cab_check .sidebar_checks textarea + label:before,
.cabinet-items .items__cab_check .filters_checks textarea + label:before,
.cabinet-items .items__cab_check .sidebar_checks select + label:before,
.cabinet-items .items__cab_check .filters_checks select + label:before,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .basket-mob-select-field
  + label:before,
.cabinet-items
  .items__cab_check
  .filters_checks
  .basket-mob-select-field
  + label:before,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .cabinet-items
  .items__cab_check
  .sidebar_checks
  .select2-selection
  + label:before,
.cabinet-items
  .items__cab_check
  .filters_checks
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .cabinet-items
  .items__cab_check
  .filters_checks
  .select2-selection
  + label:before,
.cabinet-items
  .items__cab_check
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .cabinet-items
  .items__cab_check
  .sidebar_checks
  .select2-selection
  + label:before,
.cabinet-items
  .items__cab_check
  .filters_checks
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .cabinet-items
  .items__cab_check
  .filters_checks
  .select2-selection
  + label:before {
  top: 0;
}
.items-compare__wr .mob-link-to-card {
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/svg/basket.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 23px;
  height: 28px;
  background-size: 23px 28px;
  margin: 4px 4px 0 4px;
}
.no-orders {
  margin-top: 20px;
  padding-left: 26px;
}
@media (max-width: 1430px) {
  .cabinet-items .items__button .btn-bye-item {
    width: 180px;
  }
}
@media (max-width: 1330px) {
  .items__img {
    width: 196px;
  }
  .cabinet-items .items__button .btn-bye-item {
    width: 140px;
  }
  .items__price div i,
  .items__price div b {
    top: 0;
    line-height: 20px;
  }
  .items__price div i {
    right: auto;
    left: 0;
  }
  .items__price div b {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .items__img {
    width: 170px;
  }
  .items__img > a,
  .items__img > span {
    height: 255px;
  }
}
@media (max-width: 1060px) {
  .items__img {
    width: 150px;
  }
  .items__img > a,
  .items__img .items__img > span {
    height: 225px;
  }
}
@media (max-width: 1012px) {
  .items__colors {
    right: -1px;
  }
  .items__pic {
    left: -1px;
  }
  .items__pic ul li {
    width: 38px;
    height: 38px;
  }
  .items__pic ul li a {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  .no-orders {
    padding-left: 0;
  }
  .slider-home.owl-loaded .owl-stage-outer,
  .slider-blog.owl-loaded .owl-stage-outer {
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .items__hidden {
    height: auto;
    overflow: visible;
  }
  .items__count {
    display: none;
  }
  .items-buttons__compare {
    display: none;
  }
  .items__buttons {
    top: 44px;
    right: 24px;
  }
  .catalog-wr .items__hidden-stars-comments,
  .sale-view-items .items__hidden-stars-comments,
  .cabinet-items .items__hidden-stars-comments,
  .owl-carousel .items__hidden-stars-comments {
    margin-top: 3px;
  }
  .cabinet-items .items__cab_remove {
    top: 31px;
  }
  .cabinet-items .items__hidden-stars-comments {
    display: block;
  }
  .cabinet-items .items__cab_check {
    top: 31px;
  }
  .cabinet-items .items-buttons__wish {
    margin-top: 9px;
  }
  .items-buttons__wish {
    width: 28px;
    height: 25px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .items-buttons__wish span:before {
    font-size: 24px !important;
    line-height: 25px !important;
  }
  .items-buttons__wish.selected span:after {
    width: 10px;
    height: 10px;
    font-size: 5px;
    line-height: 10px;
    top: 3px;
    right: 1px;
  }
  .mob-link-to-card {
    width: 24px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/ico-fonts/new-3-2.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px 30px;
    margin: 0;
  }
  .items-buttons__wish {
    box-shadow: none;
  }
  .items-buttons__wish span:before {
    color: #9e1f4c;
    transform: scale(0.9285, 1);
    display: block;
  }
  .items__title {
    padding: 0 15px;
  }
  .items-col {
    margin-top: 9px;
  }
  .items__price {
    position: relative;
  }
  .items-wr {
    box-shadow: 0px 0px 4px 0px rgba(175, 182, 187, 0.35);
  }
}
.status_items-wr.product_sticker_special .sticker.sticker--special {
  height: 64px;
  width: 64px;
  display: block;
  max-width: 64px;
  max-height: 64px;
}
.status_items-wr.product_sticker_special .sticker.sticker--special svg,
.status_items-wr.product_sticker_special .sticker.sticker--special img {
  max-width: 64px;
  max-height: 64px;
}
.products_list .status_items-wr .sticker.sticker--special {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
}
.products_list .status_items-wr .sticker.sticker--special img {
  max-width: 48px;
  max-height: 48px;
}
@media (max-width: 767px) {
  .status_items-wr.product_sticker_special {
    top: 0;
  }
  .products_list .status_items-wr .sticker.sticker--special {
    z-index: 10;
    width: 64px;
    height: 32px;
    max-width: 64px;
    max-height: 32px;
    left: 0;
    top: auto;
    bottom: -40px;
  }
  .products_list .status_items-wr .sticker.sticker--special img {
    max-width: 32px;
    max-height: 32px;
  }
  .products_list .status_items-wr .sticker.sticker--special svg {
    max-width: 32px;
    max-height: 32px;
  }
  .cabinet-items .items-buttons__wish {
    margin-top: 4px;
  }
  .slider-home.owl-loaded .owl-item,
  .slider-blog.owl-loaded .owl-item {
    padding: 0 0;
  }
  .sliders .items-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 9px;
  }
  .items-col {
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-top: 6px;
  }
  .items__img {
    margin-top: 20px;
    width: 118px;
  }
  .items__img > a,
  .items__img .items__img > span {
    height: 129px;
  }
  .items__title {
    height: 30px;
    margin-top: 14px;
    font-size: 14px;
        line-height: 16px;
  }
  .items__title:before {
    display: none;
  }
  .items__title a {
    font-size: 14px;
    line-height: 16px;
  }
  .items__status {
    display: none;
  }
  .items__price {
    /*margin-top: 9px;*/
    margin-bottom: 9px;
  }
  .items__price div {
    padding-top: 15px;
  }
  .items__price div .preview-price {
    font-size: 15px;
    line-height: 18px;
    height: 18px;
    min-width: 98px;
  }
  .items__price div b {
    font-size: 14px;
    right: 8px;
    font-weight: normal;
  }
  .items__price div i {
    font-size: 12px;
    left: 8px;
  }
  .items__price div b,
  .items__price div i {
    line-height: 14px;
  }
  .tabs-link-slider-home {
    margin-left: -6px;
    margin-right: -6px;
  }
  .cabinet-items .items__cab_remove {
    top: 12px;
    right: 22px;
  }
  .cabinet-items .items__cab_check {
    top: 12px;
    left: 22px;
  }
  .catalog-wr .items__hidden-comments,
  .sale-view-items .items__hidden-comments,
  .cabinet-items .items__hidden-comments,
  .owl-carousel .items__hidden-comments {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: -2px;
  }
  .items-col .items__hidden-comments {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 10px 0 3px !important;
    height: 18px;
    line-height: 18px;
  }
  .items__hidden-comments a {
    height: auto !important;
    font-size: 13px;
    line-height: 1 !important;
  }
  .catalog-wr .items__hidden-comments a,
  .sale-view-items .items__hidden-comments a,
  .cabinet-items .items__hidden-comments a,
  .owl-carousel .items__hidden-comments a {
    display: block;
    line-height: 53px;
    height: 34px;
  }
  .catalog-wr .items__hidden-stars-comments,
  .sale-view-items .items__hidden-stars-comments,
  .cabinet-items .items__hidden-stars-comments,
  .owl-carousel .items__hidden-stars-comments {
    margin-top: -1px;
  }
  .status_items-wr {
    left: 12px;
    top: 16px;
  }
  .status_items-wr div p {
    height: 32px;
    width: 32px;
    font-size: 7px;
    line-height: 35px;
  }
  .status_items-wr div p:before {
    font-size: 32px;
    height: 32px;
    width: 32px;
  }
  .status_items-wr div p.staus_new {
    font-size: 6px;
  }
  .items__status {
    display: none;
  }
  .items-wr {
    padding-bottom: 12px !important;
  }
  .items__buttons {
    top: 20px;
    right: 12px;
  }
  .items__hidden-stars .rateit .rateit-range {
    transform: scale(0.6667);
  }
  .items__button {
    margin-top: 10px;
    padding: 0 10px;
  }
  .items__button .btn-bye-item {
    height: 32px;
    font-size: 14px;
    line-height: 36px;
    width: 126px;
  }
}
@media (max-width: 650px) {
  .items-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 450px) {
  .cabinet-items .items-buttons__wish {
    margin-left: 3px;
  }
  .cabinet-items .items__button {
    margin-top: 10px;
  }
  .cabinet-items .items__button .btn-bye-item {
    width: 84px;
  }
}
.editor-text {
  position: relative;
}
.editor-text img {
  max-width: 100% !important;
  height: auto !important;
}
.editor-text p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 26px;
}
.editor-text p:first-child {
  margin-top: 0;
}
.editor-text ul li > p {
  display: inline;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
  margin-top: 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.editor-text ul,
.editor-text ol {
  margin-top: 25px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 26px;
}
.editor-text ul li,
.editor-text ol li {
  margin-top: 0;
  margin-bottom: 5px;
}
.editor-text ul li:first-child,
.editor-text ol li:first-child {
  margin-top: 0;
}
.editor-text ul li {
  position: relative;
}
.editor-text ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #9e1f4c;
  content: "";
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.editor-text ul ol {
  padding-left: 35px;
  margin-top: 0;
}
.editor-text ul ol li:before {
  display: none;
}
.editor-text ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.editor-text ol ul {
  margin-top: 0;
}
.editor-text ol ul li {
  list-style: none;
}
.editor-text table {
  margin-top: 33px;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-text .blog-item-calendar-views {
  display: block;
  height: 18px;
  margin-top: 0;
}
.editor-desk {
  position: relative;
  margin-top: 23px;
}
.editor-desk:first-child {
  margin-top: 23px;
}
.editor-desk > div {
  margin-top: 28px;
}
.editor-desk > div:first-child {
  margin-top: 0;
}
.editor-desk * {
  line-height: 19px;
}
.editor-desk img {
  max-width: 100% !important;
  height: auto !important;
}
.editor-desk p {
  font-size: 15px !important;
  margin-top: 19px;
}
.editor-desk p:first-child {
  margin-top: 0;
}
.editor-desk h1,
.editor-desk h2,
.editor-desk h3,
.editor-desk h4,
.editor-desk h5,
.editor-desk h6 {
  margin-top: 19px;
  font-weight: 700;
  line-height: normal;
}
.editor-desk ul,
.editor-desk ol {
  margin-top: 19px;
}
.editor-desk ul li,
.editor-desk ol li {
  margin-top: 5px;
}
.editor-desk ul li:first-child,
.editor-desk ol li:first-child {
  margin-top: 0;
}
.editor-desk ul li {
  position: relative;
}
.editor-desk ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #9e1f4c;
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-left: 23px;
  position: relative;
  top: -2px;
}
.editor-desk ul ol {
  padding-left: 35px;
  margin-top: 0;
}
.editor-desk ul ol li:before {
  display: none;
}
.editor-desk ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.editor-desk ol ul {
  margin-top: 0;
}
.editor-desk ol ul li {
  list-style: none;
}
.editor-desk table {
  margin-top: 33px;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-desk iframe {
  max-width: 100% !important;
}
.float-left {
  float: left;
}
.editor-blog,
.editor-page {
  position: relative;
  margin-top: 28px;
}
.editor-blog *,
.editor-page * {
  line-height: 27px;
}
.editor-blog img,
.editor-page img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 4px;
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
  width: auto !important;
}
.editor-blog p,
.editor-page p {
  font-size: 15px;
  margin-top: 20px;
}
.editor-blog p:first-child,
.editor-page p:first-child {
  margin-top: 0;
}
.editor-blog h1,
.editor-blog h2,
.editor-blog h3,
.editor-blog h4,
.editor-blog h5,
.editor-blog h6,
.editor-page h1,
.editor-page h2,
.editor-page h3,
.editor-page h4,
.editor-page h5,
.editor-page h6 {
  margin-top: 20px;
  font-weight: 700;
  line-height: normal;
}
.editor-blog ul,
.editor-blog ol,
.editor-page ul,
.editor-page ol {
  margin-top: 20px;
}
.editor-blog ul li,
.editor-blog ol li,
.editor-page ul li,
.editor-page ol li {
  margin-top: 0;
}
.editor-blog ul li:first-child,
.editor-blog ol li:first-child,
.editor-page ul li:first-child,
.editor-page ol li:first-child {
  margin-top: 0;
}
.editor-blog ul li,
.editor-page ul li {
  position: relative;
}
.editor-blog ul li:before,
.editor-page ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b1b3b4;
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-left: 23px;
  position: relative;
  top: -2px;
}
.editor-blog ul ol,
.editor-page ul ol {
  padding-left: 35px;
  margin-top: 0;
}
.editor-blog ul ol li:before,
.editor-page ul ol li:before {
  display: none;
}
.editor-blog ol li,
.editor-page ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.editor-blog ol ul,
.editor-page ol ul {
  margin-top: 0;
}
.editor-blog ol ul li,
.editor-page ol ul li {
  list-style: none;
}
.editor-blog table,
.editor-page table {
  margin-top: 33px;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-page * {
  line-height: 21px;
}
.editor-page ul li:before {
  background: #d31e38;
  margin-left: 0;
}
@media (max-width: 767px) {
  .editor-blog img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.label-fix {
  margin-top: 1px;
}
.sidebar_checks,
.filters_checks,
.radio_custom {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.sidebar-alphabet .sidebar_checks:first-child {
  margin: 0;
}
.sidebar_checks label,
.filters_checks label,
.radio_custom label {
  margin-top: 0;
  font-size: 14px;
}
.sidebar_checks input,
.filters_checks input,
.sidebar_checks textarea,
.filters_checks textarea,
.sidebar_checks select,
.filters_checks select,
.sidebar_checks .basket-mob-select-field,
.filters_checks .basket-mob-select-field,
.sidebar_checks .input-wr .select2 .select2-selection,
.input-wr .select2 .sidebar_checks .select2-selection,
.filters_checks .input-wr .select2 .select2-selection,
.input-wr .select2 .filters_checks .select2-selection,
.sidebar_checks .button-wr .select2 .select2-selection,
.button-wr .select2 .sidebar_checks .select2-selection,
.filters_checks .button-wr .select2 .select2-selection,
.button-wr .select2 .filters_checks .select2-selection,
.radio_custom input,
.radio_custom textarea,
.radio_custom select,
.radio_custom .basket-mob-select-field,
.radio_custom .input-wr .select2 .select2-selection,
.input-wr .select2 .radio_custom .select2-selection,
.radio_custom .button-wr .select2 .select2-selection,
.button-wr .select2 .radio_custom .select2-selection {
  display: none;
}
.sidebar_checks input + label,
.filters_checks input + label,
.sidebar_checks textarea + label,
.filters_checks textarea + label,
.sidebar_checks select + label,
.filters_checks select + label,
.sidebar_checks .basket-mob-select-field + label,
.filters_checks .basket-mob-select-field + label,
.sidebar_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .sidebar_checks .select2-selection + label,
.filters_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .filters_checks .select2-selection + label,
.sidebar_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .sidebar_checks .select2-selection + label,
.filters_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .filters_checks .select2-selection + label,
.radio_custom input + label,
.radio_custom textarea + label,
.radio_custom select + label,
.radio_custom .basket-mob-select-field + label,
.radio_custom .input-wr .select2 .select2-selection + label,
.input-wr .select2 .radio_custom .select2-selection + label,
.radio_custom .button-wr .select2 .select2-selection + label,
.button-wr .select2 .radio_custom .select2-selection + label {
  text-transform: none;
  color: #262626 !important;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 18px;
}
.sidebar_checks input + label:before,
.filters_checks input + label:before,
.sidebar_checks textarea + label:before,
.filters_checks textarea + label:before,
.sidebar_checks select + label:before,
.filters_checks select + label:before,
.sidebar_checks .basket-mob-select-field + label:before,
.filters_checks .basket-mob-select-field + label:before,
.sidebar_checks .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .sidebar_checks .select2-selection + label:before,
.filters_checks .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .filters_checks .select2-selection + label:before,
.sidebar_checks .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .sidebar_checks .select2-selection + label:before,
.filters_checks .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .filters_checks .select2-selection + label:before,
.radio_custom input + label:before,
.radio_custom textarea + label:before,
.radio_custom select + label:before,
.radio_custom .basket-mob-select-field + label:before,
.radio_custom .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .radio_custom .select2-selection + label:before,
.radio_custom .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .radio_custom .select2-selection + label:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -1px;
  left: 0;
  background: #fff;
  border: 1px solid #bbc3c0;
  cursor: pointer;
}
.sidebar_checks input + label a,
.filters_checks input + label a,
.sidebar_checks textarea + label a,
.filters_checks textarea + label a,
.sidebar_checks select + label a,
.filters_checks select + label a,
.sidebar_checks .basket-mob-select-field + label a,
.filters_checks .basket-mob-select-field + label a,
.sidebar_checks .input-wr .select2 .select2-selection + label a,
.input-wr .select2 .sidebar_checks .select2-selection + label a,
.filters_checks .input-wr .select2 .select2-selection + label a,
.input-wr .select2 .filters_checks .select2-selection + label a,
.sidebar_checks .button-wr .select2 .select2-selection + label a,
.button-wr .select2 .sidebar_checks .select2-selection + label a,
.filters_checks .button-wr .select2 .select2-selection + label a,
.button-wr .select2 .filters_checks .select2-selection + label a,
.radio_custom input + label a,
.radio_custom textarea + label a,
.radio_custom select + label a,
.radio_custom .basket-mob-select-field + label a,
.radio_custom .input-wr .select2 .select2-selection + label a,
.input-wr .select2 .radio_custom .select2-selection + label a,
.radio_custom .button-wr .select2 .select2-selection + label a,
.button-wr .select2 .radio_custom .select2-selection + label a {
  text-decoration: none !important;
  padding-left: 0;
  float: none;
}
.sidebar_checks input + label a:before,
.filters_checks input + label a:before,
.sidebar_checks textarea + label a:before,
.filters_checks textarea + label a:before,
.sidebar_checks select + label a:before,
.filters_checks select + label a:before,
.sidebar_checks .basket-mob-select-field + label a:before,
.filters_checks .basket-mob-select-field + label a:before,
.sidebar_checks .input-wr .select2 .select2-selection + label a:before,
.input-wr .select2 .sidebar_checks .select2-selection + label a:before,
.filters_checks .input-wr .select2 .select2-selection + label a:before,
.input-wr .select2 .filters_checks .select2-selection + label a:before,
.sidebar_checks .button-wr .select2 .select2-selection + label a:before,
.button-wr .select2 .sidebar_checks .select2-selection + label a:before,
.filters_checks .button-wr .select2 .select2-selection + label a:before,
.button-wr .select2 .filters_checks .select2-selection + label a:before,
.radio_custom input + label a:before,
.radio_custom textarea + label a:before,
.radio_custom select + label a:before,
.radio_custom .basket-mob-select-field + label a:before,
.radio_custom .input-wr .select2 .select2-selection + label a:before,
.input-wr .select2 .radio_custom .select2-selection + label a:before,
.radio_custom .button-wr .select2 .select2-selection + label a:before,
.button-wr .select2 .radio_custom .select2-selection + label a:before {
  display: none;
}
.sidebar_checks input + label p,
.filters_checks input + label p,
.sidebar_checks textarea + label p,
.filters_checks textarea + label p,
.sidebar_checks select + label p,
.filters_checks select + label p,
.sidebar_checks .basket-mob-select-field + label p,
.filters_checks .basket-mob-select-field + label p,
.sidebar_checks .input-wr .select2 .select2-selection + label p,
.input-wr .select2 .sidebar_checks .select2-selection + label p,
.filters_checks .input-wr .select2 .select2-selection + label p,
.input-wr .select2 .filters_checks .select2-selection + label p,
.sidebar_checks .button-wr .select2 .select2-selection + label p,
.button-wr .select2 .sidebar_checks .select2-selection + label p,
.filters_checks .button-wr .select2 .select2-selection + label p,
.button-wr .select2 .filters_checks .select2-selection + label p,
.radio_custom input + label p,
.radio_custom textarea + label p,
.radio_custom select + label p,
.radio_custom .basket-mob-select-field + label p,
.radio_custom .input-wr .select2 .select2-selection + label p,
.input-wr .select2 .radio_custom .select2-selection + label p,
.radio_custom .button-wr .select2 .select2-selection + label p,
.button-wr .select2 .radio_custom .select2-selection + label p {
  color: #262626;
  display: inline-block;
}
.sidebar_checks input + label p.disabled,
.filters_checks input + label p.disabled,
.sidebar_checks textarea + label p.disabled,
.filters_checks textarea + label p.disabled,
.sidebar_checks select + label p.disabled,
.filters_checks select + label p.disabled,
.sidebar_checks .basket-mob-select-field + label p.disabled,
.filters_checks .basket-mob-select-field + label p.disabled,
.sidebar_checks .input-wr .select2 .select2-selection + label p.disabled,
.input-wr .select2 .sidebar_checks .select2-selection + label p.disabled,
.filters_checks .input-wr .select2 .select2-selection + label p.disabled,
.input-wr .select2 .filters_checks .select2-selection + label p.disabled,
.sidebar_checks .button-wr .select2 .select2-selection + label p.disabled,
.button-wr .select2 .sidebar_checks .select2-selection + label p.disabled,
.filters_checks .button-wr .select2 .select2-selection + label p.disabled,
.button-wr .select2 .filters_checks .select2-selection + label p.disabled,
.radio_custom input + label p.disabled,
.radio_custom textarea + label p.disabled,
.radio_custom select + label p.disabled,
.radio_custom .basket-mob-select-field + label p.disabled,
.radio_custom .input-wr .select2 .select2-selection + label p.disabled,
.input-wr .select2 .radio_custom .select2-selection + label p.disabled,
.radio_custom .button-wr .select2 .select2-selection + label p.disabled,
.button-wr .select2 .radio_custom .select2-selection + label p.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.sidebar_checks input:hover + label:before,
.filters_checks input:hover + label:before,
.sidebar_checks textarea:hover + label:before,
.filters_checks textarea:hover + label:before,
.sidebar_checks select:hover + label:before,
.filters_checks select:hover + label:before,
.sidebar_checks .basket-mob-select-field:hover + label:before,
.filters_checks .basket-mob-select-field:hover + label:before,
.sidebar_checks .input-wr .select2 .select2-selection:hover + label:before,
.input-wr .select2 .sidebar_checks .select2-selection:hover + label:before,
.filters_checks .input-wr .select2 .select2-selection:hover + label:before,
.input-wr .select2 .filters_checks .select2-selection:hover + label:before,
.sidebar_checks .button-wr .select2 .select2-selection:hover + label:before,
.button-wr .select2 .sidebar_checks .select2-selection:hover + label:before,
.filters_checks .button-wr .select2 .select2-selection:hover + label:before,
.button-wr .select2 .filters_checks .select2-selection:hover + label:before,
.radio_custom input:hover + label:before,
.radio_custom textarea:hover + label:before,
.radio_custom select:hover + label:before,
.radio_custom .basket-mob-select-field:hover + label:before,
.radio_custom .input-wr .select2 .select2-selection:hover + label:before,
.input-wr .select2 .radio_custom .select2-selection:hover + label:before,
.radio_custom .button-wr .select2 .select2-selection:hover + label:before,
.button-wr .select2 .radio_custom .select2-selection:hover + label:before {
  border: 1px solid #9e1f4c;
}
.sidebar_checks input:checked + label:before,
.filters_checks input:checked + label:before,
.sidebar_checks textarea:checked + label:before,
.filters_checks textarea:checked + label:before,
.sidebar_checks select:checked + label:before,
.filters_checks select:checked + label:before,
.sidebar_checks .basket-mob-select-field:checked + label:before,
.filters_checks .basket-mob-select-field:checked + label:before,
.sidebar_checks .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .sidebar_checks .select2-selection:checked + label:before,
.filters_checks .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .filters_checks .select2-selection:checked + label:before,
.sidebar_checks .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .sidebar_checks .select2-selection:checked + label:before,
.filters_checks .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .filters_checks .select2-selection:checked + label:before,
.radio_custom input:checked + label:before,
.radio_custom textarea:checked + label:before,
.radio_custom select:checked + label:before,
.radio_custom .basket-mob-select-field:checked + label:before,
.radio_custom .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .radio_custom .select2-selection:checked + label:before,
.radio_custom .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .radio_custom .select2-selection:checked + label:before {
  background: #9e1f4c;
  border-color: #9e1f4c;
}
.sidebar_checks input[disabled="disabled"] + label:before,
.filters_checks input[disabled="disabled"] + label:before,
.sidebar_checks textarea[disabled="disabled"] + label:before,
.filters_checks textarea[disabled="disabled"] + label:before,
.sidebar_checks select[disabled="disabled"] + label:before,
.filters_checks select[disabled="disabled"] + label:before,
.sidebar_checks [disabled="disabled"].basket-mob-select-field + label:before,
.filters_checks [disabled="disabled"].basket-mob-select-field + label:before,
.sidebar_checks
  .input-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.input-wr
  .select2
  .sidebar_checks
  [disabled="disabled"].select2-selection
  + label:before,
.filters_checks
  .input-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.input-wr
  .select2
  .filters_checks
  [disabled="disabled"].select2-selection
  + label:before,
.sidebar_checks
  .button-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.button-wr
  .select2
  .sidebar_checks
  [disabled="disabled"].select2-selection
  + label:before,
.filters_checks
  .button-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.button-wr
  .select2
  .filters_checks
  [disabled="disabled"].select2-selection
  + label:before,
.radio_custom input[disabled="disabled"] + label:before,
.radio_custom textarea[disabled="disabled"] + label:before,
.radio_custom select[disabled="disabled"] + label:before,
.radio_custom [disabled="disabled"].basket-mob-select-field + label:before,
.radio_custom
  .input-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.input-wr
  .select2
  .radio_custom
  [disabled="disabled"].select2-selection
  + label:before,
.radio_custom
  .button-wr
  .select2
  [disabled="disabled"].select2-selection
  + label:before,
.button-wr
  .select2
  .radio_custom
  [disabled="disabled"].select2-selection
  + label:before {
  cursor: default;
  border-color: #ddd !important;
  background: #ddd !important;
  color: #262626 !important;
}
.sidebar_checks .filter-link,
.sidebar_checks a,
.filters_checks a,
.radio_custom a {
  line-height: 16px;
  font-size: 14px;
  color: #262626;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  text-decoration: none !important;
  float: left;
}
.sidebar_checks .filter-link:before,
.sidebar_checks a:before,
.filters_checks a:before,
.radio_custom a:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: -5px;
  left: 0;
  background: #fff;
  border: 1px solid #bbc3c0;
  cursor: pointer;
  border-radius: 4px;
}
.sidebar_checks a p,
.filter-link p,
.filters_checks a p,
.radio_custom a p {
  display: inline-block;
  margin-left: 5px;
}
.sidebar_checks a p.disabled,
.filters_checks a p.disabled,
.radio_custom a p.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.sidebar_checks input + label,
.filters_checks input + label,
.sidebar_checks textarea + label,
.filters_checks textarea + label,
.sidebar_checks select + label,
.filters_checks select + label,
.sidebar_checks .basket-mob-select-field + label,
.filters_checks .basket-mob-select-field + label,
.sidebar_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .sidebar_checks .select2-selection + label,
.filters_checks .input-wr .select2 .select2-selection + label,
.input-wr .select2 .filters_checks .select2-selection + label,
.sidebar_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .sidebar_checks .select2-selection + label,
.filters_checks .button-wr .select2 .select2-selection + label,
.button-wr .select2 .filters_checks .select2-selection + label {
  padding-left: 35px;
}
.sidebar_checks input + label:before,
.filters_checks input + label:before,
.sidebar_checks textarea + label:before,
.filters_checks textarea + label:before,
.sidebar_checks select + label:before,
.filters_checks select + label:before,
.sidebar_checks .basket-mob-select-field + label:before,
.filters_checks .basket-mob-select-field + label:before,
.sidebar_checks .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .sidebar_checks .select2-selection + label:before,
.filters_checks .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .filters_checks .select2-selection + label:before,
.sidebar_checks .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .sidebar_checks .select2-selection + label:before,
.filters_checks .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .filters_checks .select2-selection + label:before {
  width: 23px;
  height: 23px;
  top: -3px;
  border-radius: 4px;
}
.sidebar_checks input:checked + label:before,
.filters_checks input:checked + label:before,
.sidebar_checks textarea:checked + label:before,
.filters_checks textarea:checked + label:before,
.sidebar_checks select:checked + label:before,
.filters_checks select:checked + label:before,
.sidebar_checks .basket-mob-select-field:checked + label:before,
.filters_checks .basket-mob-select-field:checked + label:before,
.sidebar_checks .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .sidebar_checks .select2-selection:checked + label:before,
.filters_checks .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .filters_checks .select2-selection:checked + label:before,
.sidebar_checks .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .sidebar_checks .select2-selection:checked + label:before,
.filters_checks .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .filters_checks .select2-selection:checked + label:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #fff !important;
  font-size: 10px;
  text-align: center;
  line-height: 23px;
  font-weight: 700;
  padding-left: 1px;
}
.filter-link.checked:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #fff !important;
  font-size: 10px;
  text-align: center;
  line-height: 23px;
  font-weight: 700;
  padding-left: 1px;
  background: #9e1f4c;
  border-color: #9e1f4c;
}
.radio_custom input + label,
.radio_custom textarea + label,
.radio_custom select + label,
.radio_custom .basket-mob-select-field + label,
.radio_custom .input-wr .select2 .select2-selection + label,
.input-wr .select2 .radio_custom .select2-selection + label,
.radio_custom .button-wr .select2 .select2-selection + label,
.button-wr .select2 .radio_custom .select2-selection + label {
  color: #777777;
  padding-left: 30px;
}
.radio_custom input + label:before,
.radio_custom textarea + label:before,
.radio_custom select + label:before,
.radio_custom .basket-mob-select-field + label:before,
.radio_custom .input-wr .select2 .select2-selection + label:before,
.input-wr .select2 .radio_custom .select2-selection + label:before,
.radio_custom .button-wr .select2 .select2-selection + label:before,
.button-wr .select2 .radio_custom .select2-selection + label:before {
  top: 0;
  border-radius: 100%;
}
.radio_custom input:checked + label:before,
.radio_custom textarea:checked + label:before,
.radio_custom select:checked + label:before,
.radio_custom .basket-mob-select-field:checked + label:before,
.radio_custom .input-wr .select2 .select2-selection:checked + label:before,
.input-wr .select2 .radio_custom .select2-selection:checked + label:before,
.radio_custom .button-wr .select2 .select2-selection:checked + label:before,
.button-wr .select2 .radio_custom .select2-selection:checked + label:before {
  content: "";
}
.radio_custom input:checked + label:after,
.radio_custom textarea:checked + label:after,
.radio_custom select:checked + label:after,
.radio_custom .basket-mob-select-field:checked + label:after,
.radio_custom .input-wr .select2 .select2-selection:checked + label:after,
.input-wr .select2 .radio_custom .select2-selection:checked + label:after,
.radio_custom .button-wr .select2 .select2-selection:checked + label:after,
.button-wr .select2 .radio_custom .select2-selection:checked + label:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background: #fff;
  border-radius: 100%;
}
.filters_checks {
  margin-top: 12px;
}
.filters_checks:first-child {
  margin-top: 0;
}
.section-top-gradient {
  padding-top: 30px;
}
.section-top-gradient:before {
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.section-catalog .sidebar_checks label,
.section-catalog .filters_checks label,
.section-catalog .sidebar_checks a,
.section-catalog .filters_checks a,
.section-catalog .sidebar_checks .filter-link {
  font-size: 15px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.section-catalog .sidebar_checks label:hover,
.section-catalog .filters_checks label:hover,
.section-catalog .sidebar_checks a:hover,
.section-catalog .filters_checks a:hover {
  color: #9e1f4c;
}
.section-catalog .sidebar_checks label:hover:before,
.section-catalog .filters_checks label:hover:before,
.section-catalog .sidebar_checks a:hover:before,
.section-catalog .filters_checks a:hover:before {
  border-color: #9e1f4c;
}
.catalog-wr {
  margin-top: 3px;
}
.more_catalog_load {
  position: relative;
}
.more_catalog_load:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  background: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.page-title {
  margin-top: 9px;
}
.catalog-title,
.page-title {
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
}
.number-of-goods {
  font-size: 16px;
  line-height: 20px;
  padding-top: 13px;
}
.filters-bar {
  margin-top: -4px;
}
.wrapp_clear-link {
  float: left;
  margin-left: -8px;
  margin-top: 27px;
}
.wrapp_clear-link a,
.wrapp_clear-link button {
  display: block;
  color: #262626;
  text-decoration: none !important;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-left: 14px;
  font-size: 13px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border: 1px solid #d3d3d3;
  padding-right: 35px;
  border-radius: 32px;
}
.wrapp_clear-link > * {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
}
.wrapp_clear-link a:before,
.wrapp_clear-link button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #818181;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  content: "\e909";
  font-size: 8px;
  display: block;
}
.wrapp_clear-link a:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border-color: #6a323f;
}
.wrapp_clear-link a:active {
  color: #fff;
  border-color: #6a323f;
  background: #6a323f;
}
.wrapp_clear-link a:active:before {
  color: #fff;
}
.wrapp_clear-link a.reset-filters,
.wrapp_clear-link button.reset-filters {
  padding: 0 16px;
}
.wrapp_clear-link a.reset-filters:before,
.wrapp_clear-link button.reset-filters:before {
  display: none !important;
}
.input-blocks-wrapper {
  border: 1px solid #f6eee2;
  padding: 0 10px 23px 16px;
  margin-top: 16px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.input-blocks-wrapper__price {
  padding-right: 16px;
}
.input-blocks-wrapper:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  content: "";
  background: #fcf6ef;
  background: -moz-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: -webkit-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: linear-gradient(to bottom, #fcf6ef 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff6de', endColorstr='#fcf6ef', GradientType=0);
}
.input-blocks-wrapper > div {
  position: relative;
  z-index: 2;
}
.input-blocks-wrapper:first-child {
  margin-top: 0;
}
.input-blocks-wrapper .input-blocks,
.input-blocks-wrapper .input-blocks__links {
  width: 100%;
  float: left;
}
.input-blocks-wrapper.has-hidd {
  overflow: hidden;
  max-height: 64px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.input-blocks-wrapper.has-hidd .label-fix,
.input-blocks-wrapper.has-hidd .price_inputs,
.input-blocks-wrapper.has-hidd .price_filter,
.input-blocks-wrapper.has-hidd .sidebar-alphabet {
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.input-blocks-wrapper.has-hidd.vis {
  max-height: 6000px;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}
.input-blocks-wrapper.has-hidd.vis .hidden-filter-block:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.input-blocks-wrapper.has-hidd.vis .label-fix,
.input-blocks-wrapper.has-hidd.vis .price_inputs,
.input-blocks-wrapper.has-hidd.vis .price_filter,
.input-blocks-wrapper.has-hidd.vis .sidebar-alphabet {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.hidden-filter-block {
  position: absolute !important;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  z-index: 3 !important;
  cursor: pointer;
}
.hidden-filter-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #d4d4d4;
  display: none;
}
.hidden-filter-block:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  content: "\e900";
  font-size: 8px;
  color: #69706e;
  text-align: center;
  line-height: 35px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.hidden-filter-block:hover:after {
  display: block;
}
.hidden-filter-block:active:after {
  display: block;
  border-color: #9e1f4c;
}
.input-blocks label,
.input-blocks__links label {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 18px;
  position: relative;
}
.input-blocks label i,
.input-blocks label div.info-hover,
.input-blocks__links label i,
.input-blocks__links label div.info-hover {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #dadada;
  top: 2px;
  right: -27px;
  cursor: pointer;
}
.input-blocks label i:before,
.input-blocks label i:after,
.input-blocks label div.info-hover:before,
.input-blocks label div.info-hover:after,
.input-blocks__links label i:before,
.input-blocks__links label i:after,
.input-blocks__links label div.info-hover:before,
.input-blocks__links label div.info-hover:after {
  background: #5c7e23;
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  height: 2px;
}
.input-blocks label i:before,
.input-blocks label div.info-hover:before,
.input-blocks__links label i:before,
.input-blocks__links label div.info-hover:before {
  top: 2px;
}
.input-blocks label i:after,
.input-blocks label div.info-hover:after,
.input-blocks__links label i:after,
.input-blocks__links label div.info-hover:after {
  bottom: 2px;
  height: 6px;
}
.input-blocks label i:hover,
.input-blocks label div.info-hover:hover,
.input-blocks__links label i:hover,
.input-blocks__links label div.info-hover:hover {
  border-color: #5c7e23;
}
.info-catalog-hidden {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(48, 48, 48, 0.35);
  top: 0;
  left: 0;
  width: 290px;
  z-index: 3;
  padding: 19px 15px 21px 23px;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  font-weight: normal;
  display: none;
  margin-left: 30px;
}
.info-catalog-hidden.show {
  display: block;
  z-index: 13;
}
.label-fix {
  margin-top: 2px;
}
.hidden-catalog-filters {
  overflow: hidden;
  max-height: 250px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding-bottom: 2px;
}
.hidden-catalog-filters.visible {
  max-height: 6000px;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}
.img-filter .sidebar_checks a,
.img-filter .filters_checks a {
  padding-left: 64px;
}
.img-filter .sidebar_checks a b,
.img-filter .filters_checks a b {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 32px;
  top: -5px;
}
.img-filter .sidebar_checks a b i,
.img-filter .filters_checks a b i {
  text-align: center;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 2;
}
.img-filter .sidebar_checks a b img,
.img-filter .filters_checks a b img {
  vertical-align: middle;
  max-height: 100%;
}
.img-filter.colors-filter .sidebar_checks a,
.img-filter.colors-filter .filters_checks a {
  padding-left: 64px;
}
.img-filter.colors-filter .sidebar_checks a b,
.img-filter.colors-filter .filters_checks a b {
  border-radius: 100%;
}
.filter-link-forms {
  margin-top: 14px;
}
.filter-link-forms a {
  float: left;
  border-bottom: 1px dashed #858585;
  font-size: 14px;
  color: #858585;
  text-decoration: none !important;
  line-height: 14px;
}
.filter-link-forms a:hover {
  border-color: transparent;
}
.filter-columns {
  width: 50%;
  float: left;
}
.mob-filters-btn {
  text-align: center;
}
.mob-filters-btn span {
  margin-top: 16px;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  height: 44px;
  line-height: 47px;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0.2px;
}
.mob-filters-btn span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  font-size: 8px;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.filters-mobile-txt {
  margin-left: -15px;
  margin-right: -15px;
}
.filters-mobile-txt div {
  color: #fff;
  cursor: pointer;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  height: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
}
.filters-mobile-txt div:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 8px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  line-height: 8px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.section-catalog-text {
  margin-top: 68px;
}
.catalog-filter-list {
  margin-bottom: 5px;
}
.catalog-filter-list__main_link {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 27px;
  color: #262626;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.catalog-filter-list ul {
  padding-left: 3px;
}
.catalog-filter-list ul li {
  margin-top: 7px;
}
.catalog-filter-list ul li a {
  line-height: 17px;
  font-size: 15px;
  color: #262626;
  position: relative;
  padding-left: 11px;
  display: inline-block;
  vertical-align: top;
}
.catalog-filter-list ul li ul {
  padding-left: 9px;
}
.catalog-filter-list ul li ul li {
  padding-left: 0px;
}
.catalog-filter-list ul li ul li a {
  font-weight: normal;
}
.catalog-filter-list ul li.has-ul > a {
  padding-left: 16px;
}
.catalog-filter-list ul li.has-ul > a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 4px;
  height: 9px;
  display: block;
  content: "\e910";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 9px;
  color: #b4b7b6;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.catalog-filter-list ul li.has-active-line > a {
  text-decoration: underline !important;
  color: #262626 !important;
  cursor: default;
}
.catalog-filter-list ul li.has-active-line > a:before {
  display: none;
}
.catalog-filter-list ul li.has-active-color > a {
  color: #9e1f4c !important;
  cursor: default;
}
.catalog-filter-list ul li.has-active-color > a:before {
  display: none;
}
.catalog-filter-list > ul {
  margin-bottom: -10px;
}
.catalog-filter-list a {
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.catalog-filter-list a:hover {
  color: #9e1f4c;
}
.more-catalog-btn {
  position: relative;
  cursor: pointer;
  margin-top: 19px;
  margin-bottom: -5px;
}
.more-catalog-btn span {
  line-height: 18px;
  color: #9e1f4c;
  padding-left: 26px;
  display: inline-block;
}
.more-catalog-btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 6px;
  content: "\e900";
  color: #9a9a9a;
  font-size: 8px;
  width: 14px;
  height: 8px;
  display: block;
}
.more-catalog-btn.active:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.view-mod-div {
  float: right;
  padding-top: 21px;
  margin-left: 23px;
}
.separator-style {
  width: 64px;
  height: 32px;
}
.separator-style [class*="sep-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  border-radius: 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #d3d3d3;
  border-left: 0;
  outline: none;
}
.separator-style [class*="sep-"]:first-child {
  border-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d3d3d3;
  border-right: 0;
}
.separator-style [class*="sep-"] span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
}
.separator-style [class*="sep-"]:first-child span {
  margin: 0 0 0 3px;
}
.separator-style [class*="sep-"] b {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: #9e1f4c;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -1px;
}
.separator-style [class*="sep-"] b:first-child {
  left: 0;
  margin-left: 0;
}
.separator-style [class*="sep-"] b:last-child {
  left: auto;
  right: 0;
  margin-right: 0;
}
.separator-style [class*="sep-"] b:before,
.separator-style [class*="sep-"] b:after {
  content: "";
  background: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.separator-style [class*="sep-"] b:before {
  top: -100%;
  margin-top: -3px;
}
.separator-style [class*="sep-"] b:after {
  bottom: -100%;
  margin-bottom: -3px;
}
.separator-style [class*="sep-"].sep-one {
  float: right;
}
.separator-style [class*="sep-"].sep-one b:last-child {
  width: 8px;
}
.separator-style [class*="sep-"].active {
  background: #9e1f4c;
  border-color: #9e1f4c;
  opacity: 1 !important;
  cursor: default;
}
.separator-style [class*="sep-"].active b {
  background: #fff;
}
.separator-style [class*="sep-"]:hover {
  border-color: #6a323f;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.section-text-catalog {
  margin-top: 30px;
}
.section-text-catalog .section-text-home__title {
  color: #9e1f4c;
  border-top: 1px solid #bbc3c0;
  padding-top: 80px;
}
.reset-btn-filters {
  text-align: center;
  margin-top: 23px;
}
.reset-btn-filters a,
.reset-btn-filters button {
  display: inline-block;
  width: 194px;
  max-width: 100%;
  font-size: 16px;
  color: #262626;
  border: 1px solid #dadada;
  border-radius: 32px;
  line-height: 32px;
  height: 32px;
  background: #fff;
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.reset-btn-filters button {
  border-color: #9e1f4c;
}
.reset-btn-filters a:hover,
.reset-btn-filters button:hover {
  border-color: #6a323f;
}
.reset-btn-filters a:active,
.reset-btn-filters button:hover {
  background: #6a323f;
  border-color: #6a323f;
  color: #fff;
}
.reset-btn-filters-wrapper {
  padding-right: 16px;
}
.clear-show-filters {
  width: 400px;
  height: 52px;
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: -400px;
  z-index: 4;
  padding: 0 16px;
}
.clear-show-filters:before {
  content: "";
  width: 100%;
  height: 75px;
  left: 0;
  bottom: 52px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    white 90%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  z-index: 1;
}
.clear-show-filters:after {
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px -3px 16px 0px rgba(195, 193, 193, 0.35);
  background: none;
}
.clear-show-filters .reset-btn-filters {
  width: 107px;
  z-index: 3;
  position: relative;
  margin: 11px auto 0 auto;
}
.clear-show-filters .reset-btn-filters a {
  border-color: #dadada !important;
  background: #fff !important;
  font-size: 13px;
  color: #262626 !important;
}
.clear-show-filters .show-filters {
  display: none;
  float: right;
  width: 142px;
  height: 40px;
  z-index: 3;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background: #9e1f4c;
  background: -moz-linear-gradient(top, #9e1f4c 1%, #6a323f 50%, #9e1f4c 100%);
  background: -webkit-linear-gradient(
    top,
    #9e1f4c 1%,
    #6a323f 50%,
    #9e1f4c 100%
  );
  background: linear-gradient(to bottom, #9e1f4c 1%, #6a323f 50%, #9e1f4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color', GradientType=0);
  line-height: 43px;
  border-radius: 20px;
  text-align: center;
  margin-top: 6px;
}
.catalog-mob-links-wrapp {
  margin-top: -3px;
  margin-bottom: 0;
}
.catalog-mob-links {
  position: relative;
  width: 100%;
  min-height: 1px;
  /*
  flex: 0 0 14.2%;
  max-width: 14.2%;
  */
  flex: 0 0 16.6%;
  max-width: 16.6%;
  margin-top: 27px;
  border-right: 1px solid #dadada;
}
.catalog-mob-links:nth-child(6n + 6) {
  border-right: 0;
}
.catalog-mob-links a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 5px 0 5px;
}
.catalog-mob-links a i {
  width: 96px;
  height: 120px;
  margin: 0 auto;
  display: table;
}
.catalog-mob-links a i b {
  display: table-cell;
  vertical-align: middle;
}
.catalog-mob-links a img {
  vertical-align: middle;
}
.catalog-mob-links a span {
  display: block;
  width: 100%;
  line-height: 17px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: -5px;
}
.catalog-mob-links-slider {
  position: relative;
}
.catalog-mob-links-slider:before,
.catalog-mob-links-slider:after {
  width: 1px;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  content: "";
  z-index: 7;
}
.catalog-mob-links-slider:before {
  left: 0;
}
.catalog-mob-links-slider:after {
  right: 0;
}
.catalog-mob-links-slider .owl-stage-outer {
  overflow: hidden;
}
.catalog-mob-links-slider.owl-loaded {
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.catalog-mob-links-slider.owl-loaded .catalog-mob-links {
  width: 100%;
  float: left;
  max-width: 100%;
  flex: auto;
  min-height: 100%;
  margin-top: 11px;
}
.catalog-mob-links-slider .owl-stage,
.catalog-mob-links-slider .owl-item {
  height: 100%;
}
.sidebar-alphabet__title {
  margin-top: 18px;
  margin-bottom: -4px;
}
.sidebar-alphabet__title span {
  cursor: pointer;
  border-bottom: 1px dashed #9e1f4c;
  display: inline-block;
  vertical-align: top;
  color: #9e1f4c;
  font-size: 15px;
  line-height: 13px;
}
.sidebar-alphabet__letters {
  height: 0;
  overflow: hidden;
}
.sidebar-alphabet__letters ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 236px;
}
.sidebar-alphabet__letters ul li {
  float: left;
  margin-right: 7px;
  margin-top: 9px;
}
.sidebar-alphabet__letters ul li a,
.sidebar-alphabet__letters ul li span {
  font-size: 16px;
  cursor: pointer;
  display: block;
  line-height: 18px;
}
.sidebar-alphabet__letters ul li a:hover,
.sidebar-alphabet__letters ul li span:hover {
  text-decoration: underline;
}
.sidebar-alphabet__letters.active {
  height: auto;
}
.sidebar_checks_letter {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 16px;
  width: 100%;
  float: left;
}
.sidebar_checks_letter:first-child {
  margin-top: 0;
}
.sidebar-scroll {
  overflow: auto;
  margin-top: 18px;
}
.sidebar-scroll {
  max-height: 409px;
  overflow: hidden;
}
.sidebar-scroll.custom-scroll-style {
  overflow-y: scroll;
}
.sidebar-scroll.custom-scroll-style::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
  border-radius: 10px;
}
.sidebar-scroll.custom-scroll-style::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
}
.section-slider-category-catalog {
  margin-top: 48px;
}
.section-slider-category-catalog__border {
  width: 100%;
  height: 1px;
  background: #bbc3c0;
  margin-bottom: 80px;
}
.section-blog-home.section-blog-catalog > .container:last-child {
  padding-bottom: 0;
}
.section-blog-home.section-blog-catalog > .container:last-child:before {
  display: none;
}
.catalog-title-wrapp,
.page-title-wrap {
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  .items__button button.added {
    font-size: 12px;
  }
  .seo-menu__level-2 {
    column-gap: 10px;
  }
  .product_wrap_amount {
    flex-direction: column;
  }
  .product-step-amount {
    margin-left: 0;
    order: -1;
    margin-bottom: 15px;
  }
  .catalog-mob-links {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .catalog-mob-links:nth-child(6n + 6) {
    border-right: 1px solid #dadada;
  }
  .catalog-mob-links:nth-child(6n + 6) {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  #filters {
    margin-top: 8px;
    padding-bottom: 115px;
  }
  .sidebar-filters {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    background: #fff;
    width: 400px !important;
    position: fixed !important;
    right: 0;
    top: 0;
    margin-right: -400px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block !important;
    max-width: 400px !important;
  }
  .catalog-title {
    z-index: 3;
    position: relative;
  }
  .view-mod-div {
    padding-top: 0;
    margin-left: 0;
  }
  .sort-catalog-wr {
    margin-top: 16px;
  }
  .row.catalog-wr {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .section-top-gradient {
    padding-top: 9px;
  }
  .wrapp_clear-link {
    margin-top: 0;
    padding-bottom: 16px;
    width: 100%;
    position: relative;
  }
  .wrapp_clear-link:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #dadada;
    left: -8px;
    right: -24px;
    bottom: 0;
  }
  .hidden-filter-block:after {
    display: none !important;
  }
  .input-blocks-wrapper:first-child {
    margin-top: 16px;
  }
  .sidebar-scroll {
    max-height: 274px;
  }
  .section-text-catalog {
    margin-top: 30px;
  }
  .section-text-catalog .section-text-home__title {
    border-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 850px) {
  .catalog-mob-links {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .catalog-mob-links:nth-child(6n + 6) {
    border-right: 1px solid #dadada;
  }
  .catalog-mob-links:nth-child(5n + 5) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .price-input {
    width: 90px !important;
  }
  .catalog-mob-links-wrapp {
    margin-bottom: 15px !important;
  }
  .sort-cat-wr {
    margin-top: 3px;
  }
  .sidebar-filters {
    width: 100% !important;
    margin-right: -100%;
    max-width: 100% !important;
  }
  .filters-mobile-txt {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog-mob-links a i {
    width: 70px;
    height: 88px;
  }
  .catalog-mob-links a span {
    margin-bottom: -2px;
  }
  .catalog-title-wrapp {
    margin-bottom: 0;
  }
  .sort-catalog-wr {
    margin-top: 12px;
  }
  .catalog-mob-links-wrapp {
    margin-bottom: 4px;
  }
  .catalog-wr {
    margin-top: 12px;
  }
  .section-slider-category-catalog {
    margin-top: 24px;
  }
  .section-sliders__title.border:after {
    display: none;
  }
  .section-slider-category-catalog__border {
    margin-bottom: 31px;
  }
  .clear-show-filters {
    width: 100%;
    margin-right: -100%;
    max-width: 100%;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 710px) {
  .catalog-mob-links {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .catalog-mob-links:nth-child(5n + 5) {
    border-right: 1px solid #dadada;
  }
  .catalog-mob-links:nth-child(4n + 4) {
    border-right: 0;
  }
}
@media (max-width: 510px) {
  .catalog-mob-links {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .catalog-mob-links:nth-child(4n + 4) {
    border-right: 1px solid #dadada;
  }
  .catalog-mob-links:nth-child(3n + 3) {
    border-right: 0;
  }
}
@media (max-width: 420px) {
  .mob-filters-btn span {
    width: 100%;
  }
}
.items-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(175, 182, 187, 0.35);
  margin-top: 12px;
  padding: 0 0 0 39px;
}
.items-table .left {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.items-table .center {
  border-right: 1px solid #d3d3d3;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 24px;
}
.items-table .right {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.items-table .right-wr {
  width: 300px;
  text-align: center;
}
.items-table__img {
  padding: 24px 0;
}
.items-table__img a {
  width: 178px;
  height: 210px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.items-table__img a img {
  vertical-align: middle;
  max-height: 100%;
}
.items-table__title {
  margin-top: 36px;
}
.items-table__title a {
  font-size: 24px;
  line-height: 31px;
  color: #262626;
}
.items-table .items__status {
  margin-top: 12px;
}
.items-table .items__hidden-stars-comments {
  margin-top: 21px;
}
.items-table .items__price {
  margin-top: 34px;
}
.items-table .items__count {
  margin-top: 21px;
}
.items-table__buttons {
  margin-top: 16px;
  margin-bottom: 24px;
}
.items-table__buttons .btn-bye-item {
  width: 152px;
}
.items-table__buttons_wish {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  padding-top: 2px;
}
.items-table__buttons_wish .items-buttons__wish,
.items-table__buttons_wish .items-buttons__compare {
  float: left;
  clear: none;
  margin: 0 4px;
}
.items-table__buttons_wish .items-buttons__wish span:before,
.items-table__buttons_wish .items-buttons__compare span:before {
  padding-left: 1px;
}
.items-table .items__button {
  margin-top: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.catalog-table-wr {
  margin-top: 21px;
}
.cabinet-center {
  width: 95px;
  position: absolute;
  left: -35px;
  top: 0;
  z-index: 7;
}
@media (max-width: 1429px) {
  .items-table {
    padding: 0 0 0 20px;
  }
  .items-table__title a {
    font-size: 22px;
    line-height: 29px;
  }
  .items-table .center {
    padding-left: 20px;
    padding-right: 15px;
  }
  .items-table .items__price div {
    padding-top: 0;
  }
  .items-table .items__price div i {
    right: 100%;
    left: auto;
  }
  .items-table .items__price div b {
    left: 100%;
    right: auto;
  }
}
@media (max-width: 1329px) {
  .items-table__title a {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1200px) {
  .items-table__img a {
    width: 109px;
    height: 129px;
  }
  .items-table__img {
    padding: 15px 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .items-table .status_items-wr {
    left: 12px;
    top: 16px;
  }
}
@media (max-width: 991px) {
  .items-table__buttons_wish .items-buttons__compare {
    display: block;
  }
  .items-table__buttons_wish .items-buttons__wish {
    width: 40px;
    height: 40px;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  }
  .items-table__buttons_wish .items-buttons__wish span:before {
    line-height: 40px !important;
    font-size: 20px !important;
    transform: scale(1, 1);
  }
  .items-table__buttons_wish .items-table__title a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-title-wrap {
    margin-bottom: 20px;
  }
  .items-table {
    padding: 0 0 16px 154px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 6px;
  }
  .items-table .left {
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    flex: none;
  }
  .items-table .center {
    padding: 0 0;
    border-right: 0;
  }
  .items-table .right-wr {
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .items-table__title {
    margin-top: 14px;
  }
  .items-table__title a {
    font-size: 14px;
    line-height: 17px;
    display: block;
  }
  .items-table__img {
    padding: 0;
    display: block;
    flex-wrap: nowrap;
    height: auto;
  }
  .items-table .items__hidden-stars-comments {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 42px;
  }
  .items-table .items__hidden-stars {
    width: 54px;
    padding-top: 0;
  }
  .items-table .items__hidden-stars .rateit .rateit-range {
    transform: scale(0.6667) translateX(-22px);
  }
  .items-table .items__hidden-comments {
    display: block;
    height: auto;
    line-height: 1;
    vertical-align: top;
    width: auto;
    margin-top: 0;
  }
  .items-table .items__price {
    margin-top: 12px;
  }
  .items-table .items__price div {
    padding-top: 17px;
  }
  .items-table .items__price div .preview-price {
    min-width: 92px;
    text-align: left;
    margin: 0;
  }
  .items-table .items__price div i {
    left: 0;
    right: auto;
  }
  .items-table .items__price div b {
    right: 0;
    left: auto;
  }
  .items-table .items-table__buttons {
    margin-top: 36px;
    margin-bottom: 0;
  }
  .items-table .items-buttons__compare {
    display: none;
  }
  .items-table .items-table__buttons .btn-bye-item:not(.added) {
    width: 126px;
  }
  .items-table .items-table__buttons .items-table__buttons_wish {
    display: none;
  }
  .items-table__buttons_wish {
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    left: 107px;
    top: 20px;
    z-index: 2;
  }
  .items-table__buttons_wish .items-buttons__wish {
    box-shadow: none;
    margin: 0;
    width: 26px;
    height: 24px;
  }
  .items-table__buttons_wish .items-buttons__wish span:before {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .catalog-table-wr {
    margin-top: 10px;
  }
  .catalog-table-wr .items__hidden-comments a {
    line-height: 14px;
    height: 21px;
  }
}
.section-breadcrumb:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  content: "";
  background: #f6f7f8;
  background: -moz-linear-gradient(top, #f6f7f8 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f7f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f7f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.breadcrumb-wrapp {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul.breadcrumb {
  padding: 0 15px;
  border: 0;
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 14px;
  white-space: nowrap;
  position: relative;
  overflow: auto;
}
.breadcrumb-wrapp:before {
  position: absolute;
  height: 18px;
  right: 0;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 45px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  z-index: 2;
}
ul.breadcrumb li {
  display: inline-block;
  color: #262626;
  margin-left: 21px;
  font-size: 14px;
  line-height: 16px;
}
ul.breadcrumb li:first-child {
  margin-left: 0;
}
ul.breadcrumb li a {
  color: inherit;
  position: relative;
  display: block;
  line-height: 14px;
}
ul.breadcrumb li a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 7px;
  height: 12px;
  display: block;
  content: "\e910";
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  color: #b4b7b6;
}
ul.breadcrumb li a span {
  color: inherit;
  display: block;
  line-height: 14px;
}
ul.breadcrumb li span {
  color: #262626;
  display: block;
  line-height: 14px;
}
ul.breadcrumb li:last-child {
  cursor: default;
}
ul.breadcrumb li:last-child a {
  cursor: default;
}
.breadcrumbs-blog ul.breadcrumb li:first-child a {
  font-size: 0;
  width: 84px;
  height: 14px;
}
.breadcrumbs-blog ul.breadcrumb li:first-child a:before {
  content: "";
  width: 1px;
  height: 24px;
  background: #bbc3c0;
  right: -15px;
  top: -9px;
  margin-top: 0;
}
.breadcrumbs-blog ul.breadcrumb li:first-child a:after {
  position: absolute;
  left: 0;
  top: -9px;
  width: 84px;
  height: 24px;
  content: "";
  background: url("../images/blog/blog-logo.jpg") 0 0
    no-repeat;
}
.breadcrumbs-blog ul.breadcrumb li:first-child a span {
  font-size: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-right: 0 !important;
    padding-bottom: 12px !important;
  }
  ul.breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .breadcrumbs-blog ul.breadcrumb li:first-child a:before {
    top: -10px;
  }
  .breadcrumbs-blog ul.breadcrumb li:first-child a:after {
    top: -10px;
  }
}
ul.pagination {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-top: 26px;
  padding-bottom: 26px;
}
ul.pagination li {
  float: left;
  list-style: none;
  width: auto;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  margin: 0 4px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  text-decoration: none;
  color: #262626;
  font-weight: 700;
  font-size: 18px;
  display: block;
  height: 100%;
  padding: 0 2px;
  min-width: 44px;
}
ul.pagination li.active {
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border: none !important;
  box-shadow: none !important;
  line-height: 42px;
}
ul.pagination li.active a,
ul.pagination li.active span {
  cursor: default;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transition: scale(1);
  -o-transform: scale(1);
  color: #fff;
}
ul.pagination li.prev,
ul.pagination li.next {
  cursor: pointer;
  border: 0 !important;
  width: 32px;
  box-shadow: none !important;
  background: #fff !important;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none !important;
}
ul.pagination li.prev span,
ul.pagination li.prev a,
ul.pagination li.next span,
ul.pagination li.next a {
  width: 42px;
  font-size: 0;
  color: #fff;
}
ul.pagination li.prev a,
ul.pagination li.next a {
  position: absolute;
  top: 0;
  left: 0;
}
ul.pagination li.prev:before,
ul.pagination li.next:before {
  content: "\e909";
  font-size: 24px;
  line-height: 42px;
  color: #333;
}
ul.pagination li.prev.next:before,
ul.pagination li.next.next:before {
  content: "\e90b";
}
ul.pagination li.prev.disabled,
ul.pagination li.next.disabled {
  cursor: default;
}
ul.pagination li.prev.disabled:before,
ul.pagination li.next.disabled:before {
  color: #d4d4d4 !important;
}
ul.pagination li.prev.disabled:hover:before,
ul.pagination li.next.disabled:hover:before {
  color: #d4d4d4 !important;
}
ul.pagination li.prev:hover:before,
ul.pagination li.next:hover:before {
  color: #9e1f4c !important;
}
ul.pagination li:hover {
  box-shadow: 0px 0px 12px 0px rgba(129, 129, 129, 0.35);
  border-color: #fff;
}
ul.pagination li:hover.prev:before,
ul.pagination li:hover.next:before {
  color: #424446;
}
ul.pagination li:hover.prev.disabled:before,
ul.pagination li:hover.next.disabled:before {
  color: #d4d4d4;
}
ul.pagination li:active.prev:before,
ul.pagination li:active.next:before {
  color: #1f2021;
}
ul.pagination li:active.prev.disabled:before,
ul.pagination li:active.next.disabled:before {
  color: #d4d4d4;
}
.load-more-wr {
  margin-top: -1px;
}
.load-more-wr button {
  border: none;
}
.load-more-wr div,
.load-more-wr button {
  width: 323px;
  height: 117px;
  margin: 29px auto 0 auto;
  cursor: pointer;
  color: #9e1f4c;
  font-size: 14px;
  padding-left: 134px;
  display: table;
  position: relative;
}
.load-more-wr div p,
.load-more-wr button p {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 27px;
  line-height: 31px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.load-more-wr div p b,
.load-more-wr button p b {
  font-size: 14px;
  font-weight: normal;
}
.load-more-wr div span,
.load-more-wr button span {
  position: absolute;
  width: 117px;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: 0.05s;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -ms-transition: 0.05s;
  -o-transition: 0.05s;
}
.load-more-wr div span:before,
.load-more-wr button span:before {
  display: block;
  content: "\e90b";
  font-size: 117px;
  color: #9e1f4c;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.load-more-wr div:active span,
.load-more-wr button:active span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transition: scale(1.1);
  -o-transform: scale(1.1);
}
.load-more-wr.more_anim {
  position: relative;
}
.load-more-wr.more_anim span:before {
  animation-name: loadMore;
  animation-duration: 1.7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.t-add-product-button {
  cursor: pointer;
}
.t-add-product-button:hover .load-more-wr div,
.t-add-product-button:hover .load-more-wr button {
  color: #6a323f;
}
.t-add-product-button:hover .load-more-wr div span:before,
.t-add-product-button:hover .load-more-wr button span:before {
  color: #6a323f;
}
@keyframes loadMore {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .load-more-wr div,
  .load-more-wr button {
    width: 100%;
    margin-top: 22px;
    padding-left: 0;
    height: auto;
    padding-top: 104px;
  }
  .load-more-wr div span,
  .load-more-wr button span {
    width: 94px;
    height: 94px;
    left: 50%;
    margin-left: -47px;
  }
  .load-more-wr div span:before,
  .load-more-wr button span:before {
    font-size: 94px;
  }
  .load-more-wr div p,
  .load-more-wr button p {
    display: block;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
  ul.pagination {
    flex-wrap: wrap;
    margin-top: 3px;
  }
  ul.pagination li a {
    min-width: 42px;
  }
  ul.pagination li.prev.next:before,
  ul.pagination li.next.next:before,
  ul.pagination li.prev:before,
  ul.pagination li.next:before {
    line-height: 30px;
  }
}
.price_slider {
  margin-top: 24px;
  padding: 10px 0;
  width: 100%;
  float: left;
}
.price_slider .irs {
  height: 24px;
}
.price_slider .irs .irs {
  margin-top: 0;
}
.price_slider .irs-line {
  background: #b4b7b6;
  border: 0;
  height: 4px;
  border-radius: 2px;
  top: 50%;
  width: 100%;
  margin-top: -2px;
  position: absolute;
  overflow: visible;
}
.price_slider .irs-line .irs-line-left {
  position: relative;
}
.price_slider .irs-line .irs-line-right {
  position: relative;
}
.price_slider .irs-bar {
  height: 4px;
  background: #9e1f4c;
  border: 0;
  top: 50%;
  margin-top: -2px;
}
.price_slider .irs-slider {
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #6a323f;
  background: -moz-linear-gradient(top, #6a323f 0%, #9e1f4c 50%, #6a323f 100%);
  background: -webkit-linear-gradient(
    top,
    #6a323f 0%,
    #9e1f4c 50%,
    #6a323f 100%
  );
  background: linear-gradient(to bottom, #6a323f 0%, #9e1f4c 50%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a323f', endColorstr='#6a323f', GradientType=0);
  border: 0 !important;
  box-shadow: 0px 0px 8px 0px rgba(129, 129, 129, 0.35);
}
.price_slider .irs-slider.from {
  margin-left: -2px;
}
.price_slider .irs-slider.to {
  margin-left: 2px;
}
.price_slider .irs-slider:before {
  background: #fff;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  border-radius: 100%;
}
.price_slider .irs-slider:hover {
  background: #72923d;
  box-shadow: none;
}
#btn_ok {
  width: 46px;
  height: 40px;
  float: right;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
#btn_ok span {
  text-transform: uppercase;
  cursor: pointer;
  color: #303030;
  line-height: 40px;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  display: block;
  text-align: center;
}
#btn_ok:hover {
  border-color: #6a323f;
}
#btn_ok:active {
  border-color: #6a323f;
  background: #6a323f;
}
#btn_ok:active span {
  color: #fff;
}
.separator-price {
  padding-left: 6px !important;
  padding-right: 6px !important;
  height: 40px;
  position: relative;
  width: 24px;
  float: left;
}
.separator-price:before {
  width: 100%;
  height: 2px;
  display: block;
  background: #dddddd;
  margin-top: 20px;
  content: "";
}
.price-input {
  width: 72px;
  float: left;
  padding-left: 0;
  margin-right: 0;
  position: relative;
}
.price-input label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  color: #9b9b9b !important;
  font-size: 14px !important;
  font-weight: normal;
  text-transform: none !important;
}
.price-input input,
.price-input textarea,
.price-input select,
.price-input .basket-mob-select-field,
.price-input .input-wr .select2 .select2-selection,
.input-wr .select2 .price-input .select2-selection,
.price-input .button-wr .select2 .select2-selection,
.button-wr .select2 .price-input .select2-selection {
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.price-input.to {
  margin-right: 0;
}
.price_inputs {
  margin-top: 32px;
}
.currency-price {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  padding-left: 13px;
}
@media (max-width: 1430px) {
  .price-input {
    width: 62px;
  }
  .currency-price {
    padding-left: 8px;
  }
}
@media (max-width: 1330px) {
  .price-input {
    width: 54px;
  }
  .currency-price {
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .separator-price {
    width: 20px;
  }
  .currency-price {
    display: none;
  }
  .price-input {
    width: 50px;
  }
}
.mCSB_scrollTools {
  opacity: 1 !important;
}
.custom-scroll-style .mCSB_container {
  padding-bottom: 15px;
}
.custom-scroll-style .mCSB_scrollTools {
  width: 8px;
}
.custom-scroll-style .mCSB_scrollTools .mCSB_draggerRail {
  background: #e4e4e4 !important;
  border-radius: 8px;
}
.custom-scroll-style .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #b3b6b5 !important;
  opacity: 1 !important;
  width: 8px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
}
.custom-scroll-style .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
  display: none;
}
.sliders-compare-page-wr
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar:before {
  position: absolute;
  width: 25px;
  height: 8px;
  background: url(../images/scroll-horizontal-bg-new.png)
    50% 50% no-repeat;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -4px;
  content: "";
}
.sliders-compare-page-wr
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 7px 0;
  background: #e4e7e6 !important;
  border-radius: 4px;
}
.sliders-compare-page-wr
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #e4e4e4;
  background: -moz-linear-gradient(top, #e4e4e4 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #fff 100%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  box-shadow: 0px 0px 12px 0px rgba(175, 182, 187, 0.35);
  border: 0 !important;
}
.sliders-compare-page-wr
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.section-card {
  margin-top: 33px;
}
.title-card {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 10px;
}
.card-code {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  max-width: 100%;
  float: right;
  height: 47px;
  background: #ffe2a9;
  text-align: center;
  border-radius: 6px;
  line-height: 15px;
}
.card-code .card-code__value {
  margin-left: 2px;
}
.raiting-card {
  cursor: pointer;
  float: right;
  position: absolute;
  top: -15px;
  right: 0;
}
.raiting-card .rateit {
  width: auto;
}
.raiting-b {
  float: left;
  line-height: 17px;
  font-size: 10px;
  margin-left: 12px;
  text-transform: uppercase;
  color: #a7a7a7;
  position: relative;
  height: 14px;
}
.raiting-b:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a7a7a7;
  content: "";
}
.card-size-wr__ {
  margin-top: 16px;
}
.card-size-wr {
  margin-top: 16px;
}
.card-size-wr.active {
  position: relative;
  z-index: 5;
}
.card-size-title {
  float: left;
  line-height: 47px;
  height: 44px;
  margin-right: 12px;
}
.card-size-select {
  float: left;
  height: 44px;
  border: 1px solid #ececec;
  border-radius: 22px;
  position: relative;
  min-width: 124px;
}
.card-size-select.color .card-size-select-selected i {
  margin-left: 25px;
}
.card-size-select.color .card-size-select-selected b {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 9px;
  top: 9px;
}
.card-size-select.color .card-hidden-sizes ul {
  margin-top: 25px;
}
.card-size-select.color .card-hidden-sizes ul li {
  line-height: normal;
  overflow: visible;
  padding-left: 9px;
}
.card-size-select.color .card-hidden-sizes ul li:first-child {
  margin-top: 3px;
}
.card-size-select.color .card-hidden-sizes ul li:last-child {
  margin-bottom: 3px;
}
.card-size-select.color .card-hidden-sizes ul li span {
  position: relative;
  padding-left: 36px;
}
.card-size-select.color .card-hidden-sizes ul li span b {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 0;
  top: -5px;
}
.card-size-select.color .card-hidden-sizes ul li.active span {
  border: 0;
}
.card-size-select.color .card-hidden-sizes ul li.active i {
  border-bottom: 1px solid #9e1f4c;
}
.card-size-select.active .card-size-select-selected:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.card-size-select.active .card-hidden-sizes {
  display: block;
}
.card-size-select-selected {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 50px;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 22px;
}
.card-size-select-selected i {
  font-weight: normal;
  font-style: normal;
}
.card-size-select-selected:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 8px;
  color: #9c9c9c;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  display: block;
  z-index: 4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.card-hidden-sizes {
  display: none;
  max-height: 276px;
  border: 1px solid #ececec;
  border-top: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background: #fff;
  width: 100%;
  position: absolute;
  left: -1px;
  top: 25px;
  box-sizing: content-box;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  z-index: 2;
}
.card-hidden-sizes ul {
  margin-top: 28px;
  margin-bottom: 21px;
  width: 100%;
  float: left;
  max-height: 224px;
}
.card-hidden-sizes ul li {
  cursor: pointer;
  padding-left: 12px;
  font-size: 14px;
  margin-top: 21px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.card-hidden-sizes ul li:first-child {
  margin-top: 0;
}
.card-hidden-sizes ul li i {
  font-style: normal;
}
.card-hidden-sizes ul li.disabled {
  color: #9f9f9f;
}
.card-hidden-sizes ul li span {
  line-height: 14px;
  display: inline-block;
  border-color: transparent;
}
.card-hidden-sizes ul li.active span {
  border-bottom: 1px solid #9e1f4c;
}
.card-size-col {
  display: inline-block;
  vertical-align: top;
}
.btns-card-wr {
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
}
.wish-list-card {
  float: left;
}
.list_wish_card_card {
  float: left;
  margin-top: 14px;
  margin-left: 30px;
}
.list_wish_card_card span {
  font-size: 10px;
  position: relative;
  line-height: 16px;
  color: #a7a7a7 !important;
  text-decoration: underline;
  padding-left: 26px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
.list_wish_card_card span:hover {
  text-decoration: none !important;
}
.list_wish_card_card span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\e90d";
  position: absolute;
  left: 0;
  top: 0;
  color: #9e1f4c;
}
.list_wish_card_card.in_active span:before {
  content: "\e905";
}
.list_wish_card_card:hover {
  text-decoration: none !important;
}
.share-card-btns {
  margin-top: 47px;
}
.share-card-btns span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  float: left;
  color: #a7a7a7;
  line-height: 18px;
  height: 16px;
}
.share-card-btns a {
  display: block;
  float: left;
  margin-left: 16px;
  text-decoration: none !important;
}
.share-card-btns a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-size: 16px;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.share-card-btns a:hover:before {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transition: scale(1.4);
  -o-transform: scale(1.4);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.share-card-btns a.share-card-fb:before {
  content: "\e900";
}
.share-card-btns a.share-card-inst:before {
  content: "\e901";
}
.desk-blocks-wrapp {
  margin-top: 58px;
}
.card-tabs-bg {
  border-bottom: 1px solid #bbc3c0;
  padding-bottom: 17px;
}
.desks-tabs-list {
  position: relative;
}
.desks-tabs-list ul {
  padding-left: 5px;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 44px;
}
.desks-tabs-list ul:before {
  width: 100%;
  height: 1px;
  background: #bbc3c0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.desks-tabs-list ul li {
  float: left;
  width: 126px;
  padding-left: 3px;
  display: table;
}
.desks-tabs-list ul li span,
.desks-tabs-list ul li a {
  display: table-cell;
  width: 100%;
  border: 1px solid #bbc3c0;
  cursor: pointer;
  vertical-align: middle;
  height: 44px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 5px 0 5px;
  line-height: 13px;
}
.desks-tabs-list ul li span:hover,
.desks-tabs-list ul li a:hover {
  background: #bbc3c0;
  color: #fff;
}
.desks-tabs-list ul li.active {
  position: relative;
  top: 0;
}
.desks-tabs-list ul li.active span,
.desks-tabs-list ul li.active a {
  font-weight: 700;
  color: #fff;
  background: #b62458;
  background: -moz-linear-gradient(left, #b62458 0%, #853f4f 100%);
  background: -webkit-linear-gradient(left, #b62458 0%, #853f4f 100%);
  background: linear-gradient(to right, #b62458 0%, #853f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  cursor: default;
  padding-top: 5px;
  border: 0;
}
.desk-tab {
  display: none;
}
.desk-tab.active {
  display: block;
}
.comments-row {
  margin-top: 20px;
}
.comments-row .comments-row {
  margin-left: 24px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.comments-autor {
  font-weight: 700;
  font-size: 17px;
}
.comments-autor .rateit {
  width: auto;
  float: none;
  top: 1px;
  left: 9px;
}
.comments-answer {
  margin-top: 5px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 11px;
}
.comments-answer span {
  color: #9e1f4c;
  cursor: pointer;
}
.comments-answer span:hover {
  text-decoration: underline;
}
.without-comments-wrapp {
  width: 58.3333333333%;
  float: left;
  padding: 0 10px;
}
.card-comments {
  margin-top: 3px;
  width: 58.3333333333%;
  float: left;
  padding-right: 15px;
  position: relative;
}
.card-comments-hidden {
  margin-top: 20px;
}
.card-comments-hidden.hidden {
  display: none;
}
.mob-comments-add-btn {
  margin-top: 24px;
  display: inline-block;
  width: 100%;
}
.mob-comments-add-btn span {
  display: inline-block;
  width: 242px;
  max-width: 100%;
  color: #fff !important;
  cursor: pointer;
  margin: 0;
}
#overlay-comments {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.comments-answer-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 520px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  background: #fff;
  border-radius: 10px;
  padding: 31px 0 32px 0;
  z-index: 11;
  margin-top: 21px;
}
.comments-answer-form.hidden {
  display: none;
}
.comments-answer-form .input-wr,
.comments-answer-form .button-wr,
.comments-answer-form .button-wr {
  float: none;
  padding: 0 40px;
  text-align: left;
  margin-top: 15px;
}
.comments-answer-form .input-wr label,
.comments-answer-form .button-wr label,
.comments-answer-form .input-wr input,
.comments-answer-form .button-wr input,
.comments-answer-form .input-wr textarea,
.comments-answer-form .button-wr textarea,
.comments-answer-form .input-wr select,
.comments-answer-form .button-wr select,
.comments-answer-form .input-wr .basket-mob-select-field,
.comments-answer-form .button-wr .basket-mob-select-field,
.comments-answer-form .input-wr .select2 .select2-selection,
.input-wr .select2 .comments-answer-form .button-wr .select2-selection,
.button-wr .select2 .comments-answer-form .input-wr .select2-selection,
.comments-answer-form .button-wr .select2 .select2-selection,
.comments-answer-form .button-wr label,
.comments-answer-form .button-wr input,
.comments-answer-form .button-wr textarea,
.comments-answer-form .button-wr select,
.comments-answer-form .button-wr .basket-mob-select-field,
.input-wr .select2 .comments-answer-form .button-wr .select2-selection,
.comments-answer-form .button-wr .select2 .select2-selection {
  float: none;
  vertical-align: top;
}
.comments-answer-form .input-wr label,
.comments-answer-form .button-wr label,
.comments-answer-form .button-wr label {
  margin-top: 0;
}
.comments-answer-form .button-wr {
  text-align: center;
  margin-top: 23px;
}
.comments-answer-form .button-wr span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #9e1f4c;
  margin-right: 40px;
}
.comments-answer-form .button-wr span:hover {
  text-decoration: underline;
}
.comments-answer-form .button-wr button {
  display: inline-block;
}
.comments-btn {
  margin-top: 40px;
  text-align: center;
}
.comments-btn .btn_,
.comments-btn .button-wr button,
.button-wr .comments-btn button,
.comments-btn .buttons-proof a,
.buttons-proof .comments-btn a,
.comments-btn .buttons-proof span,
.buttons-proof .comments-btn span,
.comments-btn .mob-comments-add-btn span,
.mob-comments-add-btn .comments-btn span,
.comments-btn .without-comments span,
.without-comments .comments-btn span,
.comments-btn .gallery-modal__btn_bye span,
.gallery-modal__btn_bye .comments-btn span,
.comments-btn .delivery-hidden-fields__button b,
.delivery-hidden-fields__button .comments-btn b,
.comments-btn .blog-item-main__button a,
.blog-item-main__button .comments-btn a,
.comments-btn .error-page__button a,
.error-page__button .comments-btn a {
  float: none;
  display: inline-block;
}
.comments-show-all {
  margin-top: 35px;
}
.comments-show-all span {
  display: inline-block;
  padding-right: 26px;
  position: relative;
  color: #9e1f4c;
  cursor: pointer;
}
.comments-show-all span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 8px;
  color: #9c9c9c;
  z-index: 4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.comments-show-all span.active:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.card-comments-form-wrapp {
  flex-shrink: 0;
  float: right;
  width: 41.6666666667%;
  margin-top: 35px;
  padding-left: 15px;
}
.card-comments-form-wrapp.hidden {
  display: none;
}
.comments-form {
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  background: #fff;
  border-radius: 10px;
  padding: 31px 0 32px 0;
}
.comments-form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
}
.comments-form .rateit {
  float: none;
  margin-top: 26px;
  margin-bottom: 12px;
}
.comments-form .rateit .rateit-range {
  background: url(../images/star-big.png) !important;
  height: 24px !important;
}
.comments-form .rateit .rateit-selected {
  background: url(../images/star-big.png) left -24px;
}
.comments-form .rateit .rateit-hover {
  background: url(../images/star-big.png) left -24px;
}
.comments-form .rateit .rateit-hover,
.comments-form .rateit .rateit-selected {
  height: 24px !important;
}
.comments-form .input-wr,
.comments-form .button-wr,
.comments-form .button-wr {
  float: none;
  padding: 0 40px;
  text-align: left;
  margin-top: 15px;
}
.comments-form .input-wr label,
.comments-form .button-wr label,
.comments-form .input-wr input,
.comments-form .button-wr input,
.comments-form .input-wr textarea,
.comments-form .button-wr textarea,
.comments-form .input-wr select,
.comments-form .button-wr select,
.comments-form .input-wr .basket-mob-select-field,
.comments-form .button-wr .basket-mob-select-field,
.comments-form .input-wr .select2 .select2-selection,
.input-wr .select2 .comments-form .button-wr .select2-selection,
.button-wr .select2 .comments-form .input-wr .select2-selection,
.comments-form .button-wr .select2 .select2-selection,
.comments-form .button-wr label,
.comments-form .button-wr input,
.comments-form .button-wr textarea,
.comments-form .button-wr select,
.comments-form .button-wr .basket-mob-select-field,
.input-wr .select2 .comments-form .button-wr .select2-selection,
.comments-form .button-wr .select2 .select2-selection {
  float: none;
  vertical-align: top;
}
.comments-form .input-wr label,
.comments-form .button-wr label,
.comments-form .button-wr label {
  margin-top: 0;
}
.comments-form .sidebar_checks,
.comments-form .filters_checks {
  text-align: center;
  margin-top: 24px;
}
.comments-form .sidebar_checks label,
.comments-form .filters_checks label {
  font-size: 14px;
}
.comments-form .sidebar_checks label:before,
.comments-form .filters_checks label:before {
  top: -2px;
}
.comments-form .button-wr {
  text-align: center;
  margin-top: 23px;
}
.comments-form .button-wr button {
  width: 242px;
  display: inline-block;
}
.comments-form .button-wr span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #9e1f4c;
  margin-right: 40px;
}
.comments-form .button-wr span:hover {
  text-decoration: underline;
}
.comments-form-text {
  font-size: 14px;
  line-height: 17px;
  margin-top: 13px;
}
.comments-form-text.input-wr,
.comments-form-text.button-wr {
  margin-top: 13px;
}
.comments-form-text a,
.comments-form-text span {
  text-decoration: underline;
  cursor: pointer;
  color: #717171;
}
.comments-form-text a:hover,
.comments-form-text span:hover {
  text-decoration: none;
}
.without-comments {
  margin-top: 36px;
}
.without-comments p {
  font-size: 17px;
  font-weight: 700;
}
.without-comments span {
  width: 242px;
  max-width: 100%;
  color: #fff !important;
  cursor: pointer;
  margin-top: 31px;
}
.comments-card {
  background: #fff;
  padding: 45px 95px 40px 95px;
  float: left;
  width: 100%;
}
.comments-card-img {
  display: inline-block;
  max-width: 98px;
  vertical-align: top;
}
.comments-card-title-stars {
  vertical-align: top;
  display: inline-block;
  padding-left: 40px;
  width: 262px;
}
.comments-card-title {
  font-size: 16px;
  line-height: 19px;
  margin-top: -3px;
}
.comments-card-stars {
  margin-top: 23px;
}
.comments-card-stars-title {
  font-size: 12px;
}
.comments-form-wr {
  width: 100%;
  float: left;
  margin-top: 47px;
}
.comments-form-btn {
  margin-top: 30px;
  width: 100%;
  float: left;
}
.comments-form-btn button {
  width: 100%;
  float: left;
  color: #fff;
  background: #9e1f4c;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  height: 43px;
}
.comments-form-btn button:hover {
  background: #6a323f;
}
.comments-form-btn button:active {
  background: #582934;
}
.card-min-img {
  float: left;
  width: 25%;
  margin-top: 8px;
}
.card-min-img span {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}
.card-min-img.active span {
  cursor: default;
}
.card-min-img.active span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #9e1f4c;
  left: 0;
  top: 0;
}
.card-min-img-wr {
  width: 384px;
  margin: 16px auto 0 auto;
  max-width: 100%;
  position: relative;
}
.card-min-img-wr .owl-stage-outer {
  overflow: hidden;
  right: -8px;
}
.card-min-img-wr.owl-loaded .card-min-img {
  width: 100%;
}
.card-min-img-wr .owl-prev,
.card-min-img-wr .owl-next {
  z-index: 3;
  height: 28px;
  width: 28px;
  margin-top: -9px;
  left: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  box-shadow: none;
  border: none;
}
.card-min-img-wr .owl-prev:before,
.card-min-img-wr .owl-next:before {
  width: auto;
  height: auto;
  font-size: 28px;
  line-height: 1;
  color: #b4b7b6;
  content: "\e910";
}
.card-min-img-wr .owl-prev.owl-next,
.card-min-img-wr .owl-next.owl-next {
  left: auto;
  right: -19px;
}
.card-min-img-wr .owl-prev.disabled,
.card-min-img-wr .owl-next.disabled {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.gallery-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#overlay_gallery {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #582934;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 99;
  cursor: pointer;
}
.gallery-modal-wr {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px 0;
  z-index: 101;
  overflow: scroll;
  overflow-x: hidden;
  align-items: center;
}
.gallery-modal__close-more {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.gallery-modal {
  box-shadow: 0 0 3px 1px #ccc;
  background: #fff;
  padding-top: 27px;
  position: relative;
  border-radius: 10px;
  width: 1290px;
  left: 50%;
  margin-left: -645px;
  height: 100%;
  min-height: 650px;
  max-height: 840px;
  overflow: hidden;
  z-index: 3;
}
.gallery-modal__close {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 33px;
  right: 28px;
  text-align: center;
  z-index: 4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.gallery-modal__close:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #dadada;
  font-size: 24px;
  line-height: 24px;
}
.gallery-modal__close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.gallery-modal__title {
  width: 100%;
  position: relative;
  padding-right: 33%;
  padding-left: 30px;
}
.gallery-modal__title > i {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  width: 707px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 27px;
  max-height: 27px;
  height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  z-index: 3;
}
.gallery-modal__price_btn {
  position: absolute;
  right: 76px;
  top: 0;
  bottom: 0;
  float: left;
}
.gallery-modal__price {
  float: left;
}
.gallery-modal__price span {
  display: inline-block;
  height: 34px;
  line-height: 38px;
  min-width: 114px;
  text-align: center;
  padding: 0 10px;
  background: #ffeaa9;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #262626;
}
.gallery-modal__btn_bye {
  margin-left: 24px;
  float: left;
}
.gallery-modal__btn_bye span {
  width: 128px;
  cursor: pointer;
  height: 34px;
  line-height: 38px;
}
.gallery-modal__big_wrapp {
  width: 75%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 135px;
  padding-bottom: 40px;
}
.gallery-modal__big {
  width: 630px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.gallery-modal__big a {
  width: 630px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
.gallery-modal__big a img {
  vertical-align: middle;
}
.gallery-modal__big .owl-stage-outer {
  overflow: hidden;
}
.gallery-modal__big .owl-prev,
.gallery-modal__big .owl-next {
  left: -90px;
  border: none;
}
.gallery-modal__big .owl-prev.owl-next,
.gallery-modal__big .owl-next.owl-next {
  left: auto;
  right: -90px;
}
.gallery-modal__big .owl-prev.disabled,
.gallery-modal__big .owl-next.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.gallery-modal__small_wrapp {
  width: 25%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding-top: 135px;
  padding-bottom: 117px;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-modal__small {
  height: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  width: 98px;
  margin: 0 auto;
}
.modal-card-min-img {
  text-align: center;
  margin-top: 16px;
}
.modal-card-min-img:first-child {
  margin-top: 0;
}
.modal-card-min-img span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 89px;
  width: 80px;
}
.modal-card-min-img span img {
  max-height: 100%;
}
.modal-card-min-img.active span {
  cursor: default;
}
.modal-card-min-img.active span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #9e1f4c;
  left: 0;
  top: 0;
}
.gallery-modal__small .mCustomScrollBox {
  overflow: visible;
}
.gallery-modal__small .mCSB_scrollTools {
  right: -4px;
  opacity: 1 !important;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonUp,
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown {
  width: 80px;
  height: 40px;
  background: #fff;
  text-decoration: none !important;
  left: -83px;
  opacity: 1 !important;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonUp:before,
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  content: "\e905";
  font-size: 24px;
  color: #dadada;
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonUp:hover:before,
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown:hover:before {
  color: #6a323f;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonUp:active:before,
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown:active:before {
  color: #582934;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonUp {
  top: -40px;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown {
  bottom: -40px;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_buttonDown:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.gallery-modal__small .mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0.75;
}
.gallery-modal__small .mCSB_scrollTools .mCSB_draggerContainer:hover {
  opacity: 1;
}
.pswp__item .wrapper {
  width: 860px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -270px;
  margin-left: -430px;
}
.pswp__item .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.card-social-text {
  line-height: 17px;
  margin-top: 21px;
}
.card-info {
  margin-top: 16px;
}
.card-info:first-child {
  margin-top: 0;
}
.card-info__block {
  margin-left: -30px;
  position: relative;
  border: 1px solid #f6eee2;
  border-radius: 10px;
  min-height: 92px;
  cursor: pointer;
}
.card-info__block:before {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #fcf6ef;
  background: -moz-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: -webkit-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: linear-gradient(to bottom, #fcf6ef 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf6ef', endColorstr='#ffffff', GradientType=0);
}
.card-info__block .card-info__block_wr {
  position: relative;
  z-index: 2;
  padding-top: 78px;
  padding-bottom: 15px;
}
.card-info__block .card-info__block_wr p {
  text-align: center;
  color: #262626;
  line-height: 21px;
  font-size: 18px;
  font-family: "Times New Roman";
}
.card-info__block .card-info__block_wr span {
  line-height: 19px;
  display: inline-block;
}
.card-info__block .card-info__block_wr i {
  position: absolute;
  width: 64px;
  height: 44px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -32px;
  top: 23px;
}
.card-info__block.active {
  background: #fcf6ef;
}
.card-info__block.active:before {
  display: none;
}
.card-info__block.active .card-info__info {
  display: block;
}
.card-info__info {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(48, 48, 48, 0.35);
  top: 50%;
  right: 100%;
  margin-right: 15px;
  width: 290px;
  z-index: 3;
  padding: 19px 15px 21px 23px;
  font-size: 14px;
  line-height: 19px;
}
.card-info__info ul li {
  padding-left: 11px;
  position: relative;
}
.card-info__info ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b1b3b4;
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
.card-buy-phone {
  text-align: left;
  margin-top: 22px;
}
.card-buy-phone span {
  display: inline-block;
  line-height: 19px;
}
.card-buy-phone p {
  float: left;
  margin-right: 10px;
}
.card-buy-phone p:last-child {
  margin-right: 0;
}
.card-buy-phone a {
  display: inline-block;
  line-height: 19px;
  font-weight: 700;
}
.card-center-wrapp {
  margin-left: -30px;
  margin-top: 21px;
}
.wrap-price {
  display: inline-flex;
  align-items: center;
}
.old-price {
  margin-right: 15px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: line-through;
  color: #81888d;
}
.product-available.ends p {
  color: #d32f33;
}
.product-available.no p {
  color: #a1b2dc;
}
.product-available p {
  padding-left: 22px;
  position: relative;
}
.product-available p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  margin-top: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #72a024;
}
.product-available.no p:before {
  background-color: #a1b2dc;
}
.product-available.ends p:before {
  background-color: #d32f33;
}
.product-available.no + .wrap-price span.price {
  background: #eeeeee;
  color: #a1b2dc;
}
.product-available.no + .wrap-price b:before {
  background: #eeeeee;
}
.card-price p {
  margin-bottom: 19px;
  line-height: 17px;
  text-align: left;
  color: #72a024;
  font-size: 14px;
}
.card-price span.price {
  display: inline-flex;
  line-height: 48px;
  background: #ffeaa9;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  height: 48px;
  padding: 0 22px;
  color: #262626;
}
.card-price span.price .currency {
  margin-left: 5px;
}
.card-price span.price-with-old-price {
  position: relative;
  padding-right: 90px;
}
.price-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  padding-top: 2px;
  position: absolute;
  right: 3px;
  top: 2px;
  bottom: 2px;
  background: linear-gradient(to bottom, #ffffff, #fdf7f1);
  border: 1px solid #f6eee2;
  border-radius: 0 8px 8px 0;
  font-size: 20px;
  font-weight: bold;
  color: #9e1f4c;
}
.card-price span.price.new {
  color: #262626;
}
.card-price i {
  display: block;
  float: left;
  line-height: 50px;
  height: 48px;
  color: #81888d;
  text-decoration: line-through;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-right: 16px;
}
.card-price b {
  line-height: 48px;
  height: 48px;
  width: 70px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  background: #fff;
  color: #9e1f4c;
  border: 2px solid #ffeaa9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  float: left;
}
.card-price b:before {
  position: absolute;
  width: 10px;
  left: -10px;
  top: -2px;
  bottom: -2px;
  content: "";
  background: #ffeaa9;
}
.card-quantity {
  float: left;
  position: relative;
}
.card-quantity div {
  display: block;
  height: 44px;
  border: 1px solid #bbc3c0;
  border-radius: 22px;
  position: relative;
  min-width: 124px;
  text-align: center;
  user-select: none;
}
.card-quantity div input,
.items__count div input {
  max-width: 40px;
  height: 100%;
  margin: 0 auto;
  float: none;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  font-family: "Myriad Pro", serif;
  border: none;
  background: transparent;
  box-shadow: none;
}
.card-quantity div span {
  position: absolute;
  background: #e4e4e4;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  top: 50%;
  margin-top: -14px;
  left: 7px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.card-quantity div span:hover {
  background: #6a323f;
}
.card-quantity div span:active {
  background: #582934;
}
.card-quantity div span:before,
.card-quantity div span:after {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
}
.card-quantity div span:before {
  width: 8px;
  height: 2px;
  margin-left: -4px;
  margin-top: -1px;
  content: "";
}
.card-quantity div span.plus {
  left: auto;
  right: 7px;
}
.card-quantity div span.plus:after {
  width: 2px;
  height: 8px;
  margin-left: -1px;
  margin-top: -4px;
  content: "";
}
.card-quantity-text {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #ed1b24;
  position: absolute;
  left: 100%;
  margin-left: 18px;
  width: 215px;
  top: 3px;
}
.card-credit-info {
  margin-top: 24px;
  display: inline-block;
  vertical-align: top;
}
.card-credit-info p {
  float: left;
  line-height: 17px;
  margin-right: 9px;
  margin-top: 7px;
}
.card-credit-info p span {
  color: #9e1f4c;
  border-bottom: 1px dashed #9e1f4c;
  display: inline-block;
  display: inline-block;
  line-height: 10px;
}
.card-manufacturer {
  line-height: 17px;
  border-top: 1px solid #bbc3c0;
  margin-top: 32px;
  padding-top: 23px;
  max-width: 440px;
}
.card-manufacturer a,
.card-manufacturer span {
  color: #9e1f4c;
}
.card-buy-wrapp {
  margin-top: 24px;
}
.card-buy-wrapp .btn-bye-card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 2;
  height: 52px;
  border-radius: 52px;
  border: none;
}
.btn-bye-card-click-wr {
  float: left;
  width: 214px;
  text-align: center;
  margin-right: 30px;
}
.btn-bye-card-click-wr span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 211px;
  max-width: 100%;
  color: #fff;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 22px;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  box-shadow: 0px 0px 8px 0px rgba(129, 129, 129, 0.35);
}
.btn-bye-card-click-wr span:hover {
  text-decoration: none;
  background: #6a323f;
}
.btn-bye-card-click-wr span:active {
  background: #582934;
}
.card-buttons {
  float: left;
  padding-top: 6px;
}
.card-buttons div {
  margin: 0 16px;
}
.card-buttons div:first-child {
  margin-left: 0;
}
.card-buttons div:last-child {
  margin-right: 0;
}
.card-buttons__wish,
.card-buttons__compare,
.card-buttons__price {
  float: left;
}
.card-buttons__wish a,
.card-buttons__compare a,
.card-buttons__price a {
  text-decoration: none !important;
}
.card-buttons__wish a:before,
.card-buttons__compare a:before,
.card-buttons__price a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #69706e;
}
.card-buttons__wish a:hover:before,
.card-buttons__compare a:hover:before,
.card-buttons__price a:hover:before {
  color: #6a323f;
}
.card-buttons__wish a:active:before,
.card-buttons__compare a:active:before,
.card-buttons__price a:active:before {
  color: #582934;
}
.card-buttons__wish a:before {
  content: "\e904";
}
.card-buttons__compare a:before {
  content: "\e902";
}
.card-buttons__compare a.selected:before {
  color: #9e1f4c;
}
.card-buttons__price a:before {
  content: "\e915";
}
.card-buttons .card-buttons__compare {
  position: relative;
}
.card-buttons .card-buttons__compare a.selected:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #9e1f4c;
  text-align: center;
  font-size: 7px;
  line-height: 16px;
  color: #fff;
  display: block;
  position: absolute;
  top: -4px;
  right: 2px;
}
.card-buttons .card-buttons__compare a.selected:hover:after {
  background: #6a323f;
}
.card-buttons .card-buttons__compare a.selected:active:after {
  background: #582934;
}
.card-buttons .card-buttons__wish a.selected:before {
  content: "\e911";
  color: #9e1f4c;
}
.card-time {
  margin-left: -30px;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.card-time-margin {
  height: 19px;
}
.my-gallery {
  margin-top: 28px;
}
.my-gallery .status_items-wr {
  left: auto;
  right: 15px;
  top: 0;
  width: 64px;
  text-align: center;
}
.my-gallery .status_items-wr div p {
  width: 64px;
  height: 64px;
  font-size: 15px;
  line-height: 67px;
}
.my-gallery .status_items-wr div p:before {
  width: 64px;
  height: 64px;
  font-size: 64px;
}
.my-gallery .status_items-wr div p.staus_new {
  font-size: 11px;
  line-height: 69px;
}
.btn_link_basket {
  padding-top: 1px;
}
@media (max-width: 640px) {
  .pswp__item .wrapper {
    height: 340px;
    margin-top: -170px;
  }
}
@media (max-width: 440px) {
  .pswp__item .wrapper {
    height: 240px;
    margin-top: -120px;
  }
}
.my-gallery figure {
  width: 100%;
  float: left;
  display: table;
}
.my-gallery figure a {
  display: table-cell;
  width: 100%;
}
.my-gallery figure a.active {
  position: relative;
}
.my-gallery figure a.active:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background: url("../images/svg/img-zoom.svg") 50% 50%
    no-repeat;
  background-size: 48px;
}
.sliders-card {
  margin-top: 32px;
}
.desk-tb div {
  line-height: 25px;
}
.product_features i {
  color: #81888d;
  font-style: normal;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.section-sliders-card .section-sliders__title.border:before {
  width: 440px;
  margin-left: -220px;
}
.section-sliders-card .items-col {
  margin-top: 26px;
}
.section-sliders-card-border {
  background: #bbc3c0;
  height: 1px;
  margin-top: 8px;
}
@media (max-height: 700px) {
  .gallery-modal-wr {
    align-items: baseline;
  }
  .gallery-modal__big_wrapp,
  .gallery-modal__small_wrapp {
    padding-top: 115px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1323px) {
  .gallery-modal-wr {
    padding: 8px;
  }
  .gallery-modal {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
@media (max-width: 1320px) {
  .card-price span.price {
    font-size: 24px;
  }
  .price-title {
    font-size: 22px;
  }
  .card-quantity-text {
    margin-left: 0;
    font-size: 14px;
  }
  .card-buy-phone span {
    font-size: 14px;
  }
  .card-min-img span {
    width: 70px;
  }
}
@media (max-width: 1200px) {
  .card-info__block .card-info__block_wr p {
    font-size: 13px;
  }
  .card-quantity-text {
    left: auto;
    right: 0;
    margin-left: 0;
    top: 52px;
  }
  .card-buy-wrapp {
    margin-top: 57px;
  }
  .btn-bye-card-click-wr {
    margin-right: 0;
  }
  .card-buy-phone span {
    line-height: 15px;
    margin-bottom: 7px;
  }
  .card-min-img span {
    width: 60px;
  }
  .gallery-modal__big .owl-prev,
  .gallery-modal__big .owl-next {
    left: -35px;
  }
  .gallery-modal__big .owl-prev.owl-next,
  .gallery-modal__big .owl-next.owl-next {
    left: auto;
    right: -35px;
  }
  .card-buttons {
    padding-left: 6px;
  }
  .card-buttons div {
    margin: 0 10px;
  }
  .card-manufacturer {
    margin-right: 15px;
  }
}
@media (max-width: 1080px) {
  .gallery-modal__price_btn {
    right: 15px;
  }
  .gallery-modal__close {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 991px) {
  .comments-form {
    padding: 40px 30px;
  }
  .card-manufacturer {
    margin-right: 0;
  }
  .gallery-modal__title {
    padding-left: 10px;
    padding-right: 273px;
  }
  .gallery-modal__title > i {
    font-size: 20px;
    line-height: 23px;
  }
  .gallery-modal__price_btn {
    right: 10px;
  }
  .gallery-modal__big,
  .gallery-modal__big a {
    width: 460px;
  }
  .gallery-modal__big .owl-prev,
  .gallery-modal__big .owl-next {
    left: -30px;
  }
  .gallery-modal__big .owl-prev.owl-next,
  .gallery-modal__big .owl-next.owl-next {
    right: -30px;
    left: auto;
  }
  .gallery-modal__btn_bye {
    margin-left: 10px;
  }
  .section-card {
    margin-top: 11px;
  }
  .title-card {
    font-size: 24px;
    line-height: 31px;
  }
  .card-code {
    height: auto;
    display: block;
    min-width: auto;
    background: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .wrap-product-rating {
    padding-right: 0 !important;
  }
  .wrap-card-code {
    padding-left: 0 !important;
  }
  .card-center-wrapp {
    margin-left: 0;
  }
  .card-price span.price,
  .card-price i,
  .card-price b {
    height: 40px;
    line-height: 41px;
  }
  .card-price i {
    font-size: 16px;
  }
  .card-price span.price {
    padding-left: 12px;
    padding-right: 12px;
  }
  span.price.price-with-old-price {
    padding-right: 75px;
  }
  .price-discount {
    width: 60px;
    font-size: 16px;
  }
  .card-price b {
    font-size: 16px;
    width: 61px;
    line-height: 40px;
  }
  .card-credit-info {
    display: none;
  }
  .card-size-wr__ {
    margin-top: 24px;
  }
  .card-comments {
    width: 45%;
  }
  .without-comments-wrapp {
    width: 45%;
  }
}
@media (max-width: 860px) {
  .comments-form .input-wr,
  .comments-form .button-wr,
  .comments-form .button-wr {
    padding: 0 15px;
  }
  .without-comments p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card-comments-form-wrapp {
    margin: 20px auto 0;
  }
  .one-item-col {
    height: auto;
  }
  .my-gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-top: 13px;
    padding-bottom: 3px;
  }
  .my-gallery figure {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 360px;
    padding-bottom: 0;
  }
  .my-gallery figure a {
    display: block;
    justify-content: center;
    margin: 0 auto;
  }
  .my-gallery figure a img {
    max-height: 320px;
    display: block;
    margin: 0 auto;
  }
  .my-gallery figure a:before {
    display: none !important;
  }
  .my-gallery .owl-loaded {
    position: relative;
    overflow: hidden;
  }
  .my-gallery .owl-loaded a {
    display: block !important;
    cursor: default;
  }
  .my-gallery .owl-loaded .owl-stage-outer {
    float: left;
  }
  .my-gallery .owl-dots {
    float: left;
  }
  .card-hidden-sizes ul li i {
    display: block;
    padding-left: 0;
    font-size: 12px;
    margin-top: 3px;
  }
  .share-card-btns {
    margin-top: 24px;
  }
  .desk-tabs {
    padding-top: 0;
    width: 100%;
  }
  .desk-tab {
    margin-top: 8px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
  }
  .btn-tab-mob {
    float: none;
    background: #f0f0f0;
    position: relative;
    border-radius: 10px;
  }
  .btn-tab-mob span {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 48px;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 34px;
    padding-left: 24px;
  }
  .btn-tab-mob span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 8px;
    display: block;
    content: "\e900";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    font-size: 8px;
    color: #9c9c9c;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    z-index: 4;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .desk-text,
  .desk-tb {
    display: none;
    width: 100%;
    float: left;
    padding: 0 15px;
  }
  .desk-comments {
    display: none;
  }
  .show-mob-tabs {
    margin-bottom: 20px;
  }
  .show-mob-tabs .desk-text,
  .show-mob-tabs .desk-tb {
    display: block;
  }
  .show-mob-tabs .desk-comments {
    display: block;
  }
  .show-mob-tabs .btn-tab-mob span {
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    background: #9e1f4c;
    background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  }
  .show-mob-tabs .btn-tab-mob span:before {
    color: #fff;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    text-shadow: none;
  }
  .desk-blocks-wrapp {
    margin-top: 19px;
  }
  .card-credit-info,
  .btn-bye-card-click-wr,
  .card-manufacturer,
  .card-social-text {
    /*display: none;*/
  }
  .card-center-wrapp {
    text-align: center;
    margin-top: 15px;
  }
  .card-size-wr__ {
    display: inline-block;
    margin-top: 0;
  }
  .card-size-wr {
    margin-top: 20px;
  }
  .card-size-title {
    margin-right: 0;
    width: 100%;
    text-align: center;
    line-height: 23px;
    height: 23px;
  }
  .card-quantity {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
  }
  .card-size-wr {
    float: left;
    clear: both;
  }
  .card-buy-wrapp .btn-bye-card {
    width: 300px;
  }
  .without-comments-wrapp {
    width: 100%;
  }
  .card-comments {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
  }
  .card-comments-form-wrapp.active {
    display: block;
  }
  .card-comments-form-wrapp.without_ {
    display: block;
    position: relative;
    left: auto;
    top: auto;
  }
  .card-comments-form-wrapp.without_.hidden {
    display: none;
  }
  .card-comments-form-wrapp.without_ .button-wr span {
    display: none;
  }
  .comments-autor .rateit {
    width: 100%;
    left: 0;
    top: 1px;
  }
  .comments-autor .rateit .rateit-range {
    margin: 0;
  }
  .card-hidden-sizes ul {
    text-align: left;
  }
  .card-size-select.color .card-hidden-sizes ul li:first-child {
    margin-top: 6px;
  }
  .comments-form .button-wr span,
  .comments-form .button-wr button,
  .comments-answer-form .button-wr span,
  .comments-answer-form .button-wr button {
    margin: 0 20px;
  }
  .card-price p {
    margin-bottom: 11px;
    text-align: center;
  }
  .card-price span.price {
    min-width: 115px;
  }
  .card-quantity-text {
    right: 50%;
    margin-right: -107px;
    font-size: 15px;
    top: 58px;
  }
  .card-buy-wrapp {
    margin-top: 30px;
  }
  .card-buttons__price a:before {
    font-size: 32px;
    line-height: 34px;
  }
  .card-buy-phone {
    display: none;
  }
  .section-sliders-card .section-sliders__title.border:before {
    width: 258px;
    margin-left: -129px;
  }
  .card-tabs-bg {
    border-bottom: 0;
    padding-bottom: 12px;
  }
  .section-sliders {
    margin-top: 19px;
  }
  .section-sliders-card .items-col {
    margin-top: 10px;
  }
  .card-buttons {
    padding-left: 0;
  }
  .card-buttons div.card-buttons__wish {
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .comments-card {
    padding-left: 45px;
    padding-right: 45px;
  }
  .comments-card-title-stars {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .items__button button.added {
    font-size: 10px;
    line-height: 13px;
    padding: 0 10px;
  }
  .seo-menu__level-1 {
    width: 140px;
  }
  .preview-rating__text {
    display: none;
  }
  .comments-form {
    padding: 30px 0;
  }
  .comments-card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-faq__list {
    column-count: 1;
  }
  .section-faq__list h3 + div {
    padding-left: 27px;
  }
}
@media (max-width: 401px) {
  .comments-card-img {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .comments-card-title-stars {
    padding-left: 0;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 350px) {
  .comments-form .button-wr button {
    margin: 0 0;
  }
}
.title_timer {
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 150px;
  margin: 0 auto;
  height: 54px;
}
.flip-clock-wrapper * {
  box-sizing: border-box;
  backface-visibility: hidden;
}
.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper .flip-clock-divider {
  position: absolute;
  width: 36px;
  height: 54px;
  text-align: center;
  font-size: 12px;
  left: 0;
  top: 0;
  z-index: 4;
  padding-top: 39px;
  background: url(../images/ico-58.png) 0 0 no-repeat;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  position: relative;
  top: auto !important;
  right: auto !important;
}
.flip-clock-wrapper .flip-clock-divider.days {
  left: 0;
}
.flip-clock-wrapper .flip-clock-divider.hours {
  left: 38px;
}
.flip-clock-wrapper .flip-clock-divider.minutes {
  left: 76px;
}
.flip-clock-wrapper .flip-clock-divider.seconds {
  left: 114px;
}
.flip-clock-wrapper ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  width: 14px;
  height: 37px;
  margin-left: 10px;
  z-index: 5;
}
.flip-clock-wrapper ul:nth-of-type(1) {
  margin-left: 5px;
}
.flip-clock-wrapper ul:nth-of-type(2n) {
  margin-left: 0;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 37px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
  opacity: 0;
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 24px;
  overflow: hidden;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #333;
  text-align: center;
  font-size: 24px;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.clock-more.flip-clock-wrapper {
  width: 174px;
}
.clock-more.flip-clock-wrapper ul {
  margin-left: 10px;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(1) {
  margin-left: 7px;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(2) {
  margin-left: 0;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(3) {
  margin-left: 0;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(4) {
  margin-left: 15px;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(5) {
  margin-left: 0;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(6) {
  margin-left: 11px;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(7) {
  margin-left: 0;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(8) {
  margin-left: 12px;
}
.clock-more.flip-clock-wrapper ul:nth-of-type(9) {
  margin-left: 0;
}
.clock-more.flip-clock-wrapper .flip-clock-divider {
  width: 36px;
}
.clock-more.flip-clock-wrapper .flip-clock-divider.days {
  left: 0;
  width: 59px;
  background: url(../images/ico-58-2.png) 0 0 no-repeat;
}
.clock-more.flip-clock-wrapper .flip-clock-divider.hours {
  left: 59px;
}
.clock-more.flip-clock-wrapper .flip-clock-divider.minutes {
  width: 38px;
  right: auto;
  left: 98px;
}
.clock-more.flip-clock-wrapper .flip-clock-divider.seconds {
  right: auto;
  left: 139px;
}
.mob-catalog-title,
.mob-catalog-title-2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin-top: 11px;
  position: relative;
  z-index: 2;
}
.section-box-mob-catalog-2 {
  margin-top: 4px;
  position: relative;
}
.section-box-mob-catalog-2:before {
  width: 100%;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.mob-catalog-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 7px;
}
.mob-catalog-col ul li {
  border-bottom: 1px solid #dadada;
}
.mob-catalog-col ul li a {
  position: relative;
  padding: 10px 10px 9px 72px;
  display: block;
  line-height: 17px;
}
.mob-catalog-col ul li a i {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15px;
  top: 10px;
}
.mob-catalog-col ul li a i img,
.mob-catalog-col ul li a i svg {
  vertical-align: top;
  max-height: 100%;
}
.mob-catalog-col ul li a i svg path {
  fill: #7d8381;
}
.mob-catalog-col ul li a span {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mob-catalog-col-2 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 7px;
}
.mob-catalog-col-2 ul li {
  border-bottom: 1px solid #dadada;
}
.mob-catalog-col-2 ul li a {
  position: relative;
  padding: 0 24px 0 10px;
  display: block;
  line-height: 17px;
}
.mob-catalog-col-2 ul li a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -4px;
  font-size: 8px;
  color: #9a9a9a;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  z-index: 4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.mob-catalog-col-2 ul li a span {
  display: table-cell;
  vertical-align: middle;
  height: 47px;
}
.index-basket .section-box-header {
  z-index: 11;
}
.basket_modal {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 99998;
  opacity: 0;
}
.basket-modal-bg {
  padding: 45px 48px 32px 48px;
  background: #fff;
  border-radius: 10px;
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
.basket-modal-bg .modal-forms-wrapp {
  padding: 0;
}
.basket-modal-bg #modal_close {
  right: 60px;
  top: 38px;
}
.model-basket-name {
  font-size: 32px;
  line-height: 21px;
  font-weight: 700;
}
.basket-tb {
  width: 100%;
  border-top: 1px solid #bbc3c0;
  margin-top: 30px;
}
.basket-tb tr td {
  color: #262626;
  text-align: left;
  border-bottom: 1px solid #bac3c0;
  height: 98px;
  vertical-align: middle;
  padding: 24px 0 27px 0;
}
.basket-tb tr td img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.basket-tb tr td.img-basket {
  width: 88px;
  text-align: center;
}
.basket-tb tr td.img-basket a {
  width: 88px;
  display: inline-block;
}
.basket-tb tr td.img-basket a img {
  max-width: 100%;
}
.basket-tb tr td.title-basket {
  padding-left: 14px;
}
.basket-tb tr td .title {
  line-height: 21px;
  color: #262626;
  max-width: 265px;
  display: block;
}
.basket-tb tr td.remove-basket {
  width: 43px;
  position: relative;
}
.basket-tb tr td.remove-basket .remove_ico {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket-tb tr td.remove-basket .remove_ico:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block !important;
  content: "\e906";
  font-size: 11px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.basket-tb tr td.remove-basket .remove_ico.active-remove {
  background: #d32f33;
}
.basket-tb tr td.remove-basket .remove_ico:hover {
  background: #d32f33;
}
.basket-tb tr td.remove-basket .remove_confirm {
  display: none;
  width: 60px;
  position: absolute;
  height: 20px;
  top: 50%;
  line-height: 20px;
  text-align: center;
  margin-top: -13px;
  left: 50%;
  margin-left: -33px;
  z-index: 3;
}
.basket-tb tr td.remove-basket .remove_confirm .remove-yes {
  margin-right: 3px;
  display: inline-block;
}
.basket-tb tr td.remove-basket .remove_confirm .remove-no {
  margin-left: 3px;
  display: inline-block;
  position: relative;
}
.basket-tb tr td.remove-basket .remove_confirm .remove-no:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  top: 50%;
  left: -5px;
  margin-top: -9px;
  background: #bbc3c0;
}
.basket-tb tr td.quantity-basket {
  width: 222px;
  text-align: center;
}
.basket-tb tr td.quantity-basket .card-quantity {
  float: none;
  display: inline-block;
  width: 124px;
  max-width: 124px;
}
.basket-tb tr td.final-price {
  width: 250px;
  text-align: center;
  padding-left: 39px;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
}
.basket-tb tr:hover td img {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.title-basket__price {
  width: 100%;
  display: inline-block;
}
.title-basket__price div {
  display: inline-block;
  margin-top: 12px;
}
.title-basket__price i {
  display: block;
  float: left;
  white-space: nowrap;
  line-height: 37px;
  font-size: 14px;
  font-style: normal;
  text-decoration: line-through;
  margin-right: 12px;
}
.title-basket__price span {
  float: left;
  display: block;
  line-height: 37px;
  border-radius: 6px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  height: 37px;
  padding: 0 3px;
  min-width: 115px;
}
.basket-quantity-text {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #d32f33;
  margin-top: 4px;
}
.basket-modal-form-div {
  display: inline-block;
  width: 100%;
}
.basket-modal-wr-btns_ {
  float: right;
  background: #ffe2aa;
  border-radius: 6px;
  margin-top: 24px;
  padding: 23px 21px 24px 21px;
  text-align: center;
}
.price-basket-total {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
#modal_close-2 {
  float: left;
  margin-top: 84px;
  cursor: pointer;
  font-size: 14px;
  line-height: 45px;
}
.btn-to-basket a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  height: 44px;
  line-height: 44px;
  background: #9e1f4c;
  text-decoration: none !important;
}
.btn-to-continue {
  text-align: center;
  margin-top: 16px;
}
.btn-to-continue span {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  color: #a7a7a7;
}
.btn-to-continue span:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #a7a7a7;
  content: "";
}
.btn-to-continue span:hover:before {
  display: none;
}
.basket-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: -6px;
  text-transform: uppercase;
}
.basket-img {
  position: absolute;
  left: 0;
  top: 3px;
  vertical-align: top;
  padding-top: 0;
}
.basket-txts {
  width: 100%;
  padding-left: 111px;
}
.basket-txts .card-price {
  margin-top: 11px;
  font-size: 16px;
}
.basket-txts .card-price div {
  margin-right: 10px;
}
.basket-txts .card-price i {
  margin-left: 0;
}
.basket-modal-title {
  font-size: 15px;
  display: table-cell;
  vertical-align: top;
  line-height: 18px;
}
.basket-modal-title a {
  color: #262626;
}
.basket-modal-price {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  padding-top: 1px;
}
.basket-modal-price i {
  color: #ce3535;
  display: inline-block;
  font-style: normal;
}
.basket-modal-price b {
  display: inline-block;
}
.basket-modal-price.new-price {
  white-space: normal;
}
.basket-modal-price.new-price b {
  text-decoration: line-through;
}
.basket-modal-t-p {
  display: table;
  width: 100%;
}
.basket-goods-wr {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
  min-height: 182px;
  margin-top: 21px;
}
.basket-modal-size {
  margin-top: 9px;
}
.basket-modal-size,
.basket-modal-count {
  line-height: 14px;
  text-transform: uppercase;
  color: #262626;
  font-size: 13px;
}
.basket-modal-size span,
.basket-modal-count span {
  color: #262626;
}
.basket-modal-count {
  margin-top: 7px;
}
.basket-modal-remove {
  float: left;
  margin-top: 8px;
}
.basket-modal-remove span {
  color: #858585;
  font-size: 12px;
  cursor: pointer;
}
.basket-modal-remove span:hover {
  text-decoration: underline;
}
.basket-modal-shipping {
  margin-top: 18px;
}
.basket-modal-shipping table tr td {
  font-size: 14px;
}
.basket-modal-shipping table tr td b {
  color: #a7a7a7;
  font-weight: normal;
}
.basket-modal-all-price {
  margin-top: 14px;
}
.basket-modal-all-price table tr td {
  font-size: 18px;
}
.basket-modal-all-price table tr td b {
  color: #a7a7a7;
  font-weight: normal;
}
.btn-to-basket {
  margin-top: 28px;
}
.basket-login-register {
  margin-top: 40px;
  margin-bottom: 12px;
}
.basket-login-register .login-new-user-wr {
  background: none;
}
.basket-login-register .register-page-form .button-wr button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 42px;
  background: #9e1f4c;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #9e1f4c;
  margin-bottom: 31px;
}
.basket-login-register .register-page-form .button-wr button:hover {
  background: #262626;
  border: 1px solid #262626;
}
.basket-login-register .register-page-form .button-wr button:active {
  background: #494949;
  border: 1px solid #494949;
}
.line-reg-basket-1,
.line-reg-basket-2 {
  width: 100%;
  float: left;
  height: 1px;
  background: #d4d4d4;
}
.line-reg-basket-2 {
  margin-top: 50px;
}
.quick-buy .button-wr button,
.form-basket-delivery-shops .button-wr button,
.form-np-wr .button-wr button,
.form-basket-payment .button-wr button {
  background: none;
  border: 1px solid #333;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.quick-buy .button-wr button:hover,
.form-basket-delivery-shops .button-wr button:hover,
.form-np-wr .button-wr button:hover,
.form-basket-payment .button-wr button:hover {
  background: #333;
  color: #fff;
}
.form-basket-delivery-shops .button-wr,
.form-np-wr .button-wr,
.basket-pay-wrapp .button-wr,
.form-basket-payment .button-wr {
  margin-top: 39px;
}
.form-basket-delivery-shops .button-wr button,
.form-np-wr .button-wr button,
.basket-pay-wrapp .button-wr button,
.form-basket-payment .button-wr button {
  width: 100%;
}
.basket-delivery-wrapp {
  margin-top: 33px;
  margin-bottom: 12px;
}
.basket-delivery-wrapp .radio_custom-col label {
  font-size: 15px;
  letter-spacing: -0.7px;
}
.basket-delivery-title {
  text-align: center;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
}
.t-b-d-b {
  border: 1px solid #d4d4d4;
  height: 100px;
  text-align: center;
  cursor: pointer;
  margin-top: 34px;
  position: relative;
}
.t-b-d-b span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #777;
  padding-top: 53px;
  margin-top: 18px;
}
.t-b-d-b span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dddddd;
  font-size: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 0;
  font-size: 40px;
  content: "\e910";
  position: absolute;
}
.t-b-d-b.active {
  border-color: #9e1f4c;
  cursor: default;
}
.t-b-d-b.active span {
  color: #9e1f4c;
}
.t-b-d-b.active span:before {
  color: #9e1f4c;
}
.t-b-d-right span:before {
  content: "\e90f";
}
.basket-delivery-address-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.form-basket-delivery-shops form,
.form-np-wr form,
.form-basket-payment form {
  display: block;
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
  padding: 38px 25px 40px 25px;
}
.form-basket-delivery-shops form,
.form-basket-payment form {
  padding: 0;
}
.form-np-wr form {
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
}
.form-basket-delivery-shops .radio_custom,
.pay-form-basket .radio_custom,
.form-basket-payment .radio_custom {
  margin-top: 1px;
}
.form-basket-delivery-shops .radio_custom-col,
.pay-form-basket .radio_custom-col,
.form-basket-payment .radio_custom-col {
  width: 100%;
  margin-top: 15px;
  float: left;
}
.form-basket-delivery-shops .radio_custom-col input + label,
.form-basket-delivery-shops .radio_custom-col textarea + label,
.form-basket-delivery-shops .radio_custom-col select + label,
.form-basket-delivery-shops .radio_custom-col .basket-mob-select-field + label,
.form-basket-delivery-shops
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label,
.form-basket-delivery-shops
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label,
.pay-form-basket .radio_custom-col input + label,
.pay-form-basket .radio_custom-col textarea + label,
.pay-form-basket .radio_custom-col select + label,
.pay-form-basket .radio_custom-col .basket-mob-select-field + label,
.pay-form-basket
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label,
.pay-form-basket
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label,
.form-basket-payment .radio_custom-col input + label,
.form-basket-payment .radio_custom-col textarea + label,
.form-basket-payment .radio_custom-col select + label,
.form-basket-payment .radio_custom-col .basket-mob-select-field + label,
.form-basket-payment
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label,
.form-basket-payment
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label {
  line-height: 16px;
}
.form-basket-delivery-shops .radio_custom-col input + label:before,
.form-basket-delivery-shops .radio_custom-col textarea + label:before,
.form-basket-delivery-shops .radio_custom-col select + label:before,
.form-basket-delivery-shops
  .radio_custom-col
  .basket-mob-select-field
  + label:before,
.form-basket-delivery-shops
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label:before,
.form-basket-delivery-shops
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label:before,
.pay-form-basket .radio_custom-col input + label:before,
.pay-form-basket .radio_custom-col textarea + label:before,
.pay-form-basket .radio_custom-col select + label:before,
.pay-form-basket .radio_custom-col .basket-mob-select-field + label:before,
.pay-form-basket
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label:before,
.pay-form-basket
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label:before,
.form-basket-payment .radio_custom-col input + label:before,
.form-basket-payment .radio_custom-col textarea + label:before,
.form-basket-payment .radio_custom-col select + label:before,
.form-basket-payment .radio_custom-col .basket-mob-select-field + label:before,
.form-basket-payment
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label:before,
.form-basket-payment
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label:before {
  top: 50%;
  margin-top: -9px;
}
.form-basket-delivery-shops .radio_custom-col input + label:after,
.form-basket-delivery-shops .radio_custom-col textarea + label:after,
.form-basket-delivery-shops .radio_custom-col select + label:after,
.form-basket-delivery-shops
  .radio_custom-col
  .basket-mob-select-field
  + label:after,
.form-basket-delivery-shops
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:after,
.input-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label:after,
.form-basket-delivery-shops
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:after,
.button-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection
  + label:after,
.pay-form-basket .radio_custom-col input + label:after,
.pay-form-basket .radio_custom-col textarea + label:after,
.pay-form-basket .radio_custom-col select + label:after,
.pay-form-basket .radio_custom-col .basket-mob-select-field + label:after,
.pay-form-basket
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:after,
.input-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label:after,
.pay-form-basket
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:after,
.button-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection
  + label:after,
.form-basket-payment .radio_custom-col input + label:after,
.form-basket-payment .radio_custom-col textarea + label:after,
.form-basket-payment .radio_custom-col select + label:after,
.form-basket-payment .radio_custom-col .basket-mob-select-field + label:after,
.form-basket-payment
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection
  + label:after,
.input-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label:after,
.form-basket-payment
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection
  + label:after,
.button-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection
  + label:after {
  top: 50%;
  margin-top: -5px;
}
.form-basket-delivery-shops .radio_custom-col input:checked + label,
.form-basket-delivery-shops .radio_custom-col textarea:checked + label,
.form-basket-delivery-shops .radio_custom-col select:checked + label,
.form-basket-delivery-shops
  .radio_custom-col
  .basket-mob-select-field:checked
  + label,
.form-basket-delivery-shops
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection:checked
  + label,
.input-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection:checked
  + label,
.form-basket-delivery-shops
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection:checked
  + label,
.button-wr
  .select2
  .form-basket-delivery-shops
  .radio_custom-col
  .select2-selection:checked
  + label,
.pay-form-basket .radio_custom-col input:checked + label,
.pay-form-basket .radio_custom-col textarea:checked + label,
.pay-form-basket .radio_custom-col select:checked + label,
.pay-form-basket .radio_custom-col .basket-mob-select-field:checked + label,
.pay-form-basket
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection:checked
  + label,
.input-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection:checked
  + label,
.pay-form-basket
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection:checked
  + label,
.button-wr
  .select2
  .pay-form-basket
  .radio_custom-col
  .select2-selection:checked
  + label,
.form-basket-payment .radio_custom-col input:checked + label,
.form-basket-payment .radio_custom-col textarea:checked + label,
.form-basket-payment .radio_custom-col select:checked + label,
.form-basket-payment .radio_custom-col .basket-mob-select-field:checked + label,
.form-basket-payment
  .radio_custom-col
  .input-wr
  .select2
  .select2-selection:checked
  + label,
.input-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection:checked
  + label,
.form-basket-payment
  .radio_custom-col
  .button-wr
  .select2
  .select2-selection:checked
  + label,
.button-wr
  .select2
  .form-basket-payment
  .radio_custom-col
  .select2-selection:checked
  + label {
  color: #9e1f4c;
}
.tabs-basket-delivery-btns {
  margin-bottom: 57px;
}
.basket-pay-wrapp {
  margin-top: 54px;
  padding-bottom: 10px;
}
.basket-pay-title,
.basket-totals-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-bottom: 7px;
}
.basket-step-pay {
  box-shadow: 0px 0px 12px 0px rgba(126, 126, 126, 0.35);
  padding: 27px 20px 28px 20px;
  margin-top: 27px;
}
.basket-step-pay-txt {
  margin-top: 32px;
}
.basket-step-pay-txt p {
  line-height: 18px;
}
.basket-step-pay-txt a {
  width: 100%;
  background: #9e1f4c;
  border-color: #9e1f4c;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.basket-pay-wrapp .basket-modal-shipping,
.basket-totals-wrapp .basket-modal-shipping {
  display: block !important;
  margin-top: 0;
}
.basket-pay-wrapp .basket-modal-shipping table tr td,
.basket-totals-wrapp .basket-modal-shipping table tr td {
  font-size: 12px;
}
.basket-pay-wrapp .basket-modal-all-price,
.basket-totals-wrapp .basket-modal-all-price {
  display: block !important;
  margin-top: 12px;
}
.basket-pay-wrapp .basket-modal-all-price table tr td,
.basket-totals-wrapp .basket-modal-all-price table tr td {
  font-size: 16px;
}
.basket-pay-wrapp .basket-modal-all-price table tr td:first-child,
.basket-totals-wrapp .basket-modal-all-price table tr td:first-child {
  font-size: 14px;
}
.basket-totals-wrapp {
  margin-top: 54px;
  padding-bottom: 10px;
}
.basket-goods {
  position: relative;
  border-top: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-bottom: 16px;
  min-height: 170px;
}
.basket-total-img {
  position: absolute;
  left: 0;
  top: 24px;
}
.basket-total-img a {
  display: block;
}
.basket-total-img a img {
  width: 90px;
}
.basket-totaol-txts {
  padding-left: 111px;
  position: relative;
}
.basket-totaol-txts .card-price {
  font-size: 16px;
  margin-top: 11px;
}
.basket-totaol-txts .basket-modal-size,
.basket-totaol-txts .basket-modal-count {
  font-size: 13px;
}
.basket-totaol-txts .basket-modal-count {
  margin-top: 7px;
}
.basket-totaol-txts .basket-modal-size {
  margin-top: 13px;
}
.basket-totaol-txts .basket-modal-count-count {
  margin-top: 9px;
}
.basket-modal-count-count {
  position: relative;
  margin-top: 9px;
}
.basket-modal-count-count i {
  font-style: normal;
}
.basket-modal-count-count span {
  font-size: 16px !important;
  position: relative;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 14px;
}
.basket-modal-count-count b {
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
  left: -12px;
  top: 50%;
  margin-top: -9px;
}
.basket-modal-count-count b:before,
.basket-modal-count-count b:after {
  background: #dddddd;
  position: absolute;
}
.basket-modal-count-count b:before {
  width: 8px;
  height: 2px;
  left: 4px;
  top: 50%;
  margin-top: -1px;
  content: "";
}
.basket-modal-count-count b.plus {
  left: auto;
  right: -12px;
}
.basket-modal-count-count b.plus:after {
  content: "";
  width: 2px;
  height: 8px;
  top: 4px;
  left: 50%;
  margin-left: -1px;
}
.basket-total-title {
  padding-right: 20px;
  font-size: 15px;
  line-height: 19px;
}
.basket-total-title a {
  color: #262626;
}
.basket-total-size {
  margin-top: 8px;
}
.basket-total-size,
.basket-total-count {
  line-height: 16px;
}
.basket-total-price {
  margin-top: 9px;
}
.basket-total-price i {
  width: 100%;
  display: block;
  font-style: normal;
  color: #ce3535;
  font-weight: 700;
}
.basket-total-price b {
  width: 100%;
  display: block;
  text-decoration: line-through;
  font-weight: normal;
}
.basket-total-price.new-price b {
  text-decoration: none;
}
.basket-total-goods-wr {
  padding-bottom: 20px;
}
.remove-goods {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.remove-goods:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 18px;
  text-align: center;
  color: #333;
  font-size: 16px;
  content: "\e90a";
}
.basket-title-goods {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.basket-total-check-title {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 700;
  padding-bottom: 6px;
  padding-right: 16px;
}
.total-edit {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: -3px;
  cursor: pointer;
  text-decoration: none !important;
}
.total-edit:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #262626;
  content: "\e910";
}
.basket-total-check {
  position: relative;
  margin-top: 43px;
}
.basket-total-check:first-child {
  margin-top: 24px;
}
.basket-total-check-address {
  margin-top: 27px;
  font-size: 15px;
  text-transform: uppercase;
}
.basket-total-check-pay {
  font-size: 15px;
  margin-top: 27px;
  padding-right: 10px;
}
.basket-total-check-del {
  line-height: 16px;
  margin-top: 17px;
  font-size: 15px;
}
.basket-step-pay.basket-total-pay {
  margin-top: 59px;
}
.basket-step-pay.basket-total-pay
  .basket-modal-all-price
  table
  tr
  td:last-child
  b {
  color: #262626;
  font-weight: 700;
}
.section-basket-status {
  margin-top: 64px;
}
.section-basket-status ul li {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.section-basket-status ul li:before {
  width: 10px;
  height: 2px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -5px;
  content: "";
  display: block;
}
.section-basket-status ul li:first-child:before {
  display: none;
}
.section-basket-status ul li.active .step-text {
  border-color: #9e1f4c;
  color: #9e1f4c;
}
.section-basket-status ul li.accepted .step-text {
  background: #9e1f4c;
  color: #fff;
  border-color: #9e1f4c;
}
.section-basket-status ul li a {
  width: 100%;
  float: left;
  display: block;
}
.section-basket-status ul li a .step-text {
  cursor: pointer;
}
.section-basket-status ul li .step-text {
  width: 100%;
  float: left;
  text-align: center;
  height: 40px;
  border: 1px solid #262626;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 42px;
  position: relative;
  cursor: default;
}
.section-basket-status ul li b {
  font-weight: normal;
  display: none;
}
.forms-shadow-step-1 {
  padding-top: 28px;
  padding-bottom: 0;
}
.forms-shadow-step-1 .restore_password_ {
  margin-bottom: 29px;
}
.active-form-step {
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
}
.register-title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.btn-without-reg-modal {
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
  line-height: 46px;
  height: 44px;
  border: 1px solid #262626;
  color: #262626;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin-bottom: 33px;
  margin-top: 24px;
  background: none;
}
.btn-without-reg-modal:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  display: block;
  position: absolute;
  left: 0;
  bottom: -34px;
}
.btn-without-reg-modal:hover {
  background: #262626;
  color: #fff;
}
.btn-register-modal {
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
  line-height: 46px;
  height: 44px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin-bottom: 31px;
  margin-top: 33px;
  color: #fff;
  background: #9e1f4c;
  border-color: #9e1f4c;
}
.delivery-house {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.delivery-apartment {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.tab-basket-deliv .basket-modal-shipping {
  margin-top: 0;
}
.tab-basket-deliv .basket-modal-shipping table tr td {
  color: #262626;
}
.tab-basket-deliv .basket-modal-shipping table tr td b {
  color: #858585;
}
.tab-basket-deliv .basket-modal-all-price table tr td {
  color: #858585;
}
.tab-basket-deliv .basket-modal-all-price table tr td b {
  color: #262626;
  font-weight: 700;
  font-size: 18px;
}
.basket-pay-next-step {
  float: none;
  padding: 0;
  margin-top: 28px;
}
.basket-total-remove {
  position: absolute;
  bottom: -4px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #858585;
  cursor: pointer;
}
.basket-total-remove span:hover {
  text-decoration: underline;
}
.basket-details-wr {
  padding: 0 22px;
}
.details-select select {
  color: #858585;
  font-size: 15px;
}
.basket-wish_remove .basket-modal-wish-list,
.basket-wish_remove .basket-modal-remove {
  float: left;
  margin-top: 12px;
  height: 14px;
}
.basket-wish_remove .basket-modal-wish-list span,
.basket-wish_remove .basket-modal-remove span {
  font-size: 12px;
  color: #a7a7a7 !important;
  cursor: pointer;
  line-height: 14px;
  display: block;
}
.basket-wish_remove .basket-modal-wish-list span:hover,
.basket-wish_remove .basket-modal-remove span:hover {
  text-decoration: underline;
}
.basket-wish_remove .basket-modal-wish-list {
  padding-right: 8px;
  border-right: 1px solid #dddddd;
  margin-right: 9px;
}
.modal-basket-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: default;
}
.modal-basket-remove {
  display: none;
  position: absolute;
  width: 360px;
  left: 0;
  top: 0;
  z-index: 100000;
  background: #fff;
  padding-top: 26px;
  box-shadow: 0px 0px 24px 0px rgba(48, 48, 48, 0.35);
  opacity: 0;
  margin-top: -70px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 10px;
}
.modal-basket-remove.active {
  opacity: 1;
  margin-top: -49px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.basket-modal-buttons-wrapp {
  text-align: center;
}
.basket-modal-buttons {
  display: inline-block;
  width: 270px;
  vertical-align: top;
}
.basket-modal-buttons > * {
  float: right;
  cursor: pointer;
  position: relative;
  padding-top: 69px;
  text-decoration: none !important;
}
.basket-modal-buttons > *:first-child {
  float: left;
}
.basket-modal-buttons > * p {
  font-size: 15px;
  line-height: 17px;
}
.basket-modal-buttons > *:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 14px;
  text-align: center;
  font-size: 42px;
}
.basket-modal-buttons .add-wish-list-basket-modal:before {
  content: "\e904";
  color: #68716e;
}
.basket-modal-buttons .remove-basket-modal:before {
  content: "\e906";
  color: #9e1f4c;
  font-weight: 700;
}
.basket-modal-close {
  text-align: center;
  margin-top: 29px;
}
.basket-modal-close span {
  display: block;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  border-top: 1px solid #bbc3c0;
  width: 264px;
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 29px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .basket-tb tr td.final-price {
    width: 160px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .basket_modal {
    right: 0 !important;
    margin-right: 0;
  }
  .basket-quantity-text {
    font-size: 12px;
    line-height: 15px;
  }
  .basket-tb tr td.quantity-basket {
    width: 160px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .basket-tb tr td.final-price {
    width: 120px;
    font-size: 16px;
  }
  .basket-tb tr td.title-basket {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .comment__icon {
    display: none;
  }
  .comment__boxed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .basket-modal-bg #modal_close {
    right: 28px;
    top: 28px;
  }
  .basket-modal-form-div {
    text-align: center;
  }
  .basket-modal-wr-btns_ {
    padding: 0;
    background: none;
    float: none;
  }
  .basket-modal-bg {
    padding: 27px 10px 20px 10px;
  }
  .btn_link_basket {
    width: 300px;
  }
  .btn-to-basket {
    margin-top: 12px;
  }
  .basket_modal {
    top: 103px;
  }
  .section-basket-status ul li .step-text {
    font-size: 10px;
  }
  .basket-total-remove {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: left;
  }
  .basket-tb tr {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #bbc3c0;
    padding-bottom: 10px;
  }
  .basket-tb tr td {
    display: block;
    width: 100% !important;
    float: left;
    border-bottom: 0;
    text-align: center;
    padding: 0;
    height: auto;
  }
  .basket-tb tr td.title-basket {
    padding-left: 0;
    margin-top: 10px;
  }
  .basket-tb tr td .title {
    max-width: 100%;
  }
  .basket-tb tr td.remove-basket {
    height: 24px;
    margin-top: 10px;
  }
  .basket-tb tr td.remove-basket a.remove_ico {
    margin: 0 auto;
  }
  .basket-tb tr td.img-basket {
    margin-top: 10px;
  }
  .basket-tb tr td.quantity-basket {
    margin-top: 10px;
  }
  .basket-tb tr td.final-price {
    margin-top: 10px;
  }
  .modal-basket-remove {
    width: 300px;
    left: 50% !important;
    margin-left: -150px;
  }
}
.basket-header {
  margin-top: 16px;
}
.basket-header .logo {
  margin-top: 0;
}
.basket-header__text {
  float: left;
  font-size: 15px;
  line-height: 20px;
}
.basket-header__phones {
  float: left;
  padding-left: 15px;
}
.basket-header__phones p {
  color: #9e1f4c;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  float: left;
  margin-right: 10px;
}
.basket-header__phones p:last-child {
  margin-right: 0;
}
.basket-header__phones span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px dashed #cbd8d3;
  margin-top: 6px;
  color: #81888d;
}
.basket-header__phones span:hover {
  border-bottom: transparent;
}
.basket-header__graph {
  float: left;
  padding-left: 86px;
  font-size: 15px;
  line-height: 16px;
}
.basket-desktop {
  margin-top: 32px;
}
.basket-desktop__table {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  border-radius: 10px;
  padding: 49px 24px 28px 24px;
  margin-bottom: 15px;
}
.basket-desktop__goods {
  border-bottom: 1px solid #bbc3c0;
  position: relative;
  padding-left: 97px;
  padding-bottom: 11px;
  padding-top: 6px;
  margin-top: 24px;
}
.basket-desktop__goods:first-child {
  margin-top: 0;
}
.basket-desktop__goods_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 79px;
  height: 79px;
}
.basket-desktop__goods_text a {
  font-size: 15px;
  line-height: 17px;
  color: #262626;
  display: block;
}
.basket-desktop__goods_img a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.basket-desktop__goods_img img {
  max-height: 100%;
}
.basket-desktop__goods_text div {
  line-height: 17px;
  font-size: 14px;
  margin-top: 21px;
}
.basket-desktop__goods_text div i {
  font-style: normal;
  text-decoration: line-through;
  display: inline-block;
  color: #81888d;
  margin-right: 16px;
}
.basket-desktop__goods_text div span {
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
}
.basket-desktop__goods_text p {
  font-size: 16px;
  line-height: 17px;
  margin-top: 10px;
}
.basket-desktop__all_price {
  margin-top: 24px;
}
.basket-desktop__all_price span {
  display: inline-block;
  vertical-align: top;
  background: #ffe2a9;
  border-radius: 6px;
  text-align: center;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  line-height: 57px;
  min-width: 218px;
  max-width: 100%;
}
.basket-desktop__all_price span b {
  font-size: 24px;
}
.basket-desktop__all_price_step_2 {
  margin-top: 23px;
}
.basket-desktop__edit_basket {
  margin-top: 11px;
}
.basket-desktop__edit_basket span {
  display: inline-block;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}
.basket-desktop__edit_basket span:hover {
  border-color: #fff;
}
.basket-desktop__edit_promo {
  margin-top: 17px;
}
.basket-desktop__edit_promo span {
  display: inline-block;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}
.basket-desktop__edit_promo span:hover {
  border-color: #fff;
}
.basket-desktop__edit_promo .inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 50px;
}
.basket-desktop__edit_promo .inner .button-wr {
  margin-top: 16px;
}
.basket-desktop__edit_promo.active div {
  display: block !important;
}
.basket-desktop__edit_promo input[type="button"] {
  width: 150px;
  margin: 0 auto;
  float: none !important;
  border: 0 !important;
  font-size: 15px;
  color: #fff !important;
}
.basket-desktop__steps {
  position: relative;
  padding-left: 38px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  margin-top: 33px;
}
.basket-desktop__steps i {
  font-style: normal;
}
.basket-desktop__steps:first-child {
  margin-top: 3px;
}
.basket-desktop__steps span {
  position: absolute;
  left: 0;
  top: -7px;
  text-align: center;
  line-height: 31px;
  width: 30px;
  height: 30px;
  background: #e4e4e4;
  border: 1px solid #bcc4c1;
  border-radius: 100%;
  font-size: 18px;
}
.basket-desktop__steps a {
  color: #81888d;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: normal;
  border-bottom: 1px dashed #81888d;
  line-height: 14px;
  display: inline-block;
  margin-left: 14px;
}
.basket-desktop__steps a:hover {
  border-bottom: 1px dashed #fff;
}
.basket-desktop__steps.active span {
  background: #fff;
}
.basket-desktop__steps.accepted span {
  color: #fff;
  background: #9e1f4c;
  border-color: #9e1f4c;
}
.basket-desktop__submit_order {
  margin-top: 24px;
}
.basket-desktop__submit_order button {
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.basket-desktop__submit_order button.disabled-button {
  cursor: default;
}
.basket-desktop__submit_order .btn_,
.basket-desktop__submit_order .button-wr button,
.button-wr .basket-desktop__submit_order button,
.basket-desktop__submit_order .buttons-proof a,
.buttons-proof .basket-desktop__submit_order a,
.basket-desktop__submit_order .buttons-proof span,
.buttons-proof .basket-desktop__submit_order span,
.basket-desktop__submit_order .mob-comments-add-btn span,
.mob-comments-add-btn .basket-desktop__submit_order span,
.basket-desktop__submit_order .without-comments span,
.without-comments .basket-desktop__submit_order span,
.basket-desktop__submit_order .gallery-modal__btn_bye span,
.gallery-modal__btn_bye .basket-desktop__submit_order span,
.basket-desktop__submit_order .delivery-hidden-fields__button b,
.delivery-hidden-fields__button .basket-desktop__submit_order b,
.basket-desktop__submit_order .blog-item-main__button a,
.blog-item-main__button .basket-desktop__submit_order a,
.basket-desktop__submit_order .error-page__button a,
.error-page__button .basket-desktop__submit_order a {
  width: 242px;
  font-size: 14px;
  line-height: 49px;
}
.basket-desktop__submit_order span,
.basket-desktop__submit_order a {
  cursor: pointer;
}
.basket-desktop__terms_use {
  font-size: 14px;
  line-height: 17px;
  margin-top: 22px;
  padding-bottom: 4px;
}
.basket-desktop__terms_use p {
  margin-top: 3px;
}
.basket-desktop__terms_use a,
.basket-desktop__terms_use span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 11px;
  color: #81888d;
  text-decoration: none !important;
  border-bottom: 1px dashed #81888d;
}
.basket-desktop__terms_use a:hover,
.basket-desktop__terms_use span:hover {
  border-bottom: 1px dashed #fff;
}
.basket-desktop__total_goods table {
  width: 100%;
}
.basket-desktop__total_goods table tr td {
  border-bottom: 1px solid #bbc3c0;
  padding-top: 13px;
  padding-bottom: 16px;
}
.basket-desktop__total_goods table tr td.img {
  width: 78px;
  vertical-align: top;
}
.basket-desktop__total_goods table tr td.img a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket-desktop__total_goods table tr td.link {
  width: 227px;
  vertical-align: middle;
}
.basket-desktop__total_goods table tr td.link a {
  color: #262626;
  font-size: 16px;
  line-height: 21px;
  display: block;
}
.basket-desktop__total_goods table tr td.num {
  text-align: right;
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
}
.basket-desktop__total_goods table tr td.price {
  width: 143px;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
}
.basket-desktop__sure_order {
  text-align: center;
  margin-top: 2px;
}
.basket-desktop__sure_order-np {
  text-align: left;
}
.basket-desktop__sure_order .sidebar_checks,
.basket-desktop__sure_order .filters_checks {
  width: auto;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-top: 26px;
}
.basket-desktop__sure_order .sidebar_checks label,
.basket-desktop__sure_order .filters_checks label {
  font-size: 14px;
}
.basket-desktop__sure_order .sidebar_checks label:before,
.basket-desktop__sure_order .filters_checks label:before {
  top: -4px;
}
.basket-desktop__add_more_info_wr {
  text-align: center;
  margin-top: 26px;
}
.basket-desktop__add_more_info {
  display: inline-block;
  vertical-align: top;
}
.basket-desktop__add_more_info span {
  display: inline-block;
  vertical-align: top;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}
.basket-desktop__add_more_info span:hover {
  border-bottom: 1px dashed #fff;
}
.basket-desktop__hidden_form_add_more_info {
  display: none;
}
.basket-desktop__hidden_form_add_more_info.active {
  display: block;
}
.basket-desktop-login {
  margin-top: 26px;
}
.basket-desktop-login__tabs {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 33px;
}
.basket-desktop-login__tabs div {
  float: left;
  margin-right: 12px;
}
.basket-desktop-login__tabs div:last-child {
  margin-right: 0;
}
.basket-desktop-login__tabs div span {
  font-size: 13px;
  line-height: 47px;
  display: block;
  height: 44px;
  text-align: center;
  padding: 0 24px;
  text-transform: uppercase;
  background: #e4e4e4;
  border-radius: 44px;
  cursor: pointer;
}
.basket-desktop-login__tabs div.active span {
  cursor: default;
  color: #fff;
  background: #8e2548;
}
.basket-desktop-forms-step-1,
.basket-desktop-forms-step-2 {
  margin-bottom: 42px;
  padding-left: 33px;
}
.basket-desktop-forms-step-1__form,
.basket-desktop-forms-step-2__form {
  width: 300px;
  max-width: 100%;
  vertical-align: top;
  margin-top: 4px;
  display: none;
}
.basket-desktop-forms-step-1__form.active,
.basket-desktop-forms-step-2__form.active {
  display: inline-block !important;
}
.basket-desktop-forms-step-1__form .input-wr,
.basket-desktop-forms-step-1__form .button-wr,
.basket-desktop-forms-step-2__form .input-wr,
.basket-desktop-forms-step-2__form .button-wr {
  padding-left: 0;
  padding-right: 0;
}
.basket-desktop-forms-step-1__form .button-wr,
.basket-desktop-forms-step-2__form .button-wr {
  margin-top: 40px;
}
.city-help {
  display: inline-block;
  vertical-align: top;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 1px;
}
.city-help b {
  font-weight: normal;
}
.city-help:hover {
  border-bottom: 1px dashed #fff;
}
.select-wr {
  position: relative;
}
.basket-page-title {
  margin-top: 120px;
}
.basket-page-title__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.basket-desktop-total {
  border-bottom: 1px solid #bbc3c0;
  padding-bottom: 16px;
}
.basket-desktop-total__title {
  font-size: 20px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 23px;
  margin-top: -16px;
}
.basket-desktop-total__table {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.basket-desktop-total__table div {
  float: right;
  font-size: 16px;
  line-height: 27px;
}
.basket-desktop-total__table div:first-child {
  float: left;
}
.basket-desktop-forms-step-2__form {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  border-radius: 10px;
  padding: 16px 24px 25px 24px;
  margin-top: 0;
}
.basket-desktop-forms-step-2 .cart-deliveries {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.basket-desktop-forms-step-2 .cart-deliveries .input-wr,
.basket-desktop-forms-step-2 .cart-deliveries .button-wr {
  padding-left: 0;
  padding-right: 0;
}
.basket-desktop-forms-step-2 .cart-deliveries .without-label {
  margin-top: 8px;
}
.basket-desktop-params-group {
  border-bottom: 1px solid #bbc3c0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  padding-bottom: 23px;
}
.basket-desktop-params-group__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  font-family: arial, sans-serif;
  margin-bottom: 11px;
}
.basket-desktop-params-group .column-left {
  float: left;
  width: auto;
}
.basket-desktop-params-group .column-left.input-wr,
.basket-desktop-params-group .column-left.button-wr {
  width: auto;
}
.basket-desktop-params-group .column-right {
  max-width: 50%;
  text-align: right;
  float: right;
  width: auto;
  font-size: 15px;
  line-height: 18px;
}
.basket-desktop-params-group .radio_custom {
  margin-top: 0;
}
.basket-desktop-params-group .radio_custom label {
  font-size: 16px;
  padding-left: 28px;
}
.basket-desktop-params-group__radio {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.basket-desktop-params-group__radio .delivery_description {
  display: none;
}
.basket-desktop-params-group__radio.active .delivery_description {
  display: block;
  clear: both;
  padding-left: 28px;
  font-size: 14px;
}
.basket-desktop-params-group__radio.active
  .basket-desktop-params-group__hidden {
  display: inline-block;
}
.basket-desktop-params-group__hidden {
  width: 100%;
  vertical-align: top;
  display: none;
}
.basket-desktop-params-group__hidden_address {
  padding-left: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.basket-desktop-params-group__hidden_address p {
  margin-top: 5px;
}
.basket-desktop-params-group__hidden_address p:first-child {
  margin-top: 0;
}
.basket-desktop-params-group__hidden_form {
  vertical-align: top;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin-bottom: 19px;
}
.basket-desktop-params-group__hidden_form textarea {
  min-height: 200px;
  max-height: 200px;
}
.basket-desktop-params-group__hidden_title {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  font-family: arial, sans-serif;
  margin-top: 29px;
  margin-bottom: 4px;
  width: 100%;
  float: left;
}
.textarea-more-width {
  margin-right: -86px;
  display: inline-block;
  vertical-align: top;
}
.basket-mob__col_step {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.basket-mob__step {
  margin-top: 19px;
}
.basket-mob__step ul {
  display: inline-block;
  vertical-align: top;
}
.basket-mob__step ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 104px;
}
.basket-mob__step ul li:first-child div:before {
  display: none;
}
.basket-mob__step ul li div {
  position: relative;
}
.basket-mob__step ul li div:before {
  content: "";
  top: 21px;
  left: -50%;
  height: 2px;
  width: 50%;
  position: absolute;
  background: #9e1f4c;
  margin-left: 25%;
}
.basket-mob__step ul li div span {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 46px;
  border-radius: 100%;
  background: #ececec;
  border: 1px solid #bcc4c1;
  font-size: 18px;
  font-weight: 700;
}
.basket-mob__step ul li div p {
  font-size: 12px;
  line-height: 13px;
  margin-top: 7px;
}
.basket-mob__step ul li.active div span {
  background: #fff;
  border-color: #9e1f4c;
}
.basket-mob__step ul li.accepted div span {
  background: #9e1f4c;
  border-color: #9e1f4c;
  font-size: 0;
  position: relative;
}
.basket-mob__step ul li.accepted div span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/basket/mob-step-ok.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 13px;
  content: "";
}
.basket-mob__step ul li.accepted div p {
  color: #9e1f4c;
}
.basket-mob__your-order {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 5px;
}
.basket-mob__your-order b {
  float: left;
}
.basket-mob__your-order a {
  float: right;
  border-bottom: 1px dashed;
  line-height: 11px;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: none !important;
}
.basket-mob__table_order {
  position: relative;
  padding: 21px 10px 12px 92px;
  border-bottom: 1px solid #bbc3c0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.basket-mob__table_order:first-child {
  border-top: 1px solid #bbc3c0;
}
.basket-mob__table_order div.img {
  position: absolute;
  top: 24px;
  left: 10px;
  width: 66px;
  text-align: center;
}
.basket-mob__table_order div.link {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.basket-mob__table_order div.link a {
  color: #262626;
  font-size: 16px;
  line-height: 21px;
  display: block;
}
.basket-mob__table_order div.num {
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin-top: 26px;
}
.basket-mob__table_order div.price {
  float: right;
  font-size: 15px;
  font-weight: 700;
  margin-top: 26px;
}
.basket-mob-forms-step-1 {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  max-width: 100%;
  text-align: left;
  margin-top: 8px;
}
.basket-mob-forms-step-1__form {
  display: none;
}
.basket-mob-forms-step-1__form.active {
  display: inline-block !important;
}
.basket-mob-forms-step-1__form .input-wr,
.basket-mob-forms-step-1__form .button-wr {
  padding: 0;
}
.basket-mob-forms-step-1__form .input-wr.without-label,
.basket-mob-forms-step-1__form .without-label.button-wr {
  margin-top: 10px;
}
.basket-mob-forms-step-1__form .button-wr {
  margin-top: 24px;
}
.basket-mob-forms-step-1__form .button-wr button {
  width: 100%;
  font-size: 14px;
}
.basket-mob-forms-step-1__form .button-wr button:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 14px;
  background-image: url("../images/basket/icon_arr_right_01.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
}
.basket-mob-login {
  margin-top: 23px;
}
.basket-mob-login__tabs {
  width: 450px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 44px;
}
.basket-mob-login__tabs ul {
  position: relative;
  margin-left: 0;
  display: inline-block;
  width: 100%;
  height: 44px;
  z-index: 10;
  padding-top: 44px;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(129, 129, 129, 0.2);
  border-radius: 10px;
}
.basket-mob-login__tabs ul.show {
  height: auto;
  z-index: 11;
}
.basket-mob-login__tabs ul.show:before {
  z-index: 2;
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 8px;
  left: 0;
  top: 36px;
  position: absolute;
}
.basket-mob-login__tabs ul.show li.active:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.basket-mob-login__tabs ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #bbc3c0;
}
.basket-mob-login__tabs ul li:first-child {
  border-top: 0;
}
.basket-mob-login__tabs ul li:last-child {
  border-bottom: 0;
}
.basket-mob-login__tabs ul li span {
  display: table-cell;
  width: 100%;
  background: #f0f0f0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 13px;
  text-align: left;
  padding: 0 14px;
  font-size: 14px;
  height: 41px;
}
.basket-mob-login__tabs ul li.active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  border-bottom: 0;
}
.basket-mob-login__tabs ul li.active:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  content: "\e900";
  font-size: 8px;
  width: 14px;
  height: 8px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.basket-mob-login__tabs ul li.active span {
  padding-right: 40px;
  font-family: "Myriad Pro";
  border-radius: 10px;
  padding-top: 3px;
  text-shadow: none !important;
  height: 44px;
  cursor: pointer;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  color: #fff;
}
.basket-mob-forms-step-2 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 26px;
}
.basket-mob-forms-step-2__form .button-wr {
  margin-top: 22px;
}
.basket-mob-forms-step-2__form .button-wr button {
  font-size: 16px;
  width: 100%;
}
.basket-mob-forms-step-2__form .button-wr.disabled-button,
.basket-mob-forms-step-2__form .button-wr.disabled-button button.button-wr {
  background: none !important;
}
.basket-mob-forms-step-2__form .button-wr.disabled-button button {
  color: #fff !important;
}
.basket-mob-forms-step-2__total_title {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 23px;
}
.basket-mob-forms-step-2__total_table {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.basket-mob-forms-step-2__total_table div {
  float: right;
  font-size: 16px;
  line-height: 27px;
}
.basket-mob-forms-step-2__total_table div:first-child {
  float: left;
}
.basket-mob-forms-step-2__total_price {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 7px;
}
.basket-mob-forms-step-2__total_price div {
  float: right;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}
.basket-mob-forms-step-2__total_price div:first-child {
  float: left;
}
.basket-mob-forms-step-2__terms_use {
  font-size: 14px;
  line-height: 17px;
  margin-top: 22px;
  padding-bottom: 4px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -5px;
}
.basket-mob-forms-step-2__terms_use p {
  margin-top: 4px;
}
.basket-mob-forms-step-2__terms_use a,
.basket-mob-forms-step-2__terms_use span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 9px;
  color: #81888d;
  text-decoration: none !important;
  border-bottom: 1px dashed #81888d;
}
.basket-mob-forms-step-2__add_comment {
  border-bottom: 1px solid #bbc3c0;
  margin-top: 23px;
  width: 100%;
  padding: 0 10px 24px 10px;
}
.basket-mob-forms-step-2__width {
  width: 470px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto;
}
.basket-mob-forms-step-2__width .input-wr,
.basket-mob-forms-step-2__width .button-wr {
  padding-left: 0;
  padding-right: 0;
}
.basket-mob-forms-step-2__sure_order {
  width: 100%;
  border-bottom: 1px solid #bbc3c0;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 22px;
  margin-top: 7px;
}
.basket-mob-forms-step-2__sure_order .sidebar_checks,
.basket-mob-forms-step-2__sure_order .filters_checks {
  text-align: center;
}
.basket-mob-forms-step-2__sure_order .sidebar_checks input + label,
.basket-mob-forms-step-2__sure_order .filters_checks input + label,
.basket-mob-forms-step-2__sure_order .sidebar_checks textarea + label,
.basket-mob-forms-step-2__sure_order .filters_checks textarea + label,
.basket-mob-forms-step-2__sure_order .sidebar_checks select + label,
.basket-mob-forms-step-2__sure_order .filters_checks select + label,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .basket-mob-select-field
  + label,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .basket-mob-select-field
  + label,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .input-wr
  .select2
  .select2-selection
  + label,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .button-wr
  .select2
  .select2-selection
  + label,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 16px;
  line-height: 17px;
}
.basket-mob-forms-step-2__sure_order .sidebar_checks input + label:before,
.basket-mob-forms-step-2__sure_order .filters_checks input + label:before,
.basket-mob-forms-step-2__sure_order .sidebar_checks textarea + label:before,
.basket-mob-forms-step-2__sure_order .filters_checks textarea + label:before,
.basket-mob-forms-step-2__sure_order .sidebar_checks select + label:before,
.basket-mob-forms-step-2__sure_order .filters_checks select + label:before,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .basket-mob-select-field
  + label:before,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .basket-mob-select-field
  + label:before,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label:before,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .input-wr
  .select2
  .select2-selection
  + label:before,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label:before,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label:before,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .button-wr
  .select2
  .select2-selection
  + label:before,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label:before {
  top: 50%;
  margin-top: -11px;
}
.basket-mob-forms-step-2__sure_order .sidebar_checks input + label br,
.basket-mob-forms-step-2__sure_order .filters_checks input + label br,
.basket-mob-forms-step-2__sure_order .sidebar_checks textarea + label br,
.basket-mob-forms-step-2__sure_order .filters_checks textarea + label br,
.basket-mob-forms-step-2__sure_order .sidebar_checks select + label br,
.basket-mob-forms-step-2__sure_order .filters_checks select + label br,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .basket-mob-select-field
  + label
  br,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .basket-mob-select-field
  + label
  br,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .input-wr
  .select2
  .select2-selection
  + label
  br,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label
  br,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .input-wr
  .select2
  .select2-selection
  + label
  br,
.input-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label
  br,
.basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .button-wr
  .select2
  .select2-selection
  + label
  br,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .sidebar_checks
  .select2-selection
  + label
  br,
.basket-mob-forms-step-2__sure_order
  .filters_checks
  .button-wr
  .select2
  .select2-selection
  + label
  br,
.button-wr
  .select2
  .basket-mob-forms-step-2__sure_order
  .filters_checks
  .select2-selection
  + label
  br {
  display: none;
}
.basket-mob-forms-step-2__delivery_pay {
  width: 100%;
  border-bottom: 1px solid #bbc3c0;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 24px;
  padding-top: 22px;
  text-align: center;
}
.basket-mob-forms-step-2__delivery_pay .basket-mob-forms-step-2__width {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.basket-add-mob-comments {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  height: 24px;
  font-size: 15px;
  color: #9e1f4c;
  padding-left: 32px;
  background-image: url("../images/mob-basket-add-comments.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px 24px;
}
.basket-mob-select-title {
  font-weight: 700;
}
.basket-mob-select-field {
  line-height: 40px;
  cursor: pointer;
  padding-right: 33px;
  position: relative;
  background-image: url(../images/select-arrow-big.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
}
.basket-mob-select-field__hidden_block {
  display: none;
  padding: 22px 0 0 0;
  position: absolute;
  left: 0;
  top: 26px;
  background: #fff;
  width: 100%;
}
.basket-mob-select-field__hidden_block.active {
  display: block !important;
  z-index: 12;
}
.basket-mob-select-field__title {
  font-size: 20px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.basket-mob-select-field__list {
  margin-top: 18px;
}
.basket-mob-select-field__list > div > span {
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #bbc3c0;
  color: #5c7e23;
  line-height: 34px;
  cursor: pointer;
}
.basket-mob-select-field__list > div.selected span {
  color: #262626;
  position: relative;
  padding-right: 28px;
}
.basket-mob-select-field__list > div.selected span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #74943e !important;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.basket-mob-select-field__close {
  position: absolute;
  right: 10px;
  top: -64px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #bbc3c0;
  cursor: pointer;
}
.basket-mob-select-field__close:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bbc3c0;
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 47px;
  content: "\e906";
  padding-left: 1px;
  top: 0;
  left: 0;
}
.basket-mob-select-field__address_price {
  vertical-align: top;
  display: table;
  width: 100%;
  padding-top: 11px;
  margin-bottom: -7px;
}
.basket-mob-select-field__address_price div {
  display: table-cell;
  text-align: right;
}
.basket-mob-select-field__address_price div:first-child {
  text-align: left;
}
#overlay-select-field {
  display: none;
}
.basket-mob__hidden_form_add_more_info {
  display: none;
  vertical-align: top;
  width: 100%;
}
.basket-mob__hidden_form_add_more_info.active {
  display: inline-block;
}
.delivery-hidden-fields {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #262626;
  min-height: 100%;
  padding: 22px 10px 32px 10px;
  display: none;
  z-index: 2;
}
.delivery-hidden-fields.show {
  display: block;
}
.delivery-hidden-fields__back_title {
  position: relative;
}
.delivery-hidden-fields__back {
  left: 0;
  top: -1px;
  position: absolute;
  line-height: 19px;
}
.delivery-hidden-fields__back b {
  cursor: pointer;
  padding-left: 17px;
  position: relative;
  line-height: 19px;
  font-weight: normal;
}
.delivery-hidden-fields__back b:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
  content: "\e900";
  font-size: 8px;
  width: 14px;
  height: 8px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.delivery-hidden-fields__title {
  text-align: center;
  font-size: 20px;
  line-height: 19px;
  font-weight: 700;
}
.delivery-hidden-fields .without-label {
  margin-top: 12px;
}
.delivery-hidden-fields__button {
  margin-top: 24px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.delivery-hidden-fields__button b {
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
}
.delivery-hidden-fields textarea {
  min-height: 200px;
  max-height: 200px;
}
.cart_go_step_1 {
  color: #81888d;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: normal;
  line-height: 14px;
  display: inline-block;
  margin-left: 14px;
  font-style: normal;
  cursor: pointer;
  border: none;
  border-bottom: 1px dashed #81888d;
}
.cart_go_step_1:hover {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .cabinet-right {
    padding-left: 31px !important;
  }
  .basket .section-box-header,
  .basket .section-box-footer {
    display: none;
  }
  .basket .section-box-content {
    margin-bottom: 220px;
  }
}
@media (max-width: 1400px) {
  .basket-desktop__edit_promo .inner {
    padding: 0 20px;
  }
}
@media (max-width: 1330px) {
  .price-discount {
    padding-top: 1px;
  }
  .basket-desktop__total_goods table tr td.img {
    width: 68px;
  }
  .basket-desktop__total_goods table tr td.link {
    width: 200px;
  }
  .basket-desktop__total_goods table tr td.price {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .basket-header__graph {
    padding-left: 0;
    float: right;
  }
}
@media (max-width: 991px) {
  .basket-page-title {
    margin-top: 17px;
  }
  .basket-page-title__title {
    font-size: 24px;
    line-height: 31px;
  }
  .basket-desktop__edit_promo {
    margin-top: 15px;
  }
  .basket-desktop__edit_promo span {
    line-height: 12px;
  }
  .cabinet-main-other .cabinet-right__title {
    display: none;
  }
}
@media (max-width: 380px) {
  .basket-mob-forms-step-2__sure_order .sidebar_checks,
  .basket-mob-forms-step-2__sure_order .filters_checks {
    text-align: left;
  }
  .basket-mob-forms-step-2__sure_order label br {
    display: inline-block !important;
  }
}
@media (max-width: 350px) {
  .basket-mob-forms-step-1__form .button-wr button {
    text-align: left;
    padding-left: 32px;
  }
}
.basket-mob-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mob-basket-back {
  position: absolute;
  top: 18px;
  left: 10px;
  padding-left: 16px;
  color: #262626;
  line-height: 31px;
  z-index: 3;
}
.mob-basket-back:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 7px;
  display: block;
  content: "\e900";
  font-size: 7px;
  color: #9c9c9c;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: block;
}
.mob-basket-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-top: 17px;
  padding-bottom: 19px;
}
.mob-basket-row {
  padding: 21px 10px 25px 10px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.mob-basket-page__remove {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  background: #cccccc;
  display: block;
  top: 25px;
  right: 10px;
}
.mob-basket-page__remove:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  display: block !important;
  content: "\e906";
  font-size: 11px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 1px 0 0 0;
}
.mob-basket-page__img-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mob-basket-page__img {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0;
}
.mob-basket-page__img a {
  width: 52px;
  display: block;
  text-align: right;
  margin-top: 3px;
}
.mob-basket-page__img a img {
  vertical-align: top;
}
.mob-basket-page__title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 35px;
  padding-top: 0;
}
.mob-basket-page__title a {
  color: #262626;
  font-size: 16px;
  line-height: 21px;
  display: block;
}
.mob-basket-page__price-count {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mob-basket-page__price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mob-basket-page__price i {
  font-size: 12px;
  font-weight: 700;
  float: left;
  line-height: 22px;
  height: 20px;
  font-style: normal;
}
.mob-basket-page__price span {
  float: right;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  height: 20px;
  position: relative;
}
.mob-basket-page__price span b {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -20px;
  right: 0;
  font-weight: normal;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
}
.mob-basket-page__price span b.ends {
  color: #d32f33;
}
.mob-basket-page__price span b.no {
  color: #a1b2dc;
}
.mob-basket-page__count {
  position: absolute;
  width: 72px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -36px;
  text-align: center;
}
.mob-basket-page__count span {
  display: inline-block;
  min-width: 72px;
  max-width: 62px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #bbc3c0;
  line-height: 42px;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 4px;
  cursor: pointer;
}
.mob-basket-page__total {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px 12px 0 12px;
}
.mob-basket-page__total span {
  font-size: 20px;
  line-height: 17px;
  font-weight: 700;
  float: right;
}
.mob-basket-page__total span:first-child {
  float: left;
  font-size: 18px;
}
.mob-basket-page__order {
  margin-top: 16px;
  text-align: center;
}
.mob-basket-page__order .btn_link_basket {
  width: 300px;
}
#overlay-mob-basket {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  cursor: pointer;
}
.mob-basket-remove-form {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  background: #fff;
  padding-top: 26px;
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.mob-basket-remove-form.active {
  opacity: 1;
  margin-top: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.mob-basket-modal-close {
  text-align: center;
  margin-top: 29px;
}
.mob-basket-modal-close span {
  display: block;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  width: 264px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 27px;
  cursor: pointer;
}
.mob-basket-modal-buttons-wrapp {
  text-align: center;
}
.mob-basket-modal-buttons {
  display: inline-block;
  width: 270px;
  vertical-align: top;
}
.mob-basket-modal-buttons div {
  float: right;
  cursor: pointer;
  position: relative;
  padding-top: 69px;
}
.mob-basket-modal-buttons div p {
  font-size: 15px;
  line-height: 17px;
}
.mob-basket-modal-buttons div:first-child {
  float: left;
}
.mob-basket-modal-buttons div:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 14px;
  text-align: center;
  font-size: 42px;
}
.mob-basket-modal-buttons div.add-wish-list-basket-mob:before {
  content: "\e904";
  color: #69706e;
}
.mob-basket-modal-buttons div.remove-basket-mob:before {
  content: "\e906";
  color: #9e1f4c;
  font-weight: 700;
}
.mob-basket-count-form {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  background: #fff;
  padding: 37px 10px 32px 10px;
  text-align: center;
  opacity: 0;
}
.mob-basket-count-form.active {
  opacity: 1;
}
.mob-basket-count-form__title {
  font-size: 16px;
  line-height: 21px;
  padding: 0px 30px;
}
.mob-basket-count-form__submit {
  margin-top: 30px;
}
.mob-basket-count-form__submit .btn_,
.mob-basket-count-form__submit .button-wr button,
.button-wr .mob-basket-count-form__submit button,
.mob-basket-count-form__submit .buttons-proof a,
.buttons-proof .mob-basket-count-form__submit a,
.mob-basket-count-form__submit .buttons-proof span,
.buttons-proof .mob-basket-count-form__submit span,
.mob-basket-count-form__submit .mob-comments-add-btn span,
.mob-comments-add-btn .mob-basket-count-form__submit span,
.mob-basket-count-form__submit .without-comments span,
.without-comments .mob-basket-count-form__submit span,
.mob-basket-count-form__submit .gallery-modal__btn_bye span,
.gallery-modal__btn_bye .mob-basket-count-form__submit span,
.mob-basket-count-form__submit .delivery-hidden-fields__button b,
.delivery-hidden-fields__button .mob-basket-count-form__submit b,
.mob-basket-count-form__submit .blog-item-main__button a,
.blog-item-main__button .mob-basket-count-form__submit a,
.mob-basket-count-form__submit .error-page__button a,
.error-page__button .mob-basket-count-form__submit a {
  width: 300px;
  color: #fff !important;
  font-size: 14px;
}
.mob-basket-count-form__quantity {
  margin-top: 20px;
}
.mob-basket-quantity span {
  width: 207px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.mob-basket-quantity span i {
  width: 72px;
  height: 48px;
  font-style: normal;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
}
.mob-basket-quantity span b {
  position: absolute;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #e4e4e4;
  cursor: pointer;
}
.mob-basket-quantity span b.minus {
  left: 0;
}
.mob-basket-quantity span b:before,
.mob-basket-quantity span b:after {
  position: absolute;
  background: #9e1f4c;
  left: 50%;
  top: 50%;
}
.mob-basket-quantity span b:before {
  width: 24px;
  height: 4px;
  margin-left: -12px;
  margin-top: -2px;
  content: "";
}
.mob-basket-quantity span b.plus {
  right: 0;
}
.mob-basket-quantity span b.plus:after {
  width: 4px;
  height: 24px;
  margin-left: -2px;
  margin-top: -12px;
  content: "";
}
.mob-basket-quantity-text {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #d32f33;
  margin-top: 15px;
}
.select2-results__options {
  float: left;
}
.input-wr .select2,
.button-wr .select2 {
  float: left;
}
.input-wr .select2 .select2-selection,
.button-wr .select2 .select2-selection {
  background: #fff !important;
  line-height: 40px !important;
  padding-top: 0;
  box-shadow: none !important;
  position: relative;
}
.input-wr .select2 .select2-selection__arrow,
.button-wr .select2 .select2-selection__arrow {
  border: 0 !important;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 100% !important;
}
.input-wr .select2 .select2-selection__arrow b,
.button-wr .select2 .select2-selection__arrow b {
  display: none !important;
}
.input-wr .select2.select2-container--open .select2-selection__arrow,
.button-wr .select2.select2-container--open .select2-selection__arrow {
  background-image: url(../images/select-arrow-up.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.select2-container--krajee .select2-dropdown {
  border-color: #a8abaa !important;
  box-shadow: none !important;
}
.warehouses_novaposhta .select2 {
  margin-top: 20px;
}
.select2-search__field {
  border-radius: 0 !important;
  margin-top: 0 !important;
  background-position: right 9px top 14px !important;
  background-repeat: no-repeat !important;
}
.select2-results__options {
  width: 100%;
  margin-top: 14px;
}
.select2-results__options li {
  border-radius: 0 !important;
}
.select2-dropdown {
  border-radius: 0 !important;
}
.brands-list-main-border {
  height: 1px;
  margin-top: 10px;
}
.brands-list-main-border:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #bbc3c0;
}
.brands-list__alphabet {
  text-align: center;
}
.brands-list__alphabet span {
  text-transform: uppercase;
  color: #9e1f4c;
  position: relative;
  font-size: 24px;
  line-height: 17px;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin: 17px 3px 0 3px;
  padding: 0 3px;
}
.brands-list__alphabet span:before {
  content: "";
  border-bottom: 1px dotted #9e1f4c;
  height: 1px;
  left: 3px;
  right: 3px;
  bottom: -3px;
  position: absolute;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.brands-list__alphabet span:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.row-alphabet {
  margin-top: 34px;
}
.alphabet-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 190px;
  max-width: 100%;
  margin-top: 35px;
  position: relative;
}
.alphabet-list__title {
  position: relative;
  padding-left: 16px;
  height: 40px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #fcf6ef;
  background: -moz-linear-gradient(96deg, #ffffff 50%, #fcf6ef 100%);
  background: -webkit-linear-gradient(96deg, #ffffff 50%, #fcf6ef 100%);
  background: linear-gradient(174deg, #fcf6ef 0%, #ffffff 50%);
}
.alphabet-list__title span {
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  font-size: 17px;
}
.alphabet-list__ul {
  margin-top: 12px;
}
.alphabet-list__ul ul li {
  padding-left: 16px;
}
.alphabet-list__ul ul li a {
  color: #262626;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .products_list .status_items-wr .sticker.sticker--special svg {
    max-width: 48px;
    max-height: 48px;
  }
  .card-manufacturer-mobile {
    display: none;
  }
  .alphabet-list__title.animation,
  .alphabet-list__ul.animation {
    animation-name: runBlink;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-play-state: running;
  }
}
@keyframes runBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.row-alphabet-list {
  position: relative;
  padding-top: 6px;
  margin-top: 37px;
}
.row-alphabet-list:before {
  left: 15px;
  right: 15px;
  top: 0;
  content: "";
  position: absolute;
  background: #bbc3c0;
  height: 1px;
}
.row-alphabet-list:nth-child(2) {
  padding-top: 46px;
}
.slider-brands {
  margin-top: 9px;
}
.slider-brands__wrapp {
  padding: 3px 35px !important;
}
.slider-brands__block {
  display: inline-block;
  vertical-align: top;
  width: 13%;
  padding: 0 10px;
}
.slider-brands__block a {
  display: table;
  text-align: center;
  width: 100%;
}
.slider-brands__block a div {
  height: 42px;
  vertical-align: middle;
  display: table-cell;
}
.slider-brands__block a div img {
  vertical-align: middle;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transition: scale(0.95);
  -o-transform: scale(0.95);
}
.slider-brands__block a:hover div img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.slider-brands__col {
  height: 42px;
}
.slider-brands__col.owl-loaded {
  overflow: hidden;
  width: 100%;
  float: left;
}
.slider-brands__col.owl-loaded .slider-brands__block {
  width: 100%;
}
.slider-brands__col.owl-loaded .owl-prev,
.slider-brands__col.owl-loaded .owl-next {
  background: #fff;
}
.slider-brands__col.owl-loaded .owl-prev {
  left: 15px;
}
.slider-brands__col.owl-loaded .owl-next {
  right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alphabet-list__title {
    padding-left: 10px;
  }
  .alphabet-list__ul ul li {
    padding-left: 10px;
  }
  .alphabet-list__ul ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-top-cards__list {
    column-count: 2;
    margin-top: 20px;
  }
  .section-top-cards__list a {
    font-size: 14px;
  }
  .alphabet-list {
    display: block;
    margin: 35px auto 0 auto;
  }
  .row-alphabet-list {
    padding-top: 0;
    margin-top: 21px;
  }
  .row-alphabet-list:before {
    top: 2px;
  }
  .row-alphabet-list:nth-child(2) {
    padding-top: 30px;
  }
  .slider-brands {
    display: none !important;
  }
  .row-alphabet {
    margin-top: 7px;
  }
}
.brands-filters-bar {
  margin-top: -29px;
}
.brands-filters-bar .view-mod-div {
  padding-top: 0;
}
.brands-filters-bar .brands-sort {
  margin-top: 0;
  padding-left: 15px;
  width: 180px;
}
.brands-filters-bar .brands-sort:after {
  display: none;
}
.brands-filters-bar .sort-catalog {
  margin-top: 0;
}
.brands-filters-bar .sort-catalog ul li a {
  padding-left: 16px;
}
@media (min-width: 992px) {
  .brands-filters-bar .sort-catalog-wr {
    margin-top: -2px;
  }
}
.section-brands-list {
  margin-top: 5px;
}
.section-brands-view .catalog-title {
  position: relative;
  z-index: 3;
  padding-right: 280px;
}
.brands-filter-list ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.brands-filter-list ul li {
  margin-top: 14px;
}
.brands-filter-list ul li:first-child {
  margin-top: 16px;
}
.brands-filter-list ul li a {
  line-height: 17px;
  display: block;
  padding-right: 22px;
}
.section-text-brands .section-text-home__title {
  text-align: left;
  padding-top: 0;
  margin-top: -3px;
  border: 0;
}
.editor-brands-img {
  float: left;
  width: 220px;
  height: 190px;
  padding-right: 30px;
}
.editor-brands-img div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #bbc3c0;
}
.editor-brands-img div span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.editor-brands-img div span img {
  vertical-align: middle;
}
.editor-brands-line {
  width: 100%;
  height: 1px;
  background: #bbc3c0;
  margin-bottom: 40px;
}
.alphabet-list-mobile {
  overflow: hidden;
  margin-bottom: -4px;
}
.alphabet-list-mobile .brands-list__alphabet {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.alphabet-list-mobile .brands-list__alphabet span {
  margin-bottom: 4px;
}
.alphabet-list-mobile .owl-stage-outer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.alphabet-list-mobile .owl-prev {
  left: 4px;
}
.alphabet-list-mobile .owl-next {
  right: 4px;
}
.alphabet-list-mobile .owl-prev,
.alphabet-list-mobile .owl-next {
  top: 0;
  margin-top: 7px;
  width: 32px;
  height: 32px;
  box-shadow: none;
  background: none;
}
.alphabet-list-mobile .owl-prev.disabled,
.alphabet-list-mobile .owl-next.disabled {
  opacity: 0 !important;
}
.alphabet-list-mobile .owl-prev:before,
.alphabet-list-mobile .owl-next:before {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1430px) {
  .brands-filter-list ul li a {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .brands-filters-bar {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .card-manufacturer-mobile {
    display: block !important;
  }
  .editor-brands-img {
    width: 120px;
    height: 100px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .editor-brands-img {
    width: 100px;
    height: 80px;
  }
}
@media (max-width: 330px) {
  .brands-filter-list ul li a {
    padding-right: 33px;
  }
}
.section-compare-list {
  margin-top: 12px;
}
.compare-list .title-card {
  margin-top: 23px;
}
.compare-list-group {
  margin-top: 33px;
}
.compare-list-group:first-child {
  margin-top: 27px;
}
.compare-list-group__title {
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: -11px;
}
.compare-list-group__link_wapp {
  border-bottom: 1px solid #bbc3c0;
  margin-top: 24px;
  padding-bottom: 24px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.compare-list-group__link {
  display: block;
  padding: 0 24px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  color: #262626;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  float: left;
  text-decoration: none !important;
  margin-left: 18px;
}
.compare-view-title div {
  position: relative;
  padding-right: 156px;
  display: inline-block;
  vertical-align: top;
}
.compare-view-title div .clear-all-compare {
  position: absolute;
  width: 142px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #717171;
  border-radius: 16px;
  border: 1px solid #d3d3d3;
  top: 5px;
  right: 0;
  text-decoration: none !important;
  font-weight: normal;
}
.items-compare {
  width: 220px;
  float: left;
  padding: 12px 15px 0 15px;
  position: relative;
}
.items-compare__img {
  width: 100%;
  height: 145px;
  display: table;
  text-align: center;
}
.items-compare__img a {
  display: table-cell;
  vertical-align: middle;
}
.items-compare__img a img {
  vertical-align: middle;
}
.items-compare__title {
  margin-top: 2px;
}
.items-compare__title a {
  font-size: 14px;
  line-height: 16px;
  display: block;
  overflow: hidden;
  color: #262626;
  height: 32px;
}
.items-compare .items__price {
  margin-top: 0;
}
.preview-price__title {
  font-size: 18px;
  margin-right: 10px;
}
.items-compare .items__price div {
  padding: 0 !important;
}
.items-compare .items__price div .preview-price {
  height: 17px;
  line-height: 17px;
  font-size: 14px;
}
.items-compare .items__hidden-stars-comments {
  margin-top: 0;
}
.items-compare .items__hidden-stars-comments .rateit .rateit-range {
  transform: scale(0.6667);
}
.items-compare .items__hidden-stars-comments .items__hidden-stars {
  padding-top: 2px;
  margin-right: 0;
}
.items-compare .items__hidden-comments {
  width: 100%;
  display: block !important;
  margin-top: -2px;
}
.items-compare .items__act .items-buttons__wish {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
.items-compare .items__act .items-buttons__wish span:before {
  font-size: 13px !important;
  line-height: 24px !important;
}
.items-compare .items__act .items-buttons__wish span:after {
  width: 10px;
  height: 10px;
  font-size: 5px;
  line-height: 10px;
  top: 3px;
  right: 1px;
}
.items-compare .items-buttons__wish {
  position: absolute;
  top: 13px;
  right: 49px;
  box-shadow: none;
  background: none;
  margin: 0;
}
.items-compare .items-buttons__wish span:before {
  color: #9e1f4c;
  font-size: 24px;
}
.compare_params {
  margin-top: 18px;
}
.compare_params tr td {
  width: 220px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  vertical-align: top;
  padding: 12px 16px 7px 16px;
}
.compare_params tr.hover-tr {
  position: relative;
  background: #fcf7ef;
}
.compare_params.compare_params-left {
  width: 100%;
}
.compare_params.compare_params-left tr td {
  text-align: left;
}
.sliders-compare-page-wr .compare_params {
  margin-top: 36px;
}
.compare-right-col {
  padding-top: 20px;
  padding-right: 0 !important;
  width: 330px !important;
}
.compare-right-col:before {
  width: 1px;
  background: #bbc3c0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 56px;
}
.add_compare_page {
  position: relative;
  padding-left: 137px;
  height: 129px;
}
.add_compare_page div {
  position: absolute;
  display: table;
  width: 118px;
  height: 129px;
  text-align: center;
  left: 0;
  top: 0;
}
.add_compare_page div span {
  display: table-cell;
  vertical-align: middle;
}
.add_compare_page div span img {
  vertical-align: middle;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100);
  -ms-filter: grayscale(100);
  -o-filter: grayscale(100);
  -moz-filter: grayscale(100);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.add_compare_page b {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  height: 129px;
  line-height: 19px;
}
.compare-params-list-wr {
  margin-top: 70px;
}
.compare-params-list {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #bbc3c0;
}
.compare-params-list a {
  float: left;
  margin-left: 3px;
  display: table;
  color: #262626;
  text-decoration: none !important;
  position: relative;
}
.compare-params-list a:first-child {
  margin-left: 0;
}
.compare-params-list a span {
  display: table-cell;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
  height: 43px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 3px 15px 0 15px;
  line-height: 13px;
  border: 1px solid #bbc3c0;
  border-bottom: 0;
}
.compare-params-list a:hover span {
  background: #cccccc;
}
.compare-params-list a.active {
  cursor: default;
}
.compare-params-list a.active span {
  font-weight: 700;
  color: #fff;
  background: #b62458;
  background: -moz-linear-gradient(left, #b62458 0%, #853f4f 100%);
  background: -webkit-linear-gradient(left, #b62458 0%, #853f4f 100%);
  background: linear-gradient(to right, #b62458 0%, #853f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  cursor: default;
  border: 0;
}
.scroll_shadow_compare {
  margin-top: 39px;
}
.scroll_shadow_compare.active {
  position: relative;
}
.scroll_shadow_compare.active:before {
  position: absolute;
  width: 40px;
  height: 100%;
  z-index: 6;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}
.scroll-compare {
  overflow: hidden;
}
.sliders-compare-page {
  padding-bottom: 56px;
}
.compare_page_bl-wrapp {
  display: inline-block;
  vertical-align: top;
}
.remove_compare_list {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  z-index: 4;
  border-radius: 100%;
  background: #cccccc;
  cursor: pointer;
}
.remove_compare_list:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -20px;
  display: block !important;
  content: "\e906";
  font-size: 11px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.remove_compare_list:hover {
  background: #d32f33;
}
@media (max-width: 1430px) {
  .compare-list-group__link {
    margin-left: 23px;
  }
}
@media (max-width: 1330px) {
  .compare-list-group__link {
    margin-left: 43px;
  }
}
@media (max-width: 1329px) {
  .compare-list-group__link {
    margin-left: 28px;
  }
}
@media (max-width: 1199px) {
  .compare-list-group__link {
    margin-left: 50px;
  }
}
.section-blog-list {
  margin-top: 64px;
}
.blog__item__col {
  margin-top: 48px;
}
.blog__item__col:before {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  content: "";
  background: #bbc3c0;
  height: 1px;
}
.blog__item {
  min-height: 100%;
  padding-bottom: 20px;
}
.blog-item__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.blog-item__category {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 19px;
}
.blog-item__category a {
  margin-top: 5px;
  position: relative;
  text-transform: uppercase;
  color: #303030;
  font-size: 14px;
  display: block;
  line-height: 21px;
  font-weight: 700;
  padding-left: 9px;
  margin-right: 9px;
  float: left;
  height: 18px;
}
.blog-item__category a:before {
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  background: #dadada;
  content: "";
  width: 1px;
  position: absolute;
}
.blog-item__title {
  margin-top: 21px;
}
.blog-item__title a {
  color: #262626;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
.blog-item__text {
  margin-top: 10px;
}
.blog-item__date {
  color: #818a84;
}
.blog-item-main__col {
  padding-bottom: 31px;
}
.blog-item-main__col:before {
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  position: absolute;
  background: #bbc3c0;
}
.blog-item-main__category {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.blog-item-main__category a {
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  color: #303030;
  font-size: 14px;
  display: block;
  line-height: 21px;
  font-weight: 700;
  padding-left: 9px;
  margin-right: 9px;
  float: left;
  height: 18px;
}
.blog-item-main__category a:before {
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  background: #dadada;
  content: "";
  width: 1px;
  position: absolute;
}
.blog-item-main__title {
  margin-top: 16px;
}
.blog-item-main__title a {
  color: #262626;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}
.blog-item-main__text {
  margin-top: 18px;
}
.blog-item-main__date {
  /*color: #818a84;*/
  color: #FFFFFF!important;
}
.blog-item-main__button {
  margin-top: 18px;
}
.blog-item-main__img img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .preview-price__title {
    margin-right: 6px;
    font-size: 14px;
  }
  .blog__item__col {
    text-align: center;
    margin-top: 24px;
  }
  .blog__item__col:before {
    left: 10px;
    right: 10px;
  }
  .blog__item {
    padding-bottom: 13px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 410px;
    max-width: 100%;
    text-align: left;
  }
  .blog-item-main__img img {
    width: 410px;
    margin: 0 auto;
    display: block;
  }
  .blog-item-main-wrapp {
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
  }
  .blog-item-main__category {
    margin-top: 12px;
  }
  .section-blog-list {
    margin-top: 24px;
  }
  .blog-item__title,
  .blog-item-main__title {
    margin-top: 11px;
  }
  .blog-item__title a,
  .blog-item-main__title a {
    font-size: 14px;
    line-height: 19px;
    display: block;
  }
  .blog-item__text,
  .blog-item-main__text {
    margin-top: 11px;
  }
  .blog-item__category {
    margin-top: 7px;
  }
  .blog-item-main__col {
    padding-bottom: 24px;
  }
}
.section-blog-view {
  margin-top: 90px;
}
.post_metainfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.blog-view-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 29px;
}
.blog-view-date {
  color: #818a84;
}
.blog-view-text {
  margin-top: 15px;
}
.blog-view-text__main_img {
  float: left;
  margin-top: 2px;
  margin-right: 30px;
  margin-bottom: 22px;
  position: relative;
}
.blog-view-text__main_img img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.blog-view-text__social {
  padding-top: 1px;
}
.blog-view-text__social p {
  font-size: 15px;
  line-height: 17px;
}
.blog-view-text__social ul {
  padding-bottom: 11px;
}
.blog-view-text__social ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  margin-top: 14px;
}
.blog-view-text__social ul li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  position: relative;
}
.blog-view-text__social ul li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blog-view-text__social ul li a.fb {
  background-color: #3b5997;
}
.blog-view-text__social ul li a.fb:before {
  background-image: url("../images/social/fb.svg");
  background-size: 7px 16px;
}
.blog-view-text__social ul li a.tw {
  background-color: #76a9ea;
}
.blog-view-text__social ul li a.tw:before {
  background-image: url("../images/social/tw.svg");
  background-size: 16px 14px;
}
.blog-view-text__social ul li a.tl {
  background-color: #41b4e6;
}
.blog-view-text__social ul li a.tl:before {
  background-image: url("../images/social/tl.svg");
  background-size: 19px 16px;
}
.blog-view-text__social.bottom {
  margin-top: 28px;
  border-bottom: 1px solid #bbc3c0;
}
.blog-view-text__social.bottom ul {
  padding-bottom: 40px;
}
.blog-view-text__editor {
  margin-top: 17px;
}
.blog-view-nav {
  margin-bottom: 34px;
}
.blog-view-nav__border div {
  height: 1px;
  background: #bbc3c0;
  margin-top: 2px;
}
.blog-view-nav__col {
  padding-top: 22px;
  padding-bottom: 19px;
}
.blog-view-nav__col:first-child:before {
  position: absolute;
  background: #bbc3c0;
  height: 54px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -27px;
}
.blog-view-nav__col:first-child div {
  float: left;
}
.blog-view-nav__col:first-child a {
  padding-right: 0;
  padding-left: 57px;
  text-align: left;
}
.blog-view-nav__col:first-child a:before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.blog-view-nav__col div {
  width: 470px;
  max-width: 100%;
  float: right;
}
.blog-view-nav__col a {
  padding-right: 57px;
  text-align: right;
  display: block;
  position: relative;
  min-height: 69px;
}
.blog-view-nav__col a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 19px;
  content: "\e910";
  width: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  color: #b4b7b6;
}
.blog-view-nav__col a span.nav-text {
  color: #818a84;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 7px;
}
.blog-view-nav__col a span.link {
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  line-height: 23px;
}
.blog-view-nav__col a:hover {
  text-decoration: none;
}
.blog-view-nav__col a:hover span.nav-text {
  text-decoration: none;
}
.blog-view-nav__col a:hover span.link {
  text-decoration: underline;
}
.blog-view-nav__col a.opacity .nav-text {
  opacity: 0;
}
@media (max-width: 1199px) {
  .blog-view-text__main_img img {
    width: 600px;
  }
}
@media (max-width: 880px) {
  .blog-view-text__main_img {
    float: none;
    display: block;
    margin-top: 90px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-view-text__main_img img {
    width: 100%;
  }
  .blog-view-text__social {
    position: absolute;
    top: 7px;
    left: 15px;
    right: 15px;
    z-index: 3;
  }
  .blog-view-text__social.bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .blog-item-main__button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-view-title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .blog-view-text__social {
    left: 10px;
    right: 10px;
  }
  .blog-view-nav__col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .blog-view-nav__col:first-child:before {
    display: none;
  }
  .blog-view-nav__col:first-child a {
    padding-left: 35px;
    padding-right: 0;
  }
  .blog-view-nav__col div {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 100%;
  }
  .blog-view-nav__col a {
    padding-right: 35px;
    min-height: auto;
  }
  .blog-view-nav__col a span.link {
    font-size: 15px;
    line-height: 21px;
  }
  .blog-view-text__social.bottom {
    border-bottom: 0;
  }
}
.error-page {
  margin-top: 103px;
}
.error-page__title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-top: 12px;
}
.error-page__text {
  font-size: 18px;
  line-height: 25px;
  margin-top: 14px;
}
.error-page__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.error-page__button a {
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .error-page__title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .error-page__title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .error-page {
    margin-top: 40px;
  }
  .error-page__title {
    font-size: 28px;
    line-height: 37px;
  }
  .error-page__text {
    margin-top: 8px;
  }
  .error-page__button {
    margin-top: 19px;
  }
  .error-page__button a {
    font-size: 13px;
  }
}
.register-page {
  margin-top: 18px;
}
.register-page__form {
  margin: 39px -15px 0 -15px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  border-radius: 10px;
  padding: 15px;
}
.register-page__form .button-wr {
  margin-top: 22px;
}
.register-page__form .button-wr button {
  width: 250px;
}
.register-page__form .basket-desktop__terms_use {
  width: 100%;
  float: left;
}
.register-page__form .login-form__fb {
  margin-top: 17px;
  padding-left: 19px;
}
.register-page__form .fb-login-btn,
.register-page__form .g-login-btn {
  margin: 0;
}
.register-page__form .login-form__g {
  padding-left: 19px;
}
.register-page__form.restore .button-wr button {
  width: 100%;
}
.password-help-text {
  padding-left: 17px;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
  margin-top: 9px;
  width: 100%;
  float: left;
}
.register-social-text {
  padding-left: 19px;
  margin-top: 16px;
}
.register-line:before {
  content: "";
  position: absolute;
  right: -3px;
  width: 1px;
  top: 20px;
  bottom: 7px;
  background: #dadada;
}
.login-form__g {
  margin-top: 16px;
}
.g-login-btn {
  background: #4285f4;
}
.g-login-btn span:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  background-image: url(../images/social/g.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.restore-cancel {
  text-align: center;
  margin-top: 19px;
  width: 100%;
  float: left;
}
.restore-cancel a {
  font-size: 15px;
  border-bottom: 1px dashed #5f8029;
  line-height: 17px;
  display: inline-block;
  color: #717171;
}
.restore-cancel a:hover {
  text-decoration: none;
  border-bottom: transparent;
}
@media (max-width: 1429px) {
  .register-page__form.restore .button-wr button {
    font-size: 14px;
  }
}
@media (max-width: 1329px) {
  .register-page__form.restore .button-wr button {
    font-size: 12px;
  }
}
@media (max-width: 820px) {
  .register-page__form.restore .button-wr button {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #seo-menu .seo-menu__level-2 {
    flex-direction: column;
  }
  .sm-sec__menu .seo-menu__level-2 {
    max-height: 410px;
    overflow: scroll;
  }
  .sm-sec__menu.active .seo-menu__level-2 {
    max-height: fit-content;
    overflow: none;
  }
  .register-page__form {
    margin: 20px 0 0 0;
    padding: 19px 0 33px 0;
  }
  .register-page__form .fb-login-btn,
  .register-page__form .g-login-btn,
  .register-page__form .g-login-btn {
    margin: 0 auto;
  }
  .register-line {
    padding-right: 0;
  }
  .register-line:before {
    display: none;
  }
  .password-help-text {
    padding-right: 15px;
  }
  .register-social-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .register-page__form.restore .register-social-text {
    text-align: center;
  }
  .register-page__form.restore .button-wr button {
    font-size: 15px;
    width: 320px;
  }
}
.modal-link {
  cursor: pointer;
}
.empty {
  color: #707376;
  font-size: 16px;
  padding: 0 15px;
}
.empty-15 .empty {
  padding-left: 15px;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1330px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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-sm,
.col-sm-auto,
.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-md,
.col-md-auto,
.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-lg,
.col-lg-auto,
.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,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;

  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.message_error {
  color: red;
  margin-top: 5px;
}
.cart_empty {
  margin-top: 120px;
  float: left;
  width: 100%;
}
.cart_empty p {
  margin-top: 15px;
}
.order-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}
.order-payment {
  margin-bottom: 40px;
}
.order_details {
  width: 100%;
}
.order_details td {
  width: 50%;
  padding: 4px 0;
}
.order_details td:first-child {
  padding-right: 15px;
}
.order_payment__button {
  width: auto;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
  float: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
#fn_purchases {
  margin-top: 20px;
}
.order_payment__checkout input[type="submit"] {
  margin-top: 10px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 1.4;
  color: #fff;
  width: auto;
  border: none;
  min-width: 130px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background: #9e1f4c;
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border-radius: 22px;
  outline: none !important;
  width: auto;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
  float: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.order_payment__checkout input[type="submit"]:hover {
  text-decoration: none;
  background: #6a323f;
  color: #fff;
}
.basket-desktop__edit_promo .message_success {
  color: green;
  margin: 10px 0 5px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .old-price {
    margin-right: 10px;
    font-size: 16px;
  }
  .price-title {
    font-size: 18px;
  }
  .card-price span.price {
    font-size: 20px;
  }
  .basket-desktop-params-group .column-right {
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: 28px;
    margin-top: 3px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  [class*="col-auto"],
  [class*="col-xs-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"],
  [class*="col-xl-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .col.items_wr_full,
  .col-1.items_wr_full,
  .col-2.items_wr_full,
  .col-3.items_wr_full,
  .col-4.items_wr_full,
  .col-5.items_wr_full,
  .col-6.items_wr_full,
  .col-7.items_wr_full,
  .col-8.items_wr_full,
  .col-9.items_wr_full,
  .col-10.items_wr_full,
  .col-11.items_wr_full,
  .col-12.items_wr_full,
  [class*="col-auto"].items_wr_full,
  [class*="col-xs-"].items_wr_full,
  [class*="col-sm-"].items_wr_full,
  [class*="col-md-"].items_wr_full,
  [class*="col-lg-"].items_wr_full,
  [class*="col-xl-"].items_wr_full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot")
      format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"),
    url("../fonts/myriadpro/MyriadPro-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/myriadpro/MyriadPro-Regular.woff")
      format("woff"),
    url("../fonts/myriadpro/MyriadPro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro/MyriadPro-Bold.eot");
  src: local("Myriad Pro Bold"), local("MyriadPro-Bold"),
    url("../fonts/myriadpro/MyriadPro-Bold.eot")
      format("embedded-opentype"),
    url("../fonts/myriadpro/MyriadPro-Bold.woff")
      format("woff"),
    url("../fonts/myriadpro/MyriadPro-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.section-cabinet {
  margin-top: 50px;
}
.section-cabinet .without-label {
  margin-top: 12px;
}
.section-cabinet input,
.section-cabinet select,
.section-cabinet textarea {
  padding-left: 20px;
  border-color: #bbc3c0;
}
.section-cabinet textarea::-webkit-input-placeholder {
  color: #81888d;
}
.section-cabinet textarea::-moz-placeholder {
  color: #81888d;
}
.section-cabinet textarea:-ms-input-placeholder {
  color: #81888d;
}
.section-cabinet textarea:-moz-placeholder {
  color: #81888d;
}
.section-cabinet .radio_custom label {
  font-size: 15px;
}
.cabinet-bg {
  width: 239px;
  height: 486px;
  background: #1b040a
    url("../../images/cabinet/cab-bg.jpg")
    0 0 no-repeat;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  position: relative;
  color: #fff;
  padding-top: 47px;
}
.cabinet-bg__title {
  font-size: 20px;
  line-height: 21px;
  text-shadow: 0px 1px 2px rgba(85, 116, 34, 0.75);
  font-weight: 700;
}
.cabinet-bg__ico {
  margin-top: 34px;
}
.cabinet-bg__ico span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100%;
}
.cabinet-bg__name {
  line-height: 18px;
  margin-top: 15px;
}
.cabinet-right__bg {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  padding: 46px 15px 32px 44px;
}
.cabinet-right__title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 26px;
}
.cabinet-right__form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 26px;
}
.cabinet-right__form form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 440px;
}
.cabinet-right__form form .input-wr {
  padding: 0;
}
.cabinet-form__group {
  display: inline-block;
  vertical-align: top;
}
.cabinet-form__group_title {
  font-weight: 700;
  margin-bottom: -3px;
  margin-top: 27px;
}
.cabinet-form__group_radio_title {
  line-height: 19px;
  font-family: arial, sans-serif;
  margin-bottom: 0;
  margin-top: 27px;
}
.cabinet-form__password-change-wrapp {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cab-password-help-text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #81888d;
  line-height: 17px;
  margin-top: 7px;
}
.small-input {
  width: 300px;
  max-width: 100%;
  float: left;
}
.cab-change-mail,
.cab-change-phone,
.cab-add-phone,
.cab-add-address,
.cab-add-child {
  width: 100%;
  float: left;
}
.cab-change-mail span,
.cab-change-phone span,
.cab-add-phone span,
.cab-add-address span,
.cab-add-child span {
  display: block;
  float: left;
  cursor: pointer;
}
.cab-change-mail span:hover,
.cab-change-phone span:hover,
.cab-add-phone span:hover,
.cab-add-address span:hover,
.cab-add-child span:hover {
  border-bottom: 1px solid #fff;
}
.cab-change-mail,
.cab-change-phone {
  margin-top: 3px;
}
.cab-change-mail span,
.cab-change-phone span {
  font-size: 14px;
  line-height: 14px;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
}
.cab-change-mail span:hover,
.cab-change-phone span:hover {
  border-bottom: 1px solid #fff;
}
.cab-add-phone,
.cab-add-address,
.cab-add-child {
  margin-top: 14px;
}
.cab-add-phone span,
.cab-add-address span,
.cab-add-child span {
  line-height: 13px;
  color: #9e1f4c;
  border-bottom: 1px dashed #9e1f4c;
}
@media (min-width: 992px) {
  .cabinet-right {
    padding-left: 31px !important;
  }
  .cabinet-right__bg {
    min-height: 486px;
  }
}
.cabinet-center {
  width: 95px;
  position: absolute;
  left: -35px;
  top: 0;
  z-index: 7;
}
.cabinet-center ul {
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  background: #9e1f4c;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  border-radius: 10px;
  width: 100%;
}
.cabinet-center ul li {
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}
.cabinet-center ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.cabinet-center ul li:first-child:before {
  display: none;
}
.cabinet-center ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  height: 81px;
  text-decoration: none !important;
}
.cabinet-center ul li a:hover span {
  text-decoration: underline;
}
.cabinet-center ul li a span {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  padding: 0px 13px;
}
.cabinet-center ul li a svg {
  fill: #fff !important;
  filter: none !important;
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}
.cabinet-center ul li a svg .st0 {
  fill: #fff !important;
}
.cabinet-center ul li.active {
  background: #f0f0f0;
  background: -moz-linear-gradient(left, #f0f0f0 0%, white 50%, #f0f0f0 100%);
  background: -webkit-linear-gradient(
    left,
    #f0f0f0 0%,
    white 50%,
    #f0f0f0 100%
  );
  background: linear-gradient(to right, #f0f0f0 0%, white 50%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
}
.cabinet-center ul li.active a {
  color: #262626;
}
.cabinet-center ul li.active a svg {
  fill: #9e1f4c !important;
}
.cabinet-center ul li.active a svg .st0 {
  fill: #9e1f4c !important;
}
@media (max-width: 991px) {
  body {
    padding-top: 128px;
  }
  header.to-top {
    top: 0;
  }
  header.to-bottom {
    top: -60px;
  }
  .cabinet-right__bg {
    padding-left: 0;
    padding-right: 0;
    padding-top: 19px;
    box-shadow: none;
  }
  .cabinet-right__title {
    font-size: 22px;
    line-height: 27px;
    padding-left: 0;
  }
  .cabinet-right__form {
    padding-left: 0;
  }
  .cabinet-center {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 44px;
    text-align: center;
    margin-top: 9px;
  }
  .cabinet-center ul {
    position: relative;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    height: 44px;
    z-index: 10;
    padding-top: 44px;
    overflow: hidden;
    text-align: left;
    background: none;
    box-shadow: none;
  }
  .cabinet-center ul li {
    background: #9e1f4c;
  }
  .cabinet-center ul li a {
    height: 49px;
    display: table;
    width: 100%;
  }
  .cabinet-center ul li a b,
  .cabinet-center ul li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .cabinet-center ul li a b {
    width: 50px;
    text-align: center;
  }
  .cabinet-center ul li a span {
    width: auto;
    text-align: left;
    padding-top: 6px;
  }
  .cabinet-center ul li.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, white 50%, #f0f0f0 100%);
    background: -webkit-linear-gradient(
      top,
      #f0f0f0 0%,
      white 50%,
      #f0f0f0 100%
    );
    background: linear-gradient(to bottom, #f0f0f0 0%, white 50%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0);
    border-radius: 10px;
  }
  .cabinet-center ul li.active:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9a9a9a;
    position: absolute;
    right: 16px;
    left: auto;
    top: 50%;
    margin-top: -4px;
    content: "\e900";
    font-size: 8px;
    width: 14px;
    height: 8px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    display: block;
  }
  .cabinet-center ul li.active a {
    height: 44px;
    text-decoration: none !important;
  }
  .cabinet-center ul li.active a span {
    text-decoration: none !important;
  }
  .cabinet-center ul.show {
    height: auto;
    z-index: 11;
  }
  .cabinet-center ul.show:before {
    z-index: 2;
    content: "";
    background: #9e1f4c;
    width: 100%;
    height: 8px;
    left: 0;
    top: 38px;
    position: absolute;
  }
  .cabinet-center ul.show li.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}
#overlay-cab-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  cursor: default;
  display: none;
}
.cabinet-main-mob-title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}
.cab-1-area textarea {
  border-radius: 8px;
  max-height: 163px;
  min-height: 163px;
  height: 163px;
}
.cab-home-input {
  width: 57px;
  margin-right: 12px;
}
.cab-home-input:last-child {
  margin-right: 0;
}
.cab-home-input.text-center input,
.cab-home-input.text-center .section-cabinet select,
.section-cabinet .cab-home-input.text-center select,
.cab-home-input.text-center .section-cabinet textarea,
.section-cabinet .cab-home-input.text-center textarea {
  padding: 0 2px;
  text-align: center;
}
.cab-home-input.text-center label {
  text-align: center;
  width: 100%;
}
.cab-street-inputs .small-input {
  margin-right: 12px;
}
.city-help-cab {
  display: inline-block;
  vertical-align: top;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  font-size: 14px;
  line-height: 13px;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: -1px;
}
.city-help-cab b {
  font-weight: normal;
}
.city-help-cab:hover {
  border-bottom: 1px dashed #fff;
}
.select-wr .small-input {
  position: relative;
}
.clear-address {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #cccccc;
  top: 52px;
  right: -40px;
}
.clear-address:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 7px;
  top: 7px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  content: "\e906";
}
.clear-address:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.date-birth-title {
  line-height: 21px;
  font-size: 15px;
  position: relative;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.date-day,
.date-month {
  float: left;
  margin-right: 8px;
  width: 80px;
}
.date-day:last-child,
.date-month:last-child {
  margin-right: 0;
}
.date-month {
  width: 124px;
}
.cab-gender {
  width: 124px;
  max-width: 100%;
  float: left;
}
.cab-gender label {
  margin-top: 11px;
}
.cab-buttons {
  margin-top: 30px;
}
.cab-buttons button,
.cab-buttons span,
.cab-buttons a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.cab-buttons span,
.cab-buttons a {
  color: #5f8029;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.cab-add-child {
  margin-bottom: 1px;
}
.info-hover-cab {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #bbc3c0;
  top: 1px;
  right: -28px;
  cursor: pointer;
  background: #fff;
}
.info-hover-cab:before,
.info-hover-cab:after {
  background: #9e1f4c;
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  height: 2px;
}
.info-hover-cab:before {
  top: 2px;
}
.info-hover-cab:after {
  bottom: 2px;
  height: 6px;
}
.info-hover-cab:hover {
  border-color: #9e1f4c;
}
.info-hover-cab:hover .info-cab-hidden {
  display: block;
}
.info-cab-hidden {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(48, 48, 48, 0.35);
  top: 0;
  left: 0;
  width: 290px;
  z-index: 3;
  padding: 19px 15px 21px 23px;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  font-weight: normal;
  margin-left: 30px;
}
.cab-personal-data__group {
  width: 100%;
  max-width: 495px;
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
}
.cab-personal-data__table {
  margin-top: 6px;
  width: 100%;
}
.cab-personal-data__table table tr td {
  padding-top: 21px;
  vertical-align: top;
}
.cab-personal-data__table table tr td:first-child {
  width: 195px;
  padding-right: 15px;
  color: #81888d;
}
.cab-personal-data__slide_wrapp {
  border-top: 1px solid #bbc3c0;
  margin-top: 41px;
}
.cab-personal-data__slide {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #bbc3c0;
  padding: 21px 0 20px 0;
  position: relative;
}
.cab-personal-data__slide:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 0;
  top: 27px;
  font-size: 8px;
  color: #69706e;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.cab-personal-data__slide.show:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.cab-personal-data__slide.show .cab-personal-data__slide_hidden {
  display: inline-block;
}
.cab-personal-data__slide_title {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  font-size: 16px;
}
.cab-personal-data__slide_title:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -19px;
  bottom: -22px;
  content: "";
}
.cab-personal-data__slide_hidden {
  width: 100%;
  vertical-align: top;
  display: none;
  padding-top: 9px;
}
.cab-personal-data__slide_hidden .sidebar_checks {
  padding-left: 0;
}
.cab-personal-data__slide_hidden .sidebar_checks input + label,
.cab-personal-data__slide_hidden
  .sidebar_checks
  .section-cabinet
  select
  + label,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks
  select
  + label,
.cab-personal-data__slide_hidden
  .sidebar_checks
  .section-cabinet
  textarea
  + label,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks
  textarea
  + label {
  padding-left: 47px;
  font-size: 15px;
  max-width: 380px;
  line-height: 19px;
}
.cab-personal-data__slide_hidden .sidebar_checks input + label:before,
.cab-personal-data__slide_hidden
  .sidebar_checks
  .section-cabinet
  select
  + label:before,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks
  select
  + label:before,
.cab-personal-data__slide_hidden
  .sidebar_checks
  .section-cabinet
  textarea
  + label:before,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks
  textarea
  + label:before {
  top: 3px;
}
.cab-personal-data__slide_hidden
  .sidebar_checks.has-child_check
  input
  + label:before,
.cab-personal-data__slide_hidden
  .sidebar_checks.has-child_check
  .section-cabinet
  select
  + label:before,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks.has-child_check
  select
  + label:before,
.cab-personal-data__slide_hidden
  .sidebar_checks.has-child_check
  .section-cabinet
  textarea
  + label:before,
.section-cabinet
  .cab-personal-data__slide_hidden
  .sidebar_checks.has-child_check
  textarea
  + label:before {
  top: -3px;
}
.cab-personal-data__slide_hidden .button-wr {
  margin-top: 22px;
  margin-bottom: 12px;
  padding: 0;
}
.cab-personal-data__slide_hidden .button-wr button {
  margin: 0 0 0 47px;
}
.cab-personal-data__group_right {
  float: right;
  width: 330px;
}
.cab-personal-data__group_right div {
  margin-top: 29px;
}
.cab-personal-data__group_right div ul {
  padding-left: 30px;
  position: relative;
}
.cab-personal-data__group_right div ul:before {
  width: 1px;
  left: 0;
  top: 1px;
  bottom: 7px;
  background: #bbc3c0;
  position: absolute;
  content: "";
}
.cab-personal-data__group_right div ul li {
  margin-top: 25px;
}
.cab-personal-data__group_right div ul li:first-child {
  margin-top: 0;
}
.cab-personal-data__group_right div ul li span {
  line-height: 17px;
  color: #81888d;
  border-bottom: 1px dashed #81888d;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.cab-personal-data__group_right div ul li span:hover {
  border-color: transparent;
}
.cab-personal-data__group_right div ul li a {
  line-height: 17px;
  color: #9e1f4c;
  display: inline-block;
  vertical-align: top;
}
.cab-personal-data__tabs.active {
  display: inline-block !important;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1430px) {
  .cab-personal-data__group_right {
    width: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1329px) {
  .cab-personal-data__group_right {
    float: left;
  }
  .cab-personal-data__group_right div ul {
    padding-left: 26px;
  }
  .cab-personal-data__group_right div ul:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-cabinet {
    margin-top: 9px;
  }
  .clear-address {
    display: none;
  }
  .cabinet-form__group_title {
    margin-top: 20px;
    margin-bottom: -4px;
  }
  .cabinet-center {
    z-index: 11;
  }
  .show-block-mobile .cabinet-center {
    z-index: 10;
  }
}
@media (max-width: 850px) {
  .cab-personal-data__group {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .cab-personal-data__group_right {
    float: left;
    width: 100%;
  }
  .cab-personal-data__group_right div ul {
    padding-left: 0;
  }
  .cab-personal-data__group_right div ul:before {
    display: none;
  }
  .cab-personal-data__group {
    max-width: 100%;
    padding-left: 0;
  }
  .cab-personal-data__slide_wrapp {
    margin-top: 30px;
  }
  .cabinet-right__title {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .cab-personal-data__table {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .cab-personal-data__table table {
    width: 100%;
    float: left;
  }
  .cab-personal-data__table table tr {
    width: 100%;
    float: left;
    display: block;
    padding-top: 21px;
  }
  .cab-personal-data__table table tr:first-child {
    padding-top: 10px;
  }
  .cab-personal-data__table table tr td {
    width: 100%;
    float: left;
    display: block;
    padding-top: 0;
  }
}
@media (max-width: 460px) {
  .small-input {
    width: 100%;
  }
  .cab-home-input {
    clear: both;
  }
  .cab-home-input:last-child {
    clear: none;
  }
  .cab-buttons button:first-child,
  .cab-buttons span:first-child,
  .cab-buttons a:first-child {
    margin-left: 0 !important;
  }
  .cab-buttons button:last-child,
  .cab-buttons span:last-child,
  .cab-buttons a:last-child {
    margin-right: 0 !important;
  }
  .cab-street-inputs .small-input {
    margin-right: 0;
  }
}
.cabinet-right__comments {
  border-top: 1px solid #dadada;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 32px;
  padding: 0 15px;
}
.cabinet-right__comments .pagination-wr {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cabinet-comments {
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-bottom: 15px;
}
.cabinet-comments.show .cabinet-comments__comment {
  max-height: 2000px;
}
.cabinet-comments.show .cabinet-comments__comment:before {
  display: none;
}
.cabinet-comments.show .cabinet-comments__hide {
  margin-top: 17px;
}
.cabinet-comments.show .cabinet-comments__hide span:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.cabinet-comments__left {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  position: relative;
}
.cabinet-comments__right {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.cabinet-comments__img {
  width: 104px;
  text-align: center;
  padding-top: 5px;
}
.cabinet-comments__img a {
  display: inline-block;
  width: 80px;
  text-align: center;
  vertical-align: top;
}
.cabinet-comments__title a {
  line-height: 21px;
  color: #262626;
  font-size: 16px;
}
.cabinet-comments__add_comments {
  margin-top: 10px;
}
.cabinet-comments__add_comments a {
  text-decoration: underline;
  color: #818a84;
  line-height: 17px;
  display: block;
}
.cabinet-comments__add_comments a:hover {
  text-decoration: none;
}
.cabinet-comments__stars_day {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 13px;
}
.cabinet-comments__stars {
  float: left;
}
.cabinet-comments__stars .rateit {
  width: auto;
}
.cabinet-comments__day {
  float: right;
  color: #818a84;
  font-size: 14px;
  line-height: 14px;
}
.cabinet-comments__comment {
  margin-top: 6px;
  overflow: hidden;
  max-height: 42px;
  position: relative;
}
.cabinet-comments__comment:before {
  position: absolute;
  width: 100%;
  height: 23px;
  content: "";
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    white 90%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.cabinet-comments__answer {
  border-top: 1px solid #dadada;
  margin-top: 5px;
  padding-top: 14px;
}
.cabinet-comments__answer_title_date {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cabinet-comments__answer_title {
  float: left;
  font-size: 17px;
  font-weight: 700;
}
.cabinet-comments__answer_date {
  float: right;
}
.cabinet-comments__answer_text {
  padding-right: 120px;
}
.cabinet-comments__hide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}
.cabinet-comments__hide span {
  color: #9e1f4c;
  float: left;
  line-height: 17px;
  position: relative;
  cursor: pointer;
  padding-right: 26px;
}
.cabinet-comments__hide span b {
  font-weight: normal;
  float: left;
  border-bottom: 1px dotted #9e1f4c;
}
.cabinet-comments__hide span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  font-size: 8px;
  color: #818a84;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 1200px) {
  .cabinet-comments__answer_text {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .cabinet-right__comments {
    margin-top: 22px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cabinet-comments__answer_text {
    padding-right: 0;
  }
  .cabinet-comments__img {
    width: 82px;
    text-align: left;
  }
  .cabinet-comments__img a {
    width: 66px;
  }
  .cabinet-comments__answer_date {
    display: none;
  }
}
.cabinet-right__mailing {
  padding-left: 26px;
}
.cabinet-mailing {
  margin-top: 2px;
}
.cabinet-mailing__group_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1px;
  margin-top: 28px;
}
.cabinet-mailing__group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cabinet-mailing__group .sidebar_checks {
  padding-left: 0;
  margin-top: 24px;
}
.cabinet-mailing__group .sidebar_checks input + label,
.cabinet-mailing__group .sidebar_checks .section-cabinet select + label,
.section-cabinet .cabinet-mailing__group .sidebar_checks select + label,
.cabinet-mailing__group .sidebar_checks .section-cabinet textarea + label,
.section-cabinet .cabinet-mailing__group .sidebar_checks textarea + label {
  font-size: 18px;
  padding-left: 36px;
}
.cabinet-mailing__group .sidebar_checks.with-help-text {
  margin-top: 21px;
}
.cabinet-mailing__group .sidebar_checks.with-help-text input + label:before,
.cabinet-mailing__group
  .sidebar_checks.with-help-text
  .section-cabinet
  select
  + label:before,
.section-cabinet
  .cabinet-mailing__group
  .sidebar_checks.with-help-text
  select
  + label:before,
.cabinet-mailing__group
  .sidebar_checks.with-help-text
  .section-cabinet
  textarea
  + label:before,
.section-cabinet
  .cabinet-mailing__group
  .sidebar_checks.with-help-text
  textarea
  + label:before {
  top: 2px;
}
.cabinet-mailing__group .sidebar_checks.with-help-text label span {
  font-size: 15px;
  color: #81888d;
  margin-top: 2px;
  line-height: 21px;
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  .cabinet-right__mailing {
    padding-left: 0;
  }
}
.cabinet-order {
  color: #1c1c1c;
  border-bottom: 1px solid #bbc3c0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 11px;
  position: relative;
  overflow: hidden;
}
.cabinet-order.active {
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(129, 129, 129, 0.35);
  border-bottom: 0;
}
.cabinet-order.active .cabinet-order__number span b:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.cabinet-order.active .cabinet-order__img {
  display: none;
}
.cabinet-order.active .cabinet-order__goods_price {
  display: none;
}
.cabinet-order.active .cabinet-order__status {
  display: none;
}
.cabinet-order.active .cabinet-order__all_info {
  display: block;
}
.cabinet-order.active .cabinet-order__hidden_wrapp {
  border-top: 1px solid #bbc3c0;
}
.cabinet-order.active .cabinet-order__hidden {
  display: block;
}
.cabinet-order.active .cabinet-order__info_wrapp {
  padding-right: 190px;
}
.cabinet-order.active .cabinet-order__hidden_wrapp_help {
  margin-top: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cabinet-order.active .cabinet-order-hidden-history {
  z-index: 3;
}
.cabinet-order.show-all-info .cabinet-order__all_info span b:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.cabinet-order.show-all-info .cabinet-order-hidden__table {
  margin-top: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.cabinet-order__number {
  line-height: 75px;
  padding-left: 52px;
  float: left;
  min-width: 145px;
}
.cabinet-order__number span {
  float: left;
}
.cabinet-order__number span b {
  position: relative;
  border-bottom: 1px dotted #1c1c1c;
  display: inline-block;
  line-height: 14px;
  font-weight: normal;
}
.cabinet-order__number span b:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  left: -27px;
  top: 2px;
  font-size: 8px;
  color: #9c9c9c;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.cabinet-order__date {
  line-height: 75px;
  float: left;
  margin-left: 8px;
  min-width: 166px;
}
.cabinet-order__img {
  float: left;
  width: 148px;
  max-width: 148px;
  margin-top: -8px;
}
.cabinet-order__img div {
  margin-top: 8px;
  margin-left: 8px;
  float: left;
}
.cabinet-order__img div span {
  display: table-cell;
  width: 66px;
  height: 66px;
  vertical-align: middle;
  text-align: center;
}
.cabinet-order__goods_price {
  float: left;
  line-height: 75px;
  margin-left: 79px;
}
.cabinet-order__all_info {
  display: none;
  float: right;
  margin-right: 30px;
  line-height: 75px;
  cursor: pointer;
}
.cabinet-order__all_info span {
  float: left;
}
.cabinet-order__all_info span b {
  color: #a8a8a8;
  position: relative;
  border-bottom: 1px dotted #a8a8a8;
  display: inline-block;
  line-height: 14px;
  font-weight: normal;
}
.cabinet-order__all_info span b:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 8px;
  display: block;
  content: "\e900";
  position: absolute;
  left: -27px;
  top: 2px;
  font-size: 8px;
  color: #9c9c9c;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.cabinet-order__status {
  line-height: 75px;
  float: right;
  margin-right: 33px;
}
.cabinet-order__hidden_wrapp {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cabinet-order__hidden_wrapp_help {
  margin-top: -100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  padding-right: 190px;
}
.cabinet-order__info_wrapp {
  background: #fff;
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  cursor: pointer;
}
.cabinet-order__info_wrapp:before {
  width: 190px;
  height: 11px;
  bottom: -11px;
  right: 0;
  content: "";
  background: #fff;
  position: absolute;
}
.cabinet-order__info_wrapp:after {
  width: 100%;
  height: 11px;
  bottom: -11px;
  left: 0;
  content: "";
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.cabinet-order-hidden {
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.cabinet-order-hidden__table {
  padding-left: 51px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #bbc3c0;
  margin-top: -100%;
  min-height: 94px;
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
}
.cabinet-order-hidden__table table tr td {
  line-height: 17px;
  vertical-align: top;
  padding-top: 6px;
}
.cabinet-order-hidden__table table tr td:first-child {
  padding-right: 39px;
}
.cabinet-order-hidden-goods {
  border-bottom: 1px solid #bbc3c0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 18px;
}
.cabinet-order-hidden-goods__img {
  float: left;
  padding-top: 16px;
}
.cabinet-order-hidden-goods__img a {
  width: 66px;
  text-align: center;
  display: block;
}
.cabinet-order-hidden-goods__link {
  margin-left: 19px;
  float: left;
  width: 225px;
  padding-top: 13px;
}
.cabinet-order-hidden-goods__link a {
  color: #262626;
  line-height: 17px;
  display: block;
}
.cabinet-order-hidden-goods__num {
  float: left;
  line-height: 98px;
  margin-left: 103px;
}
.cabinet-order-hidden-goods__price {
  float: right;
  margin-right: 29px;
  font-size: 18px;
  line-height: 98px;
}
.cabinet-order-hidden-total {
  padding-right: 29px;
  padding-top: 15px;
  padding-bottom: 22px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cabinet-order-hidden-total table {
  float: right;
}
.cabinet-order-hidden-total table tr td {
  text-align: right;
  line-height: 21px;
  padding-top: 5px;
}
.cabinet-order-hidden-total table tr td:first-child {
  text-align: left;
  padding-right: 136px;
}
.cabinet-order-hidden-total table tr td b {
  font-size: 18px;
}
.cabinet-order-hidden-history__status span.new,
.cabinet-order__status span.new {
  color: #82a44b;
}
.cabinet-order-hidden-history__status span.canceled,
.cabinet-order__status span.canceled {
  color: #ef9825;
}
.cabinet-order-hidden-history__status span.done,
.cabinet-order__status span.done {
  color: #5f519c;
}
.cabinet-order-hidden-history__status span.making,
.cabinet-order__status span.making {
  color: #426eb8;
}
.cabinet-order-hidden-history {
  border-left: 1px solid #bbc3c0;
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}
.cabinet-order-hidden-history__add_comment {
  margin-top: 25px;
}
.cabinet-order-hidden-history__add_comment a {
  display: inline-block;
  vertical-align: top;
  width: 142px;
  height: 29px;
  line-height: 28px;
  font-weight: 700;
  color: #717171;
  text-decoration: none !important;
  border: 1px solid #717171;
  border-radius: 29px;
}
.cabinet-order-hidden-history__add_comment a:hover {
  color: #fff;
  background: #717171;
}
.cabinet-order-hidden-history__add_comment a:active {
  background: #5d5d5d;
  border-color: #5d5d5d;
}
.cabinet-order-hidden-history__repeat_order {
  margin-top: 17px;
  margin-bottom: 20px;
}
.cabinet-order-hidden-history__repeat_order a,
.cabinet-order-hidden-history__repeat_order span {
  text-decoration: none !important;
  color: #9e1f4c;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  line-height: 13px;
  cursor: pointer;
  border-bottom: 1px solid #9e1f4c;
}
.cabinet-order-hidden-history__repeat_order a:hover,
.cabinet-order-hidden-history__repeat_order span:hover {
  border-bottom: 1px solid transparent;
}
.cabinet-order-hidden-history__row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.cabinet-order-hidden-history__col {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-bottom: 34px;
}
.cabinet-order-hidden-history__title {
  margin-bottom: -1px;
}
.cabinet-order-hidden-history__status {
  line-height: 18px;
  margin-top: 18px;
}
.cabinet-order-hidden-history__wrapp {
  flex: 0 0 100%;
  max-width: 100%;
}
.cabinet-order-hidden-history .align-self-start {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1430px) {
  .cabinet-order-hidden-goods {
    padding-left: 10px;
  }
  .cabinet-order__number {
    padding-left: 44px;
  }
  .cabinet-order__goods_price {
    margin-left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1330px) {
  .cabinet-order__number {
    font-size: 14px;
  }
  .cabinet-order__date {
    font-size: 14px;
  }
  .cabinet-order__goods_price {
    font-size: 14px;
  }
  .cabinet-order__status {
    font-size: 14px;
  }
}
@media (max-width: 1330px) {
  .cabinet-order__img {
    width: 140px;
    max-width: 140px;
  }
  .cabinet-order__img div {
    margin-left: 4px;
  }
  .cabinet-order__number {
    padding-left: 34px;
    min-width: 116px;
  }
  .cabinet-order__date {
    min-width: 150px;
  }
  .cabinet-order-hidden-goods {
    padding-left: 5px;
  }
  .cabinet-order__goods_price {
    margin-left: 10px;
  }
  .cabinet-order__status {
    margin-right: 0;
  }
  .cabinet-order__img {
    width: 120px;
    max-width: 120px;
  }
  .cabinet-order__img div span {
    width: 46px;
    height: 46px;
  }
  .cabinet-order-hidden-goods__num {
    margin-left: 32px;
  }
  .cabinet-order-hidden-goods__price {
    margin-right: 15px;
  }
  .cabinet-order-hidden-total {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .cabinet-order-hidden-history {
    width: 160px;
  }
  .cabinet-order.active .cabinet-order__info_wrapp {
    padding-right: 160px;
  }
  .cabinet-order__hidden_wrapp_help {
    padding-right: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cabinet-right__form-inner {
    flex-direction: column;
  }
  .user-deliveries {
    margin-top: 21px;
    padding-top: 0;
    border-top: 1px solid #bbc3c0;
  }
  .cabinet-order__all_info {
    margin-top: -11px;
    margin-right: 0;
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .cabinet-order__all_info span {
    float: none;
    display: inline-block;
  }
  .cabinet-order__info_wrapp:before {
    width: 160px;
  }
  .cabinet-order-hidden-goods__img a {
    width: 56px;
  }
  .cabinet-order-hidden-goods__link {
    margin-left: 10px;
  }
  .cabinet-order-hidden-goods__num {
    margin-left: 67px;
    clear: both;
    line-height: 18px;
    margin-top: 1px;
    margin-bottom: 23px;
  }
  .cabinet-order-hidden-goods__price {
    line-height: 18px;
    margin-top: 1px;
    margin-bottom: 23px;
  }
  .cabinet-order-hidden__table table tr td {
    padding-top: 10px;
  }
  .cabinet-order__goods_price {
    line-height: 37px;
  }
  .cabinet-order__status {
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .cabinet-order__info_wrapp:before {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .cabinet-right__form-inner {
    flex-direction: column;
  }
  .user-deliveries {
    margin-top: 21px;
    padding-top: 0;
    border-top: 1px solid #bbc3c0;
  }
  .cabinet-order__number {
    padding-left: 37px;
    min-width: 150px;
    line-height: 18px;
    margin-top: 9px;
  }
  .cabinet-order__date {
    float: right;
    line-height: 18px;
    margin-top: 9px;
  }
  .cabinet-order__img {
    clear: both;
  }
  .cabinet-order__goods_price {
    clear: both;
    margin-left: 35px;
    line-height: 18px;
    margin-top: 21px;
  }
  .cabinet-order__status {
    clear: both;
    float: left;
    margin-left: 35px;
    line-height: 18px;
    margin-top: 11px;
  }
  .cabinet-order__img {
    width: 100%;
    max-width: 100%;
    margin-top: 7px;
  }
  .cabinet-order__img div {
    margin-left: 8px;
  }
  .cabinet-order__img div span {
    width: 66px;
    height: 66px;
  }
  .cabinet-order {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
    display: block;
  }
  .cabinet-order__all_info {
    display: none !important;
  }
  .cabinet-order-hidden__table {
    margin-top: 0 !important;
    padding-left: 10px;
  }
  .cabinet-order-hidden__table table {
    width: 100%;
  }
  .cabinet-order-hidden__table table tr {
    width: 100%;
    float: left;
    display: block;
    margin-top: 21px;
  }
  .cabinet-order-hidden__table table tr:first-child {
    margin-top: 2px;
  }
  .cabinet-order-hidden__table table tr td {
    width: 100%;
    float: left;
    display: block;
    padding-top: 0;
    margin-top: 4px;
  }
  .cabinet-order-hidden__table table tr td:first-child {
    color: #717171;
  }
  .cabinet-order-hidden-history {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cabinet-order__info_wrapp {
    padding-right: 0 !important;
  }
  .cabinet-order__info_wrapp:before {
    display: none;
  }
  .cabinet-order__hidden_wrapp_help {
    padding-right: 0;
  }
  .cabinet-order.active .cabinet-order__hidden_wrapp {
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
  }
  .cabinet-order-hidden-goods__num {
    font-weight: 700;
    clear: both;
    line-height: 18px;
    margin-left: 83px;
    margin-top: 1px;
  }
  .cabinet-order-hidden-goods__price {
    margin-right: 10px;
    line-height: 18px;
    margin-top: 1px;
  }
  .cabinet-order-hidden-goods {
    padding-left: 10px;
    padding-bottom: 23px;
  }
  .cabinet-order-hidden-goods__link {
    margin-left: 16px;
  }
  .cabinet-order-hidden-total {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0 !important;
  }
  .cabinet-order-hidden-total table {
    width: 100%;
  }
  .cabinet-order-hidden-total table tr td {
    padding-right: 0;
  }
  .cabinet-order-hidden-total table tr td:first-child {
    padding-right: 0;
  }
  .cabinet-order-hidden-history {
    border-left: 0;
    border-top: 1px solid #bbc3c0;
    border-radius: 0;
    margin-top: 3px;
  }
  .cabinet-order.active {
    border-radius: 0;
  }
  .cabinet-order-hidden-history__add_comment {
    margin-top: 24px;
  }
  .cabinet-order-hidden-history__status {
    text-align: center;
  }
  .cabinet-order-hidden-history__title {
    text-align: center;
  }
  .cabinet-order__hidden_wrapp_help {
    margin-top: 0 !important;
  }
  .cabinet-order__hidden_wrapp,
  .cabinet-order-hidden-history {
    display: none;
  }
  .cabinet-order.active .cabinet-order__hidden_wrapp {
    display: inline-block;
  }
  .cabinet-order.active .cabinet-order-hidden-history {
    display: block;
  }
  .cabinet-order-hidden-history__col {
    margin-bottom: 0;
  }
}
.clear-views,
.remove-list,
.cabinet-remove-list__remove_link {
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
  height: 32px;
  border: 1px solid #9e1f4c;
  color: #81888d;
  line-height: 34px;
  text-decoration: none !important;
  text-align: center;
  border-radius: 32px;
  font-size: 15px;
  font-weight: normal;
  margin-left: 10px;
  cursor: pointer;
  margin-top: -4px;
}
.cabinet-right__view_cat {
  border-bottom: 1px solid #bbc3c0;
  padding-bottom: 24px;
  margin: 5px -15px 0 -15px;
  padding-left: 27px;
}
.cabinet-right__view_cat ul {
  display: inline-block;
  vertical-align: top;
}
.cabinet-right__view_cat ul li {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}
.cabinet-right__view_cat ul li a {
  display: block;
  line-height: 32px;
  padding: 0 15px;
  text-decoration: none !important;
  border: 1px solid #bbc3c0;
  border-radius: 32px;
  text-align: center;
  color: #262626;
  height: 32px;
}
.cabinet-right__view_cat ul li a:hover {
  border: 1px solid #eaeaea;
}
.cabinet-right__view_cat ul li.active a {
  border: 1px solid #e4e4e4 !important;
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .clear-views,
  .remove-list,
  .cabinet-remove-list__remove_link {
    padding: 0 10px !important;
  }
  .clear-views-mob {
    display: block;
    width: 115px;
    margin: 14px auto 0 auto;
  }
  .cabinet-right__view_cat {
    margin: 4px 0 0 0;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 18px;
  }
  .cabinet-right__view_cat ul {
    margin-left: -8px;
  }
  .cabinet-right__view_cat ul li {
    margin-left: 8px;
  }
  .cabinet-right__view_cat ul li a {
    font-size: 13px;
  }
}
.remove-list,
.cabinet-remove-list__remove_link {
  padding: 0 14px;
}
.cabinet-right__removes_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 24px;
}
.cabinet-remove-list {
  display: flex;
  flex-wrap: wrap;
}
.cabinet-remove-list__remove_link {
  margin-left: 24px;
  margin-top: 0;
}
.cabinet-remove-list__sort {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.cabinet-remove-list__goods {
  background: #ffe2a9;
  border-radius: 6px;
  padding: 8px 8px 6px 17px;
}
.cabinet-remove-list__goods span {
  padding-left: 8px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
}
.cabinet-remove-list__goods span b {
  font-size: 20px;
}
.cabinet-remove-list__goods a {
  margin-left: 27px;
}
.section-cabinet .sort-catalog {
  border-color: #bbc3c0;
}
.section-cabinet .sort-catalog ul li a {
  padding-left: 16px;
}
.section-cabinet .category-sort {
  padding-left: 16px;
  width: 190px;
}
.section-cabinet .category-sort:after {
  display: none;
}
@media (max-width: 1430px) {
  .cabinet-remove-list__goods span {
    padding-left: 0;
  }
  .cabinet-remove-list__goods a {
    margin-left: 10px;
    width: 174px;
  }
}
@media (max-width: 1330px) {
  .cabinet-remove-list__goods_wrapp {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .cabinet-remove-list__goods a {
    margin-left: 20px;
    width: 214px;
  }
  .cabinet-remove-list__remove_link {
    margin-left: 0;
  }
  .cabinet-remove-list__sort .sort-div {
    float: right;
  }
}
@media (max-width: 767px) {
  .cabinet-remove-list {
    margin-bottom: 15px;
  }
  .cabinet-remove-list__goods_wrapp {
    margin-bottom: 16px;
  }
  .cabinet-remove-list__goods {
    padding-top: 19px;
    padding-bottom: 16px;
  }
  .cabinet-remove-list__goods span {
    padding-left: 0;
    padding-right: 0;
    line-height: 21px;
    width: 100%;
    display: block;
  }
  .cabinet-remove-list__goods a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 14px;
  }
  .cabinet-remove-list__remove {
    width: 100%;
    text-align: center;
  }
  .cabinet-remove-list__sort {
    width: 100%;
    border-top: 1px solid #dadada;
    margin-top: 16px;
    padding-top: 16px;
    flex: 0 0 100%;
    text-align: center;
  }
  .cabinet-remove-list__sort .sort-div {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .remove-list,
  .cabinet-remove-list__remove_link {
    margin-left: 7px;
  }
  .cabinet-remove-list__remove_link {
    margin-left: 0;
  }
}
@media (max-width: 340px) {
  .cabinet-remove-list__goods span {
    padding-left: 0;
    padding-right: 0;
  }
  .cabinet-remove-list__goods a {
    margin-left: 0;
    margin-right: 0;
  }
}
.cabinet-right__list_price {
  border-top: 1px solid #dadada;
  margin: 32px -15px 2px -15px;
}
.cabinet-right__track_price {
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 45px;
  margin-top: 39px;
  margin-bottom: 3px;
  position: relative;
  margin-left: 25px;
}
.cabinet-right__track_price:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  content: "\e917";
  color: #9e1f4c;
  font-size: 32px;
  line-height: 32px;
}
.cabinet-has-bye {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  margin-left: -70px;
  bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.35);
  text-align: center;
  z-index: 2;
  cursor: default;
}
.cabinet-has-bye:before {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.cabinet-has-bye span {
  display: block;
  position: relative;
  color: #303030;
  font-size: 15px;
  line-height: 16px;
  z-index: 2;
  padding-top: 49px;
  margin-top: 40px;
}
.cabinet-has-bye span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 25px;
  text-align: center;
  color: #9e1f4c;
  content: "\e916";
}
@media (max-width: 767px) {
  .cabinet-right__track_price {
    font-size: 22px;
    line-height: 24px;
    padding-left: 36px;
    margin-left: 1px;
    margin-top: 30px;
    margin-bottom: 9px;
  }
  .cabinet-right__track_price:before {
    font-size: 24px;
    line-height: 24px;
  }
  .cabinet-right__list_price {
    border: 0;
    margin: 0 0 4px 0;
  }
  .cabinet-has-bye {
    width: 94px;
    height: 94px;
    margin-left: -47px;
    bottom: 10px;
  }
  .cabinet-has-bye span {
    padding-top: 34px;
    margin-top: 28px;
  }
}
.cabinet-discount {
  padding-left: 26px;
  padding-top: 10px;
}
.cabinet-discount__table_txt {
  margin-top: 19px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cabinet-discount__table {
  float: left;
  margin-right: 48px;
  position: relative;
}
.cabinet-discount__table:before,
.cabinet-discount__table:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.cabinet-discount__table:before {
  height: 4px;
  top: -3px;
}
.cabinet-discount__table:after {
  bottom: -2px;
  height: 10px;
}
.cabinet-discount__table table {
  width: 340px;
  text-align: left;
}
.cabinet-discount__table table tr th,
.cabinet-discount__table table tr td {
  padding-left: 27px;
  border-left: 1px solid #dadada;
  padding-right: 20px;
}
.cabinet-discount__table table tr th:first-child,
.cabinet-discount__table table tr td:first-child {
  padding-left: 0;
  border-left: 0;
  width: 178px;
}
.cabinet-discount__table table tr th {
  font-weight: normal;
  line-height: 17px;
  color: #717171;
  padding-left: 27px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 13px;
}
.cabinet-discount__table table tr td {
  font-weight: 700;
  line-height: 27px;
  color: #9e1f4c;
}
.cabinet-discount__table table tr td:first-child {
  color: #262626;
}
.cabinet-discount__table table tr:nth-child(2) td {
  padding-top: 8px;
}
.cabinet-discount__txt {
  float: left;
  margin-top: 95px;
}
.cabinet-discount__txt div {
  position: relative;
  padding: 18px 23px 21px 23px;
  text-align: center;
  border: 1px solid #fcf6ef;
  border-radius: 10px;
  overflow: hidden;
}
.cabinet-discount__txt div:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  content: "";
  background: #fcf6ef;
  background: -moz-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: -webkit-linear-gradient(top, #fcf6ef 0%, white 50%);
  background: linear-gradient(to bottom, #fcf6ef 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf6ef', endColorstr='#ffffff', GradientType=0);
  z-index: 1;
}
.cabinet-discount__txt div p {
  position: relative;
  z-index: 2;
  margin-top: 3px;
}
.cabinet-discount__txt div p:first-child {
  margin-top: 0;
}
.cabinet-discount__txt div p b i {
  font-style: normal;
  color: #9e1f4c;
}
.cabinet-discount__text_alert {
  margin-top: 35px;
}
.cabinet-discount__text {
  margin-top: 17px;
}
@media (max-width: 1330px) {
  .cabinet-discount__txt {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cabinet-discount {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cabinet-discount__txt div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .cabinet-discount__table {
    margin-right: 0;
  }
  .cabinet-discount__table table {
    width: 100%;
  }
  .cabinet-discount__table table tr td,
  .cabinet-discount__table table tr th {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cabinet-discount__table table tr td:first-child,
  .cabinet-discount__table table tr th:first-child {
    padding-left: 0;
  }
}
#tinymce {
  padding: 20px;
}
.block__description--style {
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}
.block__description ul li,
.block__description ol li {
  font-weight: 500;
  font-family: inherit;
  font-size: 15px;
}
.block__description ol li,
.block__description ul li {
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.header-buttons,
.items-buttons {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wishlist-mobile-menu .wishlist_link_1,
.header-buttons__wish .wishlist_link_2 {
  display: none;
}
@media (min-width: 768px) {
  .cmp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cmp__sticky {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .cmp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cmp__sticky {
    margin: 0 -24px;
    padding: 0 24px;
  }
  .cmp h1 {
    margin-top: 24px;
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .cmp {
    padding-left: 32px;
    padding-right: 32px;
  }
  .cmp__sticky {
    margin: 0 -32px;
    padding: 0 32px;
  }
}
.post__table_contents {
  padding: 25px 20px 10px;
  margin: 15px 0;
  background: #f6f6f6;
}
.post__table_contents_title {
  margin-bottom: 15px;
  padding-left: 5px;
  font-weight: 600;
  font-size: 18px;
}
.post__table_contents ol {
  list-style: decimal;
  padding-left: 5px;
}
.post__table_contents ol li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 5px;
  font-size: 16px;
}
.post__table_contents ol li a {
  font-weight: 400;
}
.blogpage_body {
}
.section-blogs.blogpage {
  margin-top: 15px;
}
.blogpage_body header.to-bottom {
  top: -155px;
}
.blogpage_header {
  margin-top: 15px;
  height: 50px;
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  z-index: 7;
}
.blogpage_header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 100%;
}
.blogpage_header_logo a {
  display: flex;
  align-items: center;
  width: 240px;
}
.blogpage_header_menu_switch {
  display: none;
}
.blogpage_header_menu ul {
  display: flex;
  align-items: center;
}
.blogpage_header_menu nav a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  text-transform: uppercase;
  color: #fff;
}
.blogpage_header_menu nav svg {
  margin-right: 10px;
  height: 36px;
}
.blogpage_header_menu nav .cls-1,
.blogpage_header_menu nav .cls-2,
.blogpage_header_menu nav .cls-3,
.blogpage_header_menu nav .cls-4,
.blogpage_header_menu nav .cls-5,
.blogpage_header_menu nav .cls-6,
.blogpage_header_menu nav .cls-7 {
  fill: #fff;
}
.blogpage_header_menu nav li:last-child a {
  margin-right: 0;
}
.blogpage_header_menu nav a picture,
.blogpage_header_menu nav a span:first-child {
  margin-right: 10px;
}
.blogpage .section-box-header {
  padding-bottom: 0;
}
.blogpage .section-breadcrumb {
  height: 40px;
  background: #fff;
  box-shadow: 0 2px 15px #f6f6f6;
  z-index: 6;
}
.blogpage .section-breadcrumb:before,
.breadcrumb-wrapp:before {
  display: none;
}
.blogpage .breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}
.blogpage .breadcrumb li {
  position: relative;
  margin-right: 15px;
  margin-left: 0;
  padding-right: 15px;
}
.blogpage .breadcrumb li:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
}
.blogpage .breadcrumb li a:before {
  display: none;
}
.blogpage .breadcrumb li:last-child:after {
  display: none;
}
.blogpage .breadcrumb li:first-child a:before,
.blogpage .breadcrumb li:first-child a:after {
  display: none;
}
.blogpage .breadcrumb li:first-child a {
  width: auto !important;
  height: auto !important;
  font-size: 14px;
}
.blogpage .breadcrumb li:first-child span {
  font-size: 14px !important;
}
.blogpage .blog-item-main__col {
  padding: 36px 0;
}
.blogpage .blog-item-main__col:before {
  display: none;
}
.blogpage .blog-item-main__col > .row {
  margin-top: -20px;
}
.blogpage .blog-item-main__img {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}
.blogpage .blog-item-main__meta {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 7px 25px;
  transform: translateY(-100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
}
.blogpage .blog-item-main__meta:before {
  content: "";
  display: block;
  margin: 0 15px;
  width: 1px;
  height: 32px;
  background: #ccc;
}
.blogpage .blog-item-main__category a:before {
  display: none;
}
.blogpage .blog-item-main__category {
  order: -1;
  height: 34px;
}
.blogpage .blog-item-main__category a {
  margin: 0;
  padding: 0;
  height: initial;
}
.blogpage .blog-item-main__category a:not(:last-child) {
  display: none;
}
.blogpage .blog-item-main__category svg {
  height: 30px;
}
.blogpage .blog-item-main__category .cls-1,
.blogpage .blog-item-main__category .cls-2,
.blogpage .blog-item-main__category .cls-3,
.blogpage .blog-item-main__category .cls-4,
.blogpage .blog-item-main__category .cls-5,
.blogpage .blog-item-main__category .cls-6,
.blogpage .blog-item-main__category .cls-7 {
  fill: #fff;
}
.blogpage .blog-item-main__date {
  color: #fff;
}
.blogpage .blog-item-main-wrapp {
  margin-top: 100px;
}
.blogpage .blog-item-main-wrapp-h {
  position: relative;
  top: 30px;
  width: max-content;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #9e1f4c;
}
.blogpage .blog-item-main-wrapp-h:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  transform: translateY(200%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
}
.blogpage_h1,
.blogpage_h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 0;
  width: 100%;
}
.blogpage_h1 *,
.blogpage_h2 * {
  padding: 10px 50px;
  width: max-content;
  text-transform: uppercase;
  font-weight: 300;
  color: #9e1f4c;
  background: #fff;
  z-index: 1;
  font-size: 24px;
}
.blogpage_h1 {
  margin-top: 15px;
}
.blogpage_h1:before,
.blogpage_h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
  background: #d2d7d5;
}
.blogpage_slider {
  width: 100%;
  text-align: center;
}
.blogpage_slider .swiper-container {
  margin-bottom: 25px;
}
.blogpage_slider .swiper-container:before,
.blogpage_slider .swiper-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 11;
}
.blogpage_slider .swiper-container:before {
  left: 0;
  box-shadow: 0 20px 150px 150px #fff;
}
.blogpage_slider .swiper-container:after {
  right: 0;
  box-shadow: 0 20px 150px 150px #fff;
}
.blogpage_slider .swiper-wrapper {
  padding: 15px 0;
}
.blogpage_slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.blogpage_slider .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 230px;
  height: 140px;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 10px;
  transition: 0.5s;
}
.blogpage_slider .swiper-slide a:hover {
  text-decoration: none;
  box-shadow: 0 2px 20px #ccc;
  transition: 0.3s;
}
.blogpage_slider .swiper-slide a > *:first-child {
  margin-bottom: 15px;
}
.blogpage_slider .swiper-slide svg {
  height: 60px;
}
.blogpage_slider .swiper-slide span {
  font-size: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 1px 5px #aaa;
  border-radius: 50%;
  z-index: 12;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
  color: #aaa;
}
.article_item {
  margin-bottom: 30px;
  padding: 15px;
}
.article_item .blog__item {
  position: relative;
  padding-bottom: 0;
  height: 540px;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
}
.article_item .blog-item__img,
.article_item .blog-item__img picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article_item .blog-item__img picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_item .blog-item__img img {
  max-width: initial;
  min-height: 100%;
}
.popular_articles_item_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.popular_articles .blog-item-main__meta {
  position: relative;
  margin-bottom: 25px;
  width: 40%;
  transform: translateY(0);
  z-index: 1;
}
.blog-item__title,
.blog-item__text {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
  color: #fff;
  z-index: 1;
}
.blog-item__title a {
  line-height: 1;
  font-size: 28px;
  color: #fff;
}
.blog-item__text a {
  font-size: 18px;
}
.blog-item-main__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.blog-item-main__more a {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 5px 25px 0;
  height: 48px;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  border-radius: 25px 0 0 25px;
  transition: 0.5s;
}
.arrow_more {
  display: block;
  margin-left: 12px;
  width: 10px;
  height: 20px;
  transform: rotate(180deg);
}
.arrow_more:after {
  content: "\00AB";
  font-size: 24px;
}
.blog-item-main__more a:hover {
  text-decoration: none;
  padding-right: 50px;
  transition: 0.5s;
}
.article_item .blog__item {
  transform: inherit;
  transition: 1s;
}
.article_item {
  perspective: 500px;
}
.article_item > div {
  position: absolute;
  width: inherit;
  height: inherit;
}
.article_item .blog__item {
  transform: rotateY(180deg);
}
.popular_posts {
  margin-bottom: 30px;
}
.popular_post {
  margin-bottom: 30px;
  padding: 15px;
  transform-style: preserve-3d;
}
.popular_post_inner {
  position: relative;
  height: 540px;
  transform-style: preserve-3d;
  transition: 0.7s linear;
}
.popular_post_inner_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.popular_post_front,
.popular_post_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px #ccc;
  backface-visibility: hidden;
  overflow: hidden;
}
.popular_post_front {
  transform: rotateY(0deg);
  z-index: 2;
}
.popular_post_back {
  transform: rotateY(-180deg);
}
@media (max-width: 767px) {
  .popular_post:hover .popular_post_inner {
    transform: rotateY(0) !important;
  }
}
.popular_post:hover .popular_post_inner {
  transform: rotateY(180deg);
}
.popular_post_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
}
.popular_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular_post_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.popular_post_info:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  box-shadow: 0 20px 150px 100px #666;
}
.popular_post_info_meta {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 25px;
  padding-left: 50px;
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
  z-index: 1;
}
.popular_post_info_meta:before {
  content: "";
  display: block;
  margin: 0 15px;
  width: 1px;
  height: 32px;
  background: #ccc;
}
.popular_post_info_title,
.popular_post_info_text {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 40px;
  text-align: left;
  color: #fff;
  z-index: 1;
}
.popular_post_info_title a {
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
.popular_post_info_text {
  margin-bottom: 0;
  padding: 40px;
  line-height: 1.4;
  font-size: 18px;
  color: #333;
}
.pagination-wr {
  text-align: center;
}
.ajax-load {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  background: url("../images/ajax-load.png") no-repeat
    center;
  cursor: pointer;
  transition: 0.5s;
}
.pagination-wr button {
  padding: 2px;
  text-transform: uppercase;
  font-size: 18px;
  color: #9e1f4c;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.5s;
}
.pagination-wr button:hover {
  border-bottom: 1px solid #9e1f4c;
  transition: 0.5s;
}
.pagination-wr button:hover .ajax-load {
  transform: rotate(360deg);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .blogpage_body header.to-bottom {
    top: -133px;
  }
  .blogpage_header_logo a {
    margin-top: 1px;
    width: 220px;
  }
  .blogpage_header_menu {
    flex-basis: 50%;
  }
  .blogpage_header_menu nav svg {
    margin-right: 15px;
    margin-bottom: 5px;
    width: 34px;
    height: 34px;
  }
  .blogpage_header_menu_switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    text-transform: uppercase;
    color: #fff;
  }
  .blogpage_header_menu_switch > span:first-child {
    margin-right: 20px;
    padding-top: 2px;
    font-size: 16px;
  }
  .blogpage_header_menu_switch > span:last-child {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .active.blogpage_header_menu_switch > span:last-child {
    top: calc(50% - 3px);
    transform: rotate(225deg);
    transition: 0.3s;
  }
  .blog_catalog {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 15px;
    width: 100%;
    background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: linear-gradient(to right, #9e1f4c 0%, 6 a323f 100%);
    z-index: 1;
  }
  .blogpage_header_menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .blogpage_header_menu li a {
    margin: 0 0 15px 0;
  }
  .blogpage_header_menu nav picture {
    margin: 0 15px 0 0;
    width: 40px;
    text-align: center;
  }
  .blogpage_header_menu li:last-child a {
    margin: 0;
  }
  .blogpage .section-breadcrumb .breadcrumb {
    padding-bottom: 0 !important;
    z-index: 1;
  }
  .blogpage .section-blog-list {
    margin-top: 0;
  }
  .blogpage .blog-item-main__meta {
    padding: 6px 20px;
    transform: translateY(-75%);
  }
  .blogpage .blog-item-main__meta:before {
    margin: 0 10px;
  }
  .blogpage .blog-item-main__category {
    margin: 0;
  }
  .blogpage .blog-item-main__category a > img {
    width: auto;
  }
  .blogpage .blog-item-main__col > .row {
    margin-top: 120px;
  }
  .blogpage .blog-item-main-wrapp {
    margin-top: 30px;
  }
  .blogpage .blog-item-main-wrapp-h {
    top: 90px;
    margin-bottom: 30px;
  }
  .blogpage .blog-item-main__title a {
    font-size: 32px;
    line-height: 100%;
  }
  .blogpage_h1 *,
  .blogpage_h2 * {
    padding: 10px 15px;
    text-align: center;
  }
  .blogpage_h1 {
    margin-top: 100px;
  }
  .blogpage_h2 * {
    font-size: 20px;
  }
  .blogpage_h1:before,
  .blogpage_h2:before {
    width: 80%;
  }
  .sliders.slider-home {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .blogpage_slider .swiper-container:before {
    box-shadow: 0 20px 50px 50px #fff;
  }
  .blogpage_slider .swiper-container:after {
    box-shadow: 0 20px 50px 50px #fff;
  }
  .blogpage_slider .swiper-slide .cls-1,
  .blogpage_slider .swiper-slide .cls-2,
  .blogpage_slider .swiper-slide .cls-3,
  .blogpage_slider .swiper-slide .cls-4,
  .blogpage_slider .swiper-slide .cls-5,
  .blogpage_slider .swiper-slide .cls-6,
  .blogpage_slider .swiper-slide .cls-7 {
    fill: #9e1f4c;
  }
  .popular_post_inner {
    height: 440px;
  }
  .arrow_more:after {
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blogpage .blog-item-main__img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogpage .blog-item-main-wrapp-h {
    top: 110px;
  }
  .blogpage .blog-item-main__col > .row {
    margin-top: 70px;
  }
  .blogpage .blog-item-main-wrapp {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .blogpage_h1:before,
  .blogpage_h2:before {
    width: 100%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .blog-item-main__img img {
    width: 100%;
  }
  .blog-item-main__img a {
    display: block;
    width: 100%;
  }
  .blog-item-main-wrapp {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .blogpage_header_logo a {
    width: 170px;
  }
  .popular_post_inner {
    height: 340px;
  }
}
.postslider .swiper-container {
  padding: 15px;
  overflow: initial;
  overflow-x: clip;
}
.postslider_product {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgb(175 182 187 / 35%);
  border-radius: 10px;
}
.postslider .items-col {
  margin-top: 0;
  height: auto;
}
.postslider .owl-stage {
  padding-top: 15px;
}
.autosearch {
  width: 100% !important;
  flex-basis: 100%;
  gap: 10px;
}
.coupon__group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form__group--coupon .form__placeholder {
  margin-bottom: 5px;
}
.form__group--coupon {
  display: flex;
  flex-direction: column;
  max-width: 242px;
  width: 100%;
  margin-top: 20px;
}
.coupon__group input {
  max-width: 242px;
  margin: 0 auto 20px auto;
}
.coupon__group input.form__button--coupon {
  max-width: 242px;
  margin: 0 auto 20px auto;
  width: 100%;
  display: inline-block;
  height: 44px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background: #cccccc;
  background: -moz-linear-gradient(top, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  background: -webkit-linear-gradient(
    top,
    #cccccc 1%,
    #d7d7d7 50%,
    #cccccc 100%
  );
  background: linear-gradient(to bottom, #cccccc 1%, #d7d7d7 50%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color', GradientType=0);
  border-radius: 22px;
  cursor: pointer;
  font-family: "Myriad Pro";
  display: block;
  outline: none !important;
  margin: 0 auto;
  float: none !important;
  border: 0 !important;
  font-size: 15px;
  color: #fff !important;
}
.coupon__group input.form__button--coupon:hover {
  background: #6a323f;
  background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
  background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
}
.form__input--coupon {
  padding-right: 16px;
}
.total_purchases_discount__item {
  text-align: center;
  margin-top: 20px;
}
.basket__coupot_info {
  width: 100%;
  text-align: left;
}
.slider-tag-cloud .owl-stage-outer {
  overflow: hidden;
}
.slider-tag-cloud .owl-stage {
  display: flex;
  align-items: center;
}
.slider-tag-cloud .owl-item {
  overflow: hidden;
}
.slider-tag-cloud .owl-item.active {
  width: fit-content !important;
  margin-left: 3px;
  margin-right: 3px;
}
.slider-tag-cloud .slider-tag-cloud__block {
  border: 1px solid #a8abaa;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
}
.slider-tag-cloud .slider-tag-cloud__block a {
  white-space: nowrap;
}
.faq__list {
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
}
.faq__item {
  margin-bottom: 15px;
  position: relative;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item--boxed {
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 6px #0000004d;
}
.faq__question {
  position: relative;
  padding: 15px 15px 15px 50px;
  transition: all 500ms ease;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq__arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 15px;
  transition: all 0.3s ease;
}
.faq__question.active {
  background: #fff;
  color: #00afee;
}
.faq__question.active .faq__arrow {
  transform: rotate(-90deg);
}
.faq__content {
  position: relative;
  display: none;
  padding: 0 0 0 50px;
  border-bottom: 1px solid #f2f2f2;
}
.faq__answer {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-family: inherit;
}
@media only screen and (max-width: 767px) {
  .faq__question {
    font-weight: 500;
    font-size: 14px;
  }
}
.brands_alphabet__ancors {
  position: relative;
  margin-bottom: 10px;
}
.brands_alphabet__ancors_list {
  z-index: 1;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  background: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 44px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .brands_alphabet__ancors_list {
    padding-left: 0;
    padding-right: 0;
    overflow-x: unset;
    white-space: normal;
  }
}
.brands_alphabet__ancors_link {
  display: inline-block;
  width: 44px;
  margin-bottom: 3px;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #333;
  text-align: center;
  border: 1px solid #c4c4c4;
  background: 0 0;
  transition: background-color 0.2s;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.brands_alphabet__list {
}
.brands_alphabet__item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .brands_alphabet__item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c4c4c4;
    flex-direction: row;
  }
}
.brands_alphabet__letter {
  background: #f2f2f2;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .brands_alphabet__letter {
    background: #fff;
    width: 5%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.brands_alphabet__letter_list {
  width: auto;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .brands_alphabet__letter_list {
    width: 100%;
  }
}
.brands_alphabet__letter_item {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .brands_alphabet__letter_item {
    width: 25%;
  }
}
.brands_alphabet__letter_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #333;
  text-decoration: none;
}
.brands_alphabet__letter_link:hover {
  text-decoration: underline;
}
.found_cheaper_button {
  background: transparent;
  border: none;
  margin-top: 22px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
  color: #9e1f4c;
  cursor: pointer;
}
.found_cheaper_button:hover {
  text-decoration: none;
}
.cheaper-form {
  width: 480px;
  padding: 40px 30px 29px 30px;
  box-shadow: 0px 0px 24px 0px rgba(129, 129, 129, 0.75);
  background: #fff;
  border: 1px solid #9e1f4c;
  border-radius: 10px;
}
.cheaper-form .fancybox-close-small {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  display: block;
  z-index: 11;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cheaper-form .fancybox-close-small:before {
  display: block;
  color: #e9e9e9;
  font-size: 24px;
  content: "\e906";
  transition: 0.05s;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -ms-transition: 0.05s;
  -o-transition: 0.05s;
}
.cheaper-form .fancybox-close-small:hover:before {
  color: #262626;
}
.cheaper-form .fancybox-close-small:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.cheaper-form .fancybox-close-small svg {
  display: none;
}
.cheaper-form * {
  float: none !important;
}
.cheaper-form__inner {
  padding: 30px 0;
}
.cheaper-form__inner label {
  display: block;
}
.data_processing_box_container {
  padding-top: 10px;
}
.data_processing_box {
  padding: 0 0 12px 0;
  width: 100%;
  text-align: left;
}
.data_processing_box__checkbox {
  border-radius: 0;
}
.block-age_confirmation {
  display: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-decoration: inherit;
  width: 500px;
  max-width: calc(100% - 60px);
  z-index: 999;
}
.block-age_confirmation.hidden {
  display: none;
}
.block-age_confirmation__head {
  margin-bottom: 16px;
}
.block-age_confirmation__title {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-family: Rozetka, Arial, Helvetica, FreeSans, "Liberation Sans",
    "Nimbus Sans L", sans-serif;
  overflow: hidden;
  margin-bottom: 16px;
}
.block-age_confirmation__text {
  color: #221f1f;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.block-age_confirmation__footer button {
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: initial;
  cursor: pointer;
}
.block-age_confirmation__footer button:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .block-age_confirmation__footer button {
    font-size: 16px;
  }
  .block-age_confirmation__footer button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.sitemap {
  padding: 0 0 45px 0;
}
.sitemap h1 {
  padding: 45px 0;
  margin-bottom: 45px;
  text-align: center;
  background: #f5f4f0;
}
.sitemap_row {
  display: flex;
  justify-content: space-between;
}
.sitemap_item {
  flex-basis: calc(50% - 30px);
  margin-bottom: 40px;
}
.sitemap h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.sitemap_item > ul {
  margin: 0;
}
#sitemap_category #sitemap_tree li {
  background: url(../../Okay/Modules/SimplaMarket/SitemapHtml/design/images/sitemap_horizontal.png)
    no-repeat scroll left 10px rgba(0, 0, 0, 0);
  list-style-type: none;
  border-left: 1px dotted #999999;
  padding-left: 15px;
}
#sitemap_category #sitemap_tree ul.sitemap_products li a {
  color: #408080;
  padding-left: 0;
}
#sitemap_list #sitemap_tree li {
  list-style-type: none;
}
#sitemap_list #sitemap_tree li a {
  background: url(../../Okay/Modules/SimplaMarket/SitemapHtml/design/images/sitemap_arrow.png)
    no-repeat scroll 0 10px rgba(0, 0, 0, 0);
  color: #333333;
  display: block;
  padding: 2px 0 2px 10px;
}
@media (max-width: 767px) {
  .sitemap_item {
    flex-basis: calc(50% - 15px);
  }
}
.site-map-list {
  padding-left: 20px;
}

.autoreg {
  margin-top: 15px;
  margin-right: 20px;
  float: left;
  font-size: 15px;
  width: 14px;
  height: 14px;
}
.post_rec_title {
  text-align: center;
}
@media (min-width: 767px) {
  .post_rec_title {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

.banner_group {
  overflow: hidden;
  background-color: #ffffff;
  margin: 0;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.banner_group.no_js {
  background-color: transparent;
  margin-bottom: 0;
}
.banner_group__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
.banner_group.no_js .banner_group__item {
  background-color: #ffffff;
  margin-bottom: 15px;
}
.banner_group__item:before,
.banner_group__item:after {
  content: " ";
  display: table;
}
.banner_group__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 9999;
  filter: alpha(opacity=0);
  opacity: 0;
}
.banner_group__image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.banner_group__variant1 .banner_group__content,
.banner_group__variant2 .banner_group__content {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  max-width: 100%;
  text-align: center;
}
.banner_group__variant1 .banner_group__text,
.banner_group__variant2 .banner_group__text {
  position: absolute;
  margin: 0px auto;
  width: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner_group__title {
  color: #222;
  padding: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner_group__description {
  color: #222;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner_group__variant3 .banner_group__title,
.banner_group__variant4 .banner_group__title,
.banner_group__variant3 .banner_group__description,
.banner_group__variant4 .banner_group__description {
  color: #222;
}
.banner_group__variant1 .banner_group__content {
  display: none;
}
.banner_group__variant2 .banner_group__title,
.banner_group__variant2 .banner_group__description {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
}
.banner_group__variant3,
.banner_group__variant4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.banner_group__variant3 .banner_group__content,
.banner_group__variant3 .banner_group__image,
.banner_group__variant4 .banner_group__content,
.banner_group__variant4 .banner_group__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.banner_group__variant3 .banner_group__image,
.banner_group__variant4 .banner_group__image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_group__variant3 .banner_group__content,
.banner_group__variant4 .banner_group__content {
  padding: 3% 5%;
}
.banner_group__variant4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .banner_group.no_js .banner_group__item {
    background-color: #ffffff;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_group__image img {
    width: 100% !important;
  }
  .banner_group__variant1 .banner_group__content,
  .banner_group__variant2 .banner_group__content {
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
  }
  .banner_group__variant2 .banner_group__title,
  .banner_group__variant2 .banner_group__description {
    padding: 5px 5px;
  }
  .banner_group__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 0;
  }
  .banner_group__description {
    font-size: 12px;
    font-weight: 400;
  }
}
.more_features_counter {
  color: grey;
}
.more_features_inactive {
  color: grey !important;
}
.more_features_inactive_checkbox:hover {
  cursor: default !important;
}
.more_features_inactive_checkbox:hover span {
  cursor: default !important;
  color: grey !important;
  border-color: #dbdbdb !important;
}
.site-map-list {
  padding-left: 20px;
}

/*# sourceMappingURL=okay_shop.head.808c7c8c0eeaab9f15536c7d25cae900.css.map */


@media (max-width: 991px) {
  .col-lg-5 {
    text-align: center;
  }
}