@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.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;
}

/* Deprecated as of 4.4.0 */
.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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";
}

.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;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.modal.modal-login .modal-dialog {
  max-width: 580px;
}
.modal.modal-cart .modal-dialog {
  max-width: 640px;
}
.modal.modal-cart .modal-dialog .modal-header {
  background: #0a73b5;
}
.modal.modal-cart .modal-dialog .modal-header h2 {
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.modal.modal-cart .modal-dialog .modal-body {
  position: relative;
  min-height: 100px;
}
.modal.modal-cart .modal-dialog .modal-body table {
  margin-bottom: 30px;
}
.modal.modal-cart .modal-dialog .modal-body table thead {
  border-bottom: 1px solid #0a9fe6;
}
.modal.modal-cart .modal-dialog .modal-body table thead th {
  color: #0a73b5;
}
.modal.modal-cart .modal-dialog .modal-body table td {
  padding: 10px 0;
}
.modal.modal-cart .modal-dialog .modal-body table td.good-name {
  font-size: 16px;
  line-height: 16px;
}
.modal.modal-cart .modal-dialog .modal-body .cancel {
  margin-right: 20px;
  color: #666;
}
.modal.modal-cart .modal-dialog .modal-body.loading:before {
  content: "";
  display: block;
  background: rgba(247, 255, 251, 0.7);
  position: fixed;
  top: 60px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.modal.modal-cart .modal-dialog .modal-body.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50px;
  background: url("/img/preloader/preloader_line_medium.gif") no-repeat center;
}

.s-btn {
  padding: 6px 40px;
  font-size: 13px;
  border: 1px solid white;
  -webkit-transition: 400ms;
  transition: 400ms;
  overflow: hidden;
  z-index: 3;
  position: relative;
  background: transparent;
  outline: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}
.s-btn:hover {
  color: #0a73b5;
}
.s-btn:hover:before {
  left: 0;
  background: white;
}
.s-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: -1;
  -webkit-transition: 200ms;
  transition: 200ms;
  background: white;
}
.s-btn.blue {
  border-color: #0a73b5;
  color: #0a73b5;
}
.s-btn.blue:before {
  background: #0a73b5;
}
.s-btn.blue:hover {
  color: white;
}

.page-enter-active,
.page-leave-active {
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.page-enter,
.page-leave-active {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.5, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(20%);
  opacity: 0;
}

.slide-fade-left-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-left-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.5, 1);
}

.slide-fade-left-enter, .slide-fade-left-leave-to {
  transform: translateX(-50%);
  opacity: 0;
}

.slide-fade-top-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-top-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.5, 1);
}

.slide-fade-top-enter, .slide-fade-top-leave-to {
  transform: translateY(-100px);
  opacity: 0;
}

.slide-left-enter-active {
  transition: all 0.2s ease;
}

.slide-left-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.5, 1);
}

.slide-left-enter, .slide-left-leave-to {
  transform: translateX(-100%);
}

.list-complete-item {
  transition: all 0.5s;
}

.list-complete-enter, .list-complete-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}

.list-complete-leave-active {
  position: absolute;
  width: 100%;
}

html body {
  font-family: "Roboto", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

img, video, iframe, table {
  max-width: 100%;
}

.wrap {
  overflow: hidden;
  margin-top: 135px;
  transition: all 0.5s;
}
.wrap.stick-header {
  margin-top: 105px;
}
@media screen and (max-width: 991px) {
  .wrap {
    margin-top: 50px;
  }
}
.wrap .global-content {
  padding-top: 25px;
  min-height: 400px;
}

.text {
  font-size: 16px;
  line-height: 150%;
}
.text.text-center {
  text-align: center;
}

#videoPopup .modal-header h2 {
  padding: 0;
  margin: 0;
}
#videoPopup .modal-body {
  background: black;
}
#videoPopup .modal-body iframe {
  width: 100%;
  min-height: 450px;
}

.left-side-bar .configurator {
  margin-bottom: 25px;
}
.left-side-bar .configurator a {
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 16px;
  text-decoration: none;
  background: #ff6a00;
}
.left-side-bar .configurator a:hover {
  background: orange;
}
.left-side-bar .podpiska {
  display: block;
  height: 50px;
  margin-bottom: 25px;
  margin-top: 25px;
  background: url("/img/podpiska_ru.svg") #ffcf00 left;
  background-size: contain;
}
.left-side-bar .podpiska.ua {
  background: url("/img/podpiska_ua.svg") #ffcf00 left;
}
.left-side-bar .additional-links {
  margin-bottom: 25px;
}
.left-side-bar .additional-links a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 50px;
  background: #0173b9;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.left-side-bar .additional-links a:hover {
  background: #00abdf;
}
.left-side-bar .additional-links a:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 13px;
  top: calc(50% - 15px);
}
.left-side-bar .additional-links a.completed:before {
  background: url("/img/icons/proekti.svg") center no-repeat;
  background-size: contain;
}
.left-side-bar .additional-links a.articles:before {
  background: url("/img/icons/statii.svg") center no-repeat;
  background-size: contain;
}
.left-side-bar .additional-links a.faq:before {
  background: url("/img/icons/ic_faq.svg") center no-repeat;
  background-size: contain;
}
.left-side-bar .additional-links a.presentation:before {
  background: url("/img/icons/preza.svg") center no-repeat;
  background-size: contain;
}

.svitofory-main-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.breadcrumb {
  background: white;
  padding: 0;
}

.btn.btn-white {
  background: white;
  color: #0a73b5;
  border: 1px solid #0a73b5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.btn.btn-white:hover {
  background: #0a73b5;
  color: white;
}
.btn.btn-primary {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

span.red {
  color: red;
}
span.orange {
  color: orange;
}

.default-layout .main-title {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px;
}
.default-layout .btn {
  transition: 0.6s;
}
.default-layout .pages-container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .default-layout .main-title {
    font-size: 20px;
    margin: 0 0 17px;
  }
}

.inner-text {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.alert-text {
  color: red;
  font-weight: 500;
}

.loading-block {
  position: relative;
}
.loading-block.loading {
  min-height: 100px;
}
.loading-block.loading:before {
  z-index: 998;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.7;
}
.loading-block.loading:after {
  z-index: 999;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: calc(50% - 15px);
  background: url("/img/preloader/preloader_line_medium.gif") no-repeat center;
}

.multiselect .multiselect__tags {
  border-radius: 0;
  border-color: #ccc;
}
.multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--highlight {
  background: #0a6aa1;
}
.multiselect .multiselect__input, .multiselect .multiselect__single {
  font-size: 14px;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 16px !important;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 3em !important;
  height: 3em !important;
}

.breadcrumbs-container {
  display: block;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
  padding-bottom: 5px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.breadcrumbs-container .breadcrumb {
  margin-bottom: 0;
}
.breadcrumbs-container::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.breadcrumbs-container::-webkit-scrollbar-track {
  background: rgba(129, 145, 183, 0.1);
}
.breadcrumbs-container::-webkit-scrollbar-thumb {
  background: #0a73b5;
  border-radius: 3px;
}
.breadcrumbs-container::-webkit-scrollbar-thumb:hover {
  background: rgb(8.664921466, 99.6465968586, 156.835078534);
}

.share-buttons-block {
  margin: 20px 0 30px;
}

.text ul, .text ol {
  margin: 15px 0 25px;
}
.text ul li ul, .text ol li ul {
  margin: 5px 0 5px 15px;
}
.text ul {
  list-style: none;
}
.text ul li:before {
  content: "• ";
  font-size: 16px;
  color: #0a73b5;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: 400;
}
.text h2 {
  font-size: 24px;
}
.text h3 {
  font-size: 20px;
}
.text h4 {
  font-size: 16px;
}
.text h5 {
  font-size: 12px;
}
.text h6 {
  font-size: 8px;
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 12px;
    line-height: 16px;
  }
  .text img {
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 10px 0;
  }
  .text ul, .text ol {
    list-style: none;
    margin: 10px 0 15px;
  }
  .text ul li ul, .text ol li ul {
    margin: 5px 0 5px 10px;
  }
  .text ul li:before {
    font-size: 12px;
  }
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-weight: 400;
  }
  .text h2 {
    font-size: 20px;
  }
  .text h3 {
    font-size: 16px;
  }
  .text h4 {
    font-size: 14px;
  }
  .text h5 {
    font-size: 12px;
  }
  .text h6 {
    font-size: 8px;
  }
}
.modal .modal-title {
  color: white;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .modal .modal-dialog {
    width: 980px;
  }
}
.modal.en-preorder-modal label {
  font-weight: normal;
  text-align: left;
}
.modal.en-preorder-modal .modal-header {
  border-bottom: none;
}
.modal.en-preorder-modal .modal-header .modal-title {
  font-size: 28px;
  font-weight: 100;
  color: black;
}
.modal.en-preorder-modal .modal-content {
  border: 2px solid #cdeefd;
}

input.form-control, textarea.form-control, select.form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
input.form-control.password-input, textarea.form-control.password-input, select.form-control.password-input {
  padding-right: 35px;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 10px;
}

.radio {
  margin: 0 0 5px;
}
.radio.inline {
  display: inline-block;
}
.radio .help-block {
  display: none;
}
.radio label {
  float: none;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 26px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 1px;
  border: 1px solid #ccc;
  background: white;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:before {
  content: "•";
  font-size: 38px;
  color: #1073b4;
  text-align: center;
  line-height: 24px;
}

.checkbox {
  margin: 0 0 5px;
}
.checkbox .help-block {
  display: none;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  margin-right: 25px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 1px;
  border: 1px solid #ccc;
  background: white;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "•";
  font-size: 38px;
  color: #1073b4;
  text-align: center;
  line-height: 20px;
}

.s-radio {
  margin: 0 0 5px;
}
.s-radio.inline {
  display: inline-block;
}
.s-radio .help-block {
  display: none;
}
.s-radio label {
  float: none;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.s-radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 26px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 1px;
  border: 1px solid #ccc;
  background: white;
}
.s-radio input[type=radio] {
  display: none;
}
.s-radio input[type=radio]:checked + label:before {
  content: "•";
  font-size: 38px;
  color: #1073b4;
  text-align: center;
  line-height: 24px;
}

ul.top-navigation {
  padding: 0;
  margin: 0 0 35px;
}
ul.top-navigation li {
  display: inline-block;
  margin-right: 15px;
}
ul.top-navigation li::after {
  content: "";
  display: block;
  border-bottom: 2px solid white;
}
ul.top-navigation li a {
  display: block;
  padding: 5px 0;
  color: #666;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
ul.top-navigation li a sup.counter {
  padding: 2px 4px;
  font-size: 10px;
  background: #f0fafc;
  border-radius: 35%;
}
ul.top-navigation li.active::after, ul.top-navigation li:hover::after {
  border-color: #0aa3cf;
}
ul.top-navigation li.active a, ul.top-navigation li:hover a {
  color: #0a73b5;
}

.downloads-table thead {
  border-bottom: 1px solid lightblue;
}
.downloads-table thead th {
  padding: 10px;
}
.downloads-table tbody tr td {
  padding: 10px;
  color: #666;
}
.downloads-table tbody tr td.name {
  color: black;
}
.downloads-table tbody tr.category-header {
  background: #d2eefd !important;
  border-top: 1px solid #cdd5d8;
  border-bottom: 1px solid #cdd5d8;
}
.downloads-table tbody tr.category-header td {
  color: #000;
  font-weight: 400;
}
.downloads-table tbody tr.category-header td .badge {
  background: #98b2c8;
}
.downloads-table tbody tr:hover {
  background: #f1f9fc;
}

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

.bordered-form {
  margin-top: 60px;
  border: 1px solid #6abfe6;
  padding: 25px;
  color: #666;
}
.bordered-form .form-title {
  font-size: 40px;
  font-weight: lighter;
  margin: 0 0 50px;
  color: black;
}
.bordered-form input, .bordered-form textarea {
  border-color: #ccc;
}
.bordered-form .required {
  color: red;
}

.news-sections-menu {
  margin-bottom: 25px;
  background: #f6f6f6;
}
.news-sections-menu .podpiska {
  display: block;
  text-decoration: none;
  height: 50px;
  background: #ffcf00;
  text-align: left;
  position: relative;
}
.news-sections-menu .podpiska img {
  max-height: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}
.news-sections-menu .menu-header {
  padding: 12px 5px;
  text-align: center;
  background: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}
.news-sections-menu .menu-header .menu-title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 200;
  color: black;
}
.news-sections-menu .menu-header .menu-title a {
  color: black;
  text-decoration: none;
}
.news-sections-menu .menu-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-sections-menu .menu-items ul li.item-container a.item {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 25px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
}
.news-sections-menu .menu-items ul li.item-container a:hover {
  color: white;
  background: #39a9db;
  border-color: #39a9db;
}
.news-sections-menu .menu-items ul li.item-container a.active {
  color: white;
  background: #39a9db;
  border-color: #39a9db;
}
.news-sections-menu .menu-items ul li:last-child a.item {
  border: none;
}
.news-sections-menu .menu-items ul li > ul {
  display: none;
}
.news-sections-menu .menu-items ul li > ul li a {
  background: #f6f6f6;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #014983; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .languages {
  margin-left: 25px;
  margin-bottom: 10px;
}
.sidenav .languages ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  line-height: 20px;
}
.sidenav .languages ul li a {
  padding: 10px;
  border: 1px solid #006897;
  color: #fdfcfa;
}
.sidenav .languages ul li a.active {
  color: #008cc1;
}
.sidenav a {
  padding: 10px 10px 10px 70px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #086794;
  position: relative;
}
.sidenav a i {
  position: absolute;
  left: 30px;
  top: 13px;
  width: 30px;
}
.sidenav a:hover, .sidenav a .offcanvas, .sidenav a:focus {
  color: #0a9fe6;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.table-container {
  overflow: auto;
}

.datasheet-link {
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/pdf.svg") no-repeat center;
}
.datasheet-link:hover {
  background: url("/img/pdf_on.svg") no-repeat center;
}

.error-text {
  color: red;
}

