/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=cyrillic-ext");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reading .for_text {
    height: auto;
    max-height: 290px;
    overflow: hidden;}

	.faq-list .answer {
    display: none;
    padding: 10px 15px;
	}

	.faq-list li {list-style:none;}
	.faq-list .question{text-decoration:underline; cursor:pointer; font-size:18px;}
	.faq-list .answer{text-decoration:none; font-style:italic;font-size:16px; background:#e1e1e1}

.box-modal_close{
    right: -305px;
    top: -30px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/icons/close.png) center no-repeat;
    transition: 0.3s;
    position: relative;
}

/*--CAPTCHA--*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: url(../img/bg-new-year.png)
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

*::-webkit-input-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

*:-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

*::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

body {
  color: #303030;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.428;
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
}

hr {
  margin: 10px 0;
  border-top: 0;
  border-bottom: 1px solid #ebebeb;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  line-height: 1.2;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 16px;
}

a {
  color: #303030;
  text-decoration: none;
}

a, button {
  transition: 0.3s;
}

input, select {
  padding: 0 10px;
  width: 100%;
  height: 33px;
  outline: 0;
  border: 1px solid #989898;
}

textarea {
  padding: 5px 10px;
  width: 100%;
  height: 33px;
  outline: 0;
  border: 1px solid #989898;
  resize: none;
}

select {
  color: #818181;
}

.container {
  margin: 0 auto;
  width: 1148px;
}
.main .container, .header .container { background: #fff; }
.container::before, .container::after {
  content: '';
  display: table;
  clear: both;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.btn {
  display: inline-block;
  padding: 9px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #f87c00;
  border: 0;
  outline: 0;
  vertical-align: middle;
  transition: 0.3s;
}

.btnc {
  display: inline-block;
  padding: 9px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #f87c00;
  border: 0;
  outline: 0;
  vertical-align: middle;
  transition: 0.3s;
}

.btn:hover {
  background-color: #ff9b36;
}

.btnc:hover {
  background-color: #ff9b36;
}


.btn-lg {
  padding: 14px 70px;
}

.topline {
  display:none;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #f87c00;
}

.topline .inside {
  position: relative;
  padding: 0 30px;
}

.topline .inside p {
  margin: 0;
}

.topline .inside p strong {
  text-decoration: underline;
}

.topline .inside .close {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/close.png) center no-repeat;
  transition: 0.3s;
}

.topline .inside .close:hover {
  transform: rotate(90deg);
}

.header {
  position: relative;
  padding: 14px 0 30px;
 /* border-top: 10px solid #292929; */
  z-index: 3;
}

.header hr {
  margin: 12px 0;
  height: 1px;
  border-bottom: 1px solid #ddd;
}

.header-menu {
  float: left;
}

.header-menu dl {
  position: relative;
  float: left;
  margin: 0 38px 0 0;
  padding-left: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.header-menu dl::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  height: 19px;
  background: #b9b9b9;
}

.header-menu dl dt {
  font-size: 11px;
}

.header-menu dl dt a {
  color: #4e4e4e;
}

.header-menu dl dt a:hover {
  text-decoration: underline;
}

.header-menu dl dd {
  margin: 0;
  color: #9f9f9f;
  font-size: 10px;
}

.header-contacts {
  float: right;
  padding-left: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  background: url(../img/icons/phone.png) left top no-repeat;
}

.header-contacts .phone {
  color: #000;
}

.header-contacts .call {
  color: #9f9f9f;
  font-size: 12px;
  text-decoration: underline;
}

.header-contacts .call:hover {
  text-decoration: none;
}

.header-logo {
  float: left;
  margin-right: 89px;
}

.header-logo p {
  display: none;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 15px;
  width: 310px;
}

.header-search input {
  padding: 0 35px 0 10px;
  width: 100%;
  height: 31px;
  color: #303030;
  font-size: 12px;
  font-weight: 700;
  outline: 0;
}

.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  background: #f87c00 url(../img/icons/search.png) center no-repeat;
  border: 0;
}

.header-search button:hover {
  background-color: #ff9b36;
}

.header-info {
  float: right;
  margin-top: 15px;
}

.header-info dl {
  float: left;
  margin: 0 0 0 21px;
  font-size: 12px;
  line-height: 1.3;
}

.header-info dl dt {
  color: #000;
  font-weight: 600;
}

.header-info dl dd {
  margin: 0;
  font-weight: 700;
}

.header-info dl dd a {
  color: #9f9f9f;
  text-decoration: underline;
}

.header-info dl dd a:hover {
  text-decoration: none;
}

.header-info .user {
  padding-left: 36px;
  background: url(../img/icons/user.png) left center no-repeat;
}

.header-info .favs {
  padding-left: 34px;
  background: url(../img/icons/favs.png) left center no-repeat;
}

.header-info .basket {
  position: relative;
  padding-left: 43px;
  background: url(../img/icons/basket.png) left center no-repeat;
}

.header-info .basket .numb {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: #f87c00;
  border-radius: 50%;
}

.header-info .basket .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 31px;
  display: none;
  width: 405px;
  background: #fff;
  border-top: 7px solid #f87c00;
  border-bottom: 7px solid #f87c00;
}

.header-info .basket .dropdown::before {
  content: '';
  position: absolute;
  top: -15px;
  right: 30px;
  width: 47px;
  height: 47px;
  background: #fff;
  border: 7px solid #f87c00;
  transform: rotate(45deg);
}

.header-info .basket .dropdown .inside {
  position: relative;
  padding: 13px 0 14px;
  background: #fff;
  z-index: 1;

}

.header-info .basket .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-info .basket .dropdown ul li {
  margin-bottom: 5px;
  padding: 10px 8px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.header-info .basket .dropdown ul li .preview {
  float: left;
  padding-top: 2px;
  width: 17%;
}

.header-info .basket .dropdown ul li .desc {
  float: left;
  padding-left: 8px;
  width: 54%;
  font-size: 14px;
  line-height: 1.4;
}

.header-info .basket .dropdown ul li .desc .code {
  display: block;
  color: #2e2e2e;
  font-weight: 400;
}

.header-info .basket .dropdown ul li .desc .title {
  color: #303030;
  font-weight: 700;
  text-decoration: none;
}

.header-info .basket .dropdown ul li .desc .remove {
  font-size: 12px;
}

.header-info .basket .dropdown ul li .info {
  float: left;
  padding-left: 15px;
  width: 29%;
  text-align: right;
}

.header-info .basket .dropdown ul li .info .count {
  position: relative;
  margin-bottom: 9px;
  font-size: 14px;
}

.header-info .basket .dropdown ul li .info .count input {
  width: 100%;
  height: 27px;
  font-weight: 700;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.header-info .basket .dropdown ul li .info .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 30px;
  font-weight: 700;
  background: #fff;
  border: 0;
  outline: 0;
}

.header-info .basket .dropdown ul li .info .count button.min {
  left: 3px;
}

.header-info .basket .dropdown ul li .info .count button.max {
  right: 3px;
}

.header-info .basket .dropdown ul li .info .price {
  margin-right: 10px;
  padding-right: 14px;
  display: inline-block;
  font: 700 18px 'Open Sans';
  background: url(../img/icons/rub.png) center right no-repeat;
}

.header-info .basket .dropdown ul li .info .price sup {
  top: -6px;
  margin-left: 2px;
  font-size: 9px;
  text-decoration: underline;
}

.header-info .basket .dropdown .sum {
  padding: 12px 8px;
  font-size: 14px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.header-info .basket .dropdown .sum .label {
  float: left;
  margin-top: 3px;
  margin-left: 17%;
  padding-left: 8px;
}

.header-info .basket .dropdown .sum .price {
  float: right;
  margin-right: 10px;
  padding-right: 14px;
  font: 700 18px 'Open Sans';
  background: url(../img/icons/rub.png) center right no-repeat;
}

.header-info .basket .dropdown .sum .price sup {
  top: -6px;
  margin-left: 2px;
  font-size: 9px;
  text-decoration: underline;
}

.header-info .basket .dropdown .button {
  margin-top: 14px;
  text-align: center;
}

.header-info .basket .dropdown .button a {
  padding: 12px 55px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #f87c00;
}

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

.nav-toggle {
  display: none;
}

.nav-buttons {
  display: none;
}

.nav-first {
  padding: 0 0 0 19px;
  display: table;
  width: 100%;
  background: #005493;
}

.nav-first > ul {
  margin: 0;
  padding: 0;
  display: table-row;
  list-style: none;
}

.nav-first > ul > li {
  display: table-cell;
  text-align: center;
}

.nav-first > ul > li:hover a::before {
  display: none;
}

.nav-first > ul > li:hover + li a::before {
  display: none;
}

.nav-first > ul > li:hover > a {
  color: #000;
  background: #fff;
}

.nav-first > ul > li.current + li a::before {
  display: none;
}

.nav-first > ul > li.current > a {
  color: #000;
  background: #fff;
}

.nav-first > ul > li > a {
  position: relative;
  padding: 14px 20px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.nav-first > ul > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: url(../img/icons/dots.png) left center no-repeat;
}

.nav-first > ul > li.accent:last-child::before {
  background: url(../img/icons/dots.png) right center no-repeat;
}

.nav-first > ul > li.accent:hover > a {
  color: #fff;
  background-color: #ff9b36;
}

.nav-first > ul > li.accent > a {
  background-color: #f87c00;
  background-position: 15px center;
  background-repeat: no-repeat;
}

.nav-first > ul > li.new > a {
  padding-left: 40px;
  background-image: url(../img/icons/new.png);
}

.nav-first > ul > li.sale > a {
  padding-left: 40px;
  background-image: url(../img/icons/sale.png);
}

.nav-second {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 25px 0 25px 19px;
  display: none;
  width: 254px;
  min-height: 430px;
  text-align: left;
  background: #0074c0;
}

.nav-second > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-second > ul > li:hover > a {
  color: #000;
  background: #fff;
}

.nav-second > ul > li:hover > a::after {
  display: none;
}

.nav-second > ul > li.current > a {
  color: #000;
  background: #fff;
}

.nav-second > ul > li.current > a::after {
  display: none;
}

.nav-second > ul > li > a {
  position: relative;
  padding: 12px 20px;
  display: block;
  color: #fff;
}

.nav-second > ul > li > a::after {
  content: '...';
  position: absolute;
  bottom: 2px;
  left: 19px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 0;
}

.nav-third {
  position: absolute;
  top: 0;
  left: 254px;
  padding: 40px 22px 20px 44px;
  display: none;
  width: 894px;
  background: #fff;
}

.nav-third .lists {
  float: left;
  width: 73%;
}

.nav-third .lists ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  list-style: none;
}

.nav-third .lists ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 13px;
}

