@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .checkbox-custom input[type="checkbox"]:checked + label:after {
  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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .checkbox-custom input[type="checkbox"]:checked + label.fa-pull-left:after {
  margin-right: .3em;
}

.fa.fa-pull-right, .checkbox-custom input[type="checkbox"]:checked + label.fa-pull-right:after {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .checkbox-custom input[type="checkbox"]:checked + label.pull-left:after {
  margin-right: .3em;
}

.fa.pull-right, .checkbox-custom input[type="checkbox"]:checked + label.pull-right:after {
  margin-left: .3em;
}

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

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

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

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

.fa-rotate-90 {
  -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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before, .checkbox-custom input[type="checkbox"]:checked + label:after {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before, .filter fieldset legend.collapsed > i:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

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

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

/***
 *      ______          _
 *     |  ____|        | |
 *     | |__ ___  _ __ | |_ ______ __ ___      _____  ___  ___  _ __ ___   ___
 *     |  __/ _ \| '_ \| __|______/ _` \ \ /\ / / _ \/ __|/ _ \| '_ ` _ \ / _ \
 *     | | | (_) | | | | |_      | (_| |\ V  V /  __/\__ \ (_) | | | | | |  __/
 *     |_|  \___/|_| |_|\__|      \__,_| \_/\_/ \___||___/\___/|_| |_| |_|\___|
 *
 *
 */
/***
 *      ____              _       _
 *     |  _ \            | |     | |
 *     | |_) | ___   ___ | |_ ___| |_ _ __ __ _ _ __
 *     |  _ < / _ \ / _ \| __/ __| __| '__/ _` | '_ \
 *     | |_) | (_) | (_) | |_\__ \ |_| | | (_| | |_) |
 *     |____/ \___/ \___/ \__|___/\__|_|  \__,_| .__/
 *                                             | |
 *                                             |_|
 */
img {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

table {
  border-collapse: collapse;
}

ul.checklist {
  padding-left: 0;
  list-style: none;
}

ul.checklist > li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
}

ul.checklist > li > i {
  position: absolute;
  left: 0;
  top: 2px;
}

.brand-logo, .brand-text {
  display: inline-block;
  vertical-align: middle;
}

.brand-text {
  margin-left: 32px;
  font-size: 13px;
}

@media screen and (max-width: 1200px) {
  .brand-text {
    margin-left: 11px;
  }
}

@media screen and (max-width: 992px) {
  .brand-text {
    display: none;
  }
}

.brand img {
  width: 163px;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .brand img {
    width: 131px;
    height: 40px;
  }
}

.brand__footer {
  display: flex;
}

@media screen and (max-width: 768px) {
  .brand__footer {
    justify-content: center;
  }
}

.breadcrumb {
  font-size: 13px;
}

.breadcrumb > li + li:before {
  content: "—";
}

.breadcrumb-simple > li > a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumb-simple > li > a:hover, .breadcrumb-simple > li > a:focus {
  color: inherit;
  text-decoration: underline;
}

.breadcrumb-simple > li > a,
.breadcrumb-simple > li > span {
  display: inline-block;
}

.breadcrumb-simple > li > a:first-letter,
.breadcrumb-simple > li > span:first-letter {
  text-transform: capitalize;
}

.btn-link-underlined, .btn-link-underlined:hover, .btn-link-underlined:focus, .btn-link-underlined:active, .btn-link-underlined.active, .btn-link-underlined[disabled],
fieldset[disabled] .btn-link-underlined {
  text-decoration: underline;
}

.btn-bold {
  font-weight: 700;
}

.btn-buy {
  color: #fff;
  background-color: #e73f3a;
  border-color: #e73f3a;
  width: 115px;
  height: 45px;
  margin-top: 22px;
  transition: 0.4s;
}

.btn-buy:focus, .btn-buy.focus {
  color: #fff;
  background-color: #d41f1a;
  border-color: #901512;
}

.btn-buy:hover {
  color: #fff;
  background-color: #d41f1a;
  border-color: #cb1e19;
}

.btn-buy:active, .btn-buy.active,
.open > .btn-buy.dropdown-toggle {
  color: #fff;
  background-color: #d41f1a;
  border-color: #cb1e19;
}

.btn-buy:active:hover, .btn-buy:active:focus, .btn-buy:active.focus, .btn-buy.active:hover, .btn-buy.active:focus, .btn-buy.active.focus,
.open > .btn-buy.dropdown-toggle:hover,
.open > .btn-buy.dropdown-toggle:focus,
.open > .btn-buy.dropdown-toggle.focus {
  color: #fff;
  background-color: #b41b16;
  border-color: #901512;
}

.btn-buy:active, .btn-buy.active,
.open > .btn-buy.dropdown-toggle {
  background-image: none;
}

.btn-buy.disabled:hover, .btn-buy.disabled:focus, .btn-buy.disabled.focus, .btn-buy[disabled]:hover, .btn-buy[disabled]:focus, .btn-buy[disabled].focus,
fieldset[disabled] .btn-buy:hover,
fieldset[disabled] .btn-buy:focus,
fieldset[disabled] .btn-buy.focus {
  background-color: #e73f3a;
  border-color: #e73f3a;
}

.btn-buy .badge {
  color: #e73f3a;
  background-color: #fff;
}

.btn-buy-custum {
  width: 166px;
}

.btn-white {
  color: #555555;
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #555555;
  background-color: #e6e5e5;
  border-color: #a6a6a6;
}

.btn-white:hover {
  color: #555555;
  background-color: #e6e5e5;
  border-color: #c7c7c7;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #555555;
  background-color: #e6e5e5;
  border-color: #c7c7c7;
}

.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-white .badge {
  color: #fff;
  background-color: #555555;
}

.btn-link-pse {
  text-decoration: none;
}

.btn-link-pse:hover {
  text-decoration: none;
}

.btn-link-border {
  border-bottom: 1px dotted #0072bc;
  transition: 0.4s;
}

.btn-link-border:hover {
  border-bottom: transparent;
}

.btn-call {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .btn-call .fa-phone-footer {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
}

.btn-call > i {
  display: inline-block;
  vertical-align: top;
  color: #e73f3a;
}

@media screen and (max-width: 768px) {
  .btn-call > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.btn-call, .btn-call:hover, .btn-call:focus {
  color: #000;
}

@media (max-width: 767px) {
  .btn-call {
    border-radius: 18px;
  }
}

@media (min-width: 768px) {
  .btn-call {
    width: auto;
    height: auto;
    padding: 6px 15px;
  }
  .btn-call > i {
    margin-top: 4px;
    margin-right: 10px;
  }
}

.catalogue-close-custom {
  width: 25px;
  padding: 0;
  display: block;
  height: 25px;
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 9px;
}

.catalogue-close-custom span:first-child {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 10px;
  transition: 0.5s;
}

.catalogue-close-custom span:last-child {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(135deg);
  transition: 0.5s;
}

.catalogue-close-custom:hover span {
  background: #d9534f;
}

.modal-header .close-custom {
  width: 18px;
  height: 18px;
  display: block;
}

@media screen and (max-width: 992px) {
  .modal-header .close-custom {
    position: relative;
    margin-bottom: 10px;
  }
}

.modal-header .close-custom span:first-child {
  position: absolute;
  left: -3px;
  top: 8px;
  transform: rotate(45deg);
  width: 23px;
  height: 1px;
  background: white;
}

@media screen and (max-width: 992px) {
  .modal-header .close-custom span:first-child {
    background: red;
  }
}

.modal-header .close-custom span:last-child {
  position: absolute;
  left: -3px;
  top: 8px;
  transform: rotate(135deg);
  width: 23px;
  height: 1px;
  background: white;
}

@media screen and (max-width: 992px) {
  .modal-header .close-custom span:last-child {
    background: red;
  }
}

@media screen and (max-width: 768px) {
  .product-buy-mobile {
    width: 95%;
    margin: 0 auto;
  }
}

.carousel {
  height: 540px;
}

@media screen and (max-width: 992px) {
  .carousel {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .carousel {
    height: 300px;
  }
}

.carousel-goods .carousel-inner > .item > img,
.carousel-goods .carousel-inner > .item > a > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carousel-goods .carousel-control {
  top: 50%;
  background-color: #dfe2e8;
  font-size: 14px;
}

.carousel-goods .carousel-control.left {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-goods .carousel-control.right {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-goods .carousel-control > i {
  display: inline-block;
  vertical-align: top;
}

.carousel-goods .carousel-control:hover, .carousel-goods .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-goods .carousel-indicators {
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 0;
}

.carousel-goods .carousel-indicators li {
  margin: 0 5px;
  border: 2px solid #dfe2e8;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

.carousel-goods .carousel-indicators .active {
  margin: 0 5px;
  background-color: #dfe2e8;
  width: 12px;
  height: 12px;
}

.carousel-goods .carousel-inner > .item > img,
.carousel-goods .carousel-inner > .item > a > img {
  width: 250px;
  height: 250px;
}

.carousel-goods .carousel-control {
  margin-top: -38px;
  width: 38px;
  height: 75px;
}

.carousel-goods .carousel-control.left {
  border-radius: 0 38px 38px 0;
}

.carousel-goods .carousel-control.right {
  border-radius: 38px 0 0 38px;
}

.carousel-goods .carousel-control > i {
  font-size: 15px;
  margin-top: 30px;
}

.carousel-goods .carousel-control.left > i {
  margin-right: 3px;
}

.carousel-goods .carousel-control.right > i {
  margin-left: 3px;
}

.carousel-goods .carousel-indicators {
  bottom: 15px;
}

@media (min-width: 768px) {
  .carousel-goods .carousel-inner > .item > img,
  .carousel-goods .carousel-inner > .item > a > img {
    width: 320px;
    height: 320px;
  }
  .carousel-goods .carousel-control {
    margin-top: -48px;
    width: 48px;
    height: 96px;
  }
  .carousel-goods .carousel-control.left {
    border-radius: 0 48px 48px 0;
  }
  .carousel-goods .carousel-control.right {
    border-radius: 48px 0 0 48px;
  }
  .carousel-goods .carousel-control > i {
    font-size: 19px;
    margin-top: 39px;
  }
  .carousel-goods .carousel-control.left > i {
    margin-right: 4px;
  }
  .carousel-goods .carousel-control.right > i {
    margin-left: 4px;
  }
  .carousel-goods .carousel-indicators {
    bottom: 19px;
  }
}

@media (min-width: 992px) {
  .carousel-goods .carousel-inner > .item > img,
  .carousel-goods .carousel-inner > .item > a > img {
    width: 460px;
    height: 460px;
  }
  .carousel-goods .carousel-control {
    margin-top: -69px;
    width: 69px;
    height: 138px;
  }
  .carousel-goods .carousel-control.left {
    border-radius: 0 69px 69px 0;
  }
  .carousel-goods .carousel-control.right {
    border-radius: 69px 0 0 69px;
  }
  .carousel-goods .carousel-control > i {
    font-size: 28px;
    margin-top: 55px;
  }
  .carousel-goods .carousel-control.left > i {
    margin-right: 6px;
  }
  .carousel-goods .carousel-control.right > i {
    margin-left: 6px;
  }
  .carousel-goods .carousel-indicators {
    bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .carousel-goods .carousel-inner > .item > img,
  .carousel-goods .carousel-inner > .item > a > img {
    width: 430px;
    height: 430px;
  }
  .carousel-goods .carousel-control {
    margin-top: -65px;
    width: 65px;
    height: 129px;
  }
  .carousel-goods .carousel-control.left {
    border-radius: 0 65px 65px 0;
  }
  .carousel-goods .carousel-control.right {
    border-radius: 65px 0 0 65px;
  }
  .carousel-goods .carousel-control > i {
    font-size: 26px;
    margin-top: 52px;
  }
  .carousel-goods .carousel-control.left > i {
    margin-right: 5px;
  }
  .carousel-goods .carousel-control.right > i {
    margin-left: 5px;
  }
  .carousel-goods .carousel-indicators {
    bottom: 26px;
  }
}

.carousel-page .carousel-inner {
  padding-left: 33px;
  padding-right: 33px;
}

.carousel-page .carousel-inner > .item {
  padding: 0 10px;
  overflow: hidden;
}

.carousel-page .carousel-inner > .item > img,
.carousel-page .carousel-inner > .item > a > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

.carousel-page .carousel-control {
  width: 30px;
}

.carousel-page .carousel-control.left {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-page .carousel-control.right {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-page .carousel-control:hover, .carousel-page .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

legend {
  font-size: 14px;
  font-weight: 700;
  border-bottom: none;
}

label {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 45px;
}

.quantifier {
  position: relative;
  display: block;
  padding-left: 41px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .quantifier {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.quantifier-btn {
  position: absolute;
  top: 0;
  border: none;
  background-color: #fff;
  width: 34px;
  height: 34px;
  color: inherit;
  text-decoration: none;
  width: 45px;
  height: 45px;
}

.quantifier-btn:hover, .quantifier-btn:focus {
  color: inherit;
  text-decoration: none;
}

.quantifier-btn-lg {
  width: 46px;
  height: 46px;
}

.quantifier-btn-sm {
  width: 30px;
  height: 30px;
}

.quantifier-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 34px;
  width: 34px;
  height: 34px;
}

.quantifier-btn.decr {
  left: -10px;
}

.quantifier-btn.decr:after {
  content: "-";
}

@media screen and (max-width: 768px) {
  .quantifier-btn.decr {
    left: 0;
  }
}

.quantifier-btn.incr {
  right: -10px;
}

.quantifier-btn.incr:after {
  content: "+";
}

@media screen and (max-width: 768px) {
  .quantifier-btn.incr {
    right: 0;
  }
}

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

.quantifier-lg {
  padding-left: 56px;
  padding-right: 55px;
}

.quantifier-sm {
  padding-left: 36px;
  padding-right: 36px;
}

.quantifier-btn.incr .info-box {
  position: absolute;
  right: -1000px;
  top: -47px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e73f3a;
  display: none;
}

.quantifier-btn.incr.active .info-box {
  display: block;
  right: -44px;
  top: -47px;
}

.range-slider, .range-interval {
  height: 5px;
}

.range-handle {
  width: 19px;
  height: 19px;
  top: -8px;
  border-radius: 11px;
  border-width: 5px;
}

.range-slider {
  position: relative;
  background-color: #e6e6e6;
}

.range-bound {
  font-size: 12px;
  color: #555555;
  margin-top: 13px;
  margin-bottom: 18px;
}

.range-bound:before, .range-bound:after {
  content: " ";
  display: table;
}

.range-bound:after {
  clear: both;
}

.range-bound-min {
  float: left;
}

.range-bound-max {
  float: right;
}

.range-interval {
  position: absolute;
  background-color: #e73f3a;
}

.range-handle {
  position: absolute;
  background-color: #f8f8f8;
  border-style: solid;
  border-color: #e73f3a;
}

.range-input, .range-delimiter {
  display: inline-block;
  width: 8%;
}

.range-input {
  width: 46%;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .range-input {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .range-input.from {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 992px) {
  .range-input.to {
    margin-top: 6px;
  }
}

@media screen and (max-width: 992px) {
  .range-input {
    width: 100%;
  }
}

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

@media screen and (max-width: 992px) {
  .range-delimiter {
    display: block;
    margin: 0 auto;
  }
}

.contain-size {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .contain-size {
    margin-right: 0;
  }
}

.contain-btn {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .contain-btn {
    width: 25%;
  }
}

.contain-control {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .contain-control {
    margin-right: 0;
  }
}

.contain-control .control-label {
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .contain-control .control-label {
    margin-left: 0;
  }
}

.product-addition-item_right {
  padding-left: 27px;
}

.product-addition-item_center {
  padding-left: 24px;
}

.btn-table-size {
  position: absolute;
  left: 230px;
  bottom: 28px;
  background-color: white;
  border: 1px solid #0b0789;
  color: #0b0789;
}

@media screen and (max-width: 992px) {
  .btn-table-size {
    bottom: 11px;
    left: 289px;
  }
}

@media screen and (max-width: 768px) {
  .btn-table-size {
    position: static;
    margin: 10px 0 0 15px;
  }
}

.collapse .range {
  margin-bottom: 20px;
}

/*---------- Custom radio buttons and checkboxes ----------*/
.checkbox-custom label {
  font-size: 14px;
  color: #000;
}

.radio-custom,
.checkbox-custom {
  min-height: 30px;
}

.checkbox-custom {
  margin-bottom: 15px;
}

.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
  display: none;
}

.radio-custom label,
.checkbox-custom label {
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}

.radio-custom input[type="radio"] + label:before,
.radio-custom input[type="radio"] + label:after,
.checkbox-custom input[type="checkbox"] + label:before,
.checkbox-custom input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
}

.radio-custom input[type="radio"] + label:before,
.checkbox-custom input[type="checkbox"] + label:before {
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #e6e6e6;
}

.radio-custom input[type="radio"] + label:before {
  border-radius: 15px;
}

.checkbox-custom input[type="checkbox"] + label:before {
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.radio-custom input[type="radio"] + label:after,
.checkbox-custom input[type="checkbox"] + label:after {
  display: none;
}

.radio-custom input[type="radio"]:checked + label:after,
.checkbox-custom input[type="checkbox"]:checked + label:after {
  display: block;
}

.radio-custom input[type="radio"]:checked + label:after {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background-color: #e73f3a;
}

.checkbox-custom input[type="checkbox"]:checked + label:before {
  background-color: #e73f3a;
  border-color: #e73f3a;
  width: 30px;
  height: 30px;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
  left: 0;
  top: 8px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.order-feature-icon {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 100;
  font-size: 13px;
  color: #fff;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
  cursor: default;
  color: #7d7d7d;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
  background-color: #f7f7f7;
}

/* 'rectangle' radio */
.radio-rectangle {
  margin-top: 0;
  margin-bottom: 0;
}

.radio-rectangle input[type="radio"] {
  display: none;
}

.radio-rectangle .label-pad-custum {
  padding: 0 30px;
}

.radio-rectangle label {
  position: relative;
  padding: 0 39px;
  border: 1px solid #e6e6e6;
  display: block;
}

.radio-rectangle input[type="radio"]:checked + label {
  z-index: 1;
  border-color: #e73f3a;
}

.radio-rectangle + .radio-rectangle {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .radio-rectangle + .radio-rectangle {
    margin-top: 0;
  }
}

.navbar {
  height: 100px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 768px) {
  .navbar {
    height: 100%;
  }
}

.navbar .container {
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .navbar .container {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .navbar-toggle {
    margin-top: 0;
  }
}

.navbar-nav {
  margin: 0;
  width: 67%;
  position: relative;
}

.navbar-nav .catalogue__item-real {
  position: absolute;
  left: 0;
  z-index: 100;
}

.navbar-nav .catalogue__item-real a {
  color: transparent !important;
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    width: 100%;
  }
}

.navbar-nav li {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .navbar-nav li {
    margin-right: 28px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav li .catalogue__item {
    padding: 13px 10px 13px 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav li .catalogue__item span {
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav li a {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav li a {
    padding: 10px 2px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav li a {
    padding: 10px 2px 10px 50px;
  }
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-default {
  position: relative;
}

@media (max-width: 767px) {
  .navbar-default {
    border: none;
    min-height: initial;
  }
}

.navbar-catalogue:before, .navbar-catalogue:after {
  content: " ";
  display: table;
}

.navbar-catalogue:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-catalogue .navbar-nav {
    float: none;
  }
  .navbar-catalogue .navbar-nav > li {
    float: none;
  }
  .navbar-catalogue .navbar-nav > li > a {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    border: 1px solid #fff;
  }
}

.navbar-default .navbar-nav > li > a:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 15px;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.navbar-default .navbar-nav > li > a:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 15px;
  height: 2px;
  bottom: -2px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
    width: 7px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
    width: 2px;
  }
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  border-bottom: 2px solid #d9534f;
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: 1px solid #fff;
  }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  background-color: transparent;
}

.nav-burger {
  display: none;
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 25px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1d1616;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-burger span:nth-child(1) {
  top: 0px;
}

.nav-burger span:nth-child(2), .nav-burger span:nth-child(3) {
  top: 7px;
}

.nav-burger span:nth-child(4) {
  top: 14px;
}

.nav-burger:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .nav-burger {
    display: block;
  }
}

.nav-burger.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-burger.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.nav-catalogue > li {
  margin: 2px 0 !important;
}

@media screen and (max-width: 768px) {
  .nav-catalogue > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.nav-catalogue > li > a {
  position: relative;
  padding: 10px 15px 10px 15px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .nav-catalogue > li > a {
    padding: 11px 15px 11px 50px;
  }
}

.nav-catalogue > li > a:first-letter {
  text-transform: capitalize;
}

.nav-catalogue > li > a, .nav-catalogue > li > a:hover, .nav-catalogue > li > a:focus {
  text-decoration: none;
}

.nav-catalogue > li > a:focus {
  background-color: transparent;
}

.nav-catalogue > li > a:hover {
  background-color: #fff;
}

.nav-catalogue > li > a:hover > span {
  color: #0049a0;
  border-bottom: 1px solid #0049a0;
}

.nav-catalogue > li > a > span {
  border-bottom: 1px solid #555;
}

.nav-catalogue > li > a > span:hover {
  border-bottom: 1px solid #e73f3a;
}

.nav-catalogue > li > a > span:hover.border_active {
  border-bottom: 1px dashed #e73f3a;
}

.nav-catalogue > li > a > span.border_active {
  border-bottom: 1px dashed #555;
}

.nav-catalogue > li > a > i {
  position: absolute;
  left: 25px;
  top: 40%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center;
  margin-top: -10px;
  background-repeat: no-repeat;
}

.nav-catalogue-submenu {
  padding: 10px 0;
  margin: 2px 15px 2px 15px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1200px) {
  .nav-catalogue-submenu {
    padding-left: 30px;
  }
  .nav-catalogue-submenu .name__category {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .nav-catalogue-submenu {
    width: 100%;
    padding: 13px 0;
    margin: 0;
  }
  .nav-catalogue-submenu .name__category {
    padding-left: 50px;
  }
}

.nav-catalogue-submenu > a {
  display: block;
  padding: 10px 15px 10px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
}

.nav-catalogue-submenu > a:hover, .nav-catalogue-submenu > a:focus {
  text-decoration: none;
}

.nav-catalogue-submenu > a:hover > span {
  border-bottom: 1px solid #0049a0;
}

.nav-catalogue-submenu > a > span {
  border-bottom: 1px solid #0072bc;
}

.nav-catalogue-submenu > ul {
  padding: 0;
}

.nav-catalogue-submenu > ul > li {
  display: block;
}

.nav-catalogue-submenu > ul > li > a {
  display: block;
  padding: 10px 15px 10px 40px;
}

@media screen and (max-width: 768px) {
  .nav-catalogue-submenu > ul > li > a {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .nav-catalogue-submenu > ul > li > a {
    padding-left: 10px;
  }
}

.nav-catalogue-submenu > ul > li > a:first-letter {
  text-transform: capitalize;
}

.nav-catalogue-submenu > ul > li > a:hover, .nav-catalogue-submenu > ul > li > a:focus {
  text-decoration: none;
}

.nav-catalogue-submenu > ul > li > a:hover > span {
  color: #0049a0;
  border-bottom: 1px solid #0049a0;
}

.nav-catalogue-submenu > ul > li > a > span {
  color: #000;
  border-bottom: 1px solid #bababa;
}

@media (min-width: 768px) {
  .nav-catalogue-submenu.collapsing {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media (min-width: 768px) {
  .nav-catalogue-submenu {
    position: fixed;
    top: 0;
    height: 100% !important;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .nav-catalogue-submenu {
    left: 300px;
    width: 270px;
  }
}

@media (min-width: 992px) {
  .nav-catalogue-submenu {
    left: 330px;
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .nav-catalogue-submenu {
    left: 350px;
    width: 300px;
  }
}

.nav-left {
  width: 100%;
}

.PhoneNav {
  display: none;
}

@media screen and (max-width: 768px) {
  .PhoneNav {
    display: flex;
    margin-top: 12px;
    flex-direction: column;
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .PhoneNav a {
    margin-bottom: 18px;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
  }
  .PhoneNav a span {
    border-bottom: 1px solid #555;
  }
  .PhoneNav a:hover {
    color: red;
  }
  .PhoneNav a:hover span {
    border-bottom: 1px solid red;
  }
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  font-weight: 700;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
}

h1.panel-title, .panel-title.h1 {
  font-size: 36px;
}

h2.panel-title, .panel-title.h2 {
  font-size: 25px;
  font-weight: 300;
}

h3.panel-title, .panel-title.h3 {
  font-size: 24px;
}

h4.panel-title, .panel-title.h4 {
  font-size: 16px;
}

h5.panel-title, .panel-title.h5 {
  font-size: 14px;
}

h6.panel-title, .panel-title.h6 {
  font-size: 12px;
}

.panel-default > .panel-heading {
  border-top: 2px solid #e73f3a;
}

.h4 {
  font-size: 16px;
}

/* ---------- fictitious ---------- */
.panel-group-fictitious {
  margin-bottom: 0;
}

.panel-group-fictitious .panel-fictitious {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .panel-group-fictitious .panel-fictitious {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .panel-group-fictitious .panel-fictitious a {
    width: 100%;
  }
}

.panel-group-fictitious .panel-fictitious + .panel-fictitious {
  margin-top: 0;
}

.panel-fictitious {
  background-color: transparent;
  border: none;
}

.well {
  /*border-width*/
  padding: 18px 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.close {
  float: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.close:hover, .close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-dialog {
  width: 555px;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .modal-dialog {
    width: 100%;
    margin: 0;
  }
}

.modal {
  overflow: scroll;
}

@media screen and (max-width: 992px) {
  .modal {
    overflow: scroll;
    padding: 10px;
  }
}

.modal-header {
  border-bottom: none;
  padding-top: 34px;
}

.modal-header .close {
  margin-top: 0;
  display: block;
  margin-left: auto;
}

.modal-title {
  text-align: center;
  font-size: 25px;
}

.modal-body {
  padding: 30px;
  padding-top: 0;
}

.modal-content {
  border: none;
}

@media (min-width: 768px) {
  .modal-header {
    position: relative;
  }
  .modal-header .close {
    position: absolute;
    right: -26px;
    top: 0;
    color: red;
  }
}

.media-left, .media > .pull-left {
  padding-right: 20px;
}

/* ----- catalogue modal ----- */
a.modal-catalogue {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

a.modal-catalogue .modal-body {
  width: 300px;
  background-color: #fff;
  min-height: 100%;
  overflow-y: scroll;
}

/*-----------modal-table-------------*/
.table-size-container {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: hidden;
  position: fixed;
  top: 0px;
  justify-content: center;
  align-items: center;
}

.table-size-container .table-size {
  background-color: white;
  max-width: 450px;
}

.table-size-container .table-size caption {
  background: #e8e8e8;
  padding: 15px;
  color: #778ca4;
}

.table-size-container .table-size td {
  background-color: #f4f4f4;
  color: #778ca4;
  padding: 10px;
  border: 1px solid white;
}

@media only screen and (max-width: 480px) {
  .table-size-container .table-size .article, .table-size-container .table-size td {
    padding: 5px;
  }
}

@media only screen and (max-width: 375px) {
  .table-size-container .table-size .article, .table-size-container .table-size td {
    padding: 3px;
  }
}

@media (min-width: 768px) {
  .call-btn, .call-hint {
    display: inline-block;
    vertical-align: middle;
  }
  .call-btn {
    padding-left: 30px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .call-btn {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .call-hint {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #7d7d7d;
    font-style: italic;
  }
}

.call_footer_phones {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.call_footer_phones .phone {
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  cursor: pointer;
  transition: 0.4s;
}

.call_footer_phones .phone:hover {
  text-decoration: none;
  color: #757575;
}

.call_footer_phones .phone:focus {
  outline: none;
  text-decoration: none;
}

.call_footer_phones.header {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  width: 100%;
}

.call_footer_phones.header .phone {
  margin-right: 7px;
}

@media screen and (max-width: 1200px) {
  .call_footer_phones.header {
    flex-direction: column;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .call_footer_phones.header {
    display: none;
  }
}

.phone_call {
  display: none;
  outline: none !important;
  text-decoration: none !important;
}

.phone_call .phone_call:focus {
  outline: none !important;
  text-decoration: none !important;
}

.phone_call .phone_call:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .phone_call {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding-left: 5px;
  }
}

.text-important {
  color: #e73f3a;
}

a.text-important:hover,
a.text-important:focus {
  color: #d41f1a;
}

.section-header {
  padding: 26px 0 20px 0;
  padding-bottom: 33px;
}

.section-breadcrumbs {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}

.section-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.section-title:first-letter {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title {
    text-align: center;
  }
}

.section-text {
  color: #555555;
  margin-top: 40px;
  margin-bottom: 62px;
  opacity: 0.6;
  line-height: 1.57;
  letter-spacing: 0.1px;
}

.section-no-bg {
  background-color: #fff;
}

.header {
  background-color: #fff;
}

.header-top {
  height: 45px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-top {
    height: 80px;
  }
}

.header-top .container {
  height: 45px;
}

@media screen and (max-width: 768px) {
  .header-top .container {
    height: 80px;
  }
}

.header-main {
  position: relative;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .header-main {
    height: 80px;
  }
}

.header-main-content {
  height: 45px;
  display: flex;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-main-content {
    height: 80px;
    position: relative;
  }
}

.header-burger-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-brand {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 80px;
}

.header-call {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}

@media (max-width: 767px) {
  .header-nav {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .header-main-content {
    text-align: left;
  }
  .header-call, .header-shipment {
    display: table-cell;
  }
  .header-brand {
    height: 100%;
    width: 33%;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-brand {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .header-call {
    width: 35%;
    position: static;
    margin: 0;
    right: auto;
    top: auto;
  }
  .header-shipment {
    width: 33%;
  }
}

.header-adress {
  display: flex;
  align-items: center;
  padding-right: 107px;
}

.header-adress__text {
  font-size: 13px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .header-adress__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .header-adress {
    padding-right: 37px;
    margin-right: 23px;
  }
}

@media screen and (max-width: 992px) {
  .header-adress {
    width: 25%;
    padding-right: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header-adress {
    display: none;
  }
}

.header-call {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-call {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .header-call {
    padding-left: 7px;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .header-call {
    width: 35px;
    height: 35px;
    padding: 0;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}

.brand-logo-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .brand-logo-phone {
    display: inline-block;
    width: 144px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.site-info {
  display: flex;
  align-items: center;
}

.text-important {
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .call-hint {
    font-size: 12px;
  }
}

.footer {
  height: 167px;
  font-size: 12px;
  text-align: center;
  background-color: #f4f6f6;
}

.footer-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-inner + .footer-inner {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .footer-inner + .footer-inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    height: 460px;
  }
}

@media screen and (max-width: 768px) {
  .row__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__col-brand {
  padding-top: 25px;
}

@media screen and (max-width: 1200px) {
  .footer__col-brand .brand-logo-footer {
    width: 163px;
    height: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__col-brand {
    width: 24%;
  }
}

@media screen and (max-width: 992px) {
  .footer__col-brand {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .footer__col-brand {
    width: 320px;
    padding-bottom: 0;
  }
}

.footer__col-vcard {
  padding-right: 0;
  padding-top: 32px;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .footer__col-vcard {
    width: 26%;
    padding-left: 22px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer__col-vcard {
    width: 35%;
    padding-left: 38px;
  }
}

@media screen and (max-width: 768px) {
  .footer__col-vcard {
    width: 320px;
    padding: 8px 15px 0 15px;
  }
}

.footer__col-vcard .vcard .address {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer__col-vcard .vcard .address {
    text-align: center;
    width: 200px;
    margin-left: 45px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer__col-vcard .vcard .address .street-index {
    padding-right: 125px;
  }
}

@media screen and (max-width: 768px) {
  .footer__col-vcard .vcard .address .street-index {
    padding-right: 0;
  }
}

.footer__col-info {
  padding-top: 32px;
}

@media screen and (max-width: 1200px) {
  .footer__col-info {
    width: 50%;
    padding-left: 13px;
  }
}

@media screen and (max-width: 992px) {
  .footer__col-info {
    width: 35%;
    padding-left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .footer__col-info {
    width: 320px;
    padding: 20px 15px 0 15px;
  }
}

.footer__col-info .footer-inner-payment {
  width: 60%;
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 1200px) {
  .footer__col-info .footer-inner-payment {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .footer__col-info .footer-inner-payment {
    width: 100%;
  }
}

.footer__col-info .footer-inner-shipment {
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .footer__col-info .footer-inner-shipment {
    padding-left: 16px;
  }
}

@media screen and (max-width: 992px) {
  .footer__col-info .footer-inner-shipment {
    width: 100%;
    padding-left: 14px;
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .footer__col-info .footer-inner-shipment {
    margin-top: 23px;
  }
}

.footer__col-info .footer-inner-shipment .site-info {
  display: block;
}

.footer__col-info .footer-inner-shipment .site-info .site-info-icon {
  margin-right: 3px;
}

.footer__col-info .footer-inner-shipment .site-info .site-info-icon i {
  font-size: 16px;
}

.footer__col-info .footer-inner-shipment .site-info .site-info-text {
  margin-left: 28px;
}

@media screen and (max-width: 992px) {
  .footer__col-info .footer-inner-shipment .site-info .site-info-text {
    margin-left: 0;
  }
}

.info-site__footer {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .info-site__footer {
    margin-bottom: 16px;
  }
}

.call__footer {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

@media screen and (max-width: 1200px) {
  .call__footer .call-hint {
    display: flex;
    margin-top: 17px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .call__footer .call-hint {
    margin-top: 18px;
  }
}

.call__footer .call-hint .workhours {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .call__footer .call-hint .workhours {
    margin-left: 3px;
  }
}

@media screen and (max-width: 1200px) {
  .call__footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 768px) {
  .call__footer {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
}

.call-btn__footer {
  width: 215px;
  height: 40px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 5px 0 0 35px;
  margin-right: 13px;
  position: relative;
}

.call-btn__footer .hidden-xss {
  font-size: 18px;
}

.call-btn__footer i {
  margin-right: 11px;
  font-size: 16px;
  position: absolute;
  left: 18px;
  top: 30%;
  transform: translateY(-30%);
}

@media screen and (max-width: 1200px) {
  .call-btn__footer i {
    left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .call-btn__footer {
    padding-top: 7px;
    padding-left: 25px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 768px) {
  .call-btn__footer {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 17px;
  }
}

.value-text {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #0072bc;
}

@media screen and (max-width: 768px) {
  .value-text {
    margin-bottom: 0;
  }
}

.fa-phone-footer {
  margin-right: 5px;
  color: #e73f3a;
}

.phone-visibility {
  display: none;
}

@media screen and (max-width: 768px) {
  .phone-visibility {
    display: flex;
    color: #7d7d7d;
    font-style: italic;
    font-size: 13px;
  }
}

.col-md-6.footer-inner.other__info {
  margin-top: 20px;
  font-size: 13px;
  width: 100%;
}

.filter {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .filter {
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

.filter fieldset {
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.filter fieldset legend {
  position: relative;
  cursor: pointer;
}

.filter fieldset legend:first-letter {
  text-transform: capitalize;
}

.filter fieldset legend > i {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 16px;
  color: #7d7d7d;
}

.filter-footer {
  text-align: center;
  padding: 27px 10px;
}

@media screen and (max-width: 992px) {
  .filter-footer {
    padding: 21px 10px 8px 10px;
  }
}

.filter-btn {
  margin: 0 5px;
  width: 100px;
  height: 45px;
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 992px) {
  .filter-btn {
    margin-bottom: 10px;
  }
}

.filter-btn:focus {
  outline: none !important;
}

.filter-btn:active {
  outline: none !important;
  background: #fff !important;
}

.filter-expand {
  display: none;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.filter-expand-btn {
  margin-bottom: 15px;
}

.filter-collapse-btn {
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f7f7f7;
  color: #333333;
}

.filter-collapse-btn > i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .filter {
    display: none;
    margin-bottom: 30px;
  }
  .filter-expand {
    display: block;
  }
}

.filter-size0:before {
  width: 30px;
  height: 30px;
}

.filter-block {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.filter-block .filter-block-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.filter-block .filter-block-title span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.filter-block .filter-block-title i {
  color: #8a8a8a;
  font-size: 16px;
  transition: 0.5s;
}

.filter-block .filter-block-title .pop {
  transform: rotate(-180deg);
}

.goods-category.nothing_found {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .goods-category.nothing_found {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .goods-category.nothing_found p {
    text-align: center;
  }
}

.goods-category.nothing_found .nothing_found-subtitle {
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0.1px;
  margin-bottom: 17px;
}

.goods-category.nothing_found .nothing_found-clear__btn {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e6e7e8;
  color: #000;
  cursor: pointer;
}

.goods-category.nothing_found .nothing_found-clear__btn.margin {
  margin-top: 19px;
  margin: 19px 5px 5px 0;
}

.goods-category.nothing_found .nothing_found-clear__btn i {
  margin-left: 18px;
  font-size: 15px;
  color: #8f8f8f;
}

.goods-category.nothing_found .nothing_found-clear__btn:hover {
  text-decoration: none;
}

.goods-category.nothing_found .nothing_found__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.site-info {
  padding-left: 73px;
}

@media screen and (max-width: 1200px) {
  .site-info .site-info-text-footer {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .site-info {
    padding-left: 70px;
  }
}

.site-info-icon {
  display: none;
}

@media (min-width: 768px) {
  .site-info:before, .site-info:after {
    content: " ";
    display: table;
  }
  .site-info:after {
    clear: both;
  }
  .site-info-icon {
    display: block;
    float: left;
    font-size: 14px;
    color: #e73f3a;
  }
  .site-info-icon + .site-info-text {
    margin-left: 7px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-info-icon + .site-info-text {
    font-size: 12px;
  }
}

.site-info-footer {
  padding-left: 0;
}

.site-info-shipment-footer {
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .site-info-shipment-footer .site-info-text-footer {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .site-info-icon-footer {
    display: none;
  }
}

.article-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.article-title:hover, .article-title:focus {
  color: #000;
  text-decoration: underline;
}

.article-lead {
  color: #555555;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.57;
  letter-spacing: 0.1px;
}

.article-more {
  margin-left: -13px;
  margin-right: -13px;
}

.article-item {
  margin-bottom: 10px;
}

.product__main-slider {
  width: 49%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .product__main-slider {
    width: 100%;
  }
}

.container-desc {
  width: 51%;
  left: 49%;
}

@media screen and (max-width: 992px) {
  .container-desc {
    width: 100%;
    left: 0;
  }
}

.container-articles {
  width: 49%;
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .container-articles {
    width: 100%;
  }
}

.container_top-product {
  margin-bottom: 10px;
}

.product-heading-title {
  font-size: 24px;
  font-weight: 300;
}

.product {
  background-color: #fff;
}

.product-carousel, .product-main {
  border: solid #e6e6e6;
}

.product-carousel {
  margin-left: -15px;
  margin-right: -15px;
  border-width: 1px 0 1px;
}

.product-main {
  border-width: 0;
  padding-bottom: 10px;
  width: 51%;
}

@media screen and (max-width: 992px) {
  .product-main {
    width: 100%;
  }
}

.product-breadcrumbs {
  color: #7d7d7d;
  margin-bottom: 17px;
  font-size: 13px;
}

.product-name {
  font-weight: 500;
  margin-top: 10px;
  line-height: 1;
  font-family: 'Roboto Regular', sans-serif;
}

.product-name:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .product-name {
    font-size: 24px;
  }
}

.product-attr {
  color: #7d7d7d;
  margin-bottom: 5px;
  cursor: default;
}

.product-attr > a {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.product-cost {
  font-size: 30px;
  margin: 10px 0;
  margin-bottom: 31px;
}

.product-form label {
  color: #555555;
}

.product-addition-btn {
  margin: 5px -13px 5px;
}

@media (min-width: 768px) {
  .product-addition-btn {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .product-addition-btn {
    margin: 5px -13px 5px;
  }
}

.product-description {
  margin-left: -15px;
  margin-right: -15px;
}

.product-articles-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .product {
    padding-top: 20px;
  }
  .product-carousel {
    border-width: 1px;
  }
  .product-carousel, .product-main {
    background-color: #fff;
  }
  .product-main {
    padding-left: 15px;
    padding-right: 15px;
    border-width: 0 1px 1px;
  }
  .product-description, .product-articles {
    margin-top: 20px;
  }
  .product-buy {
    margin-top: 22px;
  }
}

@media (min-width: 992px) {
  .product-main {
    height: 540px;
  }
  .product-carousel {
    margin-left: 0;
    border-width: 1px 0 1px 1px;
  }
  .product-main {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
    border-width: 1px;
  }
  .product-addition {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .product-main {
    height: 540px;
  }
}

.carousel-inner {
  height: 100%;
}

.carousel-inner .item.active {
  width: 100%;
  height: 100%;
}

.magnify {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.magnify .zoom {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .magnify .zoom {
    height: 100%;
    max-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .zoom {
    height: 100% !important;
    width: auto !important;
  }
}

.panel-body p {
  margin-bottom: 10px;
}

.panel-body ul {
  margin-left: 17px;
  margin-bottom: 10px;
}

.panel-body ul li {
  list-style-type: disc;
}

.panel-body ol {
  padding: 0;
  margin-left: 17px;
}

.goods {
  position: relative;
  transition: 0.4s;
  width: 283px;
  height: 388px;
  border: 1px solid #e6e6e6;
  margin-right: -1px;
  margin-bottom: -1px;
}

.goods-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding: 15px;
  max-height: 300px;
}

@media screen and (max-width: 1200px) {
  .goods-pic {
    width: 80%;
  }
}

.goods-info {
  text-align: center;
  padding: 0 15px;
}

.goods-manufacturer {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7d7d7d;
  text-decoration: none;
}

.goods-manufacturer:hover, .goods-manufacturer:focus {
  color: #7d7d7d;
  text-decoration: underline;
}

.goods-name {
  margin: 5px 0;
}

.goods-name > a {
  display: inline-block;
  transition: 0.4s;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #d8d8d8;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
}

.goods-name > a:first-letter {
  text-transform: uppercase;
}

.goods-cost {
  font-weight: 700;
  margin-top: 11px;
}

.goods-arrival {
  color: #555555;
  font-style: italic;
  margin-top: 19px;
}

.goods-arrival > i {
  color: #4fc441;
  margin-right: 5px;
}

.goods-arrival > span {
  display: inline-block;
}

.goods-arrival > span:first-letter {
  text-transform: capitalize;
}

.goods:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.goods:hover .goods-name > a {
  text-decoration-color: #e73f3a;
  color: #e73f3a;
}

.goods-ico__bestseller {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e73f3a;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 10;
}

.goods-ico__bestseller span {
  background: url(../../img/icons/hit.png) center center;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 21px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.subcategory-list {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .subcategory-list {
    margin-right: -15px;
  }
}

.subcategory-list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 320px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.subcategory-list-item:nth-child(1) {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .subcategory-list-item {
    width: 50%;
    border-right: none;
  }
  .subcategory-list-item:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }
  .subcategory-list-item:nth-child(2n), .subcategory-list-item:last-child {
    border-right: 1px solid #e6e6e6;
  }
}

@media (min-width: 992px) {
  .subcategory-list-item {
    width: 33.3333333333%;
  }
  .subcategory-list-item:nth-child(3) {
    border-top: 1px solid #e6e6e6;
  }
  .subcategory-list-item:nth-child(2n) {
    border-right: none;
  }
  .subcategory-list-item:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
  }
}

@media (min-width: 1200px) {
  .subcategory-list-item {
    width: 25%;
  }
  .subcategory-list-item:nth-child(4) {
    border-top: 1px solid #e6e6e6;
  }
  .subcategory-list-item:nth-child(3n) {
    border-right: none;
  }
  .subcategory-list-item:nth-child(4n) {
    border-right: 1px solid #e6e6e6;
  }
}

.subcategory {
  position: relative;
}

.subcategory-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 250px;
}

.subcategory-info {
  text-align: center;
  margin-top: 6px;
}

.subcategory-name {
  margin: 5px 0;
}

.subcategory-name > a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.subcategory-name > a:hover, .subcategory-name > a:focus {
  color: #e73f3a;
  text-decoration: underline;
}

.subcategory-name > a:first-letter {
  text-transform: uppercase;
}

.subcategory:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.activeSubcategory span {
  transition: 0.5s;
}

.activeSubcategory span:hover {
  color: #e73f3a !important;
}

.activeSubcategory span:hover .border_active {
  border-bottom: 1px dashed #e73f3a;
}

.activeSubcategory.active {
  color: #e73f3a;
}

.activeSubcategory.active .border_active {
  border-bottom: 1px dashed #e73f3a;
}

.goods-list_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.goods-list {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.goods-list-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: solid 1px #e6e7e8;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.goods-list-item:hover .goods-name > a {
  color: #e73f3a;
}

.goods-list-item {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .goods-list-item a {
    width: 100%;
    height: 80%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .goods-list-item {
    width: 33.3333333333%;
  }
  .goods-list-item:nth-child(2), .goods-list-item:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

@media (min-width: 992px) {
  .goods-list-item {
    width: 25%;
  }
  .goods-list-item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

@media screen and (max-width: 992px) {
  .goods-list-item:nth-child(3) {
    border-right: solid 1px #e6e7e8;
  }
}

@media screen and (max-width: 768px) {
  .goods-list-item:first-child {
    border-right: solid 1px #e6e7e8;
  }
}

.goods-category {
  display: flex;
  width: 849px;
  height: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .goods-category {
    width: 618px;
  }
}

@media screen and (max-width: 992px) {
  .goods-category {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .goods-category {
    width: 100%;
  }
}

.goods-category-item {
  position: relative;
  width: 283px;
  height: 388px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.goods-category-item a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .goods-category-item a {
    height: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .goods-category-item {
    width: 309px;
  }
}

@media screen and (max-width: 992px) {
  .goods-category-item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .goods-category-item {
    width: 100%;
  }
}

.order-name {
  font-size: 16px;
  margin-bottom: 0;
}

.order-name:first-letter {
  text-transform: uppercase;
}

.order-name > a {
  color: inherit;
  text-decoration: none;
}

.order-name > a:hover, .order-name > a:focus {
  color: inherit;
  text-decoration: underline;
}

.order .order-characteristic-value {
  cursor: default;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.46;
  color: #000;
}

.order-pic {
  border-radius: 2px;
  width: 45px;
  height: 45px;
}

@media (min-width: 768px) {
  .order-pic {
    width: 85px;
    height: 85px;
  }
}

.order-pic-wrap {
  background-color: #fff;
  border-radius: 2px;
  width: 85px;
  height: 85px;
}

.order-pic-wrap img {
  width: 100%;
  height: 100%;
}

.order-cost {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.order-characteristic-name {
  margin-right: 3px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.order-feature-description {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: italic;
}

.order-feature-title {
  font-size: 13px;
  padding-bottom: 7px;
  color: #000;
}

.order-buy {
  text-align: center;
  padding-top: 15px;
}

.order-payment-radio {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .order-payment-radio {
    width: 50%;
  }
}

.order-payment-item {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.opened {
  display: block;
  background: rgba(2, 2, 2, 0.7);
}

.toggle-state-hidden {
  display: none;
}

.catalogue {
  display: none;
  position: absolute;
  left: 0;
  top: 81px;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.catalogue-header {
  position: relative;
  padding: 13px 15px 13px 15px;
  margin-bottom: 10px;
}

.catalogue-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 53px;
}

.catalogue-close {
  font-size: 14px;
  margin: -9px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  padding: 15px;
}

.catalogue-content {
  z-index: 1000;
  background-color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .catalogue {
    position: fixed;
    top: 0;
    height: 100%;
  }
  .catalogue-content {
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .catalogue-content {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .catalogue-content {
    width: 330px;
  }
}

@media (min-width: 1200px) {
  .catalogue-content {
    width: 350px;
  }
}

.catalogue.open {
  display: block;
}

@media screen and (max-width: 768px) {
  .catalogue-breadcrumb {
    display: block;
  }
}

.info-site {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .info-site {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 992px) {
  .info-site {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .info-site {
    margin-left: 11px;
    margin-bottom: 15px;
  }
}

.workhours {
  margin-left: 3px;
}

.value-title {
  font-size: 13px;
  line-height: 1.31;
  color: #0072bc;
  transition: 0.4s;
  text-decoration: underline;
  width: 100%;
}

.value-title:hover {
  text-decoration: none;
  border-bottom: transparent;
}

@media screen and (max-width: 768px) {
  .value-title:hover {
    border-bottom: 1px solid transparent;
  }
}

.value-title .category {
  margin-right: 3px;
}

html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

main {
  width: 100%;
  background: #fff;
  min-height: calc(100vh - 167px);
  margin-bottom: 50px;
}

.wrapper {
  width: 100%;
  height: auto !important;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .main__all-goods {
    margin: 0 auto;
  }
}

.main__all-goods_caption {
  padding: 20px 0;
  min-height: 161px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .main__all-goods_caption {
    margin: 0 auto;
    flex-direction: column;
  }
}

.main__all-goods_caption .main__all-goods-name {
  height: 100%;
  width: 50%;
  display: inline-block;
  padding-right: 40px;
  box-sizing: border-box;
  vertical-align: top;
}

.main__all-goods_caption .main__all-goods-name h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .main__all-goods_caption .main__all-goods-name h2 {
    font-size: 25px;
  }
}

.main__all-goods_caption .main__all-goods-name p {
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .main__all-goods_caption .main__all-goods-name p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .main__all-goods_caption .main__all-goods-name {
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .main__all-goods_caption .main__all-goods-name {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main__all-goods_caption .main__all-goods-name {
    padding-right: 0;
    padding-top: 38px;
    padding-bottom: 17px;
  }
}

.main__all-goods_caption .main__all-goods-info {
  height: 100%;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.main__all-goods_caption .main__all-goods-info p {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 992px) {
  .main__all-goods_caption .main__all-goods-info {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main__all-goods_caption .main__all-goods-info {
    padding-bottom: 40px;
  }
}

.h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 25px;
  }
}

h2 {
  font-weight: 400;
}

.main__banner-top {
  width: 100%;
  height: 400px;
  background: url(../../img/new_banner.PNG) center no-repeat;
  background-size: cover;
  padding: 20px 0 145px 0;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .main__banner-top {
    background-position-x: 0px;
  }
}

@media screen and (max-width: 992px) {
  .main__banner-top {
    background-position-y: 0px;
    background-position-x: -125px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main__banner-top {
    background: url(../../img/banner_mobile_new.png) center no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 35px;
    height: 350px;
    background-position-y: 0px;
  }
}

@media screen and (max-width: 768px) {
  .main__banner-top:before {
    background: linear-gradient(to top, white 0%, rgba(0, 0, 0, 0.1) 30%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.search-field_form {
  position: relative;
}

@media screen and (max-width: 768px) {
  .search-field_form {
    width: 100%;
  }
}

.search-field {
  display: flex;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .search-field {
    margin-bottom: 40px;
  }
}

.search-field .search-field_input {
  width: 650px;
  margin-right: 29px;
  height: 55px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px 19px;
  font-family: Roboto;
  font-size: 13px;
  outline: none;
  position: relative;
}

@media screen and (max-width: 992px) {
  .search-field .search-field_input {
    width: 574px;
  }
}

@media screen and (max-width: 768px) {
  .search-field .search-field_input {
    position: relative;
    width: 100%;
  }
}

.search-field .search-field_input::-webkit-input-placeholder {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 13px;
}

.search-field .search-field_input::-moz-placeholder {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 13px;
}

.search-field .search-field_input:-moz-placeholder {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 13px;
}

.search-field .search-field_input:-ms-input-placeholder {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 13px;
}

.search-field .search-field_btn {
  width: 115px;
  height: 55px;
  border-radius: 2px;
  background-color: #e73f3a;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  border: none;
  transition: 0.5s;
}

.search-field .search-field_btn:hover {
  background-color: #d33f3d;
}

@media screen and (max-width: 768px) {
  .search-field .search-field_btn {
    display: none;
  }
}

.search-field .goods-item_btn-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .search-field .goods-item_btn-phone {
    display: block;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 18px;
    height: 18px;
    color: #e73f3a;
    background: none;
    border: none;
  }
}

.search-field .goods-item_btn-phone i {
  position: absolute;
  left: 0;
  top: 0;
}

.search-field .search-field_wrapper.none {
  display: none;
}

.search-field .search-field_wrapper {
  position: absolute;
  top: 69px;
  width: 650px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  padding: 11px;
  max-height: 382px;
  overflow: scroll;
}

@media screen and (max-width: 1200px) {
  .search-field .search-field_wrapper {
    width: 796px;
  }
}

@media screen and (max-width: 992px) {
  .search-field .search-field_wrapper {
    width: 574px;
  }
}

@media screen and (max-width: 768px) {
  .search-field .search-field_wrapper {
    width: 100%;
  }
}

.search-field .search-field_wrapper .search-field_breadcrump {
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

.search-field .search-field_wrapper .search-field_breadcrump li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

.search-field_goods-item-category {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: 100%;
  align-items: center;
}

.search-field_goods-item-category a {
  font-size: 13px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.search-field_goods-item {
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .search-field_goods-item {
    height: auto;
  }
}

.search-field_goods-item:hover {
  color: #d9534f;
  text-decoration: none !important;
}

.search-field_goods-item .goods-item-container-pic {
  height: 50px;
  width: 50px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-right: 18px;
}

.search-field_goods-item .goods-item-container-pic .goods-item-pic {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(100, 100, 100, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-field_goods-item .goods-item_name {
  width: 100%;
}

.search-field_goods-item .goods-item_name p {
  display: inline-block;
  text-decoration: underline;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.1px;
}

.search-field_goods-item .goods-item_price {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.1px;
  color: #000;
}

.search-field_goods-item .goods-item_price span {
  margin-left: 3px;
}

.search-field_goods-item .goods-item_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-family: Roboto;
  font-size: 13px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .search-field_goods-item .goods-item_btn {
    display: none;
  }
}

.banner-top-desc-pad,
.banner-top-desc-price,
.banner-top-desc-mark {
  display: inline-block;
}

.banner-top-container .banner-top-name {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .banner-top-container .banner-top-name p {
    display: none;
  }
}

.banner-top-container .banner-top-name .banner-top-name_phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-top-container .banner-top-name .banner-top-name_phone {
    display: block;
    font-size: 30px;
    margin-bottom: 17px;
  }
}

.banner-top-container .banner-top-description {
  max-width: 400px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 768px) {
  .banner-top-container .banner-top-description {
    padding-right: 0;
  }
}

.banner-top-container .banner-top-description span {
  display: block;
}

@media screen and (max-width: 992px) {
  .banner-top-container .banner-top-description span {
    display: inline;
  }
}

.banner-top-container .banner-top-description .banner-top-desc-pad,
.banner-top-container .banner-top-description .banner-top-desc-price,
.banner-top-container .banner-top-description .banner-top-desc-mark {
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .banner-top-container .banner-top-description .banner-top-desc-pad {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .main__all-categories-goods {
    width: 320px;
    margin: 0 auto;
  }
}

.all-categories-goods-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.all-categories-goods-container .categories-goods-container-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}

.all-categories-goods-container .categories-goods-container-items .categories-goods__item {
  width: 285px;
  height: 285px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e7e8;
  margin-left: -1px;
  margin-bottom: -1px;
}

@media screen and (max-width: 1200px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item {
    width: 313px;
    height: 314px;
  }
}

@media screen and (max-width: 992px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item {
    width: 240px;
    height: 241px;
  }
}

@media screen and (max-width: 768px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item {
    width: 320px;
    height: 100px;
  }
}

.all-categories-goods-container .categories-goods-container-items .categories-goods__item.wide {
  width: 569px;
}

@media screen and (max-width: 1200px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item.wide {
    width: 625px;
    height: 314px;
  }
}

@media screen and (max-width: 992px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item.wide {
    width: 479px;
    height: 241px;
  }
}

@media screen and (max-width: 768px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item.wide {
    height: 442px;
  }
}

@media screen and (max-width: 768px) {
  .all-categories-goods-container .categories-goods-container-items .categories-goods__item.wide .goods__item-link {
    display: flex;
    flex-direction: column-reverse;
  }
}

.goods__item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .goods__item-link {
    text-decoration: none;
  }
}

.goods__item-link .goods__item-block-desc {
  width: 60%;
  height: 100%;
  display: inline-block;
  padding: 55px 35px 55px 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .goods__item-link .goods__item-block-desc {
    padding-top: 70px;
  }
}

@media screen and (max-width: 992px) {
  .goods__item-link .goods__item-block-desc {
    padding: 32px 0 33px 50px;
  }
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block-desc {
    width: 100%;
    padding: 10px 28px 28px 29px;
  }
}

.goods__item-link .goods__item-block-desc .goods__item-name {
  font-size: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}

.goods__item-link .goods__item-block-desc .goods__item-text {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods__item-link .goods__item-block-pic {
  display: inline-block;
  width: 40%;
  height: 100%;
  overflow: hidden;
  padding: 33px 35px 33px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .goods__item-link .goods__item-block-pic {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block-pic {
    width: 100%;
    padding: 29px;
  }
}

.goods__item-link .goods__item-block-pic .goods__item-pic {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block-pic .goods__item-pic {
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.goods__item-link .goods__item-block-pic .goods__item-pic img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block-pic .goods__item-pic img {
    width: 150px;
  }
}

.goods__item-link .goods__item-block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.goods__item-link .goods__item-block .goods__item-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block .goods__item-icon {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.goods__item-link .goods__item-block .goods__item-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1px;
  color: #000;
  transition: 0.4s;
  width: 215px;
}

@media screen and (max-width: 768px) {
  .goods__item-link .goods__item-block .goods__item-title {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    width: 170px;
    position: absolute;
    left: 86px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.goods__item-link:hover {
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.05);
}

.goods__item-link:hover .goods__item-block .goods__item-title {
  color: #e73f3a;
}

.main__article-block-title {
  padding: 50px 0 36px 0;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main__article-block-title h2.h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .main__article-block-title {
    font-size: 30px;
    padding-top: 29px;
    padding-bottom: 25px;
  }
}

.main__article-block {
  margin-bottom: 59px;
}

@media screen and (max-width: 768px) {
  .main__article-block {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.main__list-articles {
  display: flex;
  width: 100%;
  height: 100%;
}

.main__list-articles .main__item-article {
  width: 25%;
  height: 100%;
  padding-right: 25px;
}

.main__list-articles .main__item-article a:hover {
  text-decoration: none;
}

.main__list-articles .main__item-article a:focus {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .main__list-articles .main__item-article {
    padding: 0;
    padding-left: 25px;
    width: 100%;
  }
  .main__list-articles .main__item-article:last-child {
    display: none;
  }
  .main__list-articles .main__item-article:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .main__list-articles .main__item-article:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main__list-articles .main__item-article {
    display: none;
  }
  .main__list-articles .main__item-article:first-child {
    display: block;
  }
}

.main__list-articles .main__item-article-name {
  font-size: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  cursor: pointer;
}

.main__list-articles .main__item-article-text {
  padding: 30px 0;
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
}

.main__list-articles .main__item-article-button {
  width: 100px;
  height: 45px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #e6e7e8;
}

.main__list-articles .main__item-article-button p {
  opacity: 0.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

.main__list-articles .main__item-article-button:hover p {
  color: #E73F3A;
  opacity: 1;
}

.main__security-block {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main__security-block {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 26px;
  }
}

.main__security-list {
  padding: 70px 40px 55px 40px;
  background: #f8f8f8;
  display: flex;
}

@media screen and (max-width: 992px) {
  .main__security-list {
    display: block;
    padding: 53px 31px 65px 31px;
  }
}

@media screen and (max-width: 768px) {
  .main__security-list {
    display: flex;
    flex-direction: column;
    padding: 33px 19px 40px 19px;
  }
}

.main__security-list .main__security-item-subtitle {
  width: 25%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main__security-list .main__security-item-subtitle .main__security-item-title {
  font-size: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .main__security-list .main__security-item-subtitle {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  .main__security-list .main__security-item-subtitle {
    width: 100%;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 768px) {
  .main__security-list .main__security-item-subtitle {
    margin-bottom: 15px;
  }
}

.main__security-list .main__security-item {
  width: 25%;
  height: 100%;
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .main__security-list .main__security-item {
    width: 29%;
    padding-left: 38px;
  }
}

@media screen and (max-width: 992px) {
  .main__security-list .main__security-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 28px;
    width: 33%;
  }
  .main__security-list .main__security-item:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .main__security-list .main__security-item {
    width: 100%;
    margin-bottom: 27px;
    padding-right: 0;
  }
  .main__security-list .main__security-item:last-child {
    margin-bottom: 0;
  }
}

.main__security-list .main__security-item .main__security-item-title {
  font-size: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  margin: 0;
}

.main__security-list .main__security-item .main__security-item-name {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: bottom;
}

.main__security-list .main__security-item .main__security-item-text {
  padding-top: 13px;
  opacity: 0.6;
  font-size: 14px;
  font-style: italic;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main__security-list .main__security-item .main__security-item-ico i {
  font-size: 22px;
  color: #e73f3a;
  margin-right: 4px;
}

.main__security-list .main__security-item:first-child {
  padding-left: 0;
}

.main__about {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .main__about {
    width: 320px;
    margin: 0 auto;
  }
}

.main__about-title {
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 38px;
}

.main__about-title h2.h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .main__about-title h2.h2 {
    font-size: 25px;
    margin-bottom: 27px;
  }
}

.main__about-text {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main__about-text {
    flex-direction: column;
  }
}

.main__about-text .main__about-desc {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc {
    width: 100%;
    padding: 0;
  }
  .main__about-text .main__about-desc:last-child {
    display: none;
  }
}

.main__about-text .main__about-desc .main__about-desc-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc .main__about-desc-btn {
    display: block;
    text-decoration: underline;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0072bc;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
  }
}

.main__about-text .main__about-desc p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  padding-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc p {
    display: none;
  }
  .main__about-text .main__about-desc p:first-child {
    display: block;
  }
}

.main__about-text .main__about-desc span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc span {
    display: none;
  }
}

.main__about-text .main__about-desc:first-child {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc:first-child {
    padding: 0;
  }
}

.main__about-text .main__about-desc:last-child {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .main__about-text .main__about-desc:last-child {
    padding: 0;
  }
}

.main__about-desc-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .main__about-desc-btn {
    display: block;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .main__about-desc.open p {
    display: block;
  }
  .main__about-desc.open span {
    display: block;
  }
}

.main_about_min_red {
  color: red !important;
  font-weight: 100 !important;
}

@media screen and (max-width: 768px) {
  .container-article {
    margin: 0 auto;
  }
}

.name-article-section {
  margin-bottom: 9px;
}

.name-article-section .name-section {
  font-size: 35px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .name-article-section .name-section {
    font-size: 30px;
  }
}

.data-article-block {
  margin-bottom: 39px;
}

.data-article-block .data-article {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: rgba(197, 197, 197, 0.5);
}

.container-article-text {
  display: block;
  width: 750px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .container-article-text {
    width: 100%;
  }
}

.container-article-text h1 {
  text-align: center;
  font-size: 35px;
}

.container-article-text h2 {
  text-align: center;
  font-size: 34px;
}

.container-article-text h3 {
  text-align: center;
  font-size: 32px;
}

.container-article-text h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

.container-article-text h5 {
  text-align: center;
  font-size: 28px;
}

.container-article-text h6 {
  text-align: center;
  font-size: 26px;
}

.container-article-text p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}

.container-article-text p a {
  color: #0072bc;
  text-decoration: underline;
}

.container-article-text span {
  color: #0072bc;
  text-decoration: underline;
  cursor: pointer;
}

.container-article-text ol,
.container-article-text ul {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 20px;
  margin-bottom: 15px;
}

.container-article-text ol li,
.container-article-text ul li {
  margin: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-article-text ul li {
  position: relative;
}

.container-article-text ul li:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.container-article-text img {
  max-width: 550px;
  height: auto;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-article-text .artilce-list-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.container-article-text .artilce-list-products a:hover {
  text-decoration: none;
}

.container-article-text .goods-article {
  width: 250px;
  height: 388px;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  margin-top: -1px;
  transition: 0.4s;
}

.container-article-text .goods-article:hover .goods-name,
.container-article-text .goods-article:hover .goods-cost {
  color: red;
}

.container-article-text .goods-name,
.container-article-text .goods-cost {
  transition: 0.4s;
  color: #000;
}

.article-block-title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 21px;
  margin-top: 37px;
}

@media screen and (max-width: 1200px) {
  .article-block-title {
    margin-top: 28px;
  }
}

.articles-breadcrumb {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .articles-breadcrumb {
    margin-top: 30px;
  }
}

.container-articles.articles {
  width: 100%;
}

.name-article-section.name_articles {
  margin-bottom: 34px;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 30px;
}

@media screen and (max-width: 1200px) {
  .articles-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .articles-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-item {
  margin: 0;
}

.article-item a:hover {
  text-decoration: none;
}

.article-item a:focus {
  outline: none;
  text-decoration: none;
}

.article-item .main__item-article-name {
  font-size: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}

.article-item .main__item-article-name:hover {
  text-decoration: none;
}

.article-item .main__item-article-text {
  padding-top: 20px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  cursor: default;
}

.article-item .main__item-article-button {
  width: 100px;
  height: 45px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #e6e7e8;
}

.main__item-article-button {
  width: 100px;
  height: 45px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #e6e7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main__item-article-button p {
  opacity: 0.5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: 0.4s;
}

.main__item-article-button:hover {
  text-decoration: none;
}

.main__item-article-button:hover p {
  color: #E73F3A;
  opacity: 1;
  text-decoration: none;
}

.contacts-breadcrumbs {
  margin-top: 30px;
}

.contacts-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-weight: 400;
}

.contacts-title h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

.container-map {
  height: 400px;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .contacts-container {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-container {
    margin-bottom: 80px;
  }
}

.contacts-container .contacts-container__title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
}

.contacts-list {
  display: flex;
  height: 113px;
  background-color: #f8f8f8;
  align-items: center;
  padding: 0 40px 0 40px;
}

@media screen and (max-width: 768px) {
  .contacts-list {
    flex-direction: column;
    padding: 30px 40px;
    height: 100%;
    align-items: flex-start;
  }
}

.contacts-list .contacts-list-item {
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .contacts-list .contacts-list-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contacts-list .contacts-list-item:last-child {
    margin-bottom: 0px;
  }
}

.contacts-list .contacts-list-item .contacts-list-item-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
}

.contacts-list .contacts-list-item .contacts-list-item-text {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
}

.contacts-list .contacts-list-item a {
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}

.contacts-list .contacts-list-item a:hover {
  color: red;
}

.delivery-content {
  height: 100%;
  margin-top: 30px;
}

.delivery-content .delivery-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}

.delivery-content .delivery-title h1.h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

.delivery-content .delivery-wrapper {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .delivery-content .delivery-wrapper {
    flex-direction: column;
  }
}

.delivery-content .delivery-wrapper .delivery-wrapper-text {
  width: 65%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .delivery-content .delivery-wrapper .delivery-wrapper-text {
    width: 100%;
  }
}

.delivery-content .delivery-wrapper .delivery-wrapper-text h1 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-text h2 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-text p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 40px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-text p .phone_number {
  display: inline-block;
}

.delivery-content .delivery-wrapper .delivery-wrapper-text .back_good_subtitle {
  margin-bottom: 15px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-text .back_good_list li {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 5px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question {
  width: 35%;
  height: 260px;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 46px 36px;
}

@media screen and (max-width: 992px) {
  .delivery-content .delivery-wrapper .delivery-wrapper-question {
    height: 355px;
  }
}

@media screen and (max-width: 768px) {
  .delivery-content .delivery-wrapper .delivery-wrapper-question {
    width: 100%;
    height: 289px;
  }
}

.delivery-content .delivery-wrapper .delivery-wrapper-question h1 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question h2 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question p,
.delivery-content .delivery-wrapper .delivery-wrapper-question .or {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question .or {
  margin-right: 5px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question .phone {
  color: #d4413c;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question .phone:focus {
  outline: none;
  text-decoration: none;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question .link_to_question {
  height: 45px;
  width: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #e73f3a;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #ffffff;
  transition: 0.4s;
  margin-top: 15px;
}

.delivery-content .delivery-wrapper .delivery-wrapper-question .link_to_question:hover {
  text-decoration: none;
  background-color: #d4413c;
}

.subcategory-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

@media screen and (max-width: 992px) {
  .subcategory-list {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .subcategory-list {
    margin-bottom: 50px;
  }
}

.subcategory-list-item-tip {
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  margin-top: -1px;
  width: 286px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .subcategory-list-item-tip {
    width: 100%;
  }
}

.subcategory-list-item-tip a img {
  padding: 10px;
}

.load-open {
  width: 100%;
  height: 100px;
  position: relative;
}

.load {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-35%, -50%);
  /*change these sizes to fit into your project*/
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1200px) {
  .load {
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .load {
    top: 85%;
    left: 50%;
    transform: translate(-85%, -50%);
  }
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #19A68C;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #F63D3A;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #FDA543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193B48;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

.well.form {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .well.form {
    height: 255px;
  }
}

.notfound {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  .notfound {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
}

.notfound_left .notfound_left_bg {
  position: relative;
  width: 315px;
  height: 190px;
}

.notfound_left p {
  font-weight: 800;
  font-size: 182px;
  line-height: 182px;
  opacity: .15;
}

.notfound_left img {
  position: absolute;
  height: 74px;
  width: 218px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound_right {
  padding-left: 50px;
  padding-top: 40px;
}

.notfound_right .notfound_right-text {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 24px;
}

.notfound_right .notfound_right-text span {
  color: #ed1c24;
}

.notfound_right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .notfound_right {
    padding-left: 0;
  }
}

.cardProduc-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

#cardProductArticle {
  display: inline-block;
}

.itemProduct {
  margin: 15px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 100%;
  border: 1px solid #e6e6e6;
  transition: 1s;
  text-decoration: none;
  overflow: hidden;
}

.itemProduct:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-decoration: none;
}

.itemProduct:hover .itemProduct-info__name p {
  color: #e73f3a;
}

.itemProduct .itemProduct-photo {
  height: 240px;
  width: 240px;
  padding: 10px;
}

.itemProduct .itemProduct-photo img {
  width: 100%;
  height: auto;
}

.itemProduct .itemProduct-info {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.itemProduct .itemProduct-info .itemProduct-info__price {
  text-align: center;
  font-weight: 700;
}

.itemProduct .itemProduct-info .itemProduct-info__price p {
  margin-bottom: 5px;
}

.itemProduct .itemProduct-info .itemProduct-info__price span {
  color: #000;
  text-decoration: none;
}

.itemProduct .itemProduct-info .itemProduct-info__name {
  text-align: center;
  overflow: hidden;
}

.itemProduct .itemProduct-info .itemProduct-info__name p {
  transition: 0.4s;
  font-size: 14px;
  margin-bottom: 15px;
}

.succsessContainer.failed {
  height: 214px;
}

.succsessContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
  height: 337px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1000;
}

.succsessContainer .successCloseBtn {
  background: none;
  border: none;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: -30px;
  cursor: pointer;
}

.succsessContainer .successCloseBtn span:first-child {
  position: absolute;
  left: 8px;
  top: -2px;
  width: 1px;
  height: 22px;
  display: block;
  background: #fff;
  z-index: 100;
  transform: rotate(45deg);
  transition: 0.5s;
}

.succsessContainer .successCloseBtn span:last-child {
  position: absolute;
  width: 1px;
  left: 8px;
  top: -2px;
  height: 22px;
  display: block;
  background: #fff;
  z-index: 100;
  transform: rotate(135deg);
  transition: 0.5s;
}

.succsessContainer .successCloseBtn:hover span:first-child {
  background: red;
}

.succsessContainer .successCloseBtn:hover span:last-child {
  background: red;
}

.well_success {
  width: 90%;
  margin: 0 auto;
}

.succsessIco {
  margin: 0 auto;
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

.succsessSubtitle {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.input-range {
  margin-top: 25px !important;
  width: 95% !important;
  margin-bottom: 15px;
}

.input-range__track {
  height: 5px !important;
  border-radius: 7.3rem !important;
}

.input-range__track--active {
  background: #e73f3a !important;
}

.input-range__slider {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  background: #fff !important;
  margin-top: -13px !important;
  border: 5px solid #e73f3a !important;
}

.input-range__label--value .input-range__label-container {
  display: none;
}

.input-range__label--min {
  display: none !important;
}

.input-range__label--max {
  display: none !important;
}

.input-range__label.input-range__label--max .input-range__label-container,
.input-range__label.input-range__label--min .input-range__label-container {
  top: 12px !important;
  font-size: 14px !important;
}

.inputRangeBox {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.inputRangeBox .inputRangeSpace {
  width: 8px;
  height: 2px;
  background: #cacaca;
}

.inputRangeValues {
  display: flex;
  justify-content: space-between;
}

.inputRangeValues .inputRangeValue {
  font-family: Roboto;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.inputRangeBox_wrap {
  position: relative;
}

.inputRangeBox_wrap .inputRangeFields {
  width: 100px;
  height: 45px;
  border-radius: 3px;
  border: solid 1px #e6e7e8;
  padding: 10px 30px 10px 10px;
  text-align: center;
  outline: none;
  position: relative;
}

.inputRangeBox_wrap:after {
  position: absolute;
  right: 20px;
  top: 35%;
  display: block;
  content: '₽';
  width: 10px;
  height: 10px;
  font-size: 12px;
}

.catalogue-subtitle {
  margin: 30px 0;
  border-bottom: 2px solid rgba(185, 197, 197, 0.7);
}

.catalogue-subtitle h1 {
  font-size: 30px;
  font-weight: 500;
}

.category-container {
  column-count: 3;
}

@media screen and (max-width: 1200px) {
  .category-container {
    column-count: 2;
  }
}

@media screen and (max-width: 992px) {
  .category-container {
    column-count: auto;
  }
}

@media screen and (max-width: 768px) {
  .category-container {
    column-count: auto;
  }
}

.category-container .category-box {
  width: 100%;
  margin-bottom: 35px;
  float: left;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media screen and (max-width: 992px) {
  .category-container .category-box {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .category-container .category-box {
    width: 100%;
  }
}

.category-box_name {
  margin-bottom: 12px;
}

.category-box_name a {
  color: #000;
  transition: 0.4s;
  font-weight: 700;
  font-size: 17px;
  position: relative;
}

.category-box_name a:hover {
  color: #0072bc;
}

.category-box_name a span {
  display: inline-block;
  line-height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #d7e2e2;
  font-size: 13px;
  color: #4a5c60;
  text-align: center;
  padding: 0 8px;
  margin-left: 6px;
}

.category-box_list__item {
  margin-bottom: 12px;
}

.category-box_list__item .box_list__item-link {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.4s;
}

.category-box_list__item .box_list__item-link:hover {
  color: #0072bc;
}