.top-banner {
  max-height: 60px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.top-banner .owl-nav {
  display: none;
}

.header {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.6s ease;
}
.header .top-menu-container {
  height: 90px;
  transition: all 0.6s ease;
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: all 0.6s ease;
}
.header .header-container .logo-col {
  width: 300px;
}
.header .header-container .logo-col img {
  max-height: 60px;
  max-width: 100%;
}
.header.search-open .menu-col {
  display: none;
}
.header.search-open .search-col {
  flex: 1;
  margin-left: 20px;
}
.header.search-open .search .search-container {
  width: 100%;
}
.header.search-open .search .search-container .search-button {
  display: none;
}
.header.search-open .search .search-container a.search-icon {
  display: none;
}
.header.search-open .search .search-container a.close-search {
  display: block;
}
.header.search-open .search .search-container .search-block {
  display: block;
}
.header .search {
  text-align: right;
}
.header .search .search-container {
  padding: 7px 40px 7px 15px;
  border: 1px solid #014983;
  border-radius: 5px;
  float: right;
  position: relative;
}
.header .search .search-container .search-button {
  position: relative;
  color: #014983;
  text-decoration: none;
}
.header .search .search-container a.search-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 7px;
  background: url("/img/icons/search_active.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.header .search .search-container a.close-search {
  display: none;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 7px;
  position: absolute;
  background: url("/img/icons/cancel.svg");
  background-size: 20px 20px;
}
.header .top-menu-container {
  transition: all 0.6s ease;
}
@media screen and (min-width: 991px) {
  .header .top-menu-container .nav .top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .header .top-menu-container .nav .top-menu li {
    transition: all 0.4s ease;
    display: flex;
    height: 90px;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }
  .header .top-menu-container .nav .top-menu li > a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #014983;
    text-decoration: none;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
  }
  .header .top-menu-container .nav .top-menu li.active a, .header .top-menu-container .nav .top-menu li:hover a {
    color: #0aa3cf;
    border-color: #0aa3cf;
  }
  .header .top-menu-container .nav .top-menu li.active ul li a, .header .top-menu-container .nav .top-menu li:hover ul li a {
    color: #333;
  }
  .header .top-menu-container .nav .top-menu li:hover > ul {
    display: block;
  }
  .header .top-menu-container .nav .top-menu li > ul {
    display: none;
    position: absolute;
    width: 300px;
    background: #f6f6f6;
    top: 90px;
    left: -75px;
    padding: 10px 35px 30px;
    z-index: 998;
  }
  .header .top-menu-container .nav .top-menu li > ul li {
    display: block;
    border: 0;
    height: auto;
  }
  .header .top-menu-container .nav .top-menu li > ul li a {
    font-weight: normal;
    color: #333;
    padding: 10px 0;
    font-size: 14px;
    border: none;
  }
  .header .top-menu-container .nav .top-menu li > ul li a:hover {
    color: #0aa3cf;
  }
}
@media screen and (min-width: 991px) {
  .header.sticky {
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
  }
  .header.sticky .top-menu-container {
    height: 60px;
  }
  .header.sticky .header-container {
    height: 60px;
  }
  .header.sticky .header-container .logo-col img {
    max-height: 50px;
  }
  .header.sticky .header-container .top-menu > li {
    height: 60px;
  }
  .header.sticky .header-container .top-menu > li > ul {
    top: 60px;
  }
}
.header .top-navbar {
  transition: all 0.6s ease;
  background: #014983;
  margin: 0;
}
.header .top-navbar .header-bar {
  height: 30px;
  font-size: 11px;
  color: white;
}
.header .top-navbar .header-bar ul {
  list-style: none;
}
.header .top-navbar .header-bar ul li {
  float: left;
  border-right: 1px solid #0b72b5;
  padding: 12px 0;
}
.header .top-navbar .header-bar ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.header .top-navbar .header-bar ul li:last-child {
  border: none;
}
.header .top-navbar .header-bar ul li a {
  display: block;
  position: relative;
  margin: 0 10px;
  padding-left: 20px;
  color: #c8e8f8;
  text-decoration: none;
  font-size: 15px;
}
.header .top-navbar .header-bar ul li a:hover {
  color: #0aa3cf;
}
.header .top-navbar .header-bar ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 20px;
  left: 0;
  top: 4px;
}
.header .top-navbar .header-bar ul li a.phone::before {
  background: url("/img/icons/phone.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.email::before {
  background: url("/img/icons/mail.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.tech-help {
  color: #ffd100;
  padding-left: 27px;
}
.header .top-navbar .header-bar ul li a.tech-help::before {
  top: -2px;
  width: 23px;
  height: 23px;
  background: url("/img/icons/support.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.job {
  color: #014983;
}
.header .top-navbar .header-bar ul li a.job::before {
  top: 2px;
  background: url("/img/icons/icon_vacancy.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.delivery::before {
  background: url("/img/icons/money.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.enter::before {
  background: url("/img/icons/lock.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.cart::before {
  background: url("/img/icons/commerce.svg") no-repeat;
}
.header .top-navbar .header-bar ul li a.language::before {
  background: url("/img/icons/globe.svg") no-repeat;
}
.header .top-navbar .header-bar ul li.job-btn {
  background: #ffd100;
}
.header .top-navbar .header-bar .user-panel {
  float: right;
  text-align: right;
}
.header .top-navbar .header-bar .user-panel li:first-child {
  border: none;
}
.header .top-navbar .header-bar .user-panel .lang-switcher {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  border-right: 1px solid #015993;
  padding: 0 5px !important;
}
.header .top-navbar .header-bar .user-panel .lang-switcher:last-child {
  border: none;
}
.header .top-navbar .header-bar .user-panel .cart .count {
  display: inline-block;
  text-align: center;
  color: black !important;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header .top-navbar .header-bar .user-panel.logged li.username {
  text-transform: capitalize;
}
.header .top-navbar .header-bar .user-panel.logged li.username a {
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .top-navbar .header-bar .user-panel.logged li a {
  padding: 0;
}
.header .top-navbar .header-bar .user-panel.logged li a .badge {
  padding: 1px 4px;
  font-weight: normal;
  font-size: 11px;
  background: rgba(255, 0, 0, 0.78);
  margin-left: -3px;
}
.header .search-block {
  display: none;
  position: relative;
}
.header .search-block .form-group {
  margin-bottom: 0;
}
.header .search-block .form-group .help-block {
  display: none;
}
.header .search-block input {
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  font-size: 14px;
  padding: 0;
  box-shadow: none;
  width: calc(100% - 30px);
}
.header .search-block .start-search {
  border: 0;
  background: 0;
  position: relative;
}
.header .catalogue-dropdown {
  display: none;
  position: absolute;
  z-index: 997;
  background: #f6f6f6;
  left: 10%;
  right: 10%;
  padding: 15px 50px 30px;
  -webkit-box-shadow: 0px 12px 7px -5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 12px 7px -5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 12px 7px -5px rgba(0, 0, 0, 0.22);
}
.header .catalogue-dropdown b {
  font-size: 16px;
  font-weight: 500;
}
.header .catalogue-dropdown ul {
  list-style: none;
}
.header .catalogue-dropdown ul.menu {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
}
.header .catalogue-dropdown ul.menu li {
  display: block;
  padding: 7px 0;
}
.header .catalogue-dropdown ul.menu li a {
  color: #333;
  text-decoration: none;
}
.header .catalogue-dropdown ul.menu li a:hover {
  color: #0a73b5;
}

@media screen and (max-width: 991px) {
  .header {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.41);
  }
  .header.search-open .col-search {
    width: 100%;
  }
  .header.search-open .col-search .search {
    margin-top: 15px;
  }
  .header.search-open .col-search .search .search-container {
    border: 1px solid #014983;
  }
  .header .search .search-container {
    border: none;
    padding: 7px 70px 7px 0;
  }
  .header .search .search-container .search-button {
    display: none;
  }
  .header .search .search-container a.search-icon {
    top: calc(50% - 10px);
    right: 5px;
  }
  .header .search .search-container a.close-search {
    top: calc(50% - 12px);
    right: 5px;
  }
  .header .top-menu-container {
    position: relative;
  }
  .header .top-menu-container .container .logo-col .mobile-menu {
    display: block;
    width: 30px;
    height: 30px;
    color: #0a73b5;
    position: absolute;
    top: 0;
    background: url("/img/icons/menu.svg") no-repeat center;
  }
  .header .top-menu-container .container .logo-col img {
    margin-left: 45px;
  }
  .header .top-menu-container .container .nav {
    background: #f6f6f6;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
  }
  .header .top-menu-container .container .nav .top-menu {
    display: none;
    padding: 0 15px;
  }
  .header .top-menu-container .container .nav .top-menu li {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header .top-menu-container .container .nav .top-menu li#catalogue_drop_button {
    display: none;
  }
  .header .top-menu-container .container .nav .top-menu > li {
    padding: 10px 0;
  }
  .header .top-menu-container .container .nav .top-menu > li > ul {
    width: 100%;
  }
  .header .top-navbar {
    display: none;
  }
  .catalogue-dropdown {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header .top-menu-container {
    height: auto;
  }
  .header .header-container {
    height: auto;
  }
  .header .header-container .logo-col {
    max-width: 150px;
  }
  .header .header-container .search-col {
    width: 100%;
    margin-left: 0;
  }
  .header.search-open .header-container {
    flex-direction: column;
    justify-content: left;
    align-items: start;
  }
  .header.search-open .col-search .search {
    margin-top: 15px;
  }
  .header .search .search-container a.search-icon {
    top: calc(50% - 10px);
    right: 5px;
  }
  .header .search .search-container a.close-search {
    top: calc(50% - 12px);
    right: 5px;
  }
  .header .top-menu-container {
    padding: 10px 0;
    position: relative;
  }
  .header .top-menu-container .container .logo-col .mobile-menu {
    display: block;
    width: 30px;
    height: 30px;
    color: #0a73b5;
    position: absolute;
    top: 0;
    background: url("/img/icons/menu.svg") no-repeat center;
  }
  .header .top-menu-container .container .logo-col img {
    max-height: 40px;
    margin-left: 45px;
  }
  .header .top-menu-container .container .nav {
    background: #f6f6f6;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
  }
  .header .top-menu-container .container .nav .top-menu {
    display: none;
    padding: 0 15px;
  }
  .header .top-menu-container .container .nav .top-menu li {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header .top-menu-container .container .nav .top-menu li#catalogue_drop_button {
    display: none;
  }
  .header .top-menu-container .container .nav .top-menu > li {
    padding: 10px 0;
  }
  .header .top-menu-container .container .nav .top-menu > li > ul {
    width: 100%;
  }
  .header .top-navbar {
    display: none;
  }
  .catalogue-dropdown {
    display: none !important;
  }
}
.header .top-menu-container .nav .top-menu li ul li a[href*="producer/list"] {
  color: #014983;
}
.header .top-menu-container .nav .top-menu li ul li a[href*="producer/list"]:hover {
  color: #0aa3cf;
}

footer.footer {
  background: #014983;
  padding: 40px 0 10px 0;
  margin-top: 50px;
  color: #eceded;
  font-size: 13px;
}
footer.footer a.footer-column-header {
  color: inherit;
}
footer.footer hr {
  border-color: #0b72b5;
}
footer.footer ul {
  list-style: none;
}
footer.footer ul.menu {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #0b72b5;
}
footer.footer ul.menu li {
  display: block;
  padding: 5px 0;
}
footer.footer ul.menu li a {
  color: #eceded;
}
footer.footer ul.horizontal-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}
footer.footer ul.horizontal-menu li {
  display: inline-block;
  padding: 2px 8px;
  border-right: 1px solid #0b72b5;
}
footer.footer ul.horizontal-menu li:last-child {
  border: none;
  padding-right: 0;
}
footer.footer ul.horizontal-menu li:first-child {
  padding-left: 0;
}
footer.footer ul.horizontal-menu li a {
  color: #eceded;
  font-size: 13px;
}
footer.footer ul.socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  justify-content: flex-start;
}
footer.footer ul.socials li {
  margin: 0;
}
footer.footer ul.socials li a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
}
footer.footer ul.socials li a.fb-button {
  background: url("/img/icons/facebook.svg");
}
footer.footer ul.socials li a.youtube-button {
  background: url("/img/icons/youtube.svg");
}
footer.footer ul.socials li a.telegram-button {
  background: url("/img/icons/telegram.png");
}
footer.footer ul.socials li a.twitter-button {
  background: url("/img/icons/twitter.png");
}
footer.footer ul.socials li a.linkedin-button {
  background: url("/img/icons/linkedin.png");
}
footer.footer .terms ul {
  margin-bottom: 5px;
}
footer.footer .terms a {
  color: #eceded;
}
footer.basic-footer {
  width: 100%;
  color: #b2b3b5;
  margin-top: 50px;
  font-size: 13px;
}
footer.basic-footer .footer-content {
  border-top: 1px solid #eee;
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer.basic-footer .footer-content .socials {
  list-style: none;
}
footer.basic-footer .footer-content .socials li {
  display: inline-block;
  margin: 0 4px;
}
footer.basic-footer .footer-content .socials li a {
  display: block;
  width: 30px;
  height: 30px;
}
footer.basic-footer .footer-content .socials li a.fb-button {
  background: url("/img/icons/facebook.svg");
}
footer.basic-footer .footer-content .socials li a.youtube-button {
  background: url("/img/icons/youtube.svg");
}
footer.basic-footer .footer-content .socials li a.telegram-button {
  background: url("/img/icons/telegram.png");
}
footer.basic-footer .footer-content .socials li a.twitter-button {
  background: url("/img/icons/twitter.png");
}
footer.basic-footer .footer-content .socials li a.linkedin-button {
  background: url("/img/icons/linkedin.png");
}
footer.basic-footer .footer-content .menu .horizontal-menu {
  padding: 0;
  margin: 0;
  text-align: right;
  list-style: none;
}
footer.basic-footer .footer-content .menu .horizontal-menu li {
  display: inline-block;
  padding: 2px 8px;
}
footer.basic-footer .footer-content .menu .horizontal-menu li:last-child {
  border: none;
  padding-right: 0;
}
footer.basic-footer .footer-content .menu .horizontal-menu li:first-child {
  padding-left: 0;
}
footer.basic-footer .footer-content .menu .horizontal-menu li a {
  font-size: 13px;
}
footer.basic-footer .footer-content .menu .terms {
  margin-top: 10px;
}
footer.basic-footer .footer-content .menu .terms a {
  color: #b2b3b5;
}
footer.basic-footer a {
  color: #b2b3b5;
}
footer.basic-footer a:hover {
  color: #0a73b5;
}

@media only screen and (max-width: 992px) {
  footer.footer {
    padding: 20px 0;
    margin-top: 30px;
  }
  footer.footer ul {
    list-style: none;
  }
  footer.footer ul.menu {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #0b72b5;
  }
  footer.footer ul.menu li {
    display: block;
    padding: 5px 0;
  }
  footer.footer ul.menu li a {
    color: #eceded;
  }
  footer.footer ul.horizontal-menu {
    text-align: center;
    margin-bottom: 15px;
  }
  footer.footer ul.socials {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
  footer.footer .menus {
    display: none;
  }
  footer.footer .terms {
    text-align: center;
    margin-top: 10px;
  }
  footer.footer .terms a {
    color: #eceded;
  }
  footer.basic-footer {
    margin-top: 30px;
  }
  footer.basic-footer .footer-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  footer.basic-footer .footer-content .copyright {
    text-align: center;
  }
  footer.basic-footer .footer-content .socials {
    margin-bottom: 10px;
  }
  footer.basic-footer .footer-content .socials li a {
    width: 30px;
    height: 30px;
  }
  footer.basic-footer .footer-content .menu {
    margin-bottom: 10px;
  }
  footer.basic-footer .footer-content .menu .horizontal-menu {
    text-align: center;
  }
  footer.basic-footer .footer-content .menu .horizontal-menu li {
    padding: 2px 8px;
  }
  footer.basic-footer .footer-content .menu .terms {
    margin-top: 5px;
    text-align: center;
  }
}
.default-category-menu {
  padding: 0;
  margin: 0;
}
.default-category-menu li {
  list-style: none;
  margin-bottom: 40px;
}
.default-category-menu li.main-category > a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.default-category-menu li.main-category > img {
  margin-right: 5px;
}
.default-category-menu li.main-category .sub-categories .item {
  margin-top: 25px;
  text-align: center;
}
.default-category-menu li.main-category .sub-categories .item .preview {
  max-width: 116px;
  height: 116px;
  overflow: hidden;
  margin: 0 auto;
}
.default-category-menu li.main-category .sub-categories .item .sub-category-title {
  margin-top: 10px;
}
.default-category-menu li.main-category .sub-categories .item .sub-category-title a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: normal;
}
.default-category-menu li.main-category .sub-categories .item:hover .preview img {
  margin-top: -124px;
}

.default-layout .left-menu, .default-layout .other-directions-menu {
  margin-bottom: 25px;
}
.default-layout .left-menu .menu-header, .default-layout .other-directions-menu .menu-header {
  padding: 12px 5px;
  text-align: center;
  background: #0b72b5;
}
.default-layout .left-menu .menu-header .menu-title, .default-layout .other-directions-menu .menu-header .menu-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: white;
}
.default-layout .left-menu .menu-header .menu-title a, .default-layout .other-directions-menu .menu-header .menu-title a {
  color: white;
  text-decoration: none;
}
.default-layout .left-menu .menu-items, .default-layout .other-directions-menu .menu-items {
  background: #f6f6f6;
}
.default-layout .left-menu .menu-items ul, .default-layout .other-directions-menu .menu-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.default-layout .left-menu .menu-items ul li.item-container, .default-layout .other-directions-menu .menu-items ul li.item-container {
  position: relative;
}
.default-layout .left-menu .menu-items ul li.item-container a.item, .default-layout .other-directions-menu .menu-items ul li.item-container a.item {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 30px 10px 25px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
}
.default-layout .left-menu .menu-items ul li.item-container a.item i.menu-icon, .default-layout .other-directions-menu .menu-items ul li.item-container a.item i.menu-icon {
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 10px;
  top: 0;
}
.default-layout .left-menu .menu-items ul li.item-container a.child-item, .default-layout .other-directions-menu .menu-items ul li.item-container a.child-item {
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
  display: block;
  text-decoration: none;
}
.default-layout .left-menu .menu-items ul li.item-container a:hover, .default-layout .other-directions-menu .menu-items ul li.item-container a:hover {
  border-color: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container .collapse, .default-layout .other-directions-menu .menu-items ul li.item-container .collapse {
  display: block;
  width: 18px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 8px;
  top: 11px;
  z-index: 2;
  color: #0b72b5;
  cursor: pointer;
  background: url("/img/down-chevron.svg") no-repeat;
  background-size: cover;
}
.default-layout .left-menu .menu-items ul li.item-container.opened .collapse, .default-layout .other-directions-menu .menu-items ul li.item-container.opened .collapse {
  color: white;
  background: url("/img/up-chevron.svg") no-repeat;
  background-size: cover;
}
.default-layout .left-menu .menu-items ul li.item-container.active, .default-layout .other-directions-menu .menu-items ul li.item-container.active {
  background: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container.active > a, .default-layout .other-directions-menu .menu-items ul li.item-container.active > a {
  color: white;
  border-color: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container.active > ul, .default-layout .other-directions-menu .menu-items ul li.item-container.active > ul {
  display: block;
}
.default-layout .left-menu .menu-items ul li:last-child a.item, .default-layout .other-directions-menu .menu-items ul li:last-child a.item {
  border: none;
}
.default-layout .left-menu .menu-items ul li > ul, .default-layout .other-directions-menu .menu-items ul li > ul {
  display: none;
}
.default-layout .left-menu .menu-items ul li > ul li a, .default-layout .other-directions-menu .menu-items ul li > ul li a {
  background: #f6f6f6;
}
.default-layout .left-menu .menu-items ul li > ul li.active a, .default-layout .other-directions-menu .menu-items ul li > ul li.active a {
  background: #39a9db;
  color: white !important;
}

.news-preview-widget.default {
  margin: 25px 0;
}
.news-preview-widget.default .widget-title {
  font-size: 26px;
}
.news-preview-widget.default .all-news-link {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 1px;
  border-bottom: 1px dashed #0aa3cf;
  margin-top: 20px;
}
.news-preview-widget.default .news-list .news-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.news-preview-widget.default .news-list .news-item .image {
  display: table;
}
.news-preview-widget.default .news-list .news-item .image .image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-preview-widget.default .news-list .news-item .image .image-container img {
  max-width: 100%;
}
.news-preview-widget.default .news-list .news-item .info .title {
  display: block;
  font-weight: bold;
  margin: 0 0 12px;
  font-size: 18px;
  text-decoration: none;
  color: black;
}
.news-preview-widget.default .news-list .news-item .info .title:hover {
  color: #0aa3cf;
}
.news-preview-widget.default .news-list .news-item .info .news-description {
  margin: 0 0 22px;
  font-size: 12px;
}
.news-preview-widget.default .news-list .news-item .info .more {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-preview-widget.default .news-list .news-item .info .more li {
  display: inline-block;
  font-size: 11px;
  border-right: 1px solid #e6e6e6;
  padding: 3px 20px 0 0;
  margin-right: 20px;
}
.news-preview-widget.default .news-list .news-item .info .more li:last-child {
  border: none;
}
.news-preview-widget.poi {
  background: #f6f6f6;
  padding: 20px 25px 10px;
}
.news-preview-widget.poi .widget-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.news-preview-widget.poi .news-list .news-item {
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
}
.news-preview-widget.poi .news-list .news-item a {
  color: #004288;
}
.news-preview-widget.poi .news-list .news-item .more {
  margin: 10px 0 15px;
  list-style: none;
  color: #a8aaa9;
}
.news-preview-widget.poi .news-list .news-item .more li {
  display: inline-block;
  font-size: 11px;
  border-right: 1px solid #e6e6e6;
  padding: 3px 10px 0 0;
  margin-right: 10px;
}
.news-preview-widget.poi .news-list .news-item .more li:last-child {
  border: none;
}
.news-preview-widget.poi .all-news {
  margin-top: 20px;
}
.news-preview-widget.poi .all-news .all-news-link {
  color: #087ebe;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #087ebe;
}
.news-preview-widget.kip {
  margin-top: 25px;
}
.news-preview-widget.kip .widget-title {
  font-size: 26px;
}
.news-preview-widget.kip .news-list {
  margin-top: 15px;
}
.news-preview-widget.kip .news-list .news-item {
  margin-bottom: 30px;
}
.news-preview-widget.kip .news-list .news-item .image {
  width: 100%;
  display: table;
  height: 260px;
  margin-bottom: 18px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.news-preview-widget.kip .news-list .news-item .image .image-container {
  display: table-cell;
  vertical-align: middle;
  height: 260px;
  position: relative;
  text-align: center;
}
.news-preview-widget.kip .news-list .news-item .image .image-container a {
  display: block;
  max-height: 260px;
}
.news-preview-widget.kip .news-list .news-item .image .image-container a img {
  width: 100%;
  transition: 800ms;
}
.news-preview-widget.kip .news-list .news-item .image .image-container a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-preview-widget.kip .news-list .news-item .image .image-container .detail {
  position: absolute;
  bottom: 0;
  left: 5%;
  background: #014984;
  color: white;
  font-size: 11px;
  padding: 7px 10px;
}
.news-preview-widget.kip .news-list .news-item .info {
  padding: 0 5%;
}
.news-preview-widget.kip .news-list .news-item .info .section {
  margin-bottom: 14px;
}
.news-preview-widget.kip .news-list .news-item .info .section a {
  color: #888;
  text-decoration: none;
}
.news-preview-widget.kip .news-list .news-item .info .section a:hover {
  color: #0a73b5;
}
.news-preview-widget.kip .news-list .news-item .info .title {
  margin-bottom: 12px;
}
.news-preview-widget.kip .news-list .news-item .info .title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.news-preview-widget.kip .news-list .news-item .info .title a:hover {
  color: #0a73b5;
}
.news-preview-widget.kip .news-list .news-item .info .short-description {
  color: #666;
  height: 65px;
  position: relative;
  overflow: hidden;
}
.news-preview-widget.kip .news-list .news-item .info .short-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: rgba(100, 100, 100, 0.5);
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#fcfcfc",GradientType=0 );
}
.news-preview-widget.kip .all-news-link {
  display: block;
  margin: 10px 0 25px;
}

@media screen and (max-width: 768px) {
  .news-preview-widget.default {
    margin: 15px 0;
  }
  .news-preview-widget.default .widget-title {
    font-size: 20px;
  }
  .news-preview-widget.default .news-list .news-item {
    padding: 10px 0;
  }
  .news-preview-widget.default .news-list .news-item .image {
    padding-right: 5px;
  }
  .news-preview-widget.default .news-list .news-item .image .image-container img {
    max-width: 100%;
  }
  .news-preview-widget.default .news-list .news-item .info {
    padding-left: 5px;
  }
  .news-preview-widget.default .news-list .news-item .info .title {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 18px;
  }
  .news-preview-widget.default .news-list .news-item .info .short-description {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 16px;
  }
}
.default-nav-tabs {
  background: #e2f3fb;
  padding: 10px 20px;
  border: none;
  list-style: none;
  margin-top: 30px;
}
.default-nav-tabs li {
  display: inline-block;
  padding: 0 5px;
}
.default-nav-tabs li.active a {
  background: #1387c5 !important;
  color: white !important;
  font-weight: bold !important;
}
.default-nav-tabs li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid lightskyblue;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.default-nav-tabs li a:hover {
  background: #1387c5;
  color: white;
}

.partners-widget {
  padding: 35px 15px;
}
.partners-widget .block-title {
  text-align: center;
}
.partners-widget .partners-list {
  text-align: center;
}
.partners-widget .partners-list .partner-item {
  margin-bottom: 25px;
}
.partners-widget .partners-list .partner-item a {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.partners-widget .partners-list .partner-item a img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 992px) {
  .partners-widget {
    padding: 30px 15px;
  }
  .partners-widget .partners-list .partner-item {
    margin-bottom: 20px;
  }
  .partners-widget .partners-list .partner-item a {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .partners-widget {
    padding: 0 0 25px;
  }
  .partners-widget .partners-list .partner-item {
    margin-bottom: 15px;
  }
  .partners-widget .partners-list .partner-item a {
    height: 60px;
  }
}
.video-preview-widget {
  margin-top: 25px;
}
.video-preview-widget.poi {
  background: #f6f6f6;
  padding: 20px 25px 10px;
}
.video-preview-widget.poi .widget-title {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.video-preview-widget.poi .video-list .video-item {
  margin-top: 25px;
}
.video-preview-widget.poi .video-list .video-item .preview {
  position: relative;
}
.video-preview-widget.poi .video-list .video-item .preview img {
  max-width: 100%;
}
.video-preview-widget.poi .video-list .video-item .preview .play-button {
  background: url("/img/play-button.svg") center no-repeat;
  background-size: 56px;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  right: 0;
}
.video-preview-widget.poi .video-list .video-item .video-title {
  margin-top: 7px;
}
.video-preview-widget.poi .video-list .video-item .video-title a {
  color: #004288;
}
.video-preview-widget.poi .all-news {
  margin-top: 20px;
}
.video-preview-widget.poi .all-news .all-news-link {
  color: #087ebe;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #087ebe;
}

.default-category-menu .categories .item {
  margin-top: 25px;
  min-width: 200px;
  text-align: center;
  position: relative;
}
.default-category-menu .categories .item .notice {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.default-category-menu .categories .item .notice.notice-discount {
  background: green;
  color: white;
}
.default-category-menu .categories .item .preview {
  height: 200px;
  overflow: hidden;
}
.default-category-menu .categories .item .preview .no-image {
  background: #c8e8f7;
  height: 200px;
  text-align: center;
  position: relative;
  font-size: 28px;
}
.default-category-menu .categories .item .preview .no-image i {
  color: #a6c4d3;
  position: absolute;
  top: calc(50% - 14px);
  margin: auto;
  left: 0;
  right: 0;
}
.default-category-menu .categories .item .sub-category-title {
  margin-top: 10px;
}
.default-category-menu .categories .item .sub-category-title a {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}
.default-category-menu.smart-city .categories .item .preview {
  height: 100px;
  overflow: hidden;
}
.default-category-menu.smart-city .categories .item .preview .no-image {
  height: 100px;
  background: #e2f3fb;
}

@media screen and (max-width: 767px) {
  .default-category-menu .categories .item {
    margin-top: 20px;
    min-width: auto;
  }
  .default-category-menu .categories .item .preview {
    height: 85px !important;
  }
  .default-category-menu .categories .item .preview .no-image {
    height: 85px;
    font-size: 22px;
  }
  .default-category-menu .categories .item .preview .no-image i {
    top: calc(50% - 11px);
  }
}
.pk-main-menu .item {
  margin-bottom: 30px;
  min-height: 80px;
}
.pk-main-menu .item .category-title {
  font-weight: bold;
  color: #666;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.pk-main-menu .item .category-title:hover {
  border-bottom: 1px dashed #0a73b5;
}
.pk-main-menu .item .icon img {
  width: 100%;
}
.pk-main-menu .item ul {
  margin-top: 5px;
  list-style: none;
}
.pk-main-menu .item ul li a {
  font-size: 12px;
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}
.pk-main-menu .item ul li a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #0a87cb;
}

.ek-main-menu .categories .item {
  margin-top: 25px;
  min-width: 200px;
  text-align: center;
}
.ek-main-menu .categories .item .preview {
  height: 200px;
  overflow: hidden;
}
.ek-main-menu .categories .item .preview img {
  margin-top: -210px;
}
.ek-main-menu .categories .item .preview .no-image {
  height: 200px;
  background: #e2f3fb;
}
.ek-main-menu .categories .item .sub-category-title {
  margin-top: 10px;
}
.ek-main-menu .categories .item .sub-category-title a {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}
.ek-main-menu .categories .item:hover .preview img {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .ek-main-menu .categories .item {
    margin-top: 20px;
    min-width: 75px;
  }
  .ek-main-menu .categories .item .preview {
    height: 100px;
  }
  .ek-main-menu .categories .item .preview img {
    margin-top: -102px;
  }
  .ek-main-menu .categories .item .preview .no-image {
    height: 100px;
  }
}
.main-slider-container {
  background: url("/img/bg_main_slider.jpg");
  height: 435px;
  width: 100%;
  padding: 18px 0 42px;
}
.main-slider-container .slider.main-slider {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
.main-slider-container .slider.main-slider .item {
  padding: 0 10px;
}
.main-slider-container .slider.main-slider .item .slide {
  border-radius: 10px;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.main-slider-container .slider.main-slider .item .slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 1;
}
.main-slider-container .slider.main-slider .item .slide .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 15px;
}
.main-slider-container .slider.main-slider .item .slide .slide-content .slide-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}
.main-slider-container .slider.main-slider .item .slide:hover .slide-image {
  transform: scale(1.05);
}
.main-slider-container .slider.main-slider .owl-dots {
  position: absolute;
  bottom: -24px;
  width: 100%;
  text-align: center;
}
.main-slider-container .slider.main-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 22px;
  height: 6px;
  background: #C4C4C4;
  margin-left: 10px;
  transition: 0.5s;
}
.main-slider-container .slider.main-slider .owl-dots .owl-dot.active {
  background: white;
}
.main-slider-container .slider.main-slider .owl-dots .owl-dot:hover {
  background: white;
}

@media screen and (max-width: 767px) {
  .slider.main-slider .item .slide {
    height: 300px;
    background-size: cover;
  }
  .slider.main-slider .item .slide .container {
    position: relative;
  }
  .slider.main-slider .item .slide .container .info {
    background: rgba(1, 73, 131, 0.5);
    font-size: 11px;
    height: 300px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0;
  }
  .slider.main-slider .item .slide .container .info h2 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .slider.main-slider .item .slide .container .info p {
    padding: 0;
  }
  .slider.main-slider .owl-dots {
    bottom: -30px !important;
  }
  .slider.main-slider .owl-nav {
    display: none;
  }
}
.slider.kip-main-slider {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .slider.kip-main-slider .owl-controls {
    display: none;
  }
}
.slider.kip-main-slider .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.slider.kip-main-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(230, 230, 230, 0.7);
  margin-left: 10px;
  border-radius: 50%;
  transition: 0.5s;
}
.slider.kip-main-slider .owl-controls .owl-dots .owl-dot.active {
  background: rgba(1, 73, 131, 0.85);
}
.slider.kip-main-slider .owl-controls .owl-dots .owl-dot:hover {
  background: white;
}

.comment-text {
  color: #777777;
}

.comment-author {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.comment-author .product-stars {
  margin-left: 20px;
}

.comment-date {
  color: #777777;
}

.comment-index {
  margin: -24px 0 0;
}

.comments-for-news .comment-index {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C8E8F8;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-header .comment-count {
  width: 180px;
  height: 35px;
  background: #ECF7FF;
  border: 1px solid #87CEFA;
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments-header .add-comment-button {
  text-decoration: none;
  display: block;
  background: #1387c5;
  color: #fff;
  font-weight: 700;
  border: 1px solid #87cefa;
  border-radius: 5px;
  padding: 7px 10px;
}
.comments-header .add-comment-button:hover {
  border: 1px solid #1387c5;
}

.comment-item {
  margin-top: 10px;
  margin-bottom: 17px;
  border: 1px solid #C8E8F8;
  border-radius: 2px;
}
.comment-item .comment-item-header {
  padding: 10px 25px 0px;
  border-bottom: 1px solid #C8E8F8;
  display: flex;
  justify-content: space-between;
}
.comment-item .comment-item-body {
  padding: 10px 25px;
}

.answer-list .answer-item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 0 20px;
  border: 1px solid #C8E8F8;
  border-radius: 2px;
}
.answer-list .answer-item .answer-item-header {
  display: flex;
  justify-content: space-between;
}

.buttons-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buttons-group .button {
  text-decoration: none;
  display: block;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 7px 10px;
  color: grey;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.buttons-group .button:hover {
  background: rgb(217, 217, 217);
}

.disclaimer {
  text-align: center;
}

.modal-comment .close {
  font-size: 50px;
  font-weight: 200;
}

.rating-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 47px 0 32px 0;
}
.rating-block .star-block .star-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-block .star-block .star-label .star-comment {
  color: grey;
}
.rating-block .star-block .star-label .radio {
  display: none;
}

.star {
  margin-right: 5px;
}

.bestsellers {
  margin-bottom: 25px;
}
.bestsellers .menu-header {
  padding: 12px 5px;
  text-align: center;
  background: #0b72b5;
}
.bestsellers .menu-header .menu-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: white;
}
.bestsellers .menu-header .menu-title a {
  color: white;
  text-decoration: none;
}
.bestsellers .menu-items {
  background-color: rgb(246, 246, 246);
}
.bestsellers .menu-items ul {
  list-style: none;
}
.bestsellers .menu-items ul li.bestseller-item {
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.bestsellers .menu-items ul li.bestseller-item:last-child {
  border-bottom: none;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link {
  display: block;
  transition: transform 0.3s ease;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link a {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link a img {
  display: block;
  margin-right: 10px;
  border-radius: 5px;
  width: 100px;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link a div {
  text-align: left;
  word-break: break-all;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link a div.without-image {
  text-align: center;
  flex-grow: 1;
}
.bestsellers .menu-items ul li.bestseller-item .bestseller-link:hover {
  transform: scale(1.1);
}

#conversion-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
  gap: 5px;
  background: #014983;
}
#conversion-block .conversion-block-row {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
#conversion-block .conversion-block-row.conversion-block-text {
  color: #FFFFFF;
  padding: 30px 30px 0 30px;
}
#conversion-block .conversion-block-row.conversion-block-text a {
  color: #FFD100;
}
#conversion-block .conversion-block-row.conversion-block-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFD100;
  padding: 0 30px 30px 30px;
  max-width: 100%;
}
#conversion-block .conversion-block-row.conversion-block-contacts .phones {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 10px;
}
#conversion-block .conversion-block-row.conversion-block-contacts .phones a {
  color: inherit;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#conversion-block .conversion-block-row.conversion-block-contacts .phones a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("/img/icons/phone-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#conversion-block .conversion-block-row.conversion-block-contacts .email {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#conversion-block .conversion-block-row.conversion-block-contacts .email:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 2px;
  background-image: url("/img/icons/mail-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#conversion-block .conversion-block-row.conversion-block-contacts .email a {
  color: inherit;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#conversion-block .conversion-block-row.conversion-block-contacts .block-footer {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
}
#conversion-block .conversion-block-row.conversion-block-contacts .block-footer .btn {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 186px;
  min-height: 47px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #014983;
  background: #FFFFFF;
  border-radius: 0;
  border: 0;
  white-space: normal;
}
#conversion-block .conversion-block-row.conversion-block-contacts .block-footer .btn:hover {
  color: #FFFFFF;
  background-color: #0aa3cf;
}
#conversion-block .conversion-block-row.conversion-block-contacts .block-footer img {
  max-width: 274px;
  max-height: 36px;
  display: flex;
  flex: 1;
  width: 100%;
  height: auto;
}

.similar-news-header {
  border-top: 1px solid rgb(221, 221, 221);
  font-size: 26px;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 0;
}

.similar-news {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.similar-news .similar-news-item {
  width: 270px;
  flex-grow: 1;
}
.similar-news .similar-news-item a {
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}
.similar-news .similar-news-item a:hover img, .similar-news .similar-news-item a:hover span {
  transform: scale(1.05);
}
.similar-news .similar-news-item a img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.similar-news .similar-news-item a span {
  transition: transform 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 32px;
  line-height: 16px;
}
.similar-news .similar-news-item .more {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 20px;
}

@media (max-width: 1200px) {
  .similar-news-item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 992px) {
  .similar-news .similar-news-item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 550px) {
  .similar-news {
    flex-direction: column;
  }
  .similar-news .similar-news-item {
    flex-grow: 1;
    width: 100%;
  }
}
.konv_block {
  background-color: #014983;
  color: #fff;
  padding: 25px;
  line-height: 160%;
  font-size: 16px;
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 20px 0;
}

.konv_icon_info {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("https://storage.sea.com.ua/uploads/images/obshie/konv_info.svg");
}

.konv_block > p {
  width: calc(100% - 80px);
  margin-bottom: 0px;
}

.konv_block a {
  color: #ffd100;
  font-weight: 700;
}

.konv_block a.konv_icon_call::before,
.konv_block a.konv_icon_mail::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.konv_block a.konv_icon_call::before {
  background-image: url("https://storage.sea.com.ua/uploads/images/obshie/konv_call.svg");
}

.konv_block a.konv_icon_mail::before {
  background-image: url("https://storage.sea.com.ua/uploads/images/obshie/konv_mail.svg");
}

.konv_block p a.konv_button {
  background-color: #ffd100;
  color: #014983;
  padding: 7px 10px;
  margin-left: 10px;
  position: relative;
  top: 6px;
}

.default-layout .left-menu, .default-layout .other-directions-menu {
  margin-bottom: 25px;
}
.default-layout .left-menu .menu-header, .default-layout .other-directions-menu .menu-header {
  padding: 12px 5px;
  text-align: center;
  background: #0b72b5;
}
.default-layout .left-menu .menu-header .menu-title, .default-layout .other-directions-menu .menu-header .menu-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: white;
}
.default-layout .left-menu .menu-header .menu-title a, .default-layout .other-directions-menu .menu-header .menu-title a {
  color: white;
  text-decoration: none;
}
.default-layout .left-menu .menu-items, .default-layout .other-directions-menu .menu-items {
  background: #f6f6f6;
}
.default-layout .left-menu .menu-items ul, .default-layout .other-directions-menu .menu-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.default-layout .left-menu .menu-items ul li.item-container, .default-layout .other-directions-menu .menu-items ul li.item-container {
  position: relative;
}
.default-layout .left-menu .menu-items ul li.item-container a.item, .default-layout .other-directions-menu .menu-items ul li.item-container a.item {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 30px 10px 25px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
}
.default-layout .left-menu .menu-items ul li.item-container a.item i.menu-icon, .default-layout .other-directions-menu .menu-items ul li.item-container a.item i.menu-icon {
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 10px;
  top: 0;
}
.default-layout .left-menu .menu-items ul li.item-container a.child-item, .default-layout .other-directions-menu .menu-items ul li.item-container a.child-item {
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
  display: block;
  text-decoration: none;
}
.default-layout .left-menu .menu-items ul li.item-container a:hover, .default-layout .other-directions-menu .menu-items ul li.item-container a:hover {
  border-color: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container .collapse, .default-layout .other-directions-menu .menu-items ul li.item-container .collapse {
  display: block;
  width: 18px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 8px;
  top: 11px;
  z-index: 2;
  color: #0b72b5;
  cursor: pointer;
  background: url("/img/down-chevron.svg") no-repeat;
  background-size: cover;
}
.default-layout .left-menu .menu-items ul li.item-container.opened .collapse, .default-layout .other-directions-menu .menu-items ul li.item-container.opened .collapse {
  color: white;
  background: url("/img/up-chevron.svg") no-repeat;
  background-size: cover;
}
.default-layout .left-menu .menu-items ul li.item-container.active, .default-layout .other-directions-menu .menu-items ul li.item-container.active {
  background: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container.active > a, .default-layout .other-directions-menu .menu-items ul li.item-container.active > a {
  color: white;
  border-color: #39a9db;
}
.default-layout .left-menu .menu-items ul li.item-container.active > ul, .default-layout .other-directions-menu .menu-items ul li.item-container.active > ul {
  display: block;
}
.default-layout .left-menu .menu-items ul li:last-child a.item, .default-layout .other-directions-menu .menu-items ul li:last-child a.item {
  border: none;
}
.default-layout .left-menu .menu-items ul li > ul, .default-layout .other-directions-menu .menu-items ul li > ul {
  display: none;
}
.default-layout .left-menu .menu-items ul li > ul li a, .default-layout .other-directions-menu .menu-items ul li > ul li a {
  background: #f6f6f6;
}
.default-layout .left-menu .menu-items ul li > ul li.active a, .default-layout .other-directions-menu .menu-items ul li > ul li.active a {
  background: #39a9db;
  color: white !important;
}

.default-completed .controls {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.default-completed .controls select {
  border: 1px solid #0a73b5;
  width: 25%;
  display: inline-block;
  margin-right: 10px;
}
.default-completed .complete-projects .projects-list {
  margin-top: 35px;
}
.default-completed .complete-projects .projects-list .project-card {
  height: 320px;
  overflow: hidden;
  margin-bottom: 15px;
}
.default-completed .complete-projects .projects-list .project-card .image {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.default-completed .complete-projects .projects-list .project-card .image .image-container {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
.default-completed .complete-projects .projects-list .project-card .image .image-container .image-cell {
  max-height: 150px;
}
.default-completed .complete-projects .projects-list .project-card .image .image-container .image-cell img {
  width: 100%;
}
.default-completed .complete-projects .projects-list .project-card .image .image-container .no-image {
  background: #f6f6f6;
  height: 150px;
}
.default-completed .complete-projects .projects-list .project-card .image .image-container .no-image i {
  margin-top: 50px;
  color: #ccc;
  font-size: 44px;
}
.default-completed .complete-projects .projects-list .project-card .project-title {
  margin-top: 7px;
  font-weight: bold;
  color: #666;
}
.default-completed .complete-projects .projects-list .project-card .project-title a {
  font-weight: bold;
}
.default-completed .complete-projects .projects-list .project-card .project-description {
  margin-top: 5px;
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

.kip-catalogue h3.title {
  padding: 0 0 15px;
  margin: 15px 0 10px;
  border-bottom: 1px solid #eee;
}
.kip-catalogue .producers {
  background: #f6f6f6;
  padding-bottom: 20px;
}
.kip-catalogue .producers .producer-list {
  list-style: none;
}
.kip-catalogue .groups .alphabet-filter {
  list-style: none;
  margin: 15px 0;
}
.kip-catalogue .groups .alphabet-filter li {
  display: inline-block;
  margin-right: 10px;
}
.kip-catalogue .groups .group-list .block {
  margin-bottom: 40px;
}
.kip-catalogue .groups .group-list .block ul {
  list-style: none;
}

.kip-default-producer .cluster {
  margin-bottom: 35px;
}
.kip-default-producer .cluster .cluster-image-container {
  display: table;
  width: 100%;
}
.kip-default-producer .cluster .cluster-image-container .cluster-image {
  display: table-cell;
  font-size: 38px;
  color: #e6e6e6;
  height: 200px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
}
.kip-default-producer .cluster .cluster-image-container .cluster-image img {
  max-width: 100%;
  max-height: 100%;
}
.kip-default-producer .cluster .cluster-title {
  margin-top: 7px;
}

.kip-main .kip-carousel {
  padding: 0 30px;
}
.kip-main .kip-carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: block;
  width: 25px;
  height: 30px;
  background: url("/img/slider-arrows.png") 0 30px;
}
.kip-main .kip-carousel .owl-nav .owl-prev:hover {
  background: url("/img/slider-arrows.png") 0 0;
}
.kip-main .kip-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 25px;
  height: 30px;
  background: url("/img/slider-arrows.png") 25px 30px;
}
.kip-main .kip-carousel .owl-nav .owl-next:hover {
  background: url("/img/slider-arrows.png") 25px 0;
}

.kip-layout .banner-widget {
  margin-bottom: 20px;
}
.kip-layout .kip-table-container .dataTables_length, .kip-layout .kip-table-container .dataTables_filter, .kip-layout .kip-table-container .dataTables_info {
  display: none !important;
}
.kip-layout .kip-table-container table.kip-table tr td:first-child {
  width: 100px;
}
.kip-layout .kip-table-container table.kip-table tr td:nth-child(even) {
  background-color: #f2f2f2;
}
.kip-layout .kip-table-container table.kip-table tr td.grid_prev_image {
  width: 100px;
}
.kip-layout .kip-table-container table.kip-table tr td .image {
  text-align: center;
  padding: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
}
.kip-layout .kip-table-container table.kip-table tr td .item-title {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  color: lightskyblue;
}
.kip-layout .kip-table-container table.kip-table tr td .buy-button {
  display: block;
  width: 100px;
  height: 35px;
  text-decoration: none;
  background: url("/img/korzina.png") no-repeat;
}
.kip-layout .kip-table-container table.kip-table tr td .buy-button:hover {
  background-position: 0 -39px;
}
.kip-layout .kip-table-container table.kip-table tr td .buy-button:active {
  background-position: 0 -78px;
}
.kip-layout .kip-table-container table.kip-models tr td:last-child {
  width: 100px;
}

.kip-series .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 25px 0 30px;
}
.kip-series .brand-filter, .kip-series .kip-nav-tabs {
  background: #e2f3fb;
  padding: 10px 20px;
  border: none;
  list-style: none;
}
.kip-series .brand-filter li, .kip-series .kip-nav-tabs li {
  display: inline-block;
  padding: 0 10px;
}
.kip-series .brand-filter li.active a, .kip-series .kip-nav-tabs li.active a {
  background: #1387c5;
  color: white;
  font-weight: bold;
}
.kip-series .brand-filter li a, .kip-series .kip-nav-tabs li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid lightskyblue;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.kip-series .brand-filter li a:hover, .kip-series .kip-nav-tabs li a:hover {
  background: #1387c5;
  color: white;
}
.kip-series .series-detail, .kip-series .series-list {
  margin-top: 35px;
}
.kip-series .video-list .item {
  margin-bottom: 30px;
}
.kip-series .video-list .item .img {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.kip-series .video-list .item .img img {
  max-width: 100%;
}
.kip-series .video-list .item .img .play-button {
  background: url("/img/play-button.svg") center no-repeat;
  background-size: 86px;
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
}
.kip-series .video-list .item .video-title {
  margin-top: 12px;
  font-weight: bold;
}

.kip-downloads .downloads-list .download-block .download-block-header {
  padding: 15px 80px 15px 10px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.kip-downloads .downloads-list .download-block .download-block-header:hover {
  background: #c8effe;
}
.kip-downloads .downloads-list .download-block .download-block-header .downloads-number {
  position: absolute;
  width: 34px;
  height: 28px;
  right: 50px;
  top: calc(50% - 14px);
  background: url("/img/folder-icon.svg") no-repeat;
  background-size: cover;
  line-height: 32px;
  text-align: center;
  color: #0074bc;
}
.kip-downloads .downloads-list .download-block .download-block-header .collapse-button {
  position: absolute;
  width: 20px;
  height: 16px;
  right: 10px;
  top: calc(50% - 8px);
  background: url("/img/down-chevron.svg") no-repeat;
  background-size: cover;
}
.kip-downloads .downloads-list .download-block .download-block-header .collapse-button.up {
  background: url("/img/up-chevron.svg") no-repeat;
  background-size: cover;
}
.kip-downloads .downloads-list .download-block .download-items {
  display: none;
}
.kip-downloads .downloads-list .download-block .download-items table {
  margin: 0;
}
.kip-downloads .downloads-list .download-block .download-items table tr {
  background: #eef9fb;
}
.kip-downloads .downloads-list .download-block .download-items table tr td {
  border-bottom: 1px solid #c5f0ff;
  color: #a8acad;
  padding: 15px;
}
.kip-downloads .downloads-list .download-block .download-items table tr td.name {
  padding-left: 30px;
}
.kip-downloads .downloads-list .download-block .download-items table tr td.info-col {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .kip-downloads .downloads-list .download-block .download-items table tr td.info-col {
    width: 100px;
  }
}
.kip-downloads .downloads-list .download-block .download-items table tr:hover {
  background: white;
}
@media screen and (max-width: 768px) {
  .kip-downloads .downloads-list .download-block .download-items table tr td {
    padding: 5px;
  }
  .kip-downloads .downloads-list .download-block .download-items table tr td.name {
    padding-left: 15px;
  }
  .kip-downloads .downloads-list .download-block .download-items table tr td.info-col {
    width: 100px;
  }
}
.poi-catalogue-index .item {
  margin-bottom: 25px;
}
.poi-catalogue-index .item .image {
  height: 150px;
}
.poi-catalogue-index .item .image img {
  max-width: 100%;
  text-align: center;
}
.poi-catalogue-index .item .image .no-image {
  background: #c8e8f7;
  height: 150px;
}
.poi-catalogue-index .item .info .child-title a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #0b72b5;
  border-bottom: 1px solid #37a9db;
}
.poi-catalogue-index .item .info .child-description {
  margin-top: 22px;
}

.poi-catalogue-item .full-image {
  display: table;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.poi-catalogue-item .full-image .image-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f6f6f6;
  font-weight: bold;
  font-size: 48px;
  color: #e6e6e6;
  overflow: hidden;
}
.poi-catalogue-item .full-image .image-container img {
  max-width: 100%;
}
.poi-catalogue-item .full-image .image-container .label-top {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: url(/img/labels/top.svg) no-repeat;
}
.poi-catalogue-item .full-image .image-container .label-new {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: url(/img/labels/new.svg) no-repeat;
}
.poi-catalogue-item .full-image .image-container .label-promotion {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
}
.poi-catalogue-item .full-image .image-container .label-promotion.label-promotion-ua {
  background: url(/img/labels/akciya_ua.svg) no-repeat;
}
.poi-catalogue-item .full-image .image-container .label-promotion.label-promotion-ru {
  background: url(/img/labels/akciya_ru.svg) no-repeat;
}
.poi-catalogue-item .additional-images {
  margin-top: 7px;
}
.poi-catalogue-item .additional-images .image-container {
  width: 49%;
  float: left;
  margin-right: 1%;
  height: 150px;
  display: table;
  margin-bottom: 7px;
}
.poi-catalogue-item .additional-images .image-container .image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  height: 150px;
  background: #e6e6e6;
}
.poi-catalogue-item .additional-images .image-container .image img {
  max-width: 100%;
  max-height: 150px;
}
.poi-catalogue-item .additional-images .image-container:nth-child(2n) {
  margin-right: 0;
  margin-left: 1%;
}
.poi-catalogue-item .videos {
  margin-top: 25px;
}
.poi-catalogue-item .videos .video .img img {
  max-width: 100%;
}
.poi-catalogue-item .videos .video .img .play-button {
  background: url("/img/play-button.svg") center no-repeat;
  background-size: 56px;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  right: 0;
}
.poi-catalogue-item .info .producer {
  color: #0b72b5;
  margin-bottom: 50px;
}
.poi-catalogue-item .info .producer a {
  font-weight: bold;
  text-decoration: none;
}
.poi-catalogue-item .info .producer img {
  height: 40px;
  margin-left: 25px;
}
.poi-catalogue-item .info .price {
  margin: 15px 0 40px;
}
.poi-catalogue-item .info .price .price-count {
  font-size: 40px;
  font-weight: bold;
}
.poi-catalogue-item .info .price .no-price {
  color: grey;
}
.poi-catalogue-item .info .price table {
  width: 100%;
}
.poi-catalogue-item .info .price table td.count {
  font-size: 20px;
}
.poi-catalogue-item .info .buttons {
  margin-top: 10px;
}
.poi-catalogue-item .info .buttons .request-button {
  background: #0466a5;
  color: white;
  border: 1px solid #0466a5;
  font-size: 18px;
}
.poi-catalogue-item .info .code {
  margin-bottom: 15px;
}
.poi-catalogue-item .info .quantity {
  margin: 10px 0 25px;
}
.poi-catalogue-item .info .quantity .pack {
  color: grey;
}
.poi-catalogue-item .info .warehouse {
  color: orange;
}
.poi-catalogue-item .info .warehouse.in {
  color: green;
}
.poi-catalogue-item .info .delivery {
  padding: 5px 0 5px 40px;
  background: url("/img/icons/dostavka.png") no-repeat;
}
.poi-catalogue-item .info .delivery a {
  text-decoration: none;
  border-bottom: 1px dashed #0466a5;
}
.poi-catalogue-item .info .documentation {
  margin-top: 25px;
}
.poi-catalogue-item .info .documentation ul {
  list-style: none;
}
.poi-catalogue-item .info .documentation ul li {
  display: inline-block;
  margin-right: 10px;
}
.poi-catalogue-item .info .documentation ul li a {
  text-decoration: none;
  color: #0a73b5;
  border-bottom: 1px dashed #0a73b5;
  margin-left: 3px;
}
.poi-catalogue-item .info .documentation ul li span {
  color: #ccc;
}
.poi-catalogue-item .poi-nav-tabs {
  margin-top: 40px;
  background: #e2f3fb;
  padding: 10px 20px;
  border: none;
  list-style: none;
}
.poi-catalogue-item .poi-nav-tabs li {
  display: inline-block;
  padding: 0 4px;
}
.poi-catalogue-item .poi-nav-tabs li.active a {
  background: #1387c5;
  color: white;
  font-weight: bold;
}
.poi-catalogue-item .poi-nav-tabs li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid lightskyblue;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.poi-catalogue-item .tab-content {
  margin-top: 35px;
}
.poi-catalogue-item .similar-widget {
  margin-top: 70px;
}
.poi-catalogue-item .similar-widget h3.widget-title {
  color: #0b72b5;
  text-transform: uppercase;
  font-size: 18px;
}
.poi-catalogue-item .similar-widget .item {
  padding: 0 10px 10px;
  border-right: 1px solid #e6e6e6;
}
.poi-catalogue-item .similar-widget .item .image {
  height: 180px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.poi-catalogue-item .similar-widget .item .image .image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 180px;
  color: #e6e6e6;
  font-size: 30px;
  font-weight: bold;
}
.poi-catalogue-item .similar-widget .item .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
.poi-catalogue-item .similar-widget .item .item-title {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.poi-catalogue-item .similar-widget .item .item-title a {
  color: #0b72b5;
  text-decoration: none;
}
.poi-catalogue-item .similar-widget .item .item-title a:hover {
  color: #0b62a4;
}
.poi-catalogue-item .similar-widget .item .description {
  font-size: 11px;
  color: #999;
  height: 45px;
  overflow: hidden;
}
.poi-catalogue-item .similar-widget .item .button {
  margin-top: 25px;
}
.poi-catalogue-item .similar-widget .item .button .buy-button {
  display: block;
  text-decoration: none;
  background: #0b72b5;
  color: white;
  text-align: center;
  padding: 7px 12px;
  width: 50%;
}
.poi-catalogue-item .similar-widget .owl-carousel {
  padding: 0 30px;
}
.poi-catalogue-item .similar-widget .owl-carousel .owl-controls .owl-nav div {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  background: url("/img/slider-arrows.png") no-repeat 0 -37px;
  top: calc(50% - 15px);
}
.poi-catalogue-item .similar-widget .owl-carousel .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.poi-catalogue-item .similar-widget .owl-carousel .owl-controls .owl-nav div.owl-prev:hover {
  background-position: 0 0;
}
.poi-catalogue-item .similar-widget .owl-carousel .owl-controls .owl-nav div.owl-next {
  right: 0;
  background-position: -24px -37px;
}
.poi-catalogue-item .similar-widget .owl-carousel .owl-controls .owl-nav div.owl-next:hover {
  background-position: -24px 0;
}

.poi-catalogue-view .category-filter {
  margin-bottom: 15px;
}
.poi-catalogue-view .category-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.poi-catalogue-view .category-filter ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.poi-catalogue-view .category-filter ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed #1387c5;
}
.poi-catalogue-view .category-filter ul li.active, .poi-catalogue-view .category-filter ul li:hover {
  background: #1387c5;
}
.poi-catalogue-view .category-filter ul li.active a, .poi-catalogue-view .category-filter ul li:hover a {
  color: white;
}
.poi-catalogue-view .filter {
  padding: 10px;
  margin-bottom: 20px;
  background: #e2f3fb;
}
.poi-catalogue-view .filter .brand-filter li {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 5px;
}
.poi-catalogue-view .filter .brand-filter li.active a {
  background: #1387c5;
  color: white;
  font-weight: bold;
}
.poi-catalogue-view .filter .brand-filter li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid lightskyblue;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.poi-catalogue-view .filter .cancel-filter {
  margin-top: 10px;
}
.poi-catalogue-view .filter .cancel-filter li {
  display: inline-block;
  margin-right: 10px;
}
.poi-catalogue-view .filter .cancel-filter li label {
  font-weight: normal;
}
.poi-catalogue-view .filter .cancel-filter li.clear i {
  color: red;
}
.poi-catalogue-view .filter .cancel-filter li.clear a {
  text-decoration: none;
  border-bottom: 1px dashed #0a73b5;
}
.poi-catalogue-view .product-list {
  padding: 0 15px;
}
.poi-catalogue-view .product-list div, .poi-catalogue-view .product-list a {
  word-break: break-all;
}
.poi-catalogue-view .product-list .item {
  padding: 30px 10px 10px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.poi-catalogue-view .product-list .item .image {
  height: 180px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.poi-catalogue-view .product-list .item .image .image-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 180px;
  color: #e6e6e6;
  font-size: 30px;
  font-weight: bold;
}
.poi-catalogue-view .product-list .item .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
.poi-catalogue-view .product-list .item .image .image-container .labels {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
}
.poi-catalogue-view .product-list .item .image .image-container .labels .label-top {
  display: block;
  width: 50px;
  height: 30px;
  background: url(/img/labels/top.svg) no-repeat;
}
.poi-catalogue-view .product-list .item .image .image-container .labels .label-promo {
  display: block;
  width: 50px;
  height: 30px;
}
.poi-catalogue-view .product-list .item .image .image-container .labels .label-promo.label-promo-ua {
  background: url(/img/labels/akciya_ua.svg) no-repeat;
}
.poi-catalogue-view .product-list .item .image .image-container .labels .label-promo.label-promo-ru {
  background: url(/img/labels/akciya_ru.svg) no-repeat;
}
.poi-catalogue-view .product-list .item .item-title {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.poi-catalogue-view .product-list .item .item-title a {
  color: #0b72b5;
  text-decoration: none;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.poi-catalogue-view .product-list .item .item-title a:hover {
  color: #0b62a4;
}
.poi-catalogue-view .product-list .item .description {
  font-size: 11px;
  color: #999;
  height: 45px;
  overflow: hidden;
}
.poi-catalogue-view .product-list .item .price {
  margin-top: 10px;
  font-weight: bold;
}
.poi-catalogue-view .product-list .item .price .in-stock {
  color: green;
}
.poi-catalogue-view .product-list .item .price .out-of-stock {
  color: orange;
}
.poi-catalogue-view .product-list .item .button {
  margin-top: 15px;
}
.poi-catalogue-view .product-list .item .button .buy-button {
  display: block;
  text-decoration: none;
  background: #0b72b5;
  color: white;
  text-align: center;
  padding: 7px 12px;
  width: 50%;
}
.poi-catalogue-view .pages-container {
  margin-top: 20px;
  text-align: center;
}

.kip-layout .poi-default.index .popular-producers {
  margin-bottom: 35px;
}
.kip-layout .poi-default.index .popular-producers h4 {
  margin: 0 0 15px;
}
.kip-layout .poi-default.index .popular-producers .producer-list {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.kip-layout .poi-default.index .popular-producers .producer-list li {
  list-style: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.kip-layout .poi-default.index .popular-producers .producer-list li:first-child {
  padding-left: 0;
}
.kip-layout .poi-default.index .popular-producers .producer-list li:last-child {
  padding-right: 0;
}
.kip-layout .poi-default.index .popular-producers .producer-list li a img {
  max-width: 100%;
}
.kip-layout .poi-default.index .category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.kip-layout .poi-default.index .category-list .main-category .category-title {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  color: #0a73b5;
}
.kip-layout .poi-default.index .category-list .children-categories {
  margin-bottom: 25px;
}
.kip-layout .poi-default.index .category-list .children-categories .item {
  margin-bottom: 10px;
}
.kip-layout .poi-default.index .category-list .children-categories .item .preview {
  height: 150px;
  overflow: hidden;
  text-align: center;
}
.kip-layout .poi-default.index .category-list .children-categories .item .preview img {
  max-width: 100%;
}
.kip-layout .poi-default.index .category-list .children-categories .item .preview .no-image {
  height: 150px;
  background: #c8e8f7;
}
@media screen and (max-width: 767px) {
  .kip-layout .poi-default.index .category-list .children-categories .item .preview {
    height: 85px;
  }
  .kip-layout .poi-default.index .category-list .children-categories .item .child-title {
    line-height: 14px;
  }
}
.kip-layout .poi-default.index .category-list .children-categories .item .child-title {
  text-align: center;
  margin-top: 10px;
}
.kip-layout .poi-default.index .category-list .children-categories .item .child-title a {
  color: #0a73b5;
  font-size: 12px;
}

.kip-video-index .video-list .item {
  margin-bottom: 30px;
}
.kip-video-index .video-list .item .img {
  position: relative;
}
.kip-video-index .video-list .item .img img {
  width: 100%;
}
.kip-video-index .video-list .item .img .play-button {
  background: url("/img/play-button.svg") center no-repeat;
  background-size: 86px;
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
}
.kip-video-index .video-list .item .video-title {
  margin-top: 12px;
}

.led-category-menu {
  padding: 0;
  margin: 0;
}
.led-category-menu li {
  list-style: none;
  margin-bottom: 40px;
}
.led-category-menu li.main-category {
  text-align: center;
}
.led-category-menu li.main-category > a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.led-category-menu li.main-category > img {
  margin-right: 5px;
}
.led-category-menu li.main-category .sub-categories .item {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.led-category-menu li.main-category .sub-categories .item .label-promotion {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 15px;
}
.led-category-menu li.main-category .sub-categories .item .label-promotion.label-promotion-ua {
  background: url(/img/labels/akciya_ua.svg) no-repeat;
}
.led-category-menu li.main-category .sub-categories .item .label-promotion.label-promotion-ru {
  background: url(/img/labels/akciya_ru.svg) no-repeat;
}
.led-category-menu li.main-category .sub-categories .item .notice {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.led-category-menu li.main-category .sub-categories .item .notice.notice-discount {
  background: green;
  color: white;
}
.led-category-menu li.main-category .sub-categories .item .preview {
  height: 95px;
  overflow: hidden;
}
.led-category-menu li.main-category .sub-categories .item .preview .no-image {
  height: 150px;
  background: #e2f3fb;
}
@media screen and (max-width: 1199px) {
  .led-category-menu li.main-category .sub-categories .item .preview {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .led-category-menu li.main-category .sub-categories .item .preview {
    height: 150px;
  }
}
.led-category-menu li.main-category .sub-categories .item .sub-category-title {
  margin-top: 10px;
  line-height: 18px;
}
.led-category-menu li.main-category .sub-categories .item .sub-category-title a {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

.ek-catalogue-index .category-menu .item {
  margin-bottom: 25px;
  position: relative;
}
.ek-catalogue-index .category-menu .item .notice {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.ek-catalogue-index .category-menu .item .notice.notice-discount {
  background: green;
  color: white;
}
.ek-catalogue-index .category-menu .item .image {
  overflow: hidden;
  height: 150px;
  margin-bottom: 10px;
}
.ek-catalogue-index .category-menu .item .image img {
  width: 100%;
}
.ek-catalogue-index .category-menu .item .image .no-image {
  width: 100%;
  height: 150px;
  background: #c8e8f7;
  font-size: 50px;
  padding-top: 50px;
  line-height: 50px;
  text-align: center;
  color: #badae9;
}
.ek-catalogue-index .category-menu .item .category-title {
  text-align: center;
}

.bk-default-index .banner-widget {
  margin-bottom: 10px;
}
.bk-default-index .popular-producers {
  margin-bottom: 35px;
}
.bk-default-index .popular-producers .producer-list {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.bk-default-index .popular-producers .producer-list li {
  list-style: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.bk-default-index .popular-producers .producer-list li:first-child {
  padding-left: 0;
}
.bk-default-index .popular-producers .producer-list li:last-child {
  padding-right: 0;
}
.bk-default-index .popular-producers .producer-list li a img {
  max-width: 90%;
}
.bk-default-index .category-list .list-item {
  margin-bottom: 25px;
}
.bk-default-index .category-list .list-item .image {
  height: 150px;
}
.bk-default-index .category-list .list-item .image img {
  max-width: 100%;
  max-height: 150px;
}
.bk-default-index .category-list .list-item .image .no-image {
  background: #c8e8f7;
  height: 150px;
  text-align: center;
  position: relative;
  font-size: 28px;
}
.bk-default-index .category-list .list-item .image .no-image i {
  color: #fefefe;
  position: absolute;
  top: calc(50% - 14px);
  margin: auto;
  left: 0;
  right: 0;
}
.bk-default-index .category-list .list-item .info .category-title {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.bk-default-index .category-list .list-item .info .category-description {
  margin-top: 22px;
}

.bk-catalogue-view .sub-categories .item {
  margin-bottom: 25px;
  position: relative;
}
.bk-catalogue-view .sub-categories .item .label-promotion {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 100%;
  height: 15px;
}
.bk-catalogue-view .sub-categories .item .label-promotion.label-promotion-ua {
  background: url(/img/labels/akciya_ua.svg) no-repeat;
}
.bk-catalogue-view .sub-categories .item .label-promotion.label-promotion-ru {
  background: url(/img/labels/akciya_ru.svg) no-repeat;
}
.bk-catalogue-view .sub-categories .item .notice {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.bk-catalogue-view .sub-categories .item .notice.notice-discount {
  background: green;
  color: white;
}
.bk-catalogue-view .sub-categories .item .image {
  overflow: hidden;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}
.bk-catalogue-view .sub-categories .item .image img {
  width: 100%;
}
.bk-catalogue-view .sub-categories .item .image .no-image {
  width: 100%;
  height: 100px;
  background: #c8e8f7;
  font-size: 50px;
  padding-top: 25px;
  line-height: 50px;
  text-align: center;
  color: #badae9;
}
.bk-catalogue-view .sub-categories .item .category-title {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.bk-catalogue-view .client-alert {
  border: 1px solid #fbe90b;
  color: red;
  background: #ffffcb;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}
.bk-catalogue-view .discount-info {
  border: 1px solid #07fb1d;
  color: #037400;
  background: #c3ffcb;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}
.bk-catalogue-view .additional-info .min-price {
  color: red;
  text-align: left;
  font-weight: 500;
}
.bk-catalogue-view .additional-info .update-info {
  text-align: right;
}
.bk-catalogue-view .product-list-header {
  padding: 7px 15px 10px;
  background: #f6f6f6;
  margin-top: 20px;
}
.bk-catalogue-view .product-list-header .selectors {
  border-bottom: 1px solid #d9dadc;
}
.bk-catalogue-view .product-list-header .selectors .params {
  color: #777;
}
.bk-catalogue-view .product-list-header .selectors .params .per-page-container {
  margin-right: 60px;
  display: inline-block;
}
.bk-catalogue-view .product-list-header .selectors .params .per-page-container .per-page {
  width: 50px;
  display: inline-block;
  color: black;
}
.bk-catalogue-view .product-list-header .selectors .params .stock {
  display: inline-block;
}
.bk-catalogue-view .product-list-header .selectors .clear-filter {
  text-align: right;
}
.bk-catalogue-view .product-list-header .selectors .clear-filter i {
  color: red;
  font-weight: 100;
}
.bk-catalogue-view .product-list-header .selectors .clear-filter .clear-filter-button {
  text-decoration: none;
  border-bottom: 1px dashed #0a73b5;
}
.bk-catalogue-view .product-list-header .filters {
  padding-top: 20px;
  font-size: 12px;
}
.bk-catalogue-view .product-list-header .filters .field-label {
  margin-bottom: 5px;
}
.bk-catalogue-view .product-list-header .filters .camera-label {
  margin-top: 14px;
  font-size: 40px;
  color: #d9dadc;
}
.bk-catalogue-view .product-list-header input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.bk-catalogue-view .product-list-header label {
  font-weight: normal;
}
.bk-catalogue-view .product-list {
  margin-top: 10px;
  padding: 15px;
  font-size: 12px;
}
.bk-catalogue-view .product-list .item {
  padding: 10px 0 15px;
  border-bottom: 1px solid #e6e6e6;
  color: #666;
}
.bk-catalogue-view .product-list .item div {
  word-break: break-all;
}
.bk-catalogue-view .product-list .item .image {
  display: table;
  width: 100%;
}
.bk-catalogue-view .product-list .item .image .image-container {
  position: relative;
  display: table-cell;
  height: 60px;
  border: 1px solid #e6e6e6;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}
.bk-catalogue-view .product-list .item .image .image-container .label-promotion {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 100%;
  height: 15px;
}
.bk-catalogue-view .product-list .item .image .image-container .label-promotion.label-promotion-ua {
  background: url(/img/labels/akciya_ua.svg) no-repeat;
}
.bk-catalogue-view .product-list .item .image .image-container .label-promotion.label-promotion-ru {
  background: url(/img/labels/akciya_ru.svg) no-repeat;
}
.bk-catalogue-view .product-list .item .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .bk-catalogue-view .product-list .item .image {
    margin-bottom: 10px;
  }
}
.bk-catalogue-view .product-list .item .item-title {
  font-weight: bold;
  color: black;
  font-size: 13px;
}
.bk-catalogue-view .product-list .item .item-title a {
  font-weight: bold;
}
.bk-catalogue-view .product-list .item .item-code {
  word-break: break-all;
}
.bk-catalogue-view .product-list .item .description {
  margin-top: 7px;
  padding: 0;
  color: #666;
  font-size: 12px;
}
.bk-catalogue-view .product-list .item .price-range {
  color: green;
  font-size: 9px;
}
.bk-catalogue-view.horizontal-view .product-list-header {
  padding: 10px;
}
.bk-catalogue-view.horizontal-view .product-list-header .selectors {
  border-bottom: none;
}
.bk-catalogue-view.horizontal-view .product-list-header .selectors .params .stock {
  line-height: 0;
}
.bk-catalogue-view.horizontal-view .product-list-header .selectors .params .stock .field-in_stock {
  margin: 0;
}
.bk-catalogue-view.horizontal-view .product-list-header .help-block {
  display: none;
}
.bk-catalogue-view.horizontal-view .product-list {
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
}
.bk-catalogue-view.horizontal-view .product-list .item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
  color: #666;
}
.bk-catalogue-view.horizontal-view .product-list .item .image .image-container {
  height: 100px;
  border: none;
}
.bk-catalogue-view.horizontal-view .product-list .item .image .image-container .no-image {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .bk-catalogue-view.horizontal-view .product-list .item .image {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
  }
  .bk-catalogue-view.horizontal-view .product-list .item .image .image-container {
    height: auto;
  }
  .bk-catalogue-view.horizontal-view .product-list .item .image .image-container .no-image {
    padding: 40px 0;
  }
}
.bk-catalogue-view.horizontal-view .product-list .item .item-title {
  font-size: 14px;
  line-height: 16px;
}
.bk-catalogue-view.horizontal-view .product-list .item .item-title a {
  font-size: 14px;
  line-height: 16px;
  color: #1372b6;
  text-decoration: none;
}
.bk-catalogue-view.horizontal-view .product-list .item .item-title a:hover {
  color: #135392;
}
.bk-catalogue-view.horizontal-view .product-list .item .category {
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
}
.bk-catalogue-view.horizontal-view .product-list .item .description {
  margin-top: 5px;
  color: #000;
  font-size: 12px;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block {
  margin-top: 10px;
  position: relative;
  font-size: 11px;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block .datasheet {
  position: absolute;
  left: 0;
  bottom: 3px;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block .foreign {
  color: #9f9f9f;
  margin-bottom: 3px;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block .producer a {
  color: #1372b6;
  text-decoration: none;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block .producer a:hover {
  color: #135392;
}
.bk-catalogue-view.horizontal-view .product-list .item .bottom-block.with-datasheet {
  padding-left: 30px;
}
.bk-catalogue-view.horizontal-view .product-list .item .prices .price {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: black;
}
.bk-catalogue-view.horizontal-view .product-list .item .prices .price-opt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #9e9e9e;
}
.bk-catalogue-view.horizontal-view .product-list .item .prices .count-range {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}
.bk-catalogue-view.horizontal-view .product-list .item .no-price {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 24px;
}
.bk-catalogue-view.horizontal-view .product-list .item .pack {
  line-height: 24px;
  font-size: 14px;
  color: #9e9e9e;
}
.bk-catalogue-view.horizontal-view .product-list .item .quantity {
  line-height: 24px;
  font-size: 14px;
}
.bk-catalogue-view.horizontal-view .product-list .item .quantity .in-stock {
  color: #008f3d;
}
.bk-catalogue-view.horizontal-view .product-list .item .quantity .out-of-stock {
  color: #fcb529;
}
.bk-catalogue-view.horizontal-view .product-list .item .order-button {
  margin-top: 10px;
}
.bk-catalogue-view.horizontal-view .product-list .item .order-button button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
  transition: 0.2s;
}
.bk-catalogue-view.horizontal-view .product-list .item .price-range {
  color: green;
  font-size: 9px;
}

.bk-layout .left-menu .menu-items .item-container .item {
  padding-left: 25px !important;
}
.bk-layout .banner-widget {
  margin-bottom: 20px;
}

.svetofory-default-index .default-category-menu .categories .item .preview {
  height: 150px;
}

.svetofory-default-view .top-navigation {
  text-align: center;
}
.svetofory-default-view .description {
  margin-bottom: 25px;
}
.svetofory-default-view .product-list .card {
  margin-bottom: 25px;
  text-align: center;
}
.svetofory-default-view .product-list .card .image {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.svetofory-default-view .product-list .card .image .image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 285px;
}
.svetofory-default-view .product-list .card .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
.svetofory-default-view .product-list .card .product-title {
  margin-bottom: 7px;
}
.svetofory-default-view .product-list .card .product-title a {
  font-weight: bold;
  text-decoration: none;
}
.svetofory-default-view .product-list .card .product-description {
  font-size: 13px;
}

.svetofory-product-view .short-description {
  font-weight: bold;
  margin-bottom: 35px;
}
.svetofory-product-view .image {
  text-align: center;
  border: 1px solid #f6f6f6;
  padding: 5px;
}
.svetofory-product-view .description {
  margin-top: 35px;
}

.parkomaty-product-view .image {
  text-align: center;
}
.parkomaty-product-view .info label {
  color: #0a73b5;
  font-weight: normal;
}
.parkomaty-product-view .info .serial-number {
  margin-bottom: 10px;
}
.parkomaty-product-view .tab-content {
  margin-top: 15px;
}

.sea-parking-logo {
  background-color: #808080;
  padding: 3px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 5px;
  width: 200px;
  height: 50px;
}

.configurator-index .login-block {
  padding: 50px 30px 30px;
  margin-bottom: 45px;
  background: #ecf7fd;
}
.configurator-index .login-block .notice {
  color: red;
  font-size: 16px;
}
.configurator-index .login-block .notice-2 {
  margin-top: 40px;
  color: #1071b5;
}
.configurator-index .login-block .login-form .form-title {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 0;
}
.configurator-index .login-block .login-form .btn {
  width: 49%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
@media screen and (max-width: 991px) {
  .configurator-index .login-block .login-form {
    margin-top: 10px;
  }
}
.configurator-index .configurator-form .panel {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.configurator-index .configurator-form .panel .panel-heading {
  background: #fbfbfb;
  padding: 0;
}
.configurator-index .configurator-form .panel .panel-heading h4 a {
  display: block;
  padding: 10px 15px;
  color: #0a73b5;
}
.configurator-index .configurator-form .panel .panel-body {
  border: none;
}
.configurator-index .configurator-form label.field-label {
  font-weight: normal;
  text-align: right;
  float: right;
}
@media screen and (max-width: 991px) {
  .configurator-index .configurator-form label.field-label {
    text-align: left;
    float: none;
  }
}
.configurator-index .configurator-form h3 {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .configurator-index .configurator-form h3 {
    text-align: left;
  }
}
.configurator-index .configurator-form .radio {
  margin: 0 0 5px;
}
.configurator-index .configurator-form .radio.inline {
  display: inline-block;
}
.configurator-index .configurator-form .radio .help-block {
  display: none;
}
.configurator-index .configurator-form .radio label {
  float: none;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.configurator-index .configurator-form .radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 26px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 1px;
  border: 1px solid #ccc;
  background: white;
}
.configurator-index .configurator-form .radio input[type=radio] {
  display: none;
}
.configurator-index .configurator-form .radio input[type=radio]:checked + label:before {
  content: "•";
  font-size: 38px;
  color: #1073b4;
  text-align: center;
  line-height: 24px;
}

.pc-category-menu {
  padding: 0;
  margin: 0;
}
.pc-category-menu li {
  list-style: none;
  margin-bottom: 40px;
}
.pc-category-menu li.main-category {
  text-align: center;
}
.pc-category-menu li.main-category > a {
  display: block;
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}
.pc-category-menu li.main-category > img {
  margin-right: 5px;
}
.pc-category-menu li.main-category .sub-categories .item {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.pc-category-menu li.main-category .sub-categories .item .notice {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.pc-category-menu li.main-category .sub-categories .item .notice.notice-discount {
  background: green;
  color: white;
}
.pc-category-menu li.main-category .sub-categories .item .preview {
  height: 95px;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.pc-category-menu li.main-category .sub-categories .item .preview .no-image {
  width: 100%;
  height: 100px;
  background: #c8e8f7;
  font-size: 50px;
  padding-top: 25px;
  line-height: 50px;
  text-align: center;
  color: #badae9;
}
@media screen and (max-width: 1199px) {
  .pc-category-menu li.main-category .sub-categories .item .preview {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .pc-category-menu li.main-category .sub-categories .item .preview {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pc-category-menu li.main-category .sub-categories .item .preview {
    height: 85px;
  }
}
.pc-category-menu li.main-category .sub-categories .item .sub-category-title {
  margin-top: 10px;
  line-height: 18px;
}
.pc-category-menu li.main-category .sub-categories .item .sub-category-title a {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

.pc-series-view .series-list .item {
  margin-bottom: 35px;
  position: relative;
  height: 250px;
}
.pc-series-view .series-list .item .item-container {
  position: absolute;
  background: white;
  width: 100%;
  padding: 10px 10px 25px;
  height: 250px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.pc-series-view .series-list .item .item-container .image-container {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.pc-series-view .series-list .item .item-container .image-container .image {
  position: relative;
  display: table-cell;
  height: 115px;
  text-align: center;
  vertical-align: middle;
}
.pc-series-view .series-list .item .item-container .image-container .image .label-new {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: url(/img/labels/new.svg) no-repeat;
}
.pc-series-view .series-list .item .item-container .image-container .image img {
  max-width: 100%;
  max-height: 115px;
}
.pc-series-view .series-list .item .item-container .image-container .image i {
  font-size: 28px;
  color: #e6e6e6;
}
.pc-series-view .series-list .item .item-container .s-title a {
  font-size: 16px;
}
.pc-series-view .series-list .item .item-container .s-descr {
  font-size: 11px;
  color: #666;
}
.pc-series-view .series-list .item .item-container:hover {
  z-index: 200;
  height: auto;
  overflow: visible;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.41);
  -moz-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.41);
  box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.41);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.ip-catalogue-index .catalogue-menu .item {
  border: 1px solid rgb(57, 169, 219);
  position: relative;
  margin-bottom: 25px;
}
.ip-catalogue-index .catalogue-menu .item .image {
  height: 200px;
  overflow: hidden;
}
.ip-catalogue-index .catalogue-menu .item .image .no-image {
  width: 100%;
  height: 200px;
  background: #c8e8f7;
  font-size: 50px;
  padding-top: 65px;
  text-align: center;
  color: #badae9;
}
.ip-catalogue-index .catalogue-menu .item .image img {
  width: 100%;
}
.ip-catalogue-index .catalogue-menu .item .info {
  text-decoration: none;
  transition: 0.5s linear;
  padding: 10px;
  position: absolute;
  height: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  background: rgb(57, 169, 219);
}
.ip-catalogue-index .catalogue-menu .item .info .child-title {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.ip-catalogue-index .catalogue-menu .item .info .child-description {
  transition: 0.4s;
  font-size: 15px;
  opacity: 0;
  color: white;
}
.ip-catalogue-index .catalogue-menu .item:hover .info {
  padding-top: 20px;
  top: 0;
  background: rgba(57, 169, 219, 0.8);
  height: auto;
  display: block;
}
.ip-catalogue-index .catalogue-menu .item:hover .info .child-title {
  font-weight: bold;
}
.ip-catalogue-index .catalogue-menu .item:hover .info .child-description {
  opacity: 1;
}

.screens-default-index .default-category-menu .categories .item .preview {
  height: 200px;
}

.smartcity-default-index .default-category-menu .categories .item .preview {
  height: 130px;
}
.smartcity-default-index .default-category-menu .categories .item .preview img {
  transition: 0.5s;
}
.smartcity-default-index .default-category-menu .categories .item .preview img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.configurator-layout {
  background: #f7f7f9;
}
.configurator-layout header {
  height: 70px;
  background: #2d6693;
  position: relative;
}
.configurator-layout header .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  padding: 20px 30px;
}
.configurator-layout header .menu a {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 999;
  background: url("/img/configurator/menu.svg") no-repeat center;
}
.configurator-layout header .menu a.opened {
  width: 25px;
  height: 25px;
  background: url("/img/configurator/close.svg") no-repeat center;
}
.configurator-layout header .logo {
  margin-left: 90px;
  display: inline-block;
  padding: 20px 0;
}
.configurator-layout header .logo img {
  position: absolute;
  z-index: 999;
  height: 30px;
}
.configurator-layout header .header-text {
  margin: 0 auto;
  width: 330px;
  display: inline-block;
  position: absolute;
  color: white;
  font-size: 17px;
  padding: 20px 0;
  left: 0;
  right: 0;
}
.configurator-layout header .menu-content {
  display: none;
  position: absolute;
  top: 0;
  z-index: 998;
  width: 340px;
  background: #005685;
  padding: 90px 35px 60px;
}
.configurator-layout header .menu-content ul {
  margin: 0;
  padding: 0;
}
.configurator-layout header .menu-content ul li {
  display: block;
  list-style: none;
}
.configurator-layout header .menu-content ul li a {
  display: block;
  padding: 10px 0 10px 50px;
  position: relative;
  color: #60a6d9;
  font-size: 18px;
  text-decoration: none;
}
.configurator-layout header .menu-content ul li a:hover {
  color: #64b7ec;
}
.configurator-layout header .menu-content ul li a img {
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  top: 12px;
}

.configurator-layout .default-index {
  min-height: 500px;
  padding: 35px 0;
  background: #f5f5f5;
}
.configurator-layout .default-index .actions {
  font-size: 16px;
  color: #666;
}
.configurator-layout .default-index .actions .new-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 30px;
  background: #60a6d9;
  color: white;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.configurator-layout .default-index .actions .new-button:hover {
  background: #63b0e4;
  color: white;
}
.configurator-layout .default-index .configurator-options {
  position: relative;
  min-height: 300px;
}
.configurator-layout .default-index .configurator-options.loading .configurator-content {
  display: none;
}
.configurator-layout .default-index .configurator-options.loading:after {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50px;
  background: url("/img/preloader/preloader_line_medium.gif") no-repeat center;
}
.configurator-layout .default-index .configurator-content {
  display: block;
}
.configurator-layout .default-index .configurator-content .configurations {
  margin-top: 40px;
}
.configurator-layout .default-index .configurator-content .configurations .item {
  text-align: center;
  margin-bottom: 40px;
}
.configurator-layout .default-index .configurator-content .configurations .item img {
  width: 100%;
  margin-bottom: 10px;
}
.configurator-layout .default-index .configurator-content .configurations .item .configuration-title {
  color: #2c79af;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.configurator-layout .default-index .configurator-content .configurations .item .configuration-button {
  color: #666;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: white;
  text-decoration: none !important;
  transition: 0.5s;
}
.configurator-layout .default-index .configurator-content .configurations .item .configuration-button:hover {
  background: #2c79af;
  color: white;
}

.configurator-layout ::-webkit-scrollbar {
  width: 5px;
}
.configurator-layout ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(150, 150, 150, 0.3);
  border-radius: 10px;
}
.configurator-layout ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #aaa;
}
.configurator-layout .default-create .main-content {
  padding-left: 432px;
  height: 600px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.configurator-layout .default-create .main-content .main-categories {
  position: absolute;
  overflow: auto;
  width: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #2e7fbe;
  border-right: #d9d9d9;
}
.configurator-layout .default-create .main-content .main-categories ul {
  padding: 0;
  margin: 0;
}
.configurator-layout .default-create .main-content .main-categories ul li {
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #4893cc;
}
.configurator-layout .default-create .main-content .main-categories ul li:hover, .configurator-layout .default-create .main-content .main-categories ul li.active {
  background: #f7f7f9;
}
.configurator-layout .default-create .main-content .main-categories ul li:hover a, .configurator-layout .default-create .main-content .main-categories ul li.active a {
  color: #2e7fbe;
  border-right: #d9d9d9;
}
.configurator-layout .default-create .main-content .main-categories ul li a {
  cursor: pointer;
  display: block;
  color: white;
  padding: 20px 15px;
  text-decoration: none;
  line-height: 16px;
}
.configurator-layout .default-create .main-content .main-categories ul li a img {
  display: block;
  width: 40px;
  margin: 0 auto 12px;
}
.configurator-layout .default-create .main-content .subcategories {
  padding: 5px;
  position: absolute;
  overflow: auto;
  width: 280px;
  left: 151px;
  background: #f5f5f5;
  bottom: 0;
  top: 0;
  border-right: 1px solid #d9d9d9;
}
.configurator-layout .default-create .main-content .products {
  position: relative;
  background: white;
  height: 100%;
}
.configurator-layout .default-create .main-content .products .no-items {
  padding: 15px 10px;
}
.configurator-layout .default-create .main-content .products .no-items h5 {
  margin: 0;
  color: #666;
}
.configurator-layout .default-create .main-content .products.loading:before {
  z-index: 2;
  content: "";
  display: block;
  background: rgba(247, 255, 251, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.configurator-layout .default-create .main-content .products.loading:after {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50px;
  background: url("/img/preloader/preloader_line_medium.gif") no-repeat center;
}
.configurator-layout .default-create .main-content .products .item {
  padding: 15px;
}
.configurator-layout .default-create .main-content .products .item:hover .item-container .image {
  border-color: #2e7fbe;
}
.configurator-layout .default-create .main-content .products .item:hover .item-container .item-name {
  color: #5e96c9;
}
.configurator-layout .default-create .main-content .products .item .item-container .image {
  margin-bottom: 7px;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 150px;
  display: table;
  width: 100%;
}
.configurator-layout .default-create .main-content .products .item .item-container .image .image-container {
  display: table-cell;
  height: 150px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.configurator-layout .default-create .main-content .products .item .item-container .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
.configurator-layout .default-create .main-content .products .item .item-container .image .image-container .no-image {
  height: 150px;
  width: 100%;
  background: #cddeff;
}
.configurator-layout .default-create .main-content .products .item .item-container .image .image-container .no-image i {
  margin-top: 50px;
  font-size: 35px;
  color: #666;
}
.configurator-layout .default-create .main-content .products .item .item-container .item-name {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #717173;
}
.configurator-layout .default-create .main-content .products .product-view {
  width: 100%;
  position: absolute;
  top: 0;
  background: white;
}
.configurator-layout .default-create .main-content .products .product-view .product-top {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.configurator-layout .default-create .main-content .products .product-view .product-top .back-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fbcf3a;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #595a55;
  text-decoration: none;
}
.configurator-layout .default-create .main-content .products .product-view .product-top .back-button:hover {
  background: #e7bc39;
}
.configurator-layout .default-create .main-content .products .product-view .product-top .nav li.active a {
  background: #c5c6c8;
}
.configurator-layout .default-create .main-content .products .product-view .product-top .nav li a {
  color: #717173;
  padding: 9px 15px;
  border-radius: 0;
}
.configurator-layout .default-create .main-content .products .product-view .product-info {
  padding-right: 35%;
  height: 516px;
  position: relative;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .tab-info {
  padding: 25px;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image {
  position: absolute;
  width: 35%;
  right: 0;
  bottom: 0;
  top: 0;
  border-left: 1px solid #d9d9d9;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .image-container {
  text-align: center;
  margin-top: 15px;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .image-container img {
  max-width: 90%;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .image-container .no-image {
  margin: 0 auto;
  height: 150px;
  width: 90%;
  background: #cddeff;
  border-radius: 3px;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .image-container .no-image i {
  margin-top: 50px;
  font-size: 35px;
  color: #666;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .buy-button {
  display: block;
  text-decoration: none;
  background: #fbcf3a;
  color: #004a7f;
  padding: 15px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.configurator-layout .default-create .main-content .products .product-view .product-info .product-image .buy-button:hover {
  background: #e7bc39;
}
.configurator-layout .my-products {
  margin: 40px 0 100px;
}
.configurator-layout .my-products .table th {
  background: #ececec;
  color: #717173;
}
.configurator-layout .my-products .table td {
  color: #717173;
}
.configurator-layout .my-products .table td.count-row {
  text-align: center;
  position: relative;
}
.configurator-layout .my-products .table td.count-row .control {
  padding: 7px;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 1px;
  background: #b0b1b3;
  color: #595959;
  cursor: pointer;
  text-decoration: none;
}
.configurator-layout .my-products .table td.count-row .control.minus {
  left: 0;
}
.configurator-layout .my-products .table td.count-row .control.plus {
  right: 0;
}
.configurator-layout .my-products .total {
  text-align: right;
  color: #717173;
}
.configurator-layout .my-products .total .count {
  font-weight: bold;
}
.configurator-layout .my-products .button {
  margin-top: 10px;
  text-align: right;
}
.configurator-layout .my-products .button .order-btn {
  background: #fbcf3a;
  color: #004a7f;
  font-size: 20px;
  line-height: 22px;
  padding: 15px 50px;
}

.en-layout .default-stock .product-list-header .selectors {
  border: none;
}
.en-layout .default-stock .product-list {
  margin: 25px 0;
}
.en-layout .default-stock .product-list .mobile-label {
  display: none;
}
.en-layout .default-stock .product-list .table-header {
  background: #cdeefd;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
}
.en-layout .default-stock .product-list .product-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.en-layout .default-stock .product-list .product-item:nth-child(2) {
  background: #f9f9f9;
}
.en-layout .default-stock .product-list .product-item:hover {
  background: #e1f9fe;
}
.en-layout .default-stock .product-list .product-item .btn {
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 991px) {
  .en-layout .default-stock .product-list .mobile-label {
    display: inline-block;
  }
  .en-layout .default-stock .product-list .table-header {
    display: none;
  }
  .en-layout .default-stock .product-list .product-item {
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
  }
  .en-layout .default-stock .product-list .product-item .product-part-number {
    font-weight: bold;
    color: #0aa3cf;
  }
  .en-layout .default-stock .product-list .product-item .product-quanity .count {
    color: green;
  }
  .en-layout .default-stock .product-list .product-item .product-price {
    padding-bottom: 5px;
  }
}

.en-layout h1.main-title {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px;
}
.en-layout .default-contact .text-center {
  margin-bottom: 35px;
}
.en-layout .default-contact .feedback-form {
  margin-top: 60px;
  border: 1px solid #6abfe6;
  padding: 25px;
  color: #666;
}
.en-layout .default-contact .feedback-form h2 {
  font-size: 40px;
  font-weight: lighter;
  margin: 0 0 50px;
  color: black;
}

.en-layout .news-index .news .news-item {
  margin-bottom: 30px;
}
.en-layout .news-index .news .news-item .image {
  width: 100%;
  display: table;
  height: 260px;
  margin-bottom: 18px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.en-layout .news-index .news .news-item .image .image-container {
  display: table-cell;
  vertical-align: middle;
  height: 260px;
  position: relative;
  text-align: center;
}
.en-layout .news-index .news .news-item .image .image-container a {
  display: block;
  max-height: 260px;
}
.en-layout .news-index .news .news-item .image .image-container a img {
  width: 100%;
  transition: 800ms;
}
.en-layout .news-index .news .news-item .image .image-container a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.en-layout .news-index .news .news-item .image .image-container .detail {
  position: absolute;
  bottom: 0;
  left: 5%;
  background: #014984;
  color: white;
  font-size: 11px;
  padding: 7px 10px;
}
.en-layout .news-index .news .news-item .info {
  padding: 0 5%;
}
.en-layout .news-index .news .news-item .info .section {
  margin-bottom: 14px;
}
.en-layout .news-index .news .news-item .info .section a {
  color: #888;
  text-decoration: none;
}
.en-layout .news-index .news .news-item .info .section a:hover {
  color: #0a73b5;
}
.en-layout .news-index .news .news-item .info .title {
  margin-bottom: 12px;
}
.en-layout .news-index .news .news-item .info .title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.en-layout .news-index .news .news-item .info .title a:hover {
  color: #0a73b5;
}
.en-layout .news-index .news .news-item .info .short-description {
  color: #666;
  height: 65px;
  position: relative;
  overflow: hidden;
}
.en-layout .news-index .news .news-item .info .short-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: rgba(100, 100, 100, 0.5);
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgb(252, 252, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#fcfcfc",GradientType=0 );
}

.page-producer-list .filter {
  padding: 20px 40px;
  background: #f6f6f6;
}
.page-producer-list .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-producer-list .filter ul li {
  display: inline-block;
  margin-right: 25px;
}
.page-producer-list .filter ul li:last-child {
  padding: 0;
}
.page-producer-list .filter ul li a {
  font-size: 16px;
}
.page-producer-list .list .key {
  width: 50px;
  height: 50px;
  background: #f6f6f6;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #0a73b5;
  font-weight: bold;
}
.page-producer-list .list .group {
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0a9fe6;
}
.page-producer-list .list .group:last-child {
  border: none;
}
.page-producer-list .list .group .item {
  margin-bottom: 10px;
}

.page-producer-categories .cluster-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-producer-categories .cluster-list li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  background: #f6f6f6;
  margin-bottom: 10px;
}
.page-producer-categories .cluster-list li a:hover, .page-producer-categories .cluster-list li a.active {
  background: #39a9db;
  color: white;
}
.page-producer-categories .producers-container .producer-header {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  background: #c8e8f7;
  padding: 20px;
  font-size: 14px;
}
.page-producer-categories .producers-container .producer-list .item {
  margin-bottom: 15px;
}
.page-producer-categories .producers-container .placeholder-container {
  text-align: center;
  display: none;
}

.news-view .more {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.news-view .more li {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.cs_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f5f5f5;
  width: 500px;
  padding: 20px;
  margin: 20px 0;
}
.cs_content .cs_main_header {
  font-weight: 900;
  font-size: 18px;
}
.cs_content a {
  font-weight: 500;
}

.calculator_container {
  max-width: 847px;
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px;
}

.calculator .wrapper {
  display: flex;
  gap: 5%;
}
.calculator .wrapper .item {
  width: 45%;
}
.calculator .wrapper .item div > label {
  margin-bottom: 8px;
  display: block;
}
.calculator .wrapper .option_color {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  appearance: none;
  background-color: white;
  color: black;
  box-sizing: border-box;
}

.button {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.choice_rez {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.choice_rez > p {
  margin-top: 15px;
}

.result_main {
  margin-top: 10px;
  font-size: 16px;
  padding: 10px;
  background-color: #e1dfdf;
}
.result_main span {
  padding: 3px 7px;
}

.result_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.articles-index .articles-list {
  margin-bottom: 10px;
}
.articles-index .articles-list .article-item {
  font-size: 14px;
  line-height: 14px;
  padding: 15px 5px;
  border-bottom: 1px solid #bcefff;
}
.articles-index .articles-list .article-item:first-child {
  border-top: 1px solid #bcefff;
}
.articles-index .articles-list .article-item:hover {
  background: #ebf9fc;
}
.articles-index .articles-list .article-item .separator {
  color: #c3c3c3;
  padding: 0 3px;
}
@media screen and (max-width: 991px) {
  .articles-index .articles-list .article-item {
    padding: 10px 0;
  }
  .articles-index .articles-list .article-item .article-name {
    margin-bottom: 7px;
  }
}

.contact-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #F5F5F5;
  padding: 20px;
  box-sizing: border-box;
}

.contact-card {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
}
.contact-card:hover {
  background: #F5F5F5;
}
.contact-card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.contact-card a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #000;
}

@media (max-width: 992px) {
  .contact-card {
    flex: 1 1 calc(50% - 20px); /* 2 картки в ряд */
  }
}
@media (max-width: 600px) {
  .contact-card {
    flex: 1 1 100%; /* 1 картка в ряд */
  }
}
.faq-index .faq-search {
  margin-bottom: 20px;
}
.faq-index .faq-search .search-container {
  background: #F6F6F6;
  padding: 10px;
}
.faq-index .faq-items .faq-item {
  background: #FFFFFF;
  border: 1px solid #C8E8F8;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 15px;
}
.faq-index .faq-items .faq-item .faq-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 15px 35px 15px 10px;
  position: relative;
}
.faq-index .faq-items .faq-item .faq-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  background: url("../img/arrow_down.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 8px;
}
.faq-index .faq-items .faq-item .faq-description {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  transition: max-height 1s ease-out;
  display: none;
  padding: 15px 60px 15px 30px;
}
.faq-index .faq-items .faq-item.open {
  border: 1px solid #C8E8F8;
}
.faq-index .faq-items .faq-item.open .faq-title {
  background: #EBF9FC;
}
.faq-index .faq-items .faq-item.open .faq-title:after {
  transform: rotate(180deg);
}
.faq-index .faq-items .faq-item:hover .faq-title {
  color: #0B72B5;
  background: #EBF9FC;
}

@media only screen and (max-width: 767px) {
  .faq-index .faq-search {
    margin-bottom: 15px;
  }
  .faq-index .faq-items .faq-item {
    margin-bottom: 10px;
  }
  .faq-index .faq-items .faq-item .faq-title {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 25px 10px 7px;
  }
  .faq-index .faq-items .faq-item .faq-title:after {
    right: 10px;
    width: 12px;
    height: 6px;
  }
  .faq-index .faq-items .faq-item .faq-description {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }
}
.distributor-index .distributors-section {
  margin-top: 70px;
}
.distributor-index .distributors-section h2.section-title {
  font-size: 28px;
  margin: 0 0 50px;
  padding: 0;
  font-weight: normal;
}
.distributor-index .distributors-section .distributor-list {
  background: #fcfcfc;
  padding: 30px;
  min-height: 500px;
}
.distributor-index .distributors-section .distributor-list .filter {
  padding: 10px;
  margin: 0 0 35px;
  list-style: none;
  text-align: center;
  border-top: 1px solid #0a9fe6;
  border-bottom: 1px solid #0a9fe6;
}
.distributor-index .distributors-section .distributor-list .filter li {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  color: #0a73b5;
  cursor: pointer;
}
.distributor-index .distributors-section .distributor-list .filter li.active, .distributor-index .distributors-section .distributor-list .filter li:hover {
  color: #0aa4ff;
}
.distributor-index .distributors-section .distributor-list .item {
  margin-bottom: 35px;
}
.distributor-index .distributors-section .distributor-list .item .image {
  display: table;
  width: 100%;
}
.distributor-index .distributors-section .distributor-list .item .image .image-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: white;
  height: 150px;
  color: #ccc;
}
.distributor-index .distributors-section .distributor-list .item .image .image-container img {
  max-width: 100%;
  max-height: 100%;
}
.distributor-index .distributors-section .distributor-list .item .item-title {
  margin-top: 10px;
  text-align: center;
  height: 40px;
  overflow: hidden;
}

.distributor-view .cluster-list {
  margin-top: 50px;
}
.distributor-view .cluster-list h2.section-title {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 35px;
}
.distributor-view .cluster-list .cluster {
  margin-bottom: 10px;
}

.job-index .header-title {
  font-weight: normal;
}
.job-index .job-list {
  padding-top: 20px;
}
.job-index .job-list .job-item {
  margin-bottom: 35px;
}
.job-index .job-list .job-item .job-info {
  margin-bottom: 7px;
}
.job-index .job-list .job-item .job-title a {
  font-size: 22px;
  color: #6abfe6;
}

.job-view .job-info {
  margin-top: -5px;
  margin-bottom: 20px;
}
.job-view .block {
  margin-bottom: 35px;
}
.job-view .block ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 17px;
  font-weight: 300;
}
.job-view .block ul li:before {
  padding-right: 7px;
}
.job-view .block.requirements {
  background: #f0fafc;
  padding: 25px;
}
.job-view .block h3 {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.job-view .back-link {
  margin-top: 35px;
}
.job-view .back-link a {
  color: #0a73b5;
}

.signup-index .head {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}
.signup-index .head .info-button {
  position: absolute;
  top: 10px;
  right: 0;
}
.signup-index .additional-info {
  padding: 30px;
  background: #fbfbfb;
  border: 1px solid #f6f6f6;
  display: none;
}
.signup-index .links {
  margin-top: 50px;
}
.signup-index .links .item {
  text-align: center;
}
.signup-index .links .item .icon {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.signup-index .links .item .icon .icon-container {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

.signup-view .additional-information {
  margin-bottom: 35px;
}
.signup-view .signup-form {
  color: #575757;
  background: #fbfbfb;
  border: 1px solid #f2f2f2;
  padding: 50px;
}
.signup-view .signup-form label.input-label {
  display: block;
  font-weight: normal;
  text-align: right;
  margin-bottom: 0;
}
.signup-view .signup-form .label-info-text {
  text-align: right;
  font-size: 11px;
  color: #666;
}
.signup-view .signup-form .block-title {
  font-size: 16px;
  text-align: right;
  margin-bottom: 20px;
}
.signup-view .signup-form .email-sending .news-categories {
  padding: 15px 10px;
  background: white;
  border: 1px solid #f2f2f2;
}
.signup-view .signup-form .email-sending .news-categories b {
  display: block;
  text-align: left;
  margin: 30px 15px 10px;
}
.signup-view .signup-form .email-sending .news-categories b:first-child {
  margin: 0 15px 10px;
}
.signup-view .signup-form .email-sending .news-categories .form-group {
  margin: 0;
}
.signup-view .terms {
  margin-top: 25px;
  font-weight: 300;
}
.signup-view .terms .buttons {
  margin-top: 25px;
}

.site-contacts .contact-tabs {
  border: none;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-contacts .contact-tabs li a span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}
.site-contacts .contact-tabs li.active a, .site-contacts .contact-tabs li:focus a, .site-contacts .contact-tabs li:hover a {
  background: #10A6D1;
  border-radius: 10px;
}
.site-contacts .contact-tabs li.active a span, .site-contacts .contact-tabs li:focus a span, .site-contacts .contact-tabs li:hover a span {
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .site-contacts .tab-content .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.site-contacts .tab-content .col-lg-3,
.site-contacts .tab-content .col-md-3,
.site-contacts .tab-content .col-sm-6 {
  display: flex;
}
.site-contacts .tab-content .info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 0 20px;
}
.site-contacts .tab-content .info-col:before {
  content: "";
  display: block;
  height: 52px;
  width: 100%;
  margin-bottom: 25px;
}
.site-contacts .tab-content .info-col.address:before {
  background: url("/img/icons/pointer-new.svg") no-repeat center;
}
.site-contacts .tab-content .info-col.phone .number {
  font-size: 20px;
}
.site-contacts .tab-content .info-col.phone:before {
  background: url("/img/icons/phone-new.svg") no-repeat center;
}
.site-contacts .tab-content .info-col.work-time:before {
  background: url("/img/icons/time-new.svg") no-repeat center;
}
.site-contacts .tab-content .info-col.email a {
  font-size: 18px;
}
.site-contacts .tab-content .info-col.email:before {
  background: url("/img/icons/mail-new.svg") no-repeat center;
}
@media screen and (max-width: 992px) {
  .site-contacts .tab-content .info-col {
    margin-bottom: 40px;
  }
}
.site-contacts .text {
  margin-top: 35px;
}
.site-contacts .map {
  height: 420px;
  width: 100%;
  margin-top: 50px;
}
.site-contacts .feedback {
  margin-top: 60px;
  border: 1px solid #6abfe6;
  padding: 25px;
  color: #666;
}
.site-contacts .feedback .form-title {
  font-size: 40px;
  font-weight: lighter;
  margin: 0 0 50px;
  color: black;
}
.site-contacts .feedback input, .site-contacts .feedback textarea {
  border-color: #ccc;
}

.contact-main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

.info-col-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: #7B7B7B;
}

.info-col-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: #000000;
}
.info-col-content a {
  color: #000000;
}

.site-index .block-title {
  margin-bottom: 20px;
}
.site-index .block-title .b-title {
  display: inline-block;
  font-size: 26px;
}
.site-index .block-title .b-title a {
  color: black;
  text-decoration: none;
  transition: 0.5s;
}
.site-index .block-title .b-title a:hover {
  color: #0a73b5;
}
.site-index .block-title .b-title a.sections-button {
  font-size: 16px;
}
.site-index .block-title .b-title a.sections-button .fa-close {
  color: #c30000;
}
.site-index .block-title .adds {
  display: inline-block;
  position: relative;
  width: auto;
  margin-top: 15px;
}
.site-index .block-title .adds .sections {
  display: none;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.site-index .block-title .adds .sections::-webkit-scrollbar {
  width: 3px;
}
.site-index .block-title .adds .sections::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.site-index .block-title .adds .sections::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #aaa;
}
.site-index .block-title .adds .sections ul {
  list-style: none;
}
.site-index .block-title .adds .sections ul li {
  display: inline-block;
  margin-right: 10px;
}
.site-index .block-title .adds .sections ul li a {
  display: block;
  color: #333;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  text-decoration: none;
}
.site-index .block-title .adds .sections ul li a:hover {
  color: #0076bf;
  border-color: #0a88cc;
}
.site-index .site-menu {
  margin-bottom: 15px;
  position: relative;
}
.site-index .site-menu .menu-container {
  background: white;
  padding: 15px 25px;
}
.site-index .site-menu .menu-container .menu-header {
  color: #0a73b5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-index .site-menu .menu-container .menu-header img {
  margin-right: 11px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
.site-index .site-menu .menu-container .menu-header.supply-menu-item a {
  color: #009DE2;
  border-bottom: 1px solid #009DE2;
}
.site-index .site-menu .menu-container .menu-header.production-menu-item a {
  color: #E31F0E;
  border-bottom: 1px solid #E31F0E;
}
.site-index .site-menu .menu-container .menu-header.services-menu-item a {
  color: #008F3D;
  border-bottom: 1px solid #008F3D;
}
.site-index .site-menu .menu-container .menu-header a {
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.site-index .site-menu .menu-container ul {
  list-style: none;
  margin-top: 25px;
  position: relative;
}
.site-index .site-menu .menu-container ul li a {
  text-decoration: none;
  display: block;
  margin-top: 15px;
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.site-index .site-menu .menu-container ul li a:hover {
  color: #0076bf;
}
@media screen and (max-width: 767px) {
  .site-index .site-menu .menu-container .menu-header {
    font-size: 20px;
  }
  .site-index .site-menu .menu-container ul {
    list-style: none;
    margin: 20px 0 25px;
    position: relative;
  }
  .site-index .site-menu .menu-container ul.production-list:before, .site-index .site-menu .menu-container ul.production-list:after {
    display: none;
  }
  .site-index .site-menu .menu-container ul li a {
    text-decoration: none;
    display: block;
    margin-top: 10px;
    color: black;
  }
  .site-index .site-menu .menu-container ul li a:hover {
    color: #0076bf;
  }
}
.site-index .news {
  background: #fcfcfc;
}
.site-index .news .news-item {
  margin-bottom: 30px;
}
.site-index .news .news-item .image {
  width: 100%;
  display: table;
  height: 260px;
  margin-bottom: 18px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.site-index .news .news-item .image .image-container {
  display: table-cell;
  vertical-align: middle;
  height: 260px;
  position: relative;
  text-align: center;
}
.site-index .news .news-item .image .image-container a {
  display: block;
  max-height: 260px;
}
.site-index .news .news-item .image .image-container a img {
  width: 100%;
  transition: 800ms;
}
.site-index .news .news-item .image .image-container a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.site-index .news .news-item .image .image-container .detail {
  position: absolute;
  bottom: 0;
  left: 5%;
  background: #014984;
  color: white;
  font-size: 11px;
  padding: 7px 10px;
}
.site-index .news .news-item .info {
  padding: 0 5%;
}
.site-index .news .news-item .info .section {
  margin-bottom: 14px;
}
.site-index .news .news-item .info .section a {
  color: #888;
  text-decoration: none;
}
.site-index .news .news-item .info .section a:hover {
  color: #0a73b5;
}
.site-index .news .news-item .info .title {
  margin-bottom: 12px;
}
.site-index .news .news-item .info .title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.site-index .news .news-item .info .title a:hover {
  color: #0a73b5;
}
.site-index .news .news-item .info .short-description {
  color: #666;
  height: 65px;
  position: relative;
  overflow: hidden;
}
.site-index .reviews-slider.news {
  background: none;
}
.site-index .reviews-slider.news .item {
  padding: 0 10px;
}
.site-index .reviews-slider.news .item .news-item .image {
  height: 180px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(222, 222, 222, 0.38);
  -moz-box-shadow: 0px 0px 3px 2px rgba(222, 222, 222, 0.38);
  box-shadow: 0px 0px 3px 2px rgba(222, 222, 222, 0.38);
}
.site-index .reviews-slider.news .item .news-item .image .image-container {
  height: 180px;
}
.site-index .reviews-slider.news .item .news-item .image .image-container a {
  max-height: 180px;
}
.site-index .reviews-slider.news .owl-nav button {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  background: url("/img/slider-arrows.png") no-repeat 0 -37px;
  top: 80px;
}
.site-index .reviews-slider.news .owl-nav button.owl-prev {
  left: -25px;
}
.site-index .reviews-slider.news .owl-nav button.owl-prev:hover {
  background-position: 0 0;
}
.site-index .reviews-slider.news .owl-nav button.owl-next {
  right: -25px;
  background-position: -24px -37px;
}
.site-index .reviews-slider.news .owl-nav button.owl-next:hover {
  background-position: -24px 0;
}
.site-index .reviews .review-item {
  margin-bottom: 30px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
.site-index .reviews .review-item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.site-index .reviews .review-item .image img {
  width: 100%;
}
.site-index .reviews .review-item .gradient {
  position: absolute;
  z-index: 600;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(199, 199, 199, 0);
  background: -moz-linear-gradient(top, rgba(199, 199, 199, 0) 0%, rgba(199, 199, 199, 0.12) 22%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199, 199, 199, 0)), color-stop(22%, rgba(199, 199, 199, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.54)));
  background: -webkit-linear-gradient(top, rgba(199, 199, 199, 0) 0%, rgba(199, 199, 199, 0.12) 22%, rgba(0, 0, 0, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(199, 199, 199, 0) 0%, rgba(199, 199, 199, 0.12) 22%, rgba(0, 0, 0, 0.54) 100%);
  background: -ms-linear-gradient(top, rgba(199, 199, 199, 0) 0%, rgba(199, 199, 199, 0.12) 22%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(199, 199, 199, 0) 0%, rgba(199, 199, 199, 0.12) 22%, rgba(0, 0, 0, 0.54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c7c7c7", endColorstr="#000000", GradientType=0 );
}
.site-index .reviews .review-item .info {
  position: absolute;
  z-index: 601;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.site-index .reviews .review-item .info .title a {
  font-size: 22px;
  color: white;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-shadow: 1px 2px 2px #333;
}
.site-index .reviews .review-item .info .title a:hover {
  color: #0a73b5;
}
.site-index .reviews .review-item .info .section {
  margin-top: 13px;
}
.site-index .reviews .review-item .info .section a {
  color: #e6e6e6;
}
.site-index .videos-homepage .video-slider .item {
  padding: 0 15px;
}
.site-index .videos-homepage .video-slider .item .img {
  position: relative;
}
.site-index .videos-homepage .video-slider .item .img img {
  max-width: 100%;
}
.site-index .videos-homepage .video-slider .item .img .play-button {
  background: url("/img/play-button.svg") center no-repeat;
  background-size: 86px;
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
}
.site-index .videos-homepage .video-slider .item .video-title {
  margin-top: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .site-index .block-title {
    margin-bottom: 18px;
  }
  .site-index .block-title .b-title {
    font-size: 24px;
  }
  .site-index .block-title .adds {
    margin-top: 10px;
  }
  .site-index .block-title .adds .sections ul li {
    margin-right: 10px;
  }
  .site-index .block-title .adds .sections ul li a {
    margin-bottom: 15px;
  }
  .site-index .site-menu {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .site-index .site-menu .menu-container {
    padding: 15px 0;
  }
  .site-index .site-menu .menu-container .menu-header i {
    width: 26px;
    height: 26px;
  }
  .site-index .site-menu .menu-container .menu-header i.delivery-icon {
    background-position: 0 0;
  }
  .site-index .site-menu .menu-container .menu-header i.production-icon {
    background-position: -36px 0;
  }
  .site-index .site-menu .menu-container .menu-header i.service-icon {
    background-position: 26px 0;
  }
  .site-index .site-menu .menu-container ul {
    margin-top: 20px;
  }
  .site-index .site-menu .menu-container ul li a {
    margin-top: 10px;
  }
  .site-index .news .news-item {
    margin-bottom: 25px;
  }
  .site-index .news .news-item .image {
    height: 240px;
    margin-bottom: 15px;
  }
  .site-index .news .news-item .image .image-container {
    height: 240px;
  }
  .site-index .news .news-item .image .image-container a {
    max-height: 240px;
  }
  .site-index .news .news-item .image .image-container .detail {
    padding: 5px 8px;
  }
  .site-index .news .news-item .info .section {
    margin-bottom: 14px;
  }
  .site-index .news .news-item .info .section a {
    color: #888;
    text-decoration: none;
  }
  .site-index .news .news-item .info .section a:hover {
    color: #0a73b5;
  }
  .site-index .news .news-item .info .title {
    margin-bottom: 12px;
  }
  .site-index .news .news-item .info .short-description {
    height: 65px;
  }
  .site-index .reviews-slider {
    padding: 0 10px;
  }
  .site-index .reviews-slider.news {
    background: none;
  }
  .site-index .reviews-slider.news .item {
    padding: 0 10px;
  }
  .site-index .reviews-slider.news .item .news-item .image .image-container {
    height: 180px;
  }
  .site-index .reviews-slider.news .item .news-item .image .image-container a {
    max-height: 180px;
  }
  .site-index .reviews-slider.news .owl-nav button {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    background: url("/img/slider-arrows.png") no-repeat 0 -37px;
    top: 80px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-prev {
    left: -15px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-prev:hover {
    background-position: 0 0;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-next {
    right: -15px;
    background-position: -24px -37px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-next:hover {
    background-position: -24px 0;
  }
  .site-index .reviews .review-item {
    margin-bottom: 30px;
    height: 340px;
  }
  .site-index .reviews .review-item .info {
    padding: 20px;
  }
  .site-index .reviews .review-item .info .title a {
    font-size: 20px;
    line-height: 19px;
  }
  .site-index .reviews .review-item .info .section {
    margin-top: 10px;
  }
  .site-index .videos-homepage .video-slider .item {
    padding: 0 15px;
  }
  .site-index .videos-homepage .video-slider .item .img .play-button {
    background: url("/img/play-button.svg") center no-repeat;
    background-size: 86px;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
  }
}
@media only screen and (max-width: 767px) {
  .site-index .block-title {
    margin-bottom: 16px;
  }
  .site-index .block-title .b-title {
    font-size: 22px;
  }
  .site-index .block-title .adds .sections ul li a {
    margin-bottom: 12px;
  }
  .site-index .site-menu {
    margin-bottom: 10px;
  }
  .site-index .site-menu .menu-container {
    padding: 10px 0;
  }
  .site-index .site-menu .menu-container .menu-header i {
    width: 26px;
    height: 26px;
  }
  .site-index .site-menu .menu-container ul {
    margin-top: 15px;
  }
  .site-index .site-menu .menu-container ul li a {
    display: block;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
  }
  .site-index .site-menu .menu-container ul li:first-child a {
    border-top: 1px solid #eee;
  }
  .site-index .news .news-item {
    margin-bottom: 10px;
  }
  .site-index .news .news-item .image {
    height: 240px;
    margin-bottom: 15px;
  }
  .site-index .news .news-item .image .image-container {
    height: 240px;
  }
  .site-index .news .news-item .image .image-container a {
    max-height: 240px;
  }
  .site-index .news .news-item .image .image-container .detail {
    padding: 5px 8px;
  }
  .site-index .news .news-item .info .section {
    margin-bottom: 14px;
  }
  .site-index .news .news-item .info .title {
    margin-bottom: 12px;
  }
  .site-index .news .news-item .info .short-description {
    height: 65px;
  }
  .site-index .reviews-slider.news {
    background: none;
  }
  .site-index .reviews-slider.news .item {
    padding: 0 10px;
  }
  .site-index .reviews-slider.news .item .news-item .image {
    height: 180px;
  }
  .site-index .reviews-slider.news .item .news-item .image .image-container {
    height: 180px;
  }
  .site-index .reviews-slider.news .item .news-item .image .image-container a {
    max-height: 180px;
  }
  .site-index .reviews-slider.news .owl-nav button {
    width: 20px;
    height: 30px;
    background: url("/img/slider-arrows.png") no-repeat 0 -37px;
    top: 80px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-prev {
    left: -10px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-prev:hover {
    background-position: 0 0;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-next {
    right: -10px;
    background-position: -24px -37px;
  }
  .site-index .reviews-slider.news .owl-nav button.owl-next:hover {
    background-position: -24px 0;
  }
  .site-index .reviews .review-item {
    margin-bottom: 30px;
    height: 340px;
  }
  .site-index .reviews .review-item .info {
    padding: 20px;
  }
  .site-index .reviews .review-item .info .title a {
    font-size: 20px;
    line-height: 19px;
  }
  .site-index .reviews .review-item .info .section {
    margin-top: 10px;
  }
  .site-index .videos-homepage .video-slider .item {
    padding: 0 15px;
  }
  .site-index .videos-homepage .video-slider .item .img .play-button {
    background: url("/img/play-button.svg") center no-repeat;
    background-size: 86px;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
  }
}
.site-search .search .search-container {
  margin-bottom: 9px;
  padding: 7px 15px;
  border: 1px solid #014983;
  border-radius: 5px;
  position: relative;
}
.site-search .search .search-container .search-block {
  position: relative;
}
.site-search .search .search-container .search-block .form-group {
  margin-bottom: 0;
}
.site-search .search .search-container .search-block .form-group .help-block {
  display: none;
}
.site-search .search .search-container .search-block input {
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  font-size: 14px;
  padding: 0;
  box-shadow: none;
  width: calc(100% - 30px);
}
.site-search .search .search-container .search-block .start-search {
  border: 0;
  background: 0;
  position: relative;
}
.site-search .search .search-container .search-button {
  position: relative;
  color: #014983;
  text-decoration: none;
}
.site-search .search .search-container a.search-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 7px;
  background: url("/img/icons/search_active.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.site-search .search .search-container a.close-search {
  display: none;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 7px;
  position: absolute;
  background: url("/img/icons/cancel.svg");
  background-size: 20px 20px;
}
.site-search .search-title {
  font-weight: 500;
  padding: 0;
  color: #337ab7;
  margin: 0 0 25px;
}
.site-search .search-title b {
  font-weight: 400;
}
.site-search .result-categories .head {
  padding: 12px 5px;
  text-align: center;
  background: #0b72b5;
}
.site-search .result-categories .head h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: white;
}
.site-search .result-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-search .result-categories ul li {
  position: relative;
}
.site-search .result-categories ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 45px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  color: #0b72b5;
  background: #f6f6f6;
}
.site-search .result-categories ul li span.label {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
  background: #e9e9e9;
  color: #0a73b5;
  line-height: 14px;
  padding: 2px 5px;
}
.site-search .result-categories ul li:hover a {
  background: #0a9fe6;
  color: white;
}
.site-search .result-categories ul li:hover span {
  background: #0a73b5;
  color: white;
}
.site-search .category-list {
  list-style: none;
}
.site-search .category-list li {
  margin-top: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.site-search .category-list li h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0;
}
.site-search .category-list li p {
  font-size: 13px;
  color: #666;
}
.site-search .goods-table {
  font-weight: 300;
}
.site-search .goods-table .name {
  font-weight: 500;
}
.site-search .goods-table .name a {
  word-break: break-all;
}
.site-search .goods-table .remark {
  font-weight: 300;
  color: #333;
  font-size: 12px;
}

[v-cloak] .order-container > * {
  display: none;
}

.user-cart-page .order-container {
  position: relative;
  min-height: 100px;
}
.user-cart-page .order-container.loading:before {
  content: "";
  display: block;
  background: rgba(247, 255, 251, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-cart-page .order-container.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 40px;
  background: url("/img/preloader/preloader_line_medium.gif") no-repeat center;
}
.user-cart-page .my-order-title {
  margin-bottom: 10px;
}
.user-cart-page .my-order-title h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.user-cart-page .my-order-title p {
  color: #666;
  font-size: 11px;
}
.user-cart-page .order-table thead {
  border-bottom: 1px solid #0aa3cf;
}
.user-cart-page .order-table thead th {
  color: #0a73b5;
}
.user-cart-page .order-table thead th.qty-column {
  min-width: 110px;
}
.user-cart-page .order-table thead th.name-column {
  max-width: 45%;
}
.user-cart-page .order-table tbody tr {
  border-bottom: 1px dashed #e6e6e6;
}
.user-cart-page .order-table tbody tr td {
  padding: 10px;
}
.user-cart-page .order-table tbody tr td .name {
  font-size: 18px;
}
.user-cart-page .order-table tbody tr td .remark {
  font-size: 11px;
}
.user-cart-page .order-table tbody tr td .count-input {
  width: 75px;
  display: inline;
}
.user-cart-page .order-table tbody tr td .delete-cart-item {
  color: #ff253e;
}
.user-cart-page .order-table tbody tr:hover {
  background: #edfdfa;
}
.user-cart-page .buttons {
  margin-top: 15px;
}
.user-cart-page .buttons .terms {
  margin-bottom: 15px;
}
.user-cart-page .buttons .terms label {
  margin: 0;
}
.user-cart-page .buttons .terms a.term-link {
  color: dodgerblue;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #888;
  cursor: pointer;
}
.user-cart-page .delivery-text {
  margin-top: 50px;
  color: #666;
  font-size: 12px;
}
.user-cart-page .direction-block {
  margin-bottom: 25px;
}
.user-cart-page .direction-block h4 {
  font-size: 22px;
  margin: 0;
}
.user-cart-page .direction-block table {
  margin-top: 15px;
}

.delete-preorder-item {
  color: #ff253e;
  margin-left: 10px;
}

input.form-control.preorder-item-count {
  width: 70px;
}

.user-history-page .order-node {
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
.user-history-page .order-node .order-head {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-history-page .order-node .order-head .order-title {
  display: flex;
  align-items: end;
}
.user-history-page .order-node .order-head .order-title .order-code a {
  cursor: pointer;
  text-decoration: none;
  color: #0a73b5;
  border-bottom: 1px dashed #0a73b5;
}
.user-history-page .order-node .order-head .order-title .order-code a:hover {
  color: #0a87cb;
  border-color: #0a87cb;
}
.user-history-page .order-node .order-head .order-title .order-date {
  color: #c0c0c0;
  font-size: 12px;
  margin-left: 10px;
}
.user-history-page .order-node .order-head .order-title .order-date .time {
  font-size: 12px;
}
.user-history-page .order-node .order-head .order-summary {
  color: #666;
}
.user-history-page .order-node .order-body {
  padding: 10px 25px;
  -webkit-box-shadow: inset 0px 4px 8px -3px rgb(224, 224, 224);
  -moz-box-shadow: inset 0px 4px 8px -3px rgb(224, 224, 224);
  box-shadow: inset 0px 4px 8px -3px rgb(224, 224, 224);
}
.user-history-page .order-node .order-body .order-details {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.user-history-page .order-node .order-body .order-details .order-details-block {
  margin-bottom: 15px;
}
.user-history-page .order-node .order-body .order-details .order-details-block .order-details-block-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.user-history-page .order-node .order-body .direction-block {
  margin-bottom: 25px;
}
.user-history-page .order-node .order-body .order-table .total {
  font-size: 16px;
  border: none;
  background: none !important;
}
.user-history-page .order-node:hover {
  -webkit-box-shadow: 1px 1px 11px 1px rgb(224, 224, 224);
  -moz-box-shadow: 1px 1px 11px 1px rgb(224, 224, 224);
  box-shadow: 1px 1px 11px 1px rgb(224, 224, 224);
}

@media screen and (max-width: 767px) {
  .user-history-page .order-node .order-head {
    display: block;
  }
  .user-history-page .order-node .order-head .order-title {
    margin-bottom: 7px;
  }
  .user-history-page .order-node .order-head .feedback-holder {
    margin-top: 10px;
  }
  .user-history-page .order-node .order-body .table-wrapper {
    overflow-x: auto;
  }
}
.socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  justify-content: flex-start;
}
.socials li {
  margin: 0;
}
.socials li a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
}
.socials li a.fb-button {
  background: url("/img/icons/facebook.svg");
}
.socials li a.youtube-button {
  background: url("/img/icons/youtube.svg");
}
.socials li a.telegram-button {
  background: url("/img/icons/telegram.png");
}
.socials li a.twitter-button {
  background: url("/img/icons/twitter.png");
}
.socials li a.linkedin-button {
  background: url("/img/icons/linkedin.png");
}

.section-page .sections-head {
  margin-bottom: 47px;
}
.section-page .section-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 24px;
  margin-top: 0;
}
.section-page .section-text {
  margin-bottom: 46px;
}
.section-page .section-menu .item {
  margin-bottom: 25px;
}
.section-page .section-menu .item .item-preview {
  margin-bottom: 8px;
}
.section-page .section-menu .item .item-preview img {
  width: 100%;
}
.section-page .section-menu .item .item-title {
  text-align: center;
}

.default-layout-404 .wrap .main-container {
  text-align: center;
}
.default-layout-404 .wrap .main-container .logo {
  margin-bottom: 70px;
}
.default-layout-404 .wrap .main-container .logo img {
  height: 50px;
}
.default-layout-404 .wrap .main-container .text-1 {
  font-size: 35px;
  line-height: 35px;
}
.default-layout-404 .wrap .main-container .text-2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px;
}
.default-layout-404 .wrap .main-container .text-2 a {
  text-decoration: underline;
}
.default-layout-404 .wrap .main-container .search-block {
  margin: 35px auto 0;
  max-width: 550px;
}
.default-layout-404 .wrap .main-container .search-block .input-wrap {
  position: relative;
}
.default-layout-404 .wrap .main-container .search-block .input-wrap::after {
  content: "";
  position: absolute;
  display: block;
  right: 5px;
  top: 1px;
  height: 30px;
  width: 30px;
  background: url("/img/icons/search_active.svg") no-repeat center;
  z-index: 10;
}
.default-layout-404 .wrap .main-container .search-block .input-wrap input {
  border-radius: 5px;
  border: 1px solid #d0e6f1;
  padding-right: 45px;
  z-index: 9;
}
.default-layout-404 .footer {
  background: #f1f9fc;
  margin: 0;
}
.default-layout-404 .footer b {
  color: black;
}
.default-layout-404 .footer .menu {
  border-top: 1px solid #d0e6f1;
}
.default-layout-404 .footer .menu li a {
  color: #22699d;
}

.cst__simple {
  background-color: red;
  max-width: 845px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

div.cst__simple .cst__simple_text {
  background-color: rgba(255, 222, 33, 0.9607843137);
  height: 100%;
  color: #222020;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.cst__simple_first {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 150%;
}

.cst__simple_second {
  font-size: 16px;
  box-sizing: border-box;
  margin: 5px 0px;
  line-height: 150%;
}

.cst__simple_second a {
  color: #222020;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: 900;
}

.cst__simple_text > a {
  background: #222020;
  padding: 10px 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 150px;
  color: rgba(255, 222, 33, 0.9607843137);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.mauticform-innerform {
  margin-top: -9px;
}

.mauticform_wrapper {
  max-width: 100%;
  padding: 30px;
  background-color: #FFE138;
  margin: 40px 0px 10px;
}

.main-st {
  margin-bottom: 0px;
}

.header-st {
  color: #222020;
  margin-top: 0px;
  font-size: 24px;
  line-height: 130%;
  font-weight: 800;
  margin-bottom: 7px;
}

.secondary-st p:last-child {
  margin-bottom: 0px;
}

.secondary-st p > span {
  font-size: 18px;
}

.secondary-st p:first-child > span {
  font-size: 16px;
}

.secondary-st a {
  font-size: 18px;
  color: #222020;
}

.secondary-st a strong {
  font-weight: 900;
}

.mauticform-page-1 .mauticform-field-2 {
  display: none;
}

@media (max-width: 992px) {
  .mauticform_wrapper {
    margin: 40px 0px 30px;
  }
}
@media (max-width: 720px) {
  .header-st {
    font-size: 20px;
  }
}