.nav-third .lists ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #005493;
  border-radius: 50%;
}

.nav-third .lists ul li a {
  color: #005493;
  font-size: 11px;
  font-weight: 700;
}

.nav-third .lists ul li a:hover {
  text-decoration: underline;
}

.nav-third .banner {
  float: left;
  width: 27%;
  text-align: right;
}

.nav-third .banner a {
  display: block;
}

.nav-third .banner a img {
  width: 100%;
}

.mobsearch {
  position: relative;
  margin: 20px auto -63px;
  display: none;
  width: 90%;
  z-index: 2;
}

.mobsearch input {
  padding: 0 56px 0 15px;
  width: 100%;
  height: 41px;
  font-size: 12px;
  text-align: center;
  outline: 0;
}

.mobsearch button {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 41px;
  background: #f87c00 url(../img/icons/search.png) center no-repeat;
  border: 0;
}

.homeslider {
  position: relative;
  max-height: 373px;
  overflow: hidden;
}

.homeslider .owl-dots {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
}

.homeslider .slide {
  position: relative;
  height: 389px;
  overflow: hidden;
}

.homeslider .slide .caption {
  position: absolute;
  bottom: 55px;
  
  bottom: 30px;
  right: 20px;
 /* margin: 0 auto; */

  width: 185px;
  text-align: center;
}

.homeslider .slide .caption .heading {
  margin-bottom: 22px;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.4;
  border-top: 4px solid #f87c00;
  border-bottom: 4px solid #f87c00;
  display: none;
}

.homeslider .slide .caption .heading p {
  margin: 0;
}

.homeslider .slide .caption .more {
  font-weight: 700;
  text-transform: uppercase;
  /*text-decoration: underline; */
  color: #fff;
  padding: 10px; border: 2px solid #fff;
}

.homeslider .slide .caption .more:hover {
  font-weight: 700;
  text-transform: uppercase;
  /*text-decoration: underline; */
  color: #fff;
  background: #f87c00;
  padding: 10px; border: 2px solid #fff;
}


.page {
  padding-top: 25px;
}

.page-top {
  margin-bottom: 25px;
  padding-left: 40px;
  overflow: hidden;
}

.page-top h1 {
  margin-bottom: 15px;
  font-weight: 400;
}

.page-top .left {
  float: left;
  padding-right: 20px;
  width: 68%;
}

.page-top .right {
  float: left;
  width: 32%;
}

.breadcrumbs {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1;
  list-style: none;
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  margin-bottom: 3px;
  font-size: 10px;
}

.breadcrumbs li::after {
  content: '/';
  margin: 0 6px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.callme {
  padding: 4px 32px 0 25px;
  height: 44px;
  line-height: 1;
  font-size: 12px;
  text-align: right;
  background: url(../img/phone2.png) left center no-repeat;
  border: 3px solid #f87c00;
}

.callme label {
  display: block;
  color: #005493;
  font-weight: 700;
}

.subcategories {
  overflow: hidden;
}

.subcategories ul {
  float: left;
  margin: 0 32px 0 0;
  padding: 0;
  list-style: none;
}

.subcategories ul li {
  margin-bottom: 5px;
}

.subcategories ul li a {
  color: #005493;
  font-size: 11px;
  font-weight: 700;
}

.subcategories ul li a:hover {
  text-decoration: underline;
}

.subcategory-btn {
  display: none;
}

.aside {
  float: left;
  width: 19%;
}

.aside-wiget {
  margin-bottom: 30px;
}

.catalog-list {
  color: #fff;
  text-transform: uppercase;
}

.catalog-list .heading {
  height: 54px;
  color: #fff;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -0.9px -0.5px 4px rgba(2, 4, 6, 0.75);
  background: url(../img/bg-title.png) center top no-repeat;
  background-size: cover;
}

.catalog-list .inside {
  padding: 18px 0;
  background: #005493;
  border: 3px solid #f87c00;
}

.catalog-first {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-first > li.current > a {
  background: #0068b7;
}

.catalog-first > li.current > a::before {
  transform: scale(1, -1);
}

.catalog-first > li > a {
  position: relative;
  padding: 10px 20px 9px 70px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.catalog-first > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 48px;
  border-bottom: 0px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  transition: 0.3s;
}

.catalog-first > li > a:hover {
  background: #0068b7;
}

.catalog-second {
  margin: 0;
  padding: 12px 0;
  display: none;
  list-style: none;
  background: #fff;
}

.catalog-second::before {
  content: '...';
  margin: 3px 0 7px 15px;
  display: block;
  color: #005493;
  font-size: 10px;
  line-height: 0;
  text-align: center;
}

.catalog-second > li {
  padding-left: 15px;
}

.catalog-second > li::after {
  content: '...';
  margin: 3px 0 7px;
  display: block;
  color: #005493;
  font-size: 10px;
  line-height: 0;
  text-align: center;
}

.catalog-second > li > a {
  padding: 3px 13px 2px;
  display: block;
  color: #005493;
  font-size: 10px;
  font-weight: 700;
}

.catalog-second > li > a:hover {
  color: #fff;
  background: #0068b7;
}

.catalog-filter {
  padding: 15px 19px;
  font-size: 12px;
  border: 3px solid #f87c00;
}

.catalog-filter .group {
  margin-bottom: 20px;
}

.catalog-filter .group:last-child {
  margin-bottom: 0;
}

.catalog-filter .group > label {
  position: relative;
  margin-bottom: 18px;
  padding-left: 22px;
  display: block;
  line-height: 1;
  cursor: pointer;
}

.catalog-filter .group > label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f87c00;
}

.catalog-filter .group .marks {
  padding: 0 22px;
}

.catalog-filter .group .marks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-filter .group .marks ul li input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.catalog-filter .group .marks ul li input:checked + label::before {
  background: #f87c00;
}

.catalog-filter .group .marks ul li label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.catalog-filter .group .marks ul li label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #f87c00;
  border-radius: 50%;
}

.catalog-filter .group .price .values {
  text-align: center;
}

.catalog-filter .group .price .values input {
  width: 75px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  border: 3px solid #e6e6e6;
}

.sliderprice {
  margin-bottom: 20px;
}

.sliderprice.ui-slider-horizontal {
  width: 100%;
  height: 5px;
  background: #e7e7e7;
}

.sliderprice.ui-slider-horizontal .ui-slider-range {
  background: #f87c00;
}

.sliderprice.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
  top: -5px;
  width: 6px;
  height: 15px;
  background: #292929;
  cursor: pointer;
}

.aside-banner a {
  display: block;
}

.aside-banner a img {
  width: 100%;
}

.content {
  float: left;
  padding-left: 40px;
  width: 81%;
}

.content.full {
  float: none;
  padding: 0;
  width: auto;
}

.order-page {
  margin: 0 40px;
  padding-bottom: 37px;
  border-bottom: 7px solid #f87c00;
  overflow: hidden;
}

.order-page h1 {
  margin: 0;
  padding: 17px 15px 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #f87c00;
}

.steps {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  text-align: center;
}

.steps li {
  position: relative;
  margin: 0 50px;
  padding: 10px 0;
  display: inline-block;
  width: 150px;
  color: #919191;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  vertical-align: middle;
}

.steps li::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 23%;
  width: 19px;
  height: 5px;
  background: url(../img/icons/arrow-right.png) no-repeat;
}

.steps li:last-child::after {
  display: none;
}

.steps li span {
  margin-bottom: 3px;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
}

.steps li p {
  margin: 0;
}

.steps .current {
  color: #303030;
}

.steps .current span {
  color: #005590;
}

.steps .first {
  padding-left: 51px;
  background: url(../img/icons/step1.png) left center no-repeat;
}

.steps .second {
  padding-left: 58px;
  background: url(../img/icons/step2-gray.png) left center no-repeat;
}

.steps .third {
  padding-left: 58px;
  background: url(../img/icons/step2-gray.png) left center no-repeat;
}

.order-grid {
  margin: 0 -6px;
  overflow: hidden;
}

.order-grid > .column {
  float: left;
  padding: 0 6px;
}

.order-grid > .column.small {
  width: 33.33334%;
}

.order-grid > .column.large {
  width: 66.66667%;
}

.order-grid > .column.full {
  width: 100%;
}

.order-item {
  font-size: 12px;
  overflow: hidden;
}

.order-item .heading {
  margin: 0;
  padding: 19px 15px 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #f87c00;
}

.order-item .inpradio {
  padding-left: 77px;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
}

.order-item .inpradio.current .radio {
  background: #fff url(../img/icons/check.png) center no-repeat;
}

.order-item .inpradio div {
  position: relative;
  padding-left: 37px;
}

.order-item .inpradio h5 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.order-item .inpradio p {
  margin: 0;
}

.order-item .inpradio .radio {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}

.order-item .inside {
  padding: 20px 24px 32px;
  min-height: 185px;
  border: 1px solid #999;
  overflow: hidden;
}

.order-item .inside.gray {
  background: #e9e9e9;
}

.order-item .inside .label {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.order-item .inside ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.order-item .inside ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
}

.order-item .inside ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f87c00;
  border-radius: 50%;
}

.order-item .inside ul li:last-child {
  margin-bottom: 0;
}

.order-item .inside ol {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  counter-reset: li;
}

.order-item .inside ol li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 52px;
  line-height: 1.6;
}

.order-item .inside ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 6px;
  width: 26px;
  height: 26px;
  color: #e9e9e9;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.55;
  text-align: right;
  background: #f87c00;
  overflow: hidden;
  border-radius: 50%;
}

.order-item .inside ol li:last-child {
  margin-bottom: 0;
}

.order-item form input {
  text-align: center;
}

.order-item form textarea {
  height: 75px;
  text-align: center;
}

.order-item form .group {
  margin-bottom: 9px;
}

.order-item .auth {
  padding: 0 46px;
}

.order-item .auth .btn {
  width: 100%;
}

.order-item .info {
  margin: 12px 5px 28px;
  font-size: 10px;
}

.order-item  .grid {
  margin: 0 -5px;
  overflow: hidden;
}
.column {
  float: left;
  padding: 0 5px;
  width: 33.33334%;
}

.order-item .reg .captcha > div {
  position: relative;
}

.order-item .reg .captcha input {
  padding-right: 115px;
}

.order-item .reg .captcha .img {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 100px;
  text-align: center;
  border-left: 1px solid #999;
}

.order-item .reg .captcha .img::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.order-item .reg .captcha .refresh {
  float: right;
  margin: 2px 15px 0 0;
  display: inline-block;
  color: #818181;
  text-decoration: underline;
}

.order-item .reg .captcha .refresh:hover {
  text-decoration: none;
}

.order-item .reg .btn {
  float: right;
  margin-top: 15px;
}

.registr .inside {
  padding: 0 180px;
  border: 0;
}

.registr .foot {
  float: left;
  margin-top: 20px;
  width: 300px;
  line-height: 1.2;
}

.btn-right {
  float: right;
  margin-top: 20px;
}

.continue {
  float: right;
  margin: 30px 0 0;
  padding-right: 24px;
  font-size: 12px;
  line-height: 1.25;
  overflow: hidden;
}

.continue .left {
  float: left;
  margin-right: 35px;
  padding-top: 5px;
  width: 270px;
}

.continue .right {
  float: left;
  width: 212px;
}

.continue .right a {
  padding: 13px 10px 12px;
  display: block;
  color: #fff;
  text-align: center;
  background: #aeaeae;
}

.reg-success {
  font-size: 12px;
}

.reg-success h3 {
  text-align: center;
}

.reg-success .desc {
  margin: 0 auto;
  width: 220px;
}

.reg-success ul {
  margin: 15px 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
  counter-reset: li;
}

.reg-success ul li {
  position: relative;
  margin: 20px 20px;
  padding: 8px 0 0 67px;
  display: inline-block;
  width: 290px;
  text-align: left;
}

.reg-success ul li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 46px;
  height: 51px;
  border: 1px solid #f87c00;
  font: 700 82px/0.46 'PT Sans', sans-serif;
}

.reg-success .button {
  text-align: center;
}

.bg-heading {
  margin: 0 40px 37px;
  padding: 17px 15px 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: url(../img/bg-heading.jpg) center top no-repeat;
  background-size: cover;
}

.basket-page {
  padding: 0 152px 37px;
  border-bottom: 7px solid #f87c00;
}

.basket-item {
  margin-bottom: 10px;
  padding: 16px 40px 15px 45px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.basket-item .img {
  float: left;
  width: 12%;
}

.basket-item .desc {
  float: left;
  padding: 15px 15px 0 30px;
  width: 43%;
}

.basket-item .desc .code {
  font-size: 12px;
}

.basket-item .info {
  float: left;
  padding-top: 17px;
  width: 39%;
}

.basket-item .info .count {
  position: relative;
  display: inline-block;
  width: 90px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.basket-item .info .count input {
  width: 100%;
  height: 41px;
  font-size: 14px;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.basket-item .info .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 25px;
  line-height: 1;
  background: #fff;
  border: 0;
  outline: 0;
}

.basket-item .info .count a.min {
  left: 3px;
}

.basket-item .info .count a.max {
    position: absolute;
    top: 15px;
    bottom: 3px;
    width: 25px;
    line-height: 1;
    background: #fff;
    border: 0;
    outline: 0;
    right: 3px;
	cursor:pointer;
}

.basket-item .info .count button.min {
  left: 3px;
}

.basket-item .info .count button.max {
  right: 3px;
}

.basket-item .info .price {
  width: 160px;
  display: inline-block;
  font: 900 30px 'Open Sans', sans-serif;
  text-align: center;
  background: #e7e7e7;
  vertical-align: middle;
}

.basket-item .info .price sup {
  top: -11px;
  margin: 0 4px;
  font-size: 14px;
  text-decoration: underline;
}

.basket-item .info .price span {
  font-weight: 700;
}

.basket-item .remove {
  float: left;
  padding-top: 30px;
  width: 6%;
  text-align: right;
}

.basket-item .remove a {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/icons/remove.png) no-repeat;
}

.basket-sum {
  margin-bottom: 40px;
  padding: 10px 158px 10px 166px;
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.basket-sum label {
  float: left;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.basket-sum .price {
  float: right;
  font: 900 30px 'Open Sans', sans-serif;
  text-align: center;
  background: #e7e7e7;
  vertical-align: middle;
}

.basket-sum .price sup {
  top: -11px;
  margin: 0 4px;
  font-size: 14px;
  text-decoration: underline;
}

.basket-sum .price span {
  font-weight: 700;
}

.basket-info {
  padding: 0 0 0 170px;
  font-size: 12px;
  overflow: hidden;
}

.basket-info .left {
  float: left;
  width: 55%;
}

.basket-info .right {
  float: left;
  width: 45%;
  text-align: right;
}

.sorting {
  margin-bottom: 39px;
  padding: 17px 26px 15px;
  font-size: 12px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  overflow: hidden;
}

.sorting .left {
  float: left;
}

.sorting .right {
  float: right;
}

.sorting .right .links {
  float: left;
}

.sorting .links a {
  margin-left: 7px;
}

.sorting .links a strong {
  text-decoration: underline;
}

.sorting .links span {
  margin-left: 7px;
}

.sorting .type {
  float: left;
  margin-right: 35px;
}

.sorting .type label {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.sorting .type a {
  margin-left: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.sorting .type a.grid {
  background: url(../img/icons/grid-current.png) no-repeat;
}

.sorting .type a.rows {
  background: url(../img/icons/rows-current.png) no-repeat;
}

.goods-box {
  margin-bottom: 18px;
  padding: 25px 30px 30px 40px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.goods-box .img {
  float: left;
  width: 24%;
}

.goods-box .img img {
  width: 100%;
}

.goods-box .desc {
  float: left;
  padding-left: 35px;
  width: 43%;
}

.goods-box .desc .top {
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  list-style: none;
}

.goods-box .desc .top li {
  margin-right: 23px;
  display: inline-block;
  vertical-align: middle;
}

.goods-box .desc .top li:last-child {
  margin-right: 0;
}

.goods-box .desc .top li.avaible {
  position: relative;
  padding-left: 13px;
}

.goods-box .desc .top li.avaible::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.goods-box .desc .top li.avaible.yes {
  color: #00bb48;
}

.goods-box .desc .top li.avaible.yes::before {
  background: #00bb48;
}

.goods-box .desc .top li.avaible.not {
  color: red;
}

.goods-box .desc .top li.avaible.not::before {
  background: red;
}

.goods-box .desc .caption {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

.goods-box .desc .caption p {
  margin: 0;
}

.goods-box .info {
  float: left;
  padding-left: 40px;
  width: 33%;
  text-align: right;
}

.goods-box .info .count {
  position: relative;
  display: inline-block;
  width: 83px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.goods-box .info .count input {
  width: 100%;
  height: 41px;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.goods-box .info .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 25px;
  line-height: 1;
  background: #fff;
  border: 0;
  outline: 0;
}

.goods-box .info .count button.min {
  left: 3px;
}

.goods-box .info .count button.max {
  right: 3px;
}

.goods-box .info .price {
  width: 138px;
  display: inline-block;
  font: 700 30px 'Open Sans', sans-serif;
  text-align: center;
  background: #e7e7e7;
  vertical-align: middle;
}

.goods-box .info .price sup {
  top: -11px;
  margin: 0 2px;
  font-size: 14px;
  text-decoration: underline;
}

.goods-box .info .btn {
  margin-top: 52px;
  padding: 8px 10px;
  display: block;
  font-size: 19px;
}

.goods-grid {
  margin: 0 -5px;
  overflow: hidden;
}

.goods-grid > .column {
  float: left;
  padding: 0 5px;
  width: 25%;
}

.goods-grid .goods-item {
  margin-bottom: 18px;
  min-height:390px;
  border: 1px solid #d2d2d2;
}

.card-img {
  float: left;
  width: 34%;
}

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

.card-img .thumbs {
  margin-top: 28px;
  overflow: hidden;
}

.card-img .thumbs a {
  float: left;
  margin-right: 14px;
  padding: 5px 10px;
  display: block;
  width: 105px;
  height: 101px;
  font-size: 0;
  border: 1px solid #b8b8b8;
}

.card-img .thumbs a::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.card-img .thumbs a.current {
  border-color: #78c9ee;
}

.card-info {
  float: left;
  padding-left: 75px;
  width: 66%;
}

.card-info .info {
  margin-bottom: 30px;
  overflow: hidden;
}

.card-info .info .about-goods {
  float: left;
  width: 36%;
}

.card-info .info .manager {
  float: right;
  width: 48%;
}

.about-goods .code {
  float: left;
}

.about-goods .aviable {
  float: right;
  color: #5eba52;
}

.about-goods .pricecount {
  margin: 20px 0 24px;
  overflow: hidden;
}

.about-goods .pricecount .price {
  float: left;
  font: 900 49px/1 'Open Sans', sans-serif;
  vertical-align: middle;
}

.about-goods .pricecount .price sup {
  top: -13px;
  margin: 0 6px;
  font-size: 29px;
  font-weight: 700;
  text-decoration: underline;
}

.about-goods .pricecount .price span {
  font-weight: 500;
}

.about-goods .pricecount .count {
  position: relative;
  float: right;
  margin-top: 7px;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
}

.about-goods .pricecount .count input {
  width: 81px;
  height: 38px;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.about-goods .pricecount .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 20px;
  line-height: 1;
  background: #fff;
  border: 0;
  outline: 0;
}

.about-goods .pricecount .count button.min {
  left: 3px;
}

.about-goods .pricecount .count button.max {
  right: 3px;
}

.about-goods .btn {
  display: block;
  font-size: 19px;
}

.about-goods .btn-favorite {
  position: relative;
  padding: 14px 68px;
  margin-top: 5px;
}

.about-goods .btn-favorite:before {
  content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
  position: absolute;
  background: url('../img/icons/favs.png') left top no-repeat;
  z-index: 2;
  border: 1px solid transparent;
    top: 10px;
    left: 36px;
}

.about-goods .in_cart.btn-favorite:before,
.about-goods .btn-favorite:hover:before {
  border: 1px solid #fff;
  background-color: #fff;
}

.about-goods .help {
  margin: 20px -25px 0 0;
  padding: 2px 0 0 42px;
  min-height: 38px;
  color: #9f9f9f;
  line-height: 1;
  background: url(../img/icons/help.png) left center no-repeat;
}

.about-goods .help span {
  margin-bottom: 5px;
  display: block;
  text-decoration: underline;
}

.about-goods .help small {
  font-size: 12px;
}

.manager {
  padding: 20px 5px 0 20px;
  font-size: 12px;
  border: 3px solid #f87c00;
}

.manager .photo {
  float: left;
  width: 113px;
}

.manager .desc {
  margin-left: 113px;
  padding-left: 20px;
  line-height: 1.2;
  overflow: hidden;
}

.manager .desc h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.manager .desc p {
  margin-bottom: 9px;
}

.manager .desc p strong {
  font-size: 14px;
}

.manager .desc span {
  margin-bottom: 3px;
  display: block;
  font-size: 14px;
}

.manager .desc a {
  color: #005493;
  font-weight: 700;
  text-decoration: underline;
}

.manager .btn {
  margin: 20px -5px 0 -20px;
  padding: 8px;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}

.manager .btnc {
  margin: 20px -5px 0 -20px;
  padding: 8px;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}


.tabs {
  margin-bottom: 16px;
}

.tab-btns {
  margin: 0 0 -3px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.tab-btns li {
  float: left;
  margin-right: -3px;
  padding: 12px 50px;
  font-size: 12px;
  font-weight: 700;
  border: 3px solid #e9e9e9;
  cursor: pointer;
}

.tab-btns li.current {
  border-bottom: 3px solid #fff;
}

.tab-content {
  font-size: 12px;
  text-align: justify;
  border: 3px solid #e9e9e9;
}

.tab {
  padding: 30px 40px;
  display: none;
}

.tab.current {
  display: block;
}

.tab p:last-child {
  margin-bottom: 0;
}

.delpay {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.delpay li {
  float: left;
  padding: 0 10px;
  width: 33.33334%;
  font-size: 11px;
  text-align: left;
}

.delpay li .icon {
  float: left;
  width: 50px;
  text-align: center;
}

.delpay li .caption {
  margin-left: 55px;
  line-height: 1.2;
}

.delpay li .caption strong {
  display: block;
  color: #005493;
}

.pagenav {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pagenav li {
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
}

.pagenav li.current a {
  line-height: 26px;
  border-width: 3px;
  border-color: #005493;
}

.pagenav li a {
  display: block;
  width: 35px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #d2d2d2;
}

.pagenav li a:hover {
  border-color: #005493;
}

.goods-new {
  margin: 50px 0 40px;
}

.goods-new .goods-action {
  float: left;
  width: 21%;
}

.goods-new .goods-content {
  float: left;
  padding-left: 28px;
  width: 79%;
}

.goods-action {
  position: relative;
  margin-bottom: 18px;
  padding: 60px 37px 48px;
  border: 3px solid #f87c00;
}

.goods-action .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 21px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #f87c00;
}

.goods-action .img {
  margin-bottom: 20px;
  padding: 0 5px;
}

.goods-action .img a {
  display: block;
}

.goods-action .img a img {
  width: 100%;
}

.goods-action .title {
  margin: 0 0 16px 2px;
  display: block;
  color: #010101;
  font-size: 12px;
  line-height: 1.5;
}

.goods-action .info {
  overflow: hidden;
}

.goods-action .info .price {
  float: left;
  padding: 0 4px;
  width: 80px;
  height: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e7e7e7;
  overflow: hidden;
}

.goods-action .info .count {
  position: relative;
  float: right;
  width: 80px;
  font-size: 14px;
}

.goods-action .info .count input {
  width: 100%;
  height: 32px;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.goods-action .info .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 20px;
  line-height: 1;
  background: #fff;
  border: 0;
  outline: 0;
}

.goods-action .info .count button.min {
  left: 3px;
}

.goods-action .info .count button.max {
  right: 3px;
}

.goods-action .btn {
  position: absolute;
  bottom: -20px;
  left: 36px;
  right: 36px;
  padding-top: 10px;
  padding-bottom: 8px;
}


.categlist {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.categlist li {
  float: left;
  margin: 0 12px 5px 0;
  color: #005493;
}

.categlist li.current a {
  border-color: #005493;
}

.categlist li a {
  padding: 1px 11px;
  display: block;
  color: inherit;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.categlist li a:hover {
  border-color: #005493;
}

.goods-list {
  height: 346px;
  overflow: hidden;
}

.goods-list > .grid {
  margin: 0 -2px;
}

.goods-list > .grid > .column {
  float: left;
  padding: 0 2px;
  width: 25%;
}

.goods-list > .grid > .column.hide {
  display: none;
}

.goods-item {
  margin-bottom: 4px;
  padding: 15px 20px 19px;
  font-size: 12px;
  border: 1px solid #d6d6d6;
  transition: 0.3s;
  position:relative;
}

.goods-item:hover {
  border-color: #f87c00;
}

.goods-item .code {
  display: block;
}

.goods-item .avaible {
  position: relative;
  padding-left: 11px;
  font-size: 10px;
}

.goods-item .avaible::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.goods-item .avaible.yes {
  color: #00bb48;
}

.goods-item .avaible.yes::before {
  background: #00bb48;
}

.goods-item .avaible.not {
  color: red;
}

.goods-item .avaible.not::before {
  background: red;
}

.goods-item .img {
  margin-bottom: 5px;
  height: 154px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.goods-item .img::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.goods-item .img a {
  vertical-align: middle;
}

.goods-item .title {
  margin-bottom: 15px;
  display: block;
  height: 36px;
  line-height: 1.5;
  overflow: hidden;
}

.goods-item .info {
  margin-bottom: 15px;
  overflow: hidden;
}

.goods-item .info .price {
  float: left;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  width:100%;
  line-height: 1;
}

.goods-item .info .price sup {
  top: -7px;
  font-size: 14px;
  text-decoration: underline;
}

.goods-item .info .price i {
  position: relative;
  top: -1px;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
}

.goods-item .info .count {
  position: relative;
  float: right;
  width: 80px;
  font-size: 14px;
}

.goods-item .info .count input {
  width: 100%;
  height: 32px;
  text-align: center;
  outline: 0;
  border: 3px solid #e6e6e6;
}

.goods-item .info .count button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 20px;
  line-height: 1;
  background: #fff;
  border: 0;
  outline: 0;
}

.goods-item .info .count button.min {
  left: 3px;
}

.goods-item .info .count button.max {
  right: 3px;
}

.goods-item .btn {
  display: block;
}

.showmore {
  margin: 20px 0 0;
  text-align: center;
}

.showmore a {
  text-decoration: underline;
}

.showmore a:hover {
  text-decoration: none;
}

.firmslider {
  margin-bottom: 40px;
  padding: 25px 100px;
  border: 1px solid #005493;
}

.firmslider .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.firmslider .owl-nav .owl-prev {
  left: 42px;
}

.firmslider .owl-nav .owl-next {
  right: 42px;
}

.firmslider a {
  display: block;
  height: 66px;
  font-size: 0;
  text-align: center;
}

.firmslider a::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.firmslider a img {
  max-height: 66px;
  max-width: none;
  width: auto;
  vertical-align: middle;
}

.category-blocks > .grid {
  margin: 0 -17px;
  font-size: 0;
}

.category-blocks > .grid .column {
  padding: 0 17px;
  display: inline-block;
  width: 33.33334%;
  font-size: 14px;
  vertical-align: top;
}

.category-item {
  margin-bottom: 35px;
  border: 1px solid #b7d0e1;
}

.category-item .heading {
  padding: 3px 20px 3px 3px;
  color: #fff;
  background: #005493;
  overflow: hidden;
}

.category-item .heading .icon {
  float: left;
  width: 60px;
  height: 58px;
  font-size: 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.category-item .heading .icon::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.category-item .heading h3 {
  margin: 0 0 0 80px;
  padding: 18px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.category-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-item ul li:nth-child(odd) a {
  padding-top: 8px;
  padding-bottom: 9px;
  background: #f2fafe;
}

.category-item ul li:last-child a {
  background: #fff;
}

.category-item ul li a {
  position: relative;
  padding: 4px 15px 5px 85px;
  display: block;
  color: #005493;
  font-weight: 700;
  text-decoration: underline;
  background: #eaf7fe;
}

.category-item ul li a::before {
  content: '';
  position: absolute;
  left: 66px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #005493;
  transform: rotate(45deg);
}

.category-item ul li a:hover {
  text-decoration: none;
}

.goods-rel {
  margin: 30px 0 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
}

.goods-rel hr {
  margin: 25px 0 40px;
  border-color: #b9b9b9;
}

.goods-sale {
  margin-bottom: 80px;
}

.goods-sale .heading {
  padding-left: 75px;
}

.goods-sale .heading h3 {
  color: #000;
  line-height: 1;
}

.goods-slider {

}

.goods-slider .owl-dots {
  margin-top: 20px;
}

.goods-slider .owl-dots > div {
  border-color: #005493;
}

.goods-slider .owl-dots > div.active {
  background: #005493;
}

.goods-slider .goods-item {
  border-color: #005493;
}
.newgoods-slider {
  padding-left: 1px;
}

.newgoods-slider .owl-dots {
  margin-top: 20px;
}

.newgoods-slider .owl-dots > div {
  border-color: #005493;
}

.newgoods-slider .owl-dots > div.active {
  background: #005493;
}

.newgoods-slider .goods-item {
  border-color: #ccc;
}


.goods-slider2 .owl-dots {
  display: none !important;
}

.goods-slider2 .goods-item {
  border-color: #d6d6d6;
}

.sliders {
  margin-bottom: 45px;
  overflow: hidden;
}

.slider-swrap {
  float: left;
  padding-right: 17px;
  width: 37%;
}

.slider-sections {
  position: relative;
}

.slider-sections .owl-nav > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  background: #f87c00;
  border-radius: 0;
}

.slider-sections .owl-nav > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slider-sections .owl-nav .owl-prev {
  right: 37px;
}

.slider-sections .owl-nav .owl-prev::before {
  border-right: 10px solid #fff;
}

.slider-sections .owl-nav .owl-next {
  right: -1px;
}

.slider-sections .owl-nav .owl-next::before {
  border-left: 10px solid #fff;
}

.slider-sections .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 135px;
}

.slider-sections .owl-dots > div {
  width: 11px;
  height: 11px;
  background: #fff;
  border-color: #005493;
}

.slider-sections .owl-dots > div.active {
  background: #005493;
}

.slider-sections .slide {
  position: relative;
  height: 272px;
  overflow: hidden;
}

.slider-sections .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-sections .slide .info {
  float: right;
  margin-right: -17%;
  padding: 75px 17% 0 0;
  width: 75%;
  height: 100%;
  transform: skewX(16deg);
  background-color: rgba(232, 232, 232, 0.85);
}

.slider-sections .slide .info .inside {
  transform: skewX(-16deg);
}

.slider-sections .slide .info .heading {
  margin-bottom: 17px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.slider-sections .slide .info .heading span {
  padding: 8px 33px 6px;
  display: inline-block;
  background: #005493;
}

.slider-sections .slide .info .caption {
  padding: 0 55px;
  line-height: 1.5;
}

.slider-sections .slide .info .caption p {
  margin-bottom: 20px;
  font-size: 12px;
}

.slider-sections .slide .info .caption a {
  color: #005493;
  font-weight: 700;
  text-decoration: underline;
}

.slider-sections .slide .info .caption a:hover {
  text-decoration: none;
}

.slider-bwrap {
  float: left;
  padding-left: 23px;
  width: 63%;
}

.slider-buy {
  border: 3px solid #f87c00;
}

.slider-buy .owl-dots {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 44%;
}

.slider-buy .owl-dots > div {
  width: 11px;
  height: 11px;
  background: #fff;
  border-color: #005493;
}

.slider-buy .owl-dots > div.active {
  background: #005493;
}

.slider-buy .slide {
  position: relative;
  height: 271px;
  overflow: hidden;
}

.slider-buy .slide .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 21px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #f87c00;
}

.slider-buy .slide .img {
  position: relative;
  top: 5px;
  left: -3px;
  float: left;
  width: 45%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background: #fff;
}

.slider-buy .slide .img::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slider-buy .slide .img img {
  vertical-align: middle;
}

.slider-buy .slide .info {
  float: left;
  padding: 53px 40px 50px 2px;
  width: 55%;
}

.slider-buy .slide .info .title {
  margin-bottom: 10px;
  display: inline-block;
  color: #005493;
  font-size: 18px;
  font-weight: 700;
}

.slider-buy .slide .info .caption {
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 1.5;
  height: 53px;
  overflow: hidden;
}

.slider-buy .slide .info .caption p {
  margin: 0;
}

.slider-buy .slide .info .price {
  float: left;
  width: 85px;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.slider-buy .slide .info .price label {
  display: block;
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
}

.slider-buy .slide .info .btn {
  float: right;
  margin-top: 5px;
}

.about {
  margin-bottom: 60px;
  padding: 42px 153px 35px;
  background: url(../img/bg-about.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about .info {
  float: right;
  width: 230px;
}

.about .info img {
  margin-bottom: 14px;
}

.about .info p {
  margin-bottom: 13px;
}

.about .info a {
  color: #005493;
  font-weight: 700;
  text-decoration: underline;
}

.advant {
  margin: 0 0 58px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.advant li {
  margin: 0 45px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}

.advant li .img {
  float: left;
  width: 86px;
  height: 77px;
  font-size: 0;
}

.advant li .img::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.advant li .info {
  margin-left: 105px;
  padding-top: 18px;
  text-align: left;
}

.advant li .info h5 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #005493;
}

.advant li .info p {
  font-size: 12px;
}

.articles {
  margin-bottom: 43px;
  padding: 36px 102px 22px;
  border: 1px solid #005493;
}

.articles .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.articles .owl-nav .owl-prev {
  left: 38px;
}

.articles .owl-nav .owl-next {
  right: 38px;
}

.article-item {
  line-height: 1.35;
}

.article-item .img {
  margin-bottom: 15px;
  height: 114px;
  overflow: hidden;
}

.article-item .img a {
  position: relative;
  display: block;
  height: 100%;
}

.article-item .img a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 85, 144, 0.2);
  z-index: 1;
  transition: 0.3s;
}

.article-item .img a:hover::before {
  opacity: 0;
}

.article-item .img a img {
  width: 100%;
}

.article-item .title {
  margin-bottom: 8px;
  display: inline-block;
  color: #005493;
  font-weight: 700;
}

.article-item .caption {
  margin-bottom: 9px;
  font-size: 12px;
  text-align: justify;
}

.article-item .caption p {
  margin: 0;
}

.article-item .more {
  display: inline-block;
  color: #005493;
  font-size: 12px;
  text-decoration: underline;
}

.article-item .more:hover {
  text-decoration: none;
}

.inform {
  margin-top: 40px;
  overflow: hidden;
}

.inform .desc {
  float: left;
  width: 67%;
  line-height: 1.7;
  text-align: justify;
}

.inform .desc h3 {
  margin-bottom: 10px;
  color: #005493;
}

.inform .desc p {
  margin-bottom: 8px;
}

.inform .desc .more {
  float: right;
  color: #005493;
  text-decoration: underline;
  cursor: pointer;
}

.inform .desc .more:hover {
  text-decoration: none;
}

.inform .call {
  float: left;
  padding-left: 35px;
  width: 33%;
  text-align: justify;
}

.inform .call .inside {
  padding: 25px 20px 15px 130px;
  background: url(../img/phone.png) left top no-repeat;
  border: 3px solid #f87c00;
}

.inform .call h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.inform .call h4 span {
  text-decoration: underline;
}

.inform .call p {
  font-size: 12px;
  line-height: 1.5;
}

.footer {
  position: relative;
  margin-top: 55px;
  padding: 54px 0 35px;
  color: #fff;
  background: #005493;
}

.footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  border-bottom: 3px solid #fff;
}

.footer a {
  color: inherit;
}

.footer-left {
  float: left;
  width: 25%;
}

.footer-left .logo {
  margin-bottom: 70px;
}

.footer-left .socials label {
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
}

.footer-left .socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.footer-left .socials ul li {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.footer-left .socials ul li a {
  display: block;
  width: 45px;
  height: 46px;
  background: url(../img/socials.png) no-repeat;
}

.footer-left .socials ul li a.vk {
  background-position: 0 0;
}

.footer-left .socials ul li a.fb {
  background-position: -54px 0;
}

.footer-left .socials ul li a.gl {
  background-position: -108px 0;
}

.footer-center {
  float: left;
  padding-left: 60px;
  width: 45%;
}

.footer-center .menu {
  overflow: hidden;
}

.footer-center .menu ul {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
  width: 33%;
  list-style: none;
}

.footer-center .menu ul li:first-child {
  margin: 0 0 20px 9px;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.footer-center .menu ul li a:hover {
  text-decoration: underline;
}

.footer-right {
  float: right;
  padding-top: 10px;
  max-width: 28%;
}

.footer-right .phones {
  position: relative;
  margin-bottom: 70px;
  padding-left: 78px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-right .phones::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 64px;
  height: 64px;
  background: #f87c00 url(../img/icons/smartphone.png) center no-repeat;
  border-radius: 50%;
}

.footer-right .phones p {
  margin: 0;
}

.footer-right .emails {
  font-size: 12px;
}

.footer-right .emails p {
  margin: 0 0 4px;
}

.footer-right .emails p a {
  text-decoration: underline;
}

.footer-right .emails p a:hover {
  text-decoration: none;
}

.copyright {
  padding: 10px 0 8px;
  color: #fff;
  font-size: 12px;
  background: #292929;
}

.copyright p {
  margin: 0;
}

.copyright a {
  color: inherit;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright .left {
  float: left;
  width: 33.33334%;
}

.copyright .center {
  float: left;
  width: 33.33334%;
  text-align: center;
}

.copyright .right {
  float: left;
  width: 33.33334%;
  text-align: right;
}

.copyright .right img {
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: middle;
}

.modal {
  width: 352px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-bottom: 7px solid #f87c00;
  z-index: 10;
}

.modal .heading {
  padding: 18px 15px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #f87c00;
}

.modal .inner {
  padding: 20px 0;
}

.modal .caption {
  margin-bottom: 22px;
  font-weight: 700;
}

.modal .caption p {
  margin: 0;
}

.modal .form {
  margin-bottom: 15px;
  padding: 0 70px;
}

.modal .form a {
  color: #005493;
  text-decoration: underline;
}

.modal .form a:hover {
  text-decoration: none;
}

.modal .form input {
  margin-bottom: 9px;
  padding: 0 15px;
  width: 100%;
  height: 33px;
  text-align: center;
  outline: 0;
}

.modal .form .btn {
  margin-bottom: 15px;
  width: 100%;
}

.modal .form .btn:last-child {
  margin-bottom: 0;
}

.modal .info {
  padding: 0 90px;
  font-size: 10px;
  line-height: 1.4;
  text-align: justify;
}

.modal .info p {
  margin: 0;
}













/*! jQuery UI - v1.12.1 - 2016-10-16
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

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

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel.owl-loaded {
  display: block;
}

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

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

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

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

.owl-dots > div {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #f87c00;
  vertical-align: middle;
  border-radius: 50%;
}

.owl-dots > div.active {
  background: #f87c00;
}

.owl-nav > div {
  width: 23px;
  height: 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  background: #005493;
  border-radius: 50%;
}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .header-logo {
    margin: 9px 30px 0 0;
    width: 25%;
  }
  .nav-third {
    padding: 30px 20px 20px 25px;
    width: 716px;
  }
  .nav-third .lists {
    width: 75%;
  }
  .nav-third .banner {
    width: 25%;
  }
  .homeslider .owl-dots {
    bottom: 5px;
  }
  .homeslider .slide {
    height: 328px;
  }
  .homeslider .slide .caption {
    bottom: 30px;
  }
  .page-top .left {
    width: 63%;
  }
  .page-top .right {
    width: 37%;
  }
  .aside {
    width: 22%;
  }
  .content {
    width: 78%;
  }
  .order-item .inpradio {
    padding-left: 40px;
  }
  .order-item .inside ul {
    padding: 0;
  }
  .order-item .inside ol {
    padding-right: 0;
  }
  .order-item .inside ol li {
    padding-left: 40px;
  }
  .order-item .auth {
    padding: 0;
  }
  .registr .inside {
    padding: 0 100px;
  }
  .basket-page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .category-item ul li a {
    padding-left: 30px;
  }
  .category-item ul li a::before {
    left: 20px;
  }
  .card-img {
    width: 30%;
  }
  .card-info {
    padding-left: 50px;
    width: 70%;
  }
  .card-info .info .about-goods {
    width: 40%;
  }
  .card-info .info .manager {
    width: 53%;
  }
  .goods-slider2 .owl-dots {
    display: block !important;
  }
  .goods-box {
    padding: 20px 15px;
  }
  .goods-box .img {
    width: 22%;
  }
  .goods-box .desc {
    padding-left: 15px;
    width: 47%;
  }
  .goods-box .info {
    padding-left: 20px;
    width: 31%;
  }
  .goods-box .info .price {
    padding: 4px 0 3px;
    width: 100px;
    font-size: 24px;
  }
  .goods-grid > .column {
    width: 33.33334%;
  }
  .goods-new .goods-action {
    width: 25%;
  }
  .goods-new .goods-content {
    width: 75%;
  }
  .goods-list > .grid > .column {
    width: 33.33334%;
  }
  .categlist {
    margin-bottom: 15px;
  }
  .goods-sale .heading {
    padding-left: 0;
  }
  .slider-sections .slide {
    height: 229px;
  }
  .slider-sections .slide .info {
    padding-top: 60px;
  }
  .slider-sections .slide .info .caption {
    padding: 0 35px;
  }
  .slider-sections .slide .info .caption p {
    margin-bottom: 5px;
  }
  .slider-buy .owl-dots {
    left: 35%;
    bottom: 5px;
  }
  .slider-buy .slide {
    height: 223px;
  }
  .slider-buy .slide .label {
    padding: 3px 15px;
    font-size: 13px;
  }
  .slider-buy .slide .img {
    width: 35%;
  }
  .slider-buy .slide .info {
    padding: 30px 20px 10px 2px;
    width: 65%;
  }
  .advant li {
    margin: 0 25px;
  }
  .inform .desc {
    width: 60%;
  }
  .inform .call {
    width: 40%;
  }
  .footer-left {
    width: 22%;
  }
  .footer-center {
    padding-left: 35px;
    width: 50%;
  }
  .footer-right .phones {
    padding-top: 5px;
    font-size: 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    width: 750px;
  }
  .header-menu dl {
    margin-right: 24px;
  }
  .header-logo {
    margin: 13px 20px 0 0;
  }
  .header-search {
    float: right;
  }
  .header-info {
    display: none;
  }
  .mobsearch {
    display: block;
  }
  .homeslider {
    background: url(../img/bg-slider.jpg) center top no-repeat;
    background-size: cover;
  }
  .homeslider .owl-dots {
    bottom: 20px;
  }
  .homeslider .slide {
    padding-top: 120px;
    height: 400px;
  }
  .homeslider .slide .caption {
    position: static;
    width: 260px;
  }
  .homeslider .slide .caption .heading {
    margin-bottom: 30px;
    padding: 32px 10px;
    border: 3px solid #f87c00;
  }
  .homeslider .slide img {
    display: none;
  }
  .nav {
    background: #005493;
  }
  .nav-toggle {
    padding: 0 15px 0 42px;
    display: inline-block;
    height: 51px;
    color: #fff;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    background: #0068b7 url(../img/icons/nav.png) 15px center no-repeat;
    cursor: pointer;
  }
  .nav-buttons {
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
  }
  .nav-buttons li {
    float: left;
    position: relative;
  }
  .nav-buttons li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 51px;
    background: url(../img/icons/dots.png) left center no-repeat;
  }
  .nav-buttons li:first-child::before {
    display: none;
  }
  .nav-buttons li a {
	  position: absolute;
    display: block;
    height: 51px;
  }
  .nav-buttons .user a {
    width: 46px;
    background: url(../img/icons/user-white.png) center no-repeat;
  }
  .nav-buttons .favs a {
    width: 46px;
    background: url(../img/icons/favs-white.png) center no-repeat;
  }
  .nav-buttons .basket a {
    position: relative;
    width: 56px;
    background: url(../img/icons/basket-white.png) center no-repeat;
  }
  .nav-buttons .basket a .count {
    position: absolute;
    left: 13px;
    bottom: 11px;
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    background: #f87c00;
    border-radius: 50%;
  }
  .nav-buttons .phone a {
    width: 51px;
    background: url(../img/icons/phone2.png) center no-repeat;
  }
  .nav-first {
    padding: 0;
    display: none;
  }
  .nav-first > ul {
    display: block;
  }
  .nav-first > ul::after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-first > ul > li {
    float: left;
    display: block;
    width: 33.33334%;
  }
  .nav-first > ul > li.current {
    width: 100%;
  }
  .nav-first > ul > li.current > a {
    color: #fff;
    background: #0068b7;
  }
  .nav-first > ul > li.current .nav-second {
    display: block;
  }
  .nav-second {
    position: static;
    padding: 0 19px 15px;
    display: none;
    width: auto;
    min-height: auto;
    background: #0068b7;
  }
  .nav-second > ul > li.current > a {
    text-align: center;
    text-decoration: underline;
  }
  .nav-second > ul > li.current .nav-third {
    display: block;
  }
  .nav-third {
    position: static;
    padding-top: 10px;
    display: none;
    width: auto;
    overflow: hidden;
  }
  .nav-third .lists {
    float: none;
    width: auto;
  }
  .nav-third .banner {
    display: none;
  }
  .page-top {
    position: relative;
    padding-right: 120px;
    padding-left: 0;
  }
  .page-top .left {
    float: none;
    padding: 0;
    width: auto;
  }
  .page-top .right {
    display: none;
  }
  .subcategories {
    margin-right: -120px;
    padding: 15px;
    display: none;
    font-size: 0;
    background: #005493;
  }
  .subcategories ul {
    float: none;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .subcategories ul li a {
    padding: 5px 0;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .subcategory-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px;
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    background: #0068b7;
    cursor: pointer;
  }
  .aside {
    float: none;
    width: auto;
  }
  .catalog-list {
    display: none;
  }
  .aside-banner {
    display: none;
  }
  .content {
    float: none;
    padding: 0;
    width: auto;
  }
  .order-page {
    margin: 0;
  }
  .steps li {
    margin: 0 30px;
  }
  .steps li::after {
    margin-left: 8%;
  }
  .order-item .reg .grid > .column {
    width: 50%;
  }
  .order-item .reg .grid > .column:last-child {
    width: 100%;
  }
  .bg-heading {
    margin-left: 0;
    margin-right: 0;
  }
  .basket-page {
    padding-left: 0;
    padding-right: 0;
  }
  .basket-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .basket-info {
    padding-left: 0;
  }
  .basket-sum {
    padding: 10px 117px 10px 136px;
  }
  .category-blocks > .grid > .column {
    width: 50%;
  }
  .card-img {
    float: none;
    margin-bottom: 50px;
    width: auto;
    overflow: hidden;
  }
  .card-img .img {
    float: left;
    width: 50%;
  }
  .card-img .thumbs {
    float: left;
    margin-top: 0;
    padding-left: 60px;
    width: 50%;
  }
  .card-info {
    float: none;
    padding: 0;
    width: auto;
  }
  .goods-new .goods-action {
    width: 33%;
  }
  .goods-new .goods-content {
    width: 67%;
  }
  .goods-list > .grid > .column {
    width: 50%;
  }
  .articles {
    padding: 25px 70px;
  }
  .articles .owl-nav .owl-prev {
    left: 20px;
  }
  .articles .owl-nav .owl-next {
    right: 20px;
  }
  .goods-sale {
    margin-bottom: 50px;
  }
  .sliders {
    display: none;
  }
  .about {
    padding-right: 80px;
  }
  .advant li {
    margin: 0 auto 40px;
    display: block;
    width: 250px;
  }
  .inform .desc {
    display: none;
  }
  .inform .call {
    float: none;
    padding: 0;
    width: auto;
  }
  .footer-center {
    width: 35%;
  }
  .footer-center {
    display: none;
  }
  .footer-right {
    max-width: none;
    width: 34%;
  }
}

/* Small Devices, Tablets */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container {
    width: 460px;
  }
  .topline {
    padding-left: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;

  }
  .header {
    padding: 15px 0;
  }
  .header hr {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .header-contacts {
    display: none;
  }
  .header-search {
    display: none;
  }
  .header-logo {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .header-logo p {
    margin: 5px 0 0;
    display: block;
    font-size: 11px;
  }
  .goods-new {
    margin-top: 20px;
  }
  .goods-new .goods-action {
    float: none;
    margin: 0 auto 55px;
    width: 50%;
  }
  .goods-new .goods-content {
    float: none;
    padding: 0;
    width: auto;
  }
  .goods-action {
    padding-left: 15px;
    padding-right: 15px;
  }
  .goods-action img {
    padding: 0 15px;
  }
  .firmslider.owl-carousel {
    display: none;
  }
  .page-top {
    padding: 0;
  }
  .subcategory-btn {
    position: static;
    display: block;
    text-align: center;
  }
  .subcategories {
    margin-right: 0;
  }
  .steps {
    padding: 15px 0;
  }
  .steps li {
    margin: 20px auto;
    display: block;
    width: 200px;
  }
  .steps li::after {
    display: none;
  }
  .order-grid {
    margin: 0;
  }
  .order-grid > .column {
    float: none;
    margin-bottom: 30px;
    padding: 0;
  }
  .order-grid > .column:last-child {
    margin-bottom: 0;
  }
  .order-grid > .column.small {
    width: auto;
  }
  .order-grid > .column.large {
    width: auto;
  }
  .order-item .btn {
    width: 100%;
  }
  .registr .inside {
    padding: 0;
  }
  .continue {
    padding-right: 0;
    text-align: center;
  }
  .continue .left {
    float: none;
    margin: 0;
    width: auto;
  }
  .continue .right {
    float: none;
    width: auto;
  }
  .basket-item {
    position: relative;
  }
  .basket-item .img {
    display: none;
  }
  .basket-item .desc {
    float: none;
    padding: 0;
    width: auto;
  }
  .basket-item .info {
    float: none;
    padding: 0;
    width: auto;
  }
  .basket-item .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 0;
    width: auto;
  }
  .basket-sum {
    margin-bottom: 20px;
    padding: 10px 25px;
  }
  .basket-info {
    text-align: center;
  }
  .basket-info .left {
    float: none;
    padding: 0;
    width: auto;
  }
  .basket-info .right {
    float: none;
    width: auto;
  }
  .basket-info .right .btn {
    display: block;
  }
  .sorting {
    text-align: center;
  }
  .sorting .left {
    float: none;
    margin-bottom: 5px;
  }
  .sorting .right {
    float: none;
  }
  .sorting .right .type {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .sorting .right .links {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .category-blocks > .grid {
    margin: 0;
  }
  .category-blocks > .grid > .column {
    float: none;
    padding: 0;
    display: block;
    width: auto;
  }
  .goods-box .img {
    display: none;
  }
  .goods-box .desc {
    float: none;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }
  .goods-box .info {
    float: none;
    padding: 0;
    width: auto;
    text-align: center;
  }
  .goods-box .info .btn {
    margin-top: 25px;
  }
  .goods-grid > .column {
    width: 50%;
  }
  .card-img .img {
    float: left;
    width: 65%;
  }
  .card-img .thumbs {
    float: left;
    margin-top: 0;
    padding-left: 40px;
    width: 35%;
  }
  .card-img .thumbs a {
    float: none;
    margin: 0 0 15px;
  }
  .card-info .info .about-goods {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }
  .card-info .info .manager {
    float: none;
    width: auto;
  }
  .tab-btns li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .delpay {
    margin: 0;
  }
  .delpay li {
    float: none;
    margin-bottom: 25px;
    padding: 0;
    width: auto;
  }
  .delpay li:last-child {
    margin-bottom: 0;
  }
  .about {
    padding: 42px 50px;
    background-position: right center;
  }
  .about .info {
    float: none;
    width: auto;
  }
  .footer-left {
    float: none;
    width: auto;
    text-align: center;
  }
  .footer-left .logo {
    margin: 0 auto 25px;
    width: 200px;
  }
  .footer-right {
    display: none;
  }
  .modal {
    width: 300px;
  }
  .modal .form, .modal .info {
    padding-left: 25px;
    padding-right: 25px;
  }
  /*Disable Animation on Mobile Devices*/
  .animated {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container {
    width: 300px;
  }
  .nav-first > ul > li {
    width: 50%;
  }
  .nav-first > ul > li.accent {
    width: 100%;
    text-align: left;
  }
  .nav-first > ul > li.accent > a {
    padding-left: 60px;
  }
  .nav-third .lists ul {
    float: none;
    width: auto;
  }
  .subcategories ul {
    float: none;
    padding: 0;
    width: auto;
  }
  .order-item .reg .grid > .column {
    float: none;
    width: auto;
  }
  .order-item .reg .grid > .column:last-child {
    width: 100%;
  }
  .reg-success .desc {
    width: auto;
    text-align: center;
  }
  .reg-success ul li {
    padding-top: 0;
    display: block;
    width: auto;
  }
  .card-img .img {
    float: none;
    width: auto;
  }
  .card-img .thumbs {
    float: none;
    margin-top: 30px;
    padding-left: 0;
    width: auto;
  }
  .card-img .thumbs a {
    float: left;
    margin: 0 15px 0 0;
  }
  .tab-btns {
    position: relative;
    padding-bottom: 3px;
    z-index: 1;
  }
  .tab-btns li {
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: -3px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab-btns li.current {
    border: 3px solid #005493;
    border-bottom: 3px solid #005493;
    z-index: 1;
  }
  .tab-content {
    border-top: 0;
  }
  .goods-grid {
    margin: 0;
  }
  .goods-grid > .column {
    float: none;
    padding: 0;
    width: auto;
  }
  .goods-new .goods-action {
    width: auto;
  }
  .goods-action .img {
    margin: 0 auto 20px;
    width: 70%;
  }
  .goods-list > .grid > .column {
    width: 100%;
  }
  .articles {
    padding-left: 50px;
    padding-right: 50px;
    border: 0;
  }
  .articles .owl-nav .owl-prev {
    left: 0;
  }
  .articles .owl-nav .owl-next {
    right: 0;
  }
  .inform .call .inside .btn {
    font-size: 12px;
  }
  .copyright .left {
    width: 50%;
  }
  .copyright .center {
    display: none;
  }
  .copyright .right {
    width: 50%;
  }
}

/*Слайдер на главной*/
.homeslider .slide {
    height: 373px;
}
.homeslider .slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
.homeslider .slide .inner {
    position: relative;
    margin: 0 21px;
    padding: 21px 0;
    height: 100%;
    overflow: hidden;
}
.homeslider .slide .inner .action {
    position: absolute;
    right: -7px;
    top: 14px;
    width: 119px;
    height: 110px;
    text-align: center;
    background: url(../img/bg-action.png) no-repeat;
}
.homeslider .slide .inner .action span {
    position: absolute;
    top: 23px;
    right: 4px;
    display: block;
    width: 65px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: -.8px .6px 3px rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.homeslider .slide .inner .info {
    float: left;
    padding: 50px 15px 15px 127px;
    width: 60%}
.homeslider .slide .inner .info .label {
    margin-left: -27px;
    padding: 0 27px;
    display: inline-block;
    width: 333px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    background: url(../img/label.png) no-repeat;
}
.homeslider .slide .inner .info .title {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.homeslider .slide .inner .info .desc {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.homeslider .slide .inner .info .desc small {
    display: block;
    color: #9c9c9c;
    font-size: 14px;
}
.homeslider .slide .inner .info .more {
    position: relative;
    padding: 7px 29px 6px 17px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f87c00;
}
.homeslider .slide .inner .info .more::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
}
.homeslider .slide .inner .info .newprice {
    margin-right: 7px;
    padding: 2px 15px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    background: #f87c00;
    vertical-align: middle;
}
.homeslider .slide .inner .info .newprice sup {
    font-size: 14px;
    text-decoration: underline;
}
.homeslider .slide .inner .info .oldprice {
    margin-right: 7px;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-decoration: line-through;
    vertical-align: middle;
}
.homeslider .slide .inner .info .oldprice sup {
    font-size: 12px;
    text-decoration: underline;
}
.homeslider .slide .inner .img {
    float: left;
    padding: 0 90px 40px 0;
    width: 40%;
    height: 100%;
    font-size: 0;
    text-align: right;
}
.homeslider .slide .inner .img::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.homeslider .slide .inner .img img {
    vertical-align: bottom;
}
@media only screen and (max-width:1200px) {
    .homeslider .slide {
    height: 328px;
}
.homeslider .slide .bg {
    width: auto;
    height: 100%}
.homeslider .slide .inner .info {
    padding: 30px 10px 15px 50px;
}
}@media only screen and (max-width:992px) {
    .homeslider .slide {
    padding-top: 75px;
    height: 380px;
}
.homeslider .slide .bg, .homeslider .slide .inner .action {
    display: none;
}
.homeslider .slide .inner .info {
    float: none;
    padding: 0;
    width: auto;
    text-align: center;
}
.homeslider .slide .inner .info .label {
    margin-left: 0;
}
}@media only screen and (max-width:768px) {
    .homeslider .slide {
    height: auto;
}
.homeslider .slide .inner .info .label {
    margin-bottom: 15px;
    width: auto;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background: #f87c00;
}
.homeslider .slide .inner .info .title {
    font-size: 24px;
}
}@media only screen and (max-width:480px) {
    .homeslider .slide .inner .info .newprice, .homeslider .slide .inner .info .oldprice {
    margin: 5px 0;
    display: block;
}
}



.new_label {
padding: 4px 12px;
float: right;
background:#64b0ea;
color:#fff;
clear: both;
}

.sale_label{
padding: 4px 12px;
float: right;
background:#e85267;
color:#fff;
clear: both;
}

.div_label{
position: absolute;
right: -1px;
top: 9px;
z-index: 1;
}

.rec_label{
padding: 4px 12px;
float: right;
background:#95b89d;
color:#fff;
clear: both;
}

.div_label div{
margin-bottom: 5px;
}











.delivery{
  padding: 14px 13px;
  background: #ff7d00 url(../img/grid.png);
}

.delivery-content{
  position: relative;
  padding: 25px 25px 20px 374px;
  font-size: 16px;
  background: #fff;
}

.delivery-content p{
  margin: 6px 0;
}

.delivery-content p:last-child{
  margin-bottom: 0;
}

.delivery-car{
  position: absolute;
  left: -13px;
  bottom: -26px;
  margin: 0;
}

.delivery-heading{
  color: #005590;
  font-weight: 700;
}

.delivery-content p.delivery-heading{
  margin: 0 0 15px;
}

.delivery-list{
  margin: 15px 0 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.delivery-list li{
  position: relative;
  float: left;
  margin: 0 18px 10px 0;
  padding: 5px 7px 5px 52px;
  width: 157px;
  height: 46px;
  font-size: 12px;
  border: 1px solid #005590;
  overflow: hidden;
  border-radius: 5px;
}

.delivery-list .fa{
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 100%;
  color: #005493;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
}

.delivery-info{
  font-size: 12px;
}




.new-slider{
  position: relative;
  max-height: 385px;
  overflow: hidden;
}








@media only screen and (max-width: 992px){
  .delivery-car{
    display: none;
  }

  .delivery-content{
    padding: 25px;
  }

  .delivery-list li{
    margin: 0 8px 10px 0;
  }

  .mobsearch{
    margin: 20px 0 -2px;
    width: auto;
  }

  .nav-buttons li a{
    position: static;
  }
}







@media only screen and (max-width: 480px){
  .delivery-list li{
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
}