.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  font: 12px "OpenSans", Arial, sans-serif;
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type="button"], input[type="submit"], button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #000100;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  margin-top: 20px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after, .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url("/templates/fonts/Montserrat.eot");
  src: url("/templates/fonts/Montserrat.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Montserrat.woff2") format("woff2"), url("/templates/fonts/Montserrat.woff") format("woff"), url("/templates/fonts/Montserrat.otf") format("opentype"), url("/templates/fonts/Montserrat.svg#Montserrat") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url("/templates/fonts/Montserrat Bold.eot");
  src: url("/templates/fonts/Montserrat Bold.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Montserrat Bold.woff2") format("woff2"), url("/templates/fonts/Montserrat Bold.woff") format("woff"), url("/templates/fonts/Montserrat Bold.otf") format("opentype"), url("/templates/fonts/Montserrat Bold.svg#Montserrat Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url("/templates/fonts/icomoon.ttf?4ymlak") format("truetype"), url("/templates/fonts/icomoon.woff?4ymlak") format("woff"), url("/templates/fonts/icomoon.svg?4ymlak#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e900";
}

.icon-basket:before {
  content: "\e901";
}

.icon-home:before {
  content: "\e902";
}

.icon-share:before {
  content: "\e903";
}

/*.icon-shevron:before {
  content: "\e904";
}*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: url("/templates/fonts/opensans.ttf?4ymlak") format("truetype"), url("/templates/fonts/opensans.woff?4ymlak") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/templates/fonts/opensansbold.woff2') format('woff2'), url('/templates/fonts/opensansbold.woff') format('woff'), url('/templates/fonts/opensansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}.

@font-face {
  font-family: 'FontAwesome';
  font-display: auto;
  src: url("/templates/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/templates/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/templates/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/templates/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/templates/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/templates/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background-image: url("/templates/images/klik.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: .55;
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

ul li {
  list-style: none;
}

body {
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}

body.is-lock {
  overflow: hidden;
}

.out {
  min-width: 320px;
  overflow: hidden;
}

.wrapper {
  max-width: 1042px;
  margin: auto;
  padding: 0 20px;
}

.wrapperBig {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  color: #000000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.h2 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 7px;
}

.h3 {
  color: #FFFFFA;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 20px;
}

p {
  color: #000000;
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
}

.all-links {
  text-align: center;
}

.all-links a {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.all-links a:hover {
  opacity: 0.75;
}

.all-links i {
  font-size: 6px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.popup {
  width: 1001px;
  display: none;
  background: url("/templates/images/bg/popup-bg.jpg") center 0 no-repeat;
}

.popup h2 {
  color: #000;
  font-size: 51px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #4D2171;
  padding: 0 10px;
  padding-bottom: 30px;
}

.popup__content {
  padding: 40px 0 120px 0;
}

.popup__in {
  padding: 40px 40px 0 40px;
}

.popup__product {
  color: #424242;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 60px;
}

.popupForm__text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.popupForm__input {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  background-color: #FAFAFA;
  border: 1px solid #EAEAE7;
  padding: 5px 15px;
  width: 100%;
}

.popupForm__input::-webkit-input-placeholder {
  color: #000;
}

.popupForm__input::-moz-placeholder {
  color: #000;
}

.popupForm__input:-moz-placeholder {
  color: #000;
}

.popupForm__input:-ms-input-placeholder {
  color: #000;
}

.popupForm textarea {
  padding: 5px 15px 50px 15px;
  resize: none;
}

/*.popupForm__area {
  margin-bottom: 15px;
}*/

.popupForm__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.popupForm__item {
  width: 296px;
  margin-right: 30px;
}

.popupForm__item:last-child {
  margin-right: 0;
}

.popupForm__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popupForm__block {
  width: 220px;
}

.popupForm__block--2 {
  width: 72px;
}

.popupForm__block--3 {
  width: 300px;
}

.popupForm__block--4 {
  width: 72px;
}

.popupForm__btn {
  text-align: center;
}

.popupForm__submit {
  border: none;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 15px 35px;
  border-radius: 25px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.popupForm__submit:hover {
  background: #5c2179;
}

.jq-number {
  width: 72px;
  padding: 0;
}

.jq-number__field {
  width: 72px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-number__field input {
  padding: 7px 10px;
  text-align: center;
}

.jq-number__spin {
  border: none;
  border-radius: 0;
  width: 7px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
}

.jq-number__spin:after {
  border: none;
}

.jq-number__spin.minus {
  top: 0;
  left: 10px;
  right: auto;
  margin: auto;
}

.jq-number__spin.minus:after {
  font-family: 'FontAwesome';
  content: "\f053";
  color: #888888;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.jq-number__spin.plus {
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  margin: auto;
}

.jq-number__spin.plus:after {
  font-family: 'FontAwesome';
  content: "\f054";
  color: #888888;
  border: none;
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
}

.colors--popup {
  display: block !important;
}

.fancybox-skin {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
}

.fancybox-close {
  background: url("/templates/images/popup-close.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  right: -50px;
  top: 0;
}

.fancybox-overlay {
  background: transparent;
  background-color: rgba(0, 0, 0, 0.82);
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  background: transparent;
  background-color: #FAFAFA;
  border: 1px solid #EAEAE7;
  height: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding-right: 25px;
}

.jq-selectbox__trigger {
  border-left: none;
}

.jq-selectbox__trigger-arrow {
  border: none;
  top: 0;
  right: 2px;
  width: 10px;
  height: 14px;
}

.jq-selectbox__trigger-arrow:before {
  font-family: 'FontAwesome';
  content: "\f054";
  color: #888888;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #EAEAE7;
}

.rew_btn a {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 18px 23px;
  border-radius: 25px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  display: inline-block;
}

.rew_btn a:hover {
  background: #5c2179;
}

.header {
  background: url(/templates/images/bg/header-bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 27px 0 18px 0;
  margin-bottom: 4px;
}

.headerContainer {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.headerContent {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 20px;
}

.headerLogo {
  margin-right: 20px;
}

.headerLogo__img {
  display: block;
  background: url(/templates/images/logo.svg) 0 0 no-repeat;
  width: 110px;
  height: 110px;
}

.menu_list_wrap {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu_list_wrap.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu_list_wrap a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 5px 6px;
}

.menu_list_wrap a:hover {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.menu_list_wrap li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu_list_wrap .active a {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.menu_list_wrap ul {
  margin: 0 -5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.headerSearch__input {
  border: 1px solid #FFFFF9;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  padding: 0 20px 2px 20px;
  width: 100%;
}

.headerSearch__input::-webkit-input-placeholder {
  color: #FFF;
}

.headerSearch__input::-moz-placeholder {
  color: #FFF;
}

.headerSearch__input:-moz-placeholder {
  color: #FFF;
}

.headerSearch__input:-ms-input-placeholder {
  color: #FFF;
}

.headerSearch__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.headerSearch__item {
  width: 279px;
  position: relative;
}

.headerSearch__submit {
  position: absolute;
  right: 10px;
  top: 4px;
  border: none;
  background: transparent;
  width: 12px;
  height: 13px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.headerSearch__submit:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f002";
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 13px;
}

.headerSearch__submit:hover {
  opacity: 0.7;
}

.headerSearchMobile {
  display: none;
  position: relative;
}

.headerSearchMobile__form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.headerSearchMobile i {
  color: #FFF;
  cursor: pointer;
}

.headerSearchMobile__form {
  width: 280px;
}

.headerSearchMobile__form.is-visible {
  display: block;
}

.headerSearchMobile__in {
  position: relative;
}

.headerSearchMobile__btn {
  position: absolute;
  top: -7px;
  right: 20px;
}

.headerSearchMobile__submit {
  position: relative;
  font-size: 0;
  border: none;
  padding: 0;
  background: transparent;
}

.headerSearchMobile__submit:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f002";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 13px;
}

.headerSearchMobile__input {
  border: none;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background-color: #FFF;
  padding: 5px 20px;
  width: 100%;
}

.headerSearchMobile__input::-webkit-input-placeholder {
  color: #000;
}

.headerSearchMobile__input::-moz-placeholder {
  color: #000;
}

.headerSearchMobile__input:-moz-placeholder {
  color: #000;
}

.headerSearchMobile__input:-ms-input-placeholder {
  color: #000;
}

.headerMobile-menu {
  width: 21px;
  height: 17px;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

.headerMobile-menu span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #fff;
}

.headerMobile-menu span:last-child {
  margin-bottom: 0;
}

.headerRight__phone {
  margin-right: 25px;
}

.headerRight__phone a {
  color: #FFF;
  font-size: 21px;
  font-weight: 300;
}

.headerRight__btn a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #FFFFF9;
  display: block;
  padding: 3px 10px 4px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headerRight__btn a:hover {
  color: #00ffff;
  border: 1px solid #00ffff;
}

.headerRight__call {
  margin-right: 8px;
}

.headerRight__call a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 3px 10px 4px 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.headerRight__call a:hover {
  color: #00ffff;
  border: 1px solid #00ffff;
}

.headerAdres {
  text-align: right;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}

.headerInfo {
  margin-bottom: 12px;
}

.two-block {
  background: url(/templates/images/bg/two-block.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0 78px 0;
  margin-bottom: 11px;
}

.two-block:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  content: '';
  background-color: rgba(91, 32, 120, 0.7);
  -webkit-transform: skewX(-22deg) skewY(0);
  -ms-transform: skewX(-22deg) skewY(0);
  transform: skewX(-22deg) skewY(0);
}

.two-block__container {
  position: relative;
  z-index: 1;
}

.two-block__container.mobile {
  display: none;
}

.two-block__item {
  text-align: center;
  outline: none;
}

.two-block__title {
  color: #FFF;
  font-size: 51px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.two-block__icon {
  margin-bottom: 30px;
}

.two-block__icon i {
  font-size: 35px;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.two-block__link a {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #FFFFF9;
  display: inline-block;
  padding: 3px 10px 4px 10px;
}

.two-block__link a:hover {
  color: #00ffff;
  border: 1px solid #00ffff;
}

.two-block .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 0;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2;
}

.two-block .slick-prev:before {
  position: absolute;
  content: "\f104";
  color: #FFF;
  font-size: 25px;
  font-family: 'FontAwesome';
}

.two-block .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 0;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2;
}

.two-block .slick-next:before {
  position: absolute;
  content: "\f105";
  color: #FFF;
  font-size: 25px;
  font-family: 'FontAwesome';
}

.main-slider {
  /*margin-bottom: 25px;*/
}

.main-slider__list {
  margin: 0 -15px;
}

.main-slider__item {
  background-color: #f1f2ec;
  border-radius: 8px;
  margin: 0 15px;
  position: relative;
  height: 400px;
  outline: none;
  padding: 125px 20px 30px 40px;
}

.main-slider__image {
  position: absolute;
  right: 0;
  top: 0;
}

.main-slider__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.main-slider__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-slider__title {
  color: #3C045A;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-slider__text {
  color: #8E92C9;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.main-slider span {
  display: block;
  color: #808080;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.main-slider__btn {
  margin-top: auto;
}

.main-slider__btn a {
  display: inline-block;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  border-radius: 25px;
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 18px 53px;
}

.main-slider__btn a:hover {
  background: #8F0B74;
}

.main-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.main-slider .slick-dots li {
  margin-right: 6px;
}

.main-slider .slick-dots li:last-child {
  margin-right: 0;
}

.main-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #000000;
  border: none;
  opacity: 0.32;
  outline: none;
}

.main-slider .slick-dots .slick-active button {
  background-color: #83A7DE;
  opacity: 1;
}

.logotype {
  margin-bottom: 40px;
}

.logotype__item {
  text-align: center;
}

.advantages {
  margin-bottom: 80px;
}

.advantages p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 47px;
  text-align: center;
}

.advantagesContainer {
  background: url(/templates/images/bg/adv-bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.advantagesContainer__title {
  text-align: center;
  color: #FFFFFA;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 28px 0 35px 0;
}

.advantagesContainer__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(86, 24, 114, 0.83);
  z-index: -1;
}

.advantagesContainer__title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: '';
  height: 12px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA7UAAAAMCAYAAAC9dJoVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyN0YyQzQyNDgzQTExRTc4M0E4QUZGM0RENTQ1MTNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyN0YyQzQzNDgzQTExRTc4M0E4QUZGM0RENTQ1MTNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODI3RjJDNDA0ODNBMTFFNzgzQThBRkYzREQ1NDUxM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODI3RjJDNDE0ODNBMTFFNzgzQThBRkYzREQ1NDUxM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cloFHAAAGH0lEQVR42uxb25LsNggE5/9/2aRSyUlNbVmoG5Bsz8LLztgS4iIQjWZV/iWVa/rnuQ3ez94J+Jx9ZsAYhOdsjJK6KLiOkp89/tHPqJ7HRAYd7IXPv6gsiH4a4DPi4fFFeSjIA+GH+Ekdv6jD78/zg1jj599jYMNj4K8DsMdI3uNjPx2O/1B50f0T8eeM50HuWZ34FdlTEZt5vmPiDImhY5IfNRi33nM0Nx7F58HPz/ZjnF3wunp2fuTZGR/7bzzC82rM7O/Puebw/PPe44XIbo4OdrGODJ4jsiD62mT8aO7pyCiOLoiu0XeojUayngmbGzBvpMvn2qx+MuBhpIyIfshYL65tsmeQfYjaWya2E3Idb36Ut4AyC8lLnNgbzVNgLSRfo+cDOi/LTy7wXXSNka08nuF3OgGnEZDKANUMAGWLlhEQ9wBZtHhRUiYUuEYA60i/UbGIFJEoQEbWzABfFPQixWsEVCtgGwWLdQZco6CGnc8AOE/f2bpRwKgkTxTco0D7M5a8fXuAMaOkzp/fDyJODqdZ5cWGOjor2SRSMm8wzadZo02J3KkXB7pe2BDJ4bNzFSnOZoWZV1gZsIYRABQp9hjAOHqHAD9zADoK6swBSkqMvfLH5zsDZEOBDwq4zQHSM5sgQFNAGZmxyLgT2Huno+sJgEAWAJ4EwGQAu4ANHlROtLkhYNxXjEVyRvaZJPMhOxYFoAaCY+Y7wosF5xEAK4n5Ef7/X3bOAJyA7zNg1ggQK+TYLEhlxmnAFpXfkZvjDFhG5s9kUMI+EbDr8TDBbmHQcUxz4SD0ZMANA/hnIAOR67gAOEYC90jjhGlAIDY6wLhBdUT3xkGMR27zlYg/bx+bA2oF9NGsKciCS7Rh6PFGzgHEhhbMYSwxXXQEEI8KHfaWgi3uzkHBNCtCRzfHZwC4I/JGinL0FntWjJ2ADVXGt9Qn2PBACmoD5ESAONvMsEK/zPZUZF9Ebj4lYBsBADsSn4gsjO08vog+K0BnNG9lP8/sFAGi7JroeM8eLGiVQj5ZgAvJMzugs0AXAafVt8RZIK4L9FXCHoztIo0BTay3Eqyb+DfHqD3R5kLklh+xgQbkZG/4M82BqgYGYy8U9AgxR4NyRvigvlQiTiPNIrapNbPxQTbiNBDTjM9Hv6SJNE6VyIuRBuVIxyqKdLTZ4iNT2DAd+9FYJdcyoIDVQLF8BZzZnw5eAQkVvjBHgAdrK8QvDGBhZDrJvcX+TJWRP/M8sg9meqjwN36orOxYI3KKOU0rlRxIywK5HbkuA1wjN5OsDhFAWSHHXWNCQCZCunCOLpChiqcu5hGdu6o5oIXya5EdV/xPN/p8xRpo0b5b7wjo0MV7VpM8dXEcVP0SBOFliXjUAT8FQF3E9ia159EKf5nUg9fVwDdTvKAgFJFLgzIz4HVVUZcpkqsaDZliP1NsZ4vsiH+zz739uvL//yoAXYU9Vtg0k0+i8WpF8XsHv8r8W53HM2fME9Zw50cP6FUHu940XwcJcYcNVvlAN/PSB8pdKV9lkyZqz8rCfhV/TdreEoDUpKZJYwn9bGNMof+3uTq2svpkcml1Y/ZJoLW6MLBifncXX6v0mRXhUT00ob8ttJUNcilqiyoAXK1fRubVYGNHM2lHPO+OaSuM8xX8qoAa00jxYtk2y1yld5hnJTDb3cVWJyGvBtoVuuoi2aK+iwCFXfZevXYElOwCCzsK9ZXNrUhuiMS23rAHd4CsJ/J6UjN0NwhlGihPLBB2yWA3yGAPtrsHDu1FPrJJnr5LRnu4rXbsPbsx9leDGZvU48yeRHP3E/IJqndFbnrCmZNe/yld6bd1x7XlWb6mfqHf9Ev57PSZvUwP/cL4f1L+UwJEVDYS3whqI7Eza3jeWeioPOBm4Iv5Pq1p8RaA9xQf7VrfNsium2355obi3TKrcL/w+NVgsnVt3Z+uj7Ztf6VN226t85vJWu+W68X7w3r/dQ5oXTundwHQPmla7yfr/fFaHeylenQeaWry4/qWm4SiM+Nbcuhv1EF/qQ0bQDZ14dPU1NRx2/5oamrq4rip/dLU1DSiv9oETU0NopqampqampqampreSn8LMAD72rlAiNne5AAAAABJRU5ErkJggg==") 0 0 no-repeat;
}

.advantagesContainer__list {
  padding: 35px 90px 23px 90px;
  margin: 0 -40px;
}

.advantagesContainer__list.mobile {
  display: none;
}

.advantagesContainer__item {
  width: 33.3333%;
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.advantagesContainer__item:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAC7CAYAAACpWoTdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzY1NGVjNS0yZWVmLWZkNDAtOWMwOC1jMmViODA3YjAwNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTYxRkI2MTg0ODNEMTFFN0EyMjBFNDc5RjEzOEJDRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTYxRkI2MTc0ODNEMTFFN0EyMjBFNDc5RjEzOEJDRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTAzZmRjYzQtMGVlZS1iMjRmLTgzYjItZDcxNjMzYzFmOTk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmUzNjU0ZWM1LTJlZWYtZmQ0MC05YzA4LWMyZWI4MDdiMDA0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtJ4edcAAALaSURBVHjaxJjtaxQxEMY3ub07X2ottbaiiB+kUvpBFBHBv1/QD34QQQRBQaRIS6m1rdDsS8Znu9m7XC4ze7uwdOEhN/ndTGay2dxeEiJKiEyjJ3VLV0oC+FSCuxJ8JsE9Ce5L8LkEX0jwlQRfS/CNBN/6UCeLl2YNXCMJpsN4qmHGHCih8TAJja/hrgyU7UALLL2GSRgPs24HKkX3DquHWZqrJzTbrdxO9s63Q/iegaUC/IBWB/BS1Z3mI9q0tq+ghc5hZBX8BKW1bRvPDEaBTvMZ7YQo155n3sAv+OzgzJOqZMbQV+gGbO1nCyOr4DcHRzH4nYMYy/yAbnHwpwR/QbdjcApwAK2FcOTgb+gO7DSEyNIcQuscPILuxuBNgGNow4fKQWRpTqBN2OOqv4Gpg3+ge7AnIUQJ5hTa4uBf6H4Moj5zBm2HEAlkqM+cQzuwpzF4AT2IQRRv/kEPG6iDnUT5u4oOgHJ9KnyQfJjEYBKDKtau5Nk65tLlj6m9Ps2NqYT9llQsrOtUWipFSdmqztMXan57glY1mUV/NrjflW7Zqph36EncmM6bYveTlkbwoOo3tyr2hc63jJ0+tk7ytAAp1sbGpE5hwy/0S8hyCYlhbTgJFADbhA7D2rawNpZtpZLLlvVsnQTrhbUxz1IKy2VLUraKDdt4Fm2exE1CydXZOn2FdFcKbhKqK5fGLMJsyVsFfp1Ly6RoC8uu21x6PgvpfubSU8bNrSJvTC4hio1pq28btw0Rl5CVEmI3qSKATe3aQT2bYl0nQMm8FGWd3XgacnkU9bCX1VKtXrCVe32v3tKLvH7nnnlW17QpJatLmYbZajdDeuVSEhctczDr5Nm+TFo9y95hbW/PMvJnJn4c0+kgRzwCetn7TGq/9znYbu+DOfFI77EP6z9n83XzCDpIkonbZBfhDnTYC25DRxzcgo45uAmdcHADOuXgOnTGwTXoYiX4X4ABACpg/zAEQv7+AAAAAElFTkSuQmCC") 0 0 no-repeat;
  width: 7px;
  height: 100%;
}

.advantagesContainer__item:last-child:before {
  display: none;
}

.advantagesContainer__item p {
  color: #FFFFFA;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.advantagesContainer__item strong {
  color: #FFFFFA;
  font-size: 18px;
  font-weight: 700;
}

.advantagesContainer__icon {
  margin-bottom: 30px;
}

.advantagesContainer__icon i {
  color: #FFF;
  font-size: 40px;
  display: inline-block;
}

.advantagesContainer .slick-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  font-size: 0;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2;
}

.advantagesContainer .slick-prev:before {
  position: absolute;
  content: "\f104";
  color: #FFF;
  font-size: 25px;
  font-family: 'FontAwesome';
}

.advantagesContainer .slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-size: 0;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2;
}

.advantagesContainer .slick-next:before {
  position: absolute;
  content: "\f105";
  color: #FFF;
  font-size: 25px;
  font-family: 'FontAwesome';
}

.stock {
  margin-bottom: 62px;
}

.stockList {
  margin: 53px -10px 0 -10px;
}

.stockList__item {
  width: -webkit-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  background-color: #91599D;
  padding: 7px 230px 12px 13px;
  position: relative;
}

.stockList__item:nth-child(2) {
  background-color: #6E247B;
}

.stockList__item:nth-child(3) {
  background-color: #B53F85;
}

.stockList__sale {
  color: #FFF67F;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}

.stockList__btn a {
  display: inline-block;
  color: #FFFFFA;
  font-size: 11px;
  font-weight: 300;
  border: 1px solid #FFFFFA;
  padding: 7px 8px;
}

.stockList__btn a:hover {
  border: 1px solid #FFF67F;
  color: #FFF67F;
}

.stockList__image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 164px;
  height: 164px;
}

.stockList__image img {
  display: block;
  /*height: 100%;*/
  width: 100%;
}

.newsList {
  margin: 67px -12px 53px -12px;
}

.newsList__item {
  padding: 0 12px;
  width: 33.3333%;
}

.newsList__date {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 9px;
}

.photos {
  margin-bottom: 47px;
}

.photos__list {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 35px 3px 35px;
  margin: 0 -10px;
}

.photos__list:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: #D1D1D1;
  height: 1px;
  width: 37%;
}

.photos__list:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #D1D1D1;
  height: 1px;
  width: 37%;
}

.photos__item {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 12px;
}

.photos__item img {
  display: block;
  width: 100%;
}

.photos__all {
  text-align: center;
  position: relative;
}

.photos__all:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-color: #D1D1D1;
  height: 1px;
  width: 37%;
}

.photos__all:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-color: #D1D1D1;
  height: 1px;
  width: 37%;
}

.photos__all a {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.photos__all a:hover {
  opacity: 0.75;
}

.photos__all i {
  font-size: 6px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.shop_product_list {
  width: -webkit-calc(25% - 12px);
  width: calc(25% - 12px);
  margin: 0 6px 40px 6px;
  text-align: center;
  border: 1px solid #c3c3c2;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.shop_category_list {
  width: -webkit-calc(25% - 12px);
  width: calc(25% - 12px);
  margin: 0 6px 40px 6px;
  text-align: center;
  border: 1px solid #c3c3c2;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.shop_product_list:hover {
  -webkit-box-shadow: 0 5px 65px rgba(3, 11, 35, 0.14);
  box-shadow: 0 5px 65px rgba(3, 11, 35, 0.14);
}
.shop_category_list:hover {
  -webkit-box-shadow: 0 5px 65px rgba(3, 11, 35, 0.14);
  box-shadow: 0 5px 65px rgba(3, 11, 35, 0.14);
}

.shop_product_list__image {
  border-bottom: 1px solid #c3c3c2;
  position: relative;
}

.shop_product_list__image img {
  display: block;
  width: 100%;
}

.shop_product_list__content {
/*  padding: 24px 5px 17px 5px;*/
  padding: 2px 5px 17px 5px;
}

.shop_product_list .h5 {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 14px;
}

.shop_product_list__options {
  color: #691B71;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 11px;
}

.shop_product_list p {
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  margin-bottom: 12px;
}

.shop_product_list__btn a {
  color: #631A72;
  font-size: 13px;
  font-weight: 400;
}

.shop_product_list__btn a:hover {
  opacity: 0.75;
}

.shop_product_list__price {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 23px 24px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.shop_product_list__price2 {
  color: #6b1a73;
  font-size: 20px;
  font-weight: 700;
  /* background: #c794d9; */
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  /* background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%); */
  /* background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de)); */
  /* background: linear-gradient(to right, #c794d9 0%, #82a8de 100%); */
  padding: 45px 0px 0px 0px;
  /* display: inline-block; */
  position: relative;
  bottom: 20px;
  right: 0;
}
.shop_product_list__price1 {
  color: #6b1a73;
  font-size: 20px;
  font-weight: 700;
  /* background: #c794d9; */
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  /* background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%); */
  /* background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de)); */
  /* background: linear-gradient(to right, #c794d9 0%, #82a8de 100%); */
  padding: 16px 0px;
  /* display: inline-block; */
  position: relative;
  bottom: 20px;
  right: 0;
}
.popular {
  margin-bottom: 28px;
}

.shop_product_list_wrap {
  margin: 28px -6px 0 -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews {
  margin-bottom: 58px;
}

.reviews__list {
  margin: 50px -23px 0 -23px;
  padding: 0 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__list.inner {
  padding: 0 0 30px 0;
  border-bottom: none;
  margin-top: 70px;
}

.reviews__list li {
  margin: 0 23px 60px 23px;
  border: 1px solid #B1B1B1;
  background-color: #FFF;
  text-align: center;
  min-height: 340px;
  outline: none;
  width: -webkit-calc(33.3333% - 46px);
  width: calc(33.3333% - 46px);
}

.reviews__list li:nth-child(n+4) {
  margin-bottom: 0;
}

.reviews__slider {
  padding-bottom: 78px;
  border-bottom: 1px solid #B1B1B1;
}

.reviews__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.reviews__photo {
  margin: -40px auto 0 auto;
}

.reviews__photo img {
  border-radius: 50%;
  width: 118px;
  height: 118px;
}

.reviews__content {
  padding: 35px 10px 15px 10px;
}

.reviews .slick-list {
  padding-top: 40px;
}

.reviews__company {
  color: #B1B1B1;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}

.reviews__company:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
  content: '';
  width: 42px;
  height: 2px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQTU0NTdGQTRCQTAxMUU3QTA4M0EzM0E0Rjc2RTI3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQTU0NTdGQjRCQTAxMUU3QTA4M0EzM0E0Rjc2RTI3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBBNTQ1N0Y4NEJBMDExRTdBMDgzQTMzQTRGNzZFMjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBBNTQ1N0Y5NEJBMDExRTdBMDgzQTMzQTRGNzZFMjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAgICAgICAgICAgMCAgIDBAMCAgMEBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQsJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAAgAqAwERAAIRAQMRAf/EAGUAAAIDAAAAAAAAAAAAAAAAAAAHBAUGAQEAAwAAAAAAAAAAAAAAAAAGAAQHEAACAAcBAAAAAAAAAAAAAAAAATFxwQJyMwTWEQABAgYDAAAAAAAAAAAAAAAAAQIxccFy0gYyMzT/2gAMAwEAAhEDEQA/AG6oqYufxWQubFDQmQGoFV3bbcKsd6t53XUQG7H3ttqpCEwfAhBreGKuRWyP/9k=");
  background-repeat: no-repeat;
}

.reviews p {
  color: #676767;
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 300;
}

.reviews .slick-prev {
  position: absolute;
  left: 72px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 62px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: url("/templates/images/slider-left.png") 0 0 no-repeat;
  background-size: 22px 62px;
}

.reviews .slick-prev:hover {
  opacity: 0.75;
}

.reviews .slick-next {
  position: absolute;
  right: 72px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 62px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: url("/templates/images/slider-right.png") 0 0 no-repeat;
  background-size: 22px 62px;
}

.reviews .slick-next:hover {
  opacity: 0.75;
}

.reviews .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.reviews .slick-dots li {
  border: none;
  min-height: inherit;
  margin: 0 15px 0 0;
  width: inherit;
}

.reviews .slick-dots li:last-child {
  margin-right: 0;
}

.reviews .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #D7D7D7;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
}

.reviews .slick-dots .slick-active button {
  background-color: #FFF;
  border: 3px solid #D7D7D7;
}

.clients {
  margin-bottom: 100px;
}

.clients__list {
  margin-top: 72px;
}

.clients__list li {
  border: 1px solid #c3c3c2;
}

.clients__list li img {
  display: block;
}

#map {
  width: 100%;
  height: 663px;
}

.footer__container {
  padding: 45px 0 98px 0;
  margin: 0 -20px;
}

.footer__item {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__title {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  margin-bottom: 50px;
}

.footer__title:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.footer__text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer__text:last-child {
  margin-bottom: 0;
}

.footerMain {
  background-color: rgba(64, 64, 64, 0.7);
  margin-top: -284px;
  position: relative;
  z-index: 1;
}

.footerSocial li {
  margin-right: 20px;
}

.footerSocial li:last-child {
  margin-right: 0;
}

.footerSocial li a i {
  color: #FFF;
  font-size: 25px;
}

.footerSocial li a:hover {
  opacity: 0.75;
}

.footerInfo__list li {
  margin-right: 30px;
}

.footerInfo__list li:last-child {
  margin-right: 0;
}

.footerInfo__list li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 19px 32px;
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
}

.footerInfo__list li a:hover {
  background: #5C2179;
}

.footerInfo__list li:nth-child(2) a {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
}

.footerInfo__list li:nth-child(2) a:hover {
  background: #F5846A;
}

.reviews_list {
  width: 33.3333%;
  border: 1px solid #B1B1B1;
  background-color: #FFF;
  min-height: 343px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pagination ul li {
  color: #3C67B0;
  padding: 0 2px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #3C67B0;
  display: block;
  padding: 5px 8px;
}

.pagination ul li .active {
  background-color: #3C67B0;
  color: #FFF;
}

.gallery {
  margin-bottom: 58px;
}

.gallery__back a {
  color: #3C67B0;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.gallery__back a:hover {
  text-decoration: none;
}

.gallery_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -15px 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_wrap li {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 18px 15px;
  position: relative;
}

.gallery_wrap .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  background-color: rgba(4, 55, 121, 0.8);
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 5px;
}

.gallery_wrap .image img {
  display: block;
  width: 100%;
}

.contacts {
  margin-bottom: 40px;
}

.contacts__container {
  margin-top: 60px;
}

.contacts__text {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

.contacts__add {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 9px;
}

.contacts__input {
  border: 1px solid #ebebe8;
  width: 100%;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
}

.contacts textarea {
  resize: none;
  padding: 7px 15px 154px 15px;
}

.contacts__item {
  margin-bottom: 20px;
}

.contacts__btn {
  text-align: right;
}

.contacts__submit {
  border: none;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 15px 35px;
  border-radius: 25px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.contacts__submit:hover {
  background: #5c2179;
}

.catalogContainer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
  padding: 12px 45px 12px 15px;
  margin-bottom: 25px;
}

.catalogContainer__text {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  margin-right: 35px;
}

.catalogFilter {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 70%;
}

.catalogFilter__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px 10px -9px;
}

.catalogFilter__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalogFilter__right {
  margin-right: 9px;
}

.catalogFilter__item {
  width: 25%;
  padding: 0 9px;
}

.catalogFilter__input {
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #EAEAE7;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding: 3.5px 15px;
}

.catalogFilter__text {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.catalogFilter__block {
  max-width: 187px;
  padding: 0 9px;
}

.catalogFilter__submit {
  border: none;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 8px 9px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.catalogFilter__submit:hover {
  background: #5c2179;
}

.catalogGoods {
  margin: 0px 0 15px 0;
}

.catalogGoods__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalogGoods__list li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalogGoods__list li a {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: center;
}

.catalogGoods__list li a:hover {
  opacity: 0.75;
  color: #b53f85;
}

.catalogGoods__list li .active {
  font-weight: 700;
  border: 1px solid #000;
  padding: 5px;
}
.catalogGoods__list li a:active{
  border: 1px solid #000;
}
/**/
.catalog-inner {
  margin-bottom: 50px;
}

.catalog-innerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.catalog-innerContent {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-innerContent__img {
  margin-right: 100px;
  display: none;
}

.catalog-innerContent__img.active {
  display: block;
}

.catalog-innerContent__img img {
  display: block;
  cursor: -webkit-zoom-in;
}

.catalog-innerContent .h2 {
  text-align: left;
  margin-bottom: 25px;
}

.catalog-innerContent p {
  font-size: 12px;
  color: #000;
  line-height: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}

.catalog-innerContent p span {
  color: #000000;
}

.catalog-innerContent p b {
  font-weight: 700;
}

.catalog-innerContent__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-innerContent__link {
  margin-top: auto;
}

.catalog-innerContent__link a {
  color: #3C67B0;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.catalog-innerContent__link a:hover {
  text-decoration: none;
}

.catalog-innerContent__info {
  margin-left: 20px;
  text-align: center;
  min-width: 172px;
}

.catalog-innerContent__info span {
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-bottom: 20px;
}

.info__content {
  background-color: #6B1A73;
  padding: 45px 15px 20px 15px;
}

.catalog-innerContent__coast {
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.catalog-innerContent__coast i {
  font-size: 20px;
}

.catalog-innerContent__btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  display: block;
  padding: 13px 5px;
}

.catalog-innerContent__btn a:hover {
  opacity: 0.75;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.colors__text {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
}

.colors__bg {
  width: 67px;
  height: 50px;
  display: block;
}

.colors__1 {
  background-color: #00cab7;
}

.colors__2 {
  background-color: #f53d30;
}

.colors__3 {
  background-color: #f2dd74;
}

.colors__4 {
  background-color: #ffb60d;
}

.colors__5 {
  background-color: #eca600;
}

.colors__6 {
  background-color: #bbbab5;
}

.colors__7 {
  background-color: #e7e7e7;
}

.colors__8 {
  background-color: #e0e0e0;
}

.colors__9 {
  background-color: #b1a489;
}

.colors__10 {
  background-color: #0093e0;
}

.colors__11 {
  background-color: #4b8979;
}

.colors__12 {
  background-color: #00cfcf;
}

.colors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 450px;
}

.colors__list li {
  margin: 0 4px 4px 0;
  border: 1px solid transparent;
}

.colors__list li.active {
  border: 1px solid #f24841;
}

.colors__list li:nth-child(6n+6) {
  margin-right: 0;
}

.colors__list li a {
  display: block;
  margin: 1px;
}

.catalog-innerCharacteristics__title {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.catalog-innerCharacteristics__content {
  margin-right: 30px;
}

.catalog-innerCharacteristics__content p {
  margin-bottom: 20px;
}

.catalog-innerCharacteristics__content p b {
  font-weight: 700;
}

.catalog-innerCharacteristics__content span {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.catalog-innerCharacteristics__list {
  margin-bottom: 30px;
}

.catalog-innerCharacteristics__list li {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}

.catalog-innerCharacteristics__img.mobile {
  display: none;
}

.related-products {
  margin-bottom: 70px;
}

.related-products__list {
  margin: 60px -26px 0 -26px;
}

.related-products__list li {
  width: -webkit-calc(25% - 52px);
  width: calc(25% - 52px);
  margin: 0 26px;
  position: relative;
}

.related-products .image img {
  display: block;
  width: 100%;
}

.related-products .title {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 15px;
  text-align: center;
}

.related-products .price {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: inline-block;
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  padding: 21px 23px;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
}

.breadcrumbs {
  padding: 25px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs ul li {
  color: #AEAEAE;
  font-size: 10px;
  font-weight: 400;
  margin-right: 3px;
}

.breadcrumbs ul li a {
  color: #AEAEAE;
  font-size: 10px;
  font-weight: 400;
}

.breadcrumbs ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .headerLogo__img {
    width: 80px;
    height: 80px;
  }
  .menu_list_wrap {
    margin-bottom: 20px;
  }
  .menu_list_wrap a {
    font-size: 10px;
    padding: 5px 0;
  }
  .headerSearch {
    display: none;
  }
  .headerInfo {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .headerSearchMobile {
    display: block;
  }
  .two-block__title {
    font-size: 34px;
  }
  .main-slider__item {
    padding: 85px 20px 20px 20px;
    height: 300px;
  }
  .main-slider__text {
    margin-bottom: 25px;
  }
  .advantages {
    margin-bottom: 40px;
  }
  .advantagesContainer__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .advantagesContainer__title {
    font-size: 26px;
  }
  .advantagesContainer__item strong {
    font-size: 16px;
  }
  .stock {
    margin-bottom: 40px;
  }
  .stockList {
    margin-top: 30px;
  }
  .stockList__item {
    width: 50%;
    min-height: 169px;
  }
  .stockList__item:last-child {
    display: none;
  }
  .newsList {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .newsList__item {
    width: 50%;
  }
  .newsList__item:last-child {
    display: none;
  }
  .shop_product_list_wrap {
    margin-top: 40px;
  }
  .shop_product_list {
    width: -webkit-calc(33.3333% - 12px);
    width: calc(33.3333% - 12px);
  }
  .shop_product_list:nth-child(4n+4) {
    display: none;
  }
  .reviews {
    margin-bottom: 40px;
  }
  .reviews__list {
    padding: 0 0 40px 0;
  }
  .clients__list {
    margin-top: 40px;
  }
  .clients__list li:nth-child(n+5) {
    display: none;
  }
  #map {
    height: 400px;
  }
  .footer__title {
    font-size: 14px;
  }
  .footer__text {
    font-size: 12px;
  }
  .footer__container {
    margin: 0 -10px;
    padding: 40px 0;
  }
  .footer__item {
    padding: 0 10px;
    width: inherit;
  }
  .footerInfo__list li {
    margin-right: 15px;
  }
  .footerInfo__list li a {
    font-size: 13px;
    padding: 12px 23px;
  }
  .gallery_wrap li {
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
    margin-bottom: 30px;
  }
  .catalogContainer__text {
    font-size: 12px;
    margin-right: 25px;
  }
  .catalogFilter__text {
    font-size: 11px;
  }
  .catalogFilter__block {
    max-width: 100%;
  }
  .catalogGoods__list li a {
    font-size: 10px;
  }
  .related-products__list li {
    width: -webkit-calc(33.3333% - 52px);
    width: calc(33.3333% - 52px);
  }
  .related-products__list li:last-child {
    display: none;
  }
  .catalog-innerContent__img {
    margin-right: 20px;
  }

 /* @media screen and (max-width: 1024px) {
    .catalog-innerCharacteristics__img img {
      width: 273px;
      height: 150px;
    }
  }*/
  .catalog-innerCharacteristics__img.third, .catalog-innerCharacteristics__img.second {
    display: none;
  }
  .catalog-innerCharacteristics__img.mobile {
    display: block;
  }
  .popup {
    width: 100%;
  }
  .popup__in {
    padding: 10px 10px 0 10px;
  }
  .popup h2 {
    font-size: 20px;
  }
  .popup__product {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .popup__content {
    padding: 40px 0;
  }
  .popupForm__container, .popupForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popupForm__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popupForm__block {
    width: 240px;
    margin-bottom: 20px;
  }
  .popupForm__input {
    font-size: 14px;
  }
  .rew_btn {
    display: none;
  }
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .menu_list_wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    position: absolute;
    top: -25px;
    left: -20px;
    z-index: 101;
    background-color: #602978;
    width: 280px;
    height: 100vh;
    padding: 20px;
    overflow: auto;
    display: block;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .menu_list_wrap ul {
    display: block;
  }
  .menu_list_wrap li {
    margin-bottom: 30px;
  }
  .menu_list_wrap a {
    padding: 5px;
    font-size: 14px;
  }
  .menu_list_wrap a:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .headerLogo__img {
    width: 50px;
    height: 50px;
  }
  .headerContent {
    margin-top: 48px;
  }
  .headerAdres {
    text-align: left;
  }
  .headerRight {
    display: block;
  }
  .headerRight__phone {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .headerRight__phone a {
    font-size: 15px;
  }
  .headerRight__btn a, .headerRight__call a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .headerLogo {
    margin-right: 0;
    margin-bottom: -30px;
  }
  .headerLogo__img {
    margin: auto;
  }
  .headerMobile-menu {
    display: block;
  }
  .two-block {
    padding: 40px 0;
  }
  .two-block:before {
    display: none;
  }
  .two-block__container {
    display: none;
  }
  .two-block__container.mobile {
    display: block;
  }
  .main-slider__list {
    margin: 0;
  }
  .main-slider__item {
    /*margin: 0;
    padding: 20px 20px 40px 20px;*/
	margin: 0 50px;
    padding: 45px 20px 40px 19px;
    height: inherit;
  }
  .main-slider__title {
    font-size: 20px;
  }
  .main-slider span {
    display: none;
  }
  .main-slider__image {
    height: 100%;
  }
  .main-slider__btn {
    text-align: center;
  }
  .stockList {
    margin-left: 0;
    margin-right: 0;
  }
  .stockList__item {
    width: 100%;
    display: none;
    margin: 0;
  }
  .stockList__item:first-child {
    display: block;
  }
  .advantagesContainer__list {
    display: none;
  }
  .advantagesContainer__list.mobile {
    display: block;
    margin: 0;
  }
  .advantagesContainer__item {
    padding: 0;
    outline: none;
  }
  .advantagesContainer__item p {
    font-size: 13px;
  }
  .advantagesContainer__item p strong {
    font-size: 14px;
  }
  .advantagesContainer__item:before {
    display: none;
  }
  .advantagesContainer__title {
    font-size: 20px;
    padding: 25px 0;
  }
  .h2 {
    font-size: 17px;
  }
  .h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .h4 {
    font-size: 13px;
  }
  p {
    font-size: 13px;
  }
  .newsList__item {
    width: 100%;
    display: none;
  }
  .newsList__item{
    display: block;
  }
  .newsList__item:first-child {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .newsList__item {
      display: block;
    }
  }
  .newsList__date {
    font-size: 12px;
  }
  .photos__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 3px 0;
  }
  .photos__item {
    width: 100%;
  }
  .photos__item:nth-child(n+3) {
    display: none;
  }
  .photos {
    margin-bottom: 30px;
  }
  .photos__all:before, .photos__all:after {
    width: 15%;
  }
  .popular {
    margin-bottom: 10px;
  }
  .shop_product_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop_product_list:nth-child(n+3) {
    display: none;
  }
  .clients__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -10px 0 -10px;
  }
  .clients__list li {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .clients__list li img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__item {
    width: 51%;
    margin-bottom: 20px;
  }
  ul,ol{margin-left:0px}
  
  .footer__item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer__text {
    font-size: 11px;
  }
  .footerInfo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerInfo__list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footerInfo__list li:last-child {
    margin-bottom: 0;
  }
  .footerInfo__list li a {
    padding: 12px 12px;
    display: block;
    text-align: center;
  }
  .gallery_wrap li {
    width: 100%;
  }
  .contacts__text {
    font-size: 18px;
  }
  .contacts__add {
    font-size: 14px;
  }
  .catalogGoods__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogGoods__list li {
    margin: 0 5px 10px 0;
  }
  .catalogContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
  }
  .catalogContainer__text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .catalogFilter {
    width: 100%;
  }
  .catalogFilter__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .catalogFilter__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogFilter__row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalogFilter__left {
    margin-bottom: 20px;
  }
  .catalogFilter__right {
    margin-right: 0;
    margin-left: 9px;
  }
  .catalog-innerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-innerTop__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .colors {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .colors__text {
    font-size: 10px;
  }
  .catalog-innerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-innerContent__img {
    opacity: 1;
    height: inherit;
    width: inherit;
    margin: 0 auto 30px auto;
  }
  .catalog-innerContent__img img {
    margin: auto;
	width: 350px;
  }
  .catalog-innerContent__text {
    margin-bottom: 80px;
  }
  .catalog-innerContent__info {
    margin-left: 0;
  }
  .catalog-innerCharacteristics__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-innerCharacteristics__img {
    margin-left: auto;
    margin-right: auto;
  }
  .related-products__list {
    margin: 30px -3px 0 -3px;
  }
  .related-products__list li {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
    margin: 0 5px;
  }
  .related-products__list li:nth-child(3) {
    display: none;
  }
  .related-products .title {
    top: 10px;
    font-size: 15px;
    padding: 0 1px;
  }
  .related-products .price {
    font-size: 20px;
    padding: 3px 5px;
    bottom: 5px;
  }
  .reviews__list.inner li {
    margin-bottom: 30px;
    width: 100%;
  }
  .reviews__list.inner li:nth-child(n+3) {
    display: none;
  }
  .fancybox-close {
    right: 0;
  }
}

.next{
  margin-top: 5px;
  margin-bottom: 20px;
}
.next a{
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 300;
}
/*@media (min-width: 320px) AND (max-width: 767px){
  .photos__item img{
    width: 100%;
    height: auto;
  }
}*/
.wrapper .shop_product_list a:hover{
  text-decoration: none;
}

.catalogGoods__list {flex-wrap: wrap; }
.catalogGoods__list li {margin-right: 20px;
  margin-bottom: 40px;}

label {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
.form-control{
  border: 1px solid #ebebe8;
  width: 100%;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 0;
}
.btn{
  border: none;
  background: #c794d9;
  background: -webkit-gradient(left top,right top,color-stop(0%,#c794d9),color-stop(100%,#82a8de));
  background: -webkit-linear-gradient(left,#c794d9 0%,#82a8de 100%);
  background: -webkit-gradient(linear,left top,right top,from(#c794d9),to(#82a8de));
  background: linear-gradient(to right,#c794d9 0%,#82a8de 100%);
  padding: 15px 35px;
  border-radius: 25px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  float: right;
}
.btn:hover{
  background: #5c2179;
  color: #fff;
}
h1{
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 7px;
}
label span{
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
/*
.catalog-innerCharacteristics{
	&__title{
		color: #000000;
		font-size: 14px;
		font-weight: 300;
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
		margin-bottom: 30px;
}
/**/
.headerLogo__img {
    display: block;
    background: url(/templates/images/logo.svg) 0 0 no-repeat;
    width: 150px;
    height: 150px;
}
.menu_list_wrap span {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 5px 6px;
  font-size: 14px;
  font-family: initial;
  text-transform: uppercase;
}
.menu_list_wrap span:hover {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}
.menu_list_wrap .active span {
  background: #c794d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
  background: -webkit-linear-gradient(left, #c794d9 0%, #82a8de 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c794d9), to(#82a8de));
  background: linear-gradient(to right, #c794d9 0%, #82a8de 100%);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}
.catalogGoods__list.flex li span.active{
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 19px;
  color: #000;
  font-weight: 700;
  border: 1px solid #000;
  padding: 5px;
  display: block;
}
a.glo{
 color:#6e247b;
 padding: 10px 10px;
 width:140px;
 text-decoration:none;
 text-align:center;
 margin:10px auto;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#6e247b 50%,#6e247b);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 400 13px tahoma;
 border: 1px solid #6e247b;
}
a.glo:hover {
background-position: 0 0;
color:#fff;
}

.actions_wrap {margin: 50px -10px 0;}
.stockList__item_new {
  background-color: #91599D;
  padding: 7px 244px 12px 13px;
  position: relative;
  margin: 0 10px;
  line-height: 1.65em;
  height:auto;
  min-height: 169px;
  /*height: 253px;*/
}
.actions_wrap .slick-track{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.stockList__item_new.item2 {
  background-color: #6E247B;
}
.stockList__item_new.item3 {
  background-color: #B53F85;
}
.stockList__item_new h3 {
  margin-top: 0;
}
.stockList_new .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 62px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: url(/templates/images/slider-left.png) 0 0 no-repeat;
  background-size: 22px 62px;
}
.stockList_new .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 62px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: url(/templates/images/slider-right.png) 0 0 no-repeat;
  background-size: 22px 62px;
}
@media (max-width: 1200px) {
  .actions_wrap {margin: 50px 0 0;}
  .actions_wrap .stockList_new {margin: 0; padding: 0 25px;}
}
@media (max-width: 480px) {
  .actions_wrap {margin: 50px -10px 0;}
  .actions_wrap .stockList_new {margin: 0; padding:0;}
  .stockList__item_new{margin: 0;}
}

.stockList_new .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.stockList_new .slick-dots li {
  margin-right: 6px;
  margin-bottom: 0;
}
.stockList_new .slick-dots li button {
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #000000;
  border: none;
  opacity: 0.32;
  outline: none;
}
.stockList_new .slick-dots .slick-active button {
  background-color: #83A7DE;
  opacity: 1;
}

.catalogGoods__list.flex li span.active {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    color: #6b1a73;
    font-weight: 700;
    border: 1px solid #6b1a73;
    padding: 5px;
    display: block;
}

.catalogGoods__list li a {
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    border: 1px solid #c3c3c2;
    padding: 5px;
    display: block;
}
/* Адаптив для фона слайдера */
@media (max-width: 768px) {
    .main-slider__item {
        /* Включаем мобильную картинку */
        --current-bg: var(--bg-mobile);
        
        /* Центрируем фон, чтобы главный герой и поликарбонат оставались по центру при обрезке */
        --bg-pos: center center; 
        
        /* МЕНЯЕМ ПОВЕДЕНИЕ: заставляем фон заполнить весь блок, обрезая края */
        --bg-size: cover; 
        
        /* ВАЖНО: задаем высоту блоку для мобилок */
        min-height: 300px; 
    }
}
/* Скрываем дубль кнопки на десктопе */
@media (min-width: 769px) {
    .mob-only-btn {
        display: none !important;
    }
}

/* Дизайн самой мобильной кнопки */
.mob-only-btn a {
    padding: 4px 10px; 
    font-size: 14px !important;
    border: 1px solid rgba(255,255,255,0.7); 
    border-radius: 3px; 
    display: inline-block;
    margin-top: 5px; /* Отступ от телефона */
}

/* ДЕСКТОП: жестко скрываем мобильную кнопку */
@media (min-width: 769px) {
    .mob-only-btn {
        display: none !important;
    }
}

/* МОБИЛКА: выстраиваем телефон и кнопку друг под другом */
@media (max-width: 768px) {
    .headerRight__contact-mob {
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Прижимаем к правому краю */
    }
}

/* Адаптив и дизайн для слайдера спецпредложений (акций) - ДЛЯ ВСЕХ СТРАНИЦ */
@media (max-width: 768px) {
    /* Принудительно выстраиваем список акций в колонку на внутренних страницах */
    .stockList {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* Настраиваем сами карточки */
    .stockList__item_new,
    .stockList__item {
        width: 100% !important; /* Убиваем старые 50% */
        max-width: 340px !important; /* Ограничиваем ширину, чтобы на планшетах не растягивались на весь экран */
        padding: 35px 20px !important; 
        display: flex !important; /* Перебиваем старое скрытие */
        flex-direction: column !important;
        align-items: center !important; 
        text-align: center !important;
        border-radius: 16px !important; 
        box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important; 
        margin: 15px auto !important; /* Ровно по центру */
        box-sizing: border-box !important;
    }

    /* Возвращаем 3-ю акцию, которую скрывали старые стили */
    .stockList__item:last-child {
        display: flex !important;
    }

    .stockList__item_new .h3,
    .stockList__item .h3 {
        font-size: 22px !important; 
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }

    .stockList__item_new .stockList__sale,
    .stockList__item .stockList__sale {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }

    .stockList__item_new .stockList__btn,
    .stockList__item .stockList__btn {
        margin-bottom: 35px !important; 
    }

    .stockList__item_new .stockList__btn a,
    .stockList__item .stockList__btn a {
        background-color: #fff !important; 
        color: #6E247B !important; 
        padding: 12px 30px !important;
        border-radius: 30px !important; 
        border: none !important;
        font-weight: bold !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important; 
        text-transform: uppercase !important;
        font-size: 12px !important;
        letter-spacing: 1px !important;
        display: inline-block !important;
    }

    .stockList__item_new .stockList__image,
    .stockList__item .stockList__image {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 190px !important;
        margin: 0 auto !important;
        border-radius: 12px !important; 
        overflow: hidden !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important; 
        border: 4px solid rgba(255, 255, 255, 0.3) !important; 
    }
    
    .stockList__item_new .stockList__image img,
    .stockList__item .stockList__image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }
}
/* Адаптив для галереи товара на мобильных */
@media (max-width: 768px) {
    /* 1. Жестко ограничиваем главный контейнер шириной экрана */
    .catalog-innerContent__img-container {
        width: 100%;
        max-width: 100%;
        /* overflow: hidden; уберет горизонтальный скролл, если что-то попытается вылезти */
        overflow: hidden; 
    }

    /* 2. Настраиваем обертку картинки и лечим скачки */
    .catalog-innerContent__img {
        width: 100%;
        /* ВАЖНО: Фиксируем минимальную высоту. Подбери цифру (280px или 300px), 
           при которой самая высокая картинка влезает нормально. 
           Это полностью уберет прыжки контента! */
        min-height: 280px; 
    }
    
    /* 3. Центрируем активную картинку */
    .catalog-innerContent__img.active {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* 4. Запрещаем самой картинке ломать верстку */
    .catalog-innerContent__img img {
        width: 100%;
        max-width: 100%;
        /* Ограничиваем высоту картинки, чтобы она не растягивала контейнер */
        max-height: 240px; 
        /* object-fit: contain впишет картинку в заданные рамки без искажений и сплющивания */
        object-fit: contain; 
        margin: 0 auto;
    }

    /* 5. Выравниваем подпись под картинкой ("Не указан", "Прозрачный") */
    .catalog-innerContent__img .text_img {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
}
/* Адаптив для увеличенной картинки (Fancybox) на мобильных */
@media (max-width: 768px) {
    /* Жестко ограничиваем все обертки плагина шириной экрана */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Выравниваем сам попап по центру и даем микро-отступы по краям */
    .fancybox-wrap {
        left: 0 !important;
        padding: 0 10px !important; 
        box-sizing: border-box;
    }

    /* Высота должна подстраиваться автоматически, чтобы не сплющило фото */
    .fancybox-inner {
        height: auto !important; 
    }

    /* Заставляем саму картинку вписаться в рамки */
    .fancybox-image {
        width: 100% !important;
        height: auto !important;
        max-height: 80vh !important; /* Ограничиваем высоту, чтобы длинные фото не улетали вниз */
        object-fit: contain !important;
    }

    /* Возвращаем крестик закрытия на место, чтобы его можно было нажать */
    .fancybox-close {
        top: -25px !important;
        right: -5px !important;
        /*background-color: #fff; /* Можно добавить белый кружок под крестик для контраста */
        border-radius: 50%;
    }
}
/* --- Стили для полных необрезанных сертификатов --- */

/* Десктоп: выстраиваем в ряд */
.catalog-innerCharacteristics__img {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: flex-start !important;
}

/* Обертка картинки */
.catalog-innerCharacteristics__img a {
    display: block !important;
    width: 30% !important; /* Занимаем треть ширины (по 3 в ряд) */
    max-width: 250px !important;
    height: auto !important; 
}

/* Сама картинка */
.catalog-innerCharacteristics__img img {
    width: 100% !important;
    height: auto !important; /* Высота подстроится автоматически под А4 */
    object-fit: contain !important;
    border: 1px solid #d1d1d1 !important; 
    box-shadow: 0 3px 8px rgba(0,0,0,0.1) !important; /* Красивая тень */
}

/* Мобильная версия: центрируем в колонку */
@media (max-width: 768px) {
    .catalog-innerCharacteristics__img {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .catalog-innerCharacteristics__img a {
        width: 100% !important; 
        max-width: 320px !important; /* Ограничиваем ширину на телефонах */
        margin-bottom: 25px !important;
    }
}

/* --- Модернизация сквозного меню каталога (Каждая категория с новой строки) --- */

.catalogGoods h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* Выстраиваем меню строго в колонку */
.catalogGoods__list {
    display: flex !important;
    flex-direction: column !important; /* Главное изменение: теперь это колонка */
    gap: 8px !important; /* Расстояние между пунктами по вертикали */
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.catalogGoods__list li {
    margin: 0 !important; 
    width: 100% !important; /* Пункт списка занимает всю ширину */
}

/* Дизайн самих кнопок-категорий */
.catalogGoods__list li a {
    display: block !important; /* Теперь кнопка растягивается на всю ширину колонки */
    padding: 10px 20px;
    background-color: #f8f9fa;
    color: #444 !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    text-align: left; /* Выравниваем текст по левому краю для аккуратности */
}

/* Эффект при наведении мыши */
.catalogGoods__list li a:hover {
    background-color: #fff;
    border-color: #6E247B;
    color: #6E247B !important;
    box-shadow: 0 5px 15px rgba(110, 36, 123, 0.15);
    transform: translateX(4px); /* Теперь кнопка при наведении чуть сдвигается вправо, а не вверх */
}

/* Активный пункт */
.catalogGoods__list li a.active,
.catalogGoods__list li .active {
    background-color: #6E247B !important;
    color: #fff !important;
    border-color: #6E247B !important;
    box-shadow: 0 4px 12px rgba(110, 36, 123, 0.3);
    cursor: default;
}

.catalogGoods__list li a.active:hover,
.catalogGoods__list li .active:hover {
    transform: none;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .catalogGoods__list li a {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* --- Стрелки для галереи в карточке товара --- */

.catalog-innerContent__img {
    position: relative; /* База для того, чтобы стрелки позиционировались ровно по краям */
}

.gallery-arrow {
    position: absolute;
    /* Центрируем чуть выше середины, чтобы компенсировать текст под картинкой */
    top: 45%; 
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #6E247B; /* Фирменный фиолетовый */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    z-index: 100;
    transition: all 0.2s ease;
    font-size: 18px;
    /* Отключаем выделение элементов при быстрых кликах */
    user-select: none; 
    -webkit-user-select: none;
}

.gallery-arrow:hover {
    background-color: #6E247B;
    color: #fff;
    transform: translateY(-50%) scale(1.1); /* Легкое увеличение при наведении */
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

/* Адаптив: на телефонах делаем стрелки чуть аккуратнее */
@media (max-width: 768px) {
    .gallery-arrow {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .gallery-prev {
        left: 5px;
    }
    .gallery-next {
        right: 5px;
    }
}
/* --- Выводим стрелки Fancybox из сумрака (особенно для мобильных) --- */
.fancybox-nav span {
    visibility: visible !important; /* Отменяем скрытие по умолчанию */
    opacity: 0.5; /* Делаем их полупрозрачными, чтобы не отвлекали */
    transition: opacity 0.2s ease;
}

.fancybox-nav:hover span {
    opacity: 1; /* При наведении (на компе) делаем яркими */
}

@media (max-width: 768px) {
    /* Сужаем невидимую зону клика по бокам, чтобы она не перекрывала саму картинку на узком экране */
    .fancybox-nav {
        width: 25% !important; 
    }
    
    .fancybox-nav span {
        opacity: 0.9; /* На телефоне стрелки всегда должны быть яркими, ховера ведь нет */
    }
}.main-slider__btn span {
	display:inline-block;
	background:#c794d9;
	background:-webkit-gradient(left top,right top,color-stop(0%,#c794d9),color-stop(100%,#82a8de));
	background:-webkit-linear-gradient(left,#c794d9 0%,#82a8de 100%);
	background:-webkit-gradient(linear,left top,right top,from(#c794d9),to(#82a8de));
	background:linear-gradient(to right,#c794d9 0%,#82a8de 100%);
	border-radius:25px;
	-webkit-box-shadow:0 8px 17px rgba(0,0,0,.2);
	box-shadow:0 8px 17px rgba(0,0,0,.2);
	color:#FFF;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	padding:18px 53px
}
.main-slider__btn span:hover {
	background:#8F0B74
}
@media screen and (max-width:767px) {
	.colors {
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:center
}
}
@media screen and (max-width:767px) {
	.newsList__item {
	display:block
}
}
.shop_category_list {
	width:calc(20% - 12px)
}
.shop_product_list {
	width:calc(33% - 12px)
}
.shop_product_list1 {
	width:calc(16% - 12px)
}
.related-products .shop_product_list {
	width:calc(20% - 64px);
	min-width:80px
}
.shop_product_list .h5 {
	color:#000;
	font-size:13px;
	line-height:21px;
	font-weight:300;
	margin-bottom:14px
}
@media screen and (max-width:767px) {
	.shop_product_list {
	width:100%;
	margin-bottom:20px
}
}
.shop_product_list1:nth-child(4n+4) {
	display:block
}
.clients__list1 li:nth-child(n+5) {
	display:block
}
.photos__item:nth-child(n+3) {
	display:block
}
.shop_product_list1:nth-child(n+3) {
	display:block
}
.related-products__list1 li:nth-child(3) {
	display:block
}
.shop_product_list:nth-child(4n+4) {
	display:block
}
.clients__list li:nth-child(n+5) {
	display:block
}
.photos__item:nth-child(n+3) {
	display:block
}
.shop_product_list:nth-child(n+3) {
	display:block
}
.related-products__list li:nth-child(3) {
	display:block
}
.news_text .date {
	margin-bottom:20px;
	font-size:20px;
	line-height:20px
}
.news_text p {
	font-size:20px;
	line-height:20px
}
.stockList__item h3 {
	margin-top:0
}
@media (max-width:767px) and (min-width:320px) {
	.reviews__photo img {
	width:118px;
	height:118px;
	float:left
}
}
@media screen and (max-width:767px) {
	.reviews__list.inner li {
	margin-bottom:53px;
	width:100%
}
}
.stockList__item {
	margin-bottom:20px!important
}
.advantagesContainer .slick-prev {
	left:50px
}
.advantagesContainer .slick-next {
	right:60px
}
@media screen and (max-width:767px) {
	.advantagesContainer .slick-prev {
	left:10px
}
.advantagesContainer .slick-next {
	right:20px
}
}
.advantagesContainer__icon i {
	margin-bottom:30px
}
.advantagesContainer__icon {
	margin-bottom:0
}
.logotype__item {
	margin-bottom:30px
}
.all-links a {
	padding:14px 12px;
	border:1px solid #b1b1b1
}
.all-links a:hover {
	color:#70427d;
	border-color:#70427d
}
.all-links i {
	margin-left:5px
}
.catalog-innerCharacteristics__img img {
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px
}
form.validate label.error {
	color:darkred
}
form.validate input.error,form.validate select.error,form.validate textarea.error {
	border-color:darkred
}
.form_message {
	list-style:none;
	padding:0 0 15px;
	margin:0 0 15px
}
.form_message li {
	padding:15px 15px 0;
	margin:0
}
.modal-title {
	line-height:1.42857143;
	height:30px;
	text-align:center;
	padding-top:5px
}
button.close {
	margin-right:5px
}
.gallery h2 {
	text-align:center;
	color:#000000;
	font-size:24px;
	font-weight:300;
	margin-bottom:30px
}
.popupForm__btn .btn {
	float:none
}
.popupForm__text .popupForm__input {
	background-color:transparent!important;
	color:#888
}
.rew_btn_new {
	background:#c794d9;
	background:-webkit-gradient(left top,right top,color-stop(0%,#c794d9),color-stop(100%,#82a8de));
	background:-webkit-linear-gradient(left,#c794d9 0%,#82a8de 100%);
	background:-webkit-gradient(linear,left top,right top,from(#c794d9),to(#82a8de));
	background:linear-gradient(to right,#c794d9 0%,#82a8de 100%);
	padding:18px 23px;
	border-radius:25px;
	color:#FFF;
	font-family:"Open Sans";
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	-webkit-transition:none;
	transition:none;
	display:inline-block;
	float:right
}
.rew_btn_new:hover {
	background:#5c2179
}
.rew_btn_new a {
	color:#fff
}
.search {
	margin-bottom:10px
}
.bg-danger {
	background-color:transparent
}
.no_results {
	text-align:center;
	color:#000000;
	font-size:24px;
	font-weight:300;
	margin-bottom:40px
}
.jq-selectbox__select-text {
	display:block;
	overflow:hidden;
	width:100%!important;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#000!important
}
.catalog-innerContent__text {
	width:100%;
	font-family:verdana,geneva,sans-serif
}
.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	background:transparent url(blank.gif);
	/ helps IE / -webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:8040
}
.fancybox-prev {
	left:0
}
.fancybox-next {
	right:0
}
.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:8040;
	visibility:hidden
}
.fancybox-prev span {
	left:10px;
	background-position:0 -36px
}
.shop_product_list .shop_product_list__btn a {
	text-transform:uppercase
}
.fancybox-next span {
	right:10px;
	background-position:0 -72px
}
.fancybox-nav:hover span {
	visibility:visible
}
.fancybox-prev span,.fancybox-next span {
	background-image:url(/templates/images/fancybox_sprite.png)
}
.logotype p {
	color:#1D0F00;
	font-size:15px;
	line-height:20px;
	margin-bottom:47px;
	text-align:center
}
.pagination__normal {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.pagination ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin:0 -2px;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.footerMain {
	margin-top:-290px
}
.form-group {
	margin-top:10px;
	margin-bottom:0
}
@media (max-width:375px) {
	.popup .popupForm__item,.popupForm__area_content .popup {
	width:240px
}
}
.jq-number {
	width:72px;
	padding:0;
	height:30px
}
.move-top {
	color:#FFF;
	font-size:18px;
	font-weight:400;
	display:inline-block;
	padding:19px 32px;
	-webkit-box-shadow:0 8px 17px rgba(0,0,0,.2);
	box-shadow:0 8px 17px rgba(0,0,0,.2);
	background:#9AA1DC;
	width:33px;
	height:32px;
	padding:0;
	display:inline-block;
	position:fixed;
	top:70%;
	right:4%;
	cursor:pointer;
	background:#9AA1DC url(/templates/images/move_top_button.png) no-repeat center center;
	display:none;
	z-index:1000
}
.move-top:hover {
	background:#5C2179 url(/templates/images/move_top_button.png) no-repeat center center
}
.text_fedbac {
	text-align:left;
	color:#000;
	margin-top:10px;
	font-size:12px
}
.checkbox {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	display:block
}
.radio label,.checkbox label {
	min-height:20px;
	padding-left:0;
	margin-bottom:0;
	font-weight:400;
	cursor:pointer
}
.jq-checkbox.checked .jq-checkbox__div {
	width:14px;
	height:14px;
	margin:0;
	border-radius:2px;
	background-image:url(/templates/images/klik.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-box-shadow:inset 0 -3px 6px #AAA;
	box-shadow:inset 0 -3px 6px #AAA;
	display:-webkit-inline-box
}
.js_checkbox {
	margin-top:10px
}
.jq-checkbox {
	top:-1px;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin:0;
	text-align:center;
	border:1px solid #C3C3C3;
	border-radius:3px;
	background:#F5F5F5;
	background:-webkit-linear-gradient(#FFF,#E6E6E6);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#E6E6E6));
	background:linear-gradient(#FFF,#E6E6E6);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #FFF,inset 1px -1px #FFF;
	box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #FFF,inset 1px -1px #FFF;
	cursor:pointer
}
.remember_me.jq-checkbox .checked .focused {
	user-select:none;
	display:inline-block;
	position:relative;
	overflow:hidden;
	display:-webkit-inline-box
}
.stockList {
	margin:53px -10px 0 -10px
}
.shares {
	flex-wrap:wrap
}
@media (max-width:1024px) and (min-width:760px) {
	.stockList__item {
	width:47%;
	min-height:169px
}
}
@media (max-width:1024px) and (min-width:320px) {
	.shares .stockList__item {
	display:block
}
}
.catalog-innerContent__info {
	min-width:198px
}
.btn.disabled {
	background:#bdbdbd!important
}
@media (max-width:480px) {
	.catalog-innerCharacteristics__content img {
	max-width:100%!important;
	height:auto
}
}
@media screen and (max-width:1024px) {
	.popup__content {
	max-width:260px
}
}
@media screen and (max-width:767px) {
	.fancybox-close {
	right:-25px;
	width:20px;
	height:20px;
	background-size:contain
}
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight:700;
	margin:12px 0 .5em 0;
	text-rendering:optimizeLegibility
}
h1,.h1,h2,.h2 {
	line-height:1.1
}
h1,.h1 {
	font-size:1.2em
}
h2,.h2 {
	font-size:1.5em;
	margin-bottom:.7em
}
h5,.h5 {
	font-size:1em
}
h6,.h6 {
	font-size:.75em;
	text-transform:uppercase
}
p,ul,ol,dl,dd,dt,blockquote,td,th {
	line-height:1.65em
}
ul,ol,ul ul,ol ol,ul ol,ol ul {
	margin:0 0 0 3.3em
}
ul li,ol li {
	text-align:left
}
ol ol li {
	list-style-type:lower-alpha
}
ol ol ol li {
	list-style-type:lower-roman
}
p {
	margin-bottom:1.65em
}
ul,ol {
	margin-left:-10px
}
table tr:nth-child(odd) td {
	background:#d6d3d361
}
table th {
	font-weight:700;
	color:#333;
	background:#ccc
}
table th:not(:last-child) {
	border-right:2px solid #fff
}
table td:not(:last-child) {
	border-right:2px solid #fff
}
blockquote {
	padding:20px 36px;
	margin:20px 20px 20px;
	font-size:14.5px;
	border-left:5px solid #5c2279
}
.table_row {
	overflow:auto
}
.breadcrumbs ul li a {
	color:#696969;
	font-size:12px;
	font-weight:400
}
.container-content {
	position:relative
}
.catalogContainer {
	width:73%;
	margin-left:auto
}
.catalogGoods {
	position:absolute;
	left:0;
	top:0;
	width:25%
}
.container-content h1 {
	width:73%;
	margin-left:auto
}
.content h1.h2 {
	width:100%
}
.alignleft {
	text-align:left
}
.shop_product_list_wrap {
	width:74%;
	margin-left:auto
}
.related-products .shop_product_list_wrap {
	width:100%;
	flex-wrap:wrap
}
.container-content-full .shop_product_list_wrap {
	width:100%
}
@media screen and (max-width:767px) {
	.catalogContainer {
	width:100%
}
.catalogGoods {
	position:static;
	width:100%
}
.container-content h1 {
	width:100%
}
.shop_product_list_wrap {
	width:100%
}
}
.catalogGoods__list {
	display:block;
	margin-left:0px;
	margin-right:0
}
.catalogGoods__list li {
	display:block;
	margin-right:0;
	margin-bottom:0px
}
.catalogGoods__list li a {
	font-size:13px;
	font-weight:700;
	text-align:left;
	line-height:19px;
	color:#000
}
@media screen and (max-width:767px) {
	.catalogGoods__list {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex
}
.catalogGoods__list li {
	display:initial;
	text-align:center;
	margin-right:20px
}
}
.main-slider .slick-dots li,.advantagesContainer__item,.newsList__item,.menu_list_wrap li {
	margin-bottom:0!important
}
.reviews__list li {
	margin-bottom:60px!important
}
.breadcrumbs ul {
	margin-left:0
}
.clients__list.flexC {
	flex-wrap:wrap
}
.clients__list li {
	margin-bottom:10px!important
}
.catalog-innerContent p {
	font-family:verdana,geneva,sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	font-weight:300;
	margin-bottom:20px
}
.spoiler-content {
	display:none;
	padding:15px 20px;
	margin-top:5px
}
.spoiler-block {
	margin-top:10px
}
.spoiler-title {
	text-align:center;
	background:#f5f5f5;
	padding:10px;
	text-decoration:none;
	color:#000;
	display:block
}
.reviews p {
	color:#1e1e1e;
	font-size:16px;
	line-height:18.5px;
	font-weight:300;
	font-family:verdana,geneva,sans-serif
}
.colors__text {
	color:#000000;
	font-size:16px;
	font-weight:300;
	margin-right:15px
}
.catalog-innerContent__img .text_img {
	text-align:center;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.4;
	margin:20px auto;
	min-height:44px
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a,.pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#337ab7;
	background-color:#fff;
	border:1px solid #ddd;
	margin-left:-1px
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius:4px;
	border-top-right-radius:4px
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	background-color:#2d1456;
	border-color:#2d1456;
	cursor:default
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color:#777;
	background-color:#fff;
	border-color:#ddd;
	cursor:not-allowed
}
.pagination-lg>li>a,.pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius:6px;
	border-top-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius:6px;
	border-top-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius:3px;
	border-top-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius:3px;
	border-top-right-radius:3px
}
.main-slider__title {
	color:#8e0fd2;
	font-size:29px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-left:25px
}
.headerRight__phone a {
	color:#FFF;
	font-size:26px;
	font-weight:300
}
@media screen and (max-width:767px) {
	.headerRight__phone a {
	font-size:15px;
	margin-right:5px;
	margin-left:5px
}
.headerRight__phone {
	margin-right:0;
	margin-left:5px;
	margin-bottom:0;
	width:max-content
}
.headerRight__call a {
	font-size:8px;
	padding-left:5px;
	padding-right:5px
}
.headerRight__btn a {
	font-size:8px;
	padding-left:5px;
	padding-right:5px
}
}
.catalog-innerCharacteristics {
	color:#000000;
	font-size:14px;
	font-weight:300;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:30px
}
.headerLogo {
	margin-left:0;
	margin-top:15px
}
@media screen and (max-width:1024px) {
	.headerLogo {
	margin-left:0;
	margin-top:-20px;
}
}
.headerLogo__img {
	background:url(/templates/images/logo.svg) 0 no-repeat;
	-webkit-background-size:100%;
	background-size:100%;
	width:200px
}
@media screen and (max-width:1024px) {
	.headerLogo__img {
	width:80px
}
}
.headerAdres {
	font-size:15px;
	margin-left:10px
}
.menu_list_wrap li {
	text-align:center;
	position:relative
}
.menu_list_wrap li:after {
	content:'';
	display:block;
	width:4px;
	height:4px;
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	right:-2px;
	top:15px
}
.menu_list_wrap li:last-child:after {
	display:none
}
.menu_list_wrap a {
	font-size:14px;
	font-family:initial;
	text-transform:uppercase
}
.shop_product_list .h5 {
	font-weight:600;
	/*min-height: 63px;
	*/
}
.content .catalogGoods {
	position:relative;
	left:auto;
	right:auto
}
.catalog-innerCharacteristics__title {
	border-bottom:none;
	padding-bottom:0;
	text-decoration:underline;
	font-weight:700;
	font-size:16px;
	color:#000
}
.main-slider {
	width:69%;
	margin-right:auto;
	margin-left:auto
}
@media screen and (max-width:991px) {
	.menu_list_wrap li:after {
	display:none
}
.menu_list_wrap a {
	font-size:14px;
	text-transform:none
}
.content .catalogGoods {
	display:none
}
.main-slider {
	width:100%
}
}
.main-slider__list .slick-list {
	padding-left:0!important;
	padding-right:0!important
}
.main-slider__list {
	margin:0 -40px
}
.breadcrumbs ul li {
	color:#000;
	font-size:12px;
	font-weight:400;
	margin-right:3px
}
.wrapper {
	max-width:1680px;
	margin:auto;
	padding:0 10px
}
.shop_product_list__image img {
	display:inline-flex;
	width:85%
}
.flexC {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	max-width:1680px;
	margin-left:auto;
	margin-right:auto
}
.flexC1 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:4px
}
.contacts__text {
	color:#000000;
	font-size:20px;
	font-weight:300;
	margin-bottom:15px;
	font-family:verdana,geneva,sans-serif
}
.reviews__company {
	color:#3e3e3e;
	font-size:13px;
	font-weight:400;
	margin-bottom:45px;
	position:relative;
	font-family:verdana,geneva,sans-serif
}
body {
	background:#FFF;
	font-family:verdana,geneva,sans-serif
}
.headerRight__call {
	margin-right:4px
}
.catalog-innerCharacteristics__content {
	margin-right:auto;
	width:100%
}
.table-holder {
	padding-right:1px;
	padding-left:1px;
	width:99%
}
.table {
	overflow-x:auto
}
@media screen and (max-width:480px) {
	.header {
	background:url(/templates/images/bg/header-bg.jpg) center 0 no-repeat;
	background-size:cover;
	padding:27px 0 18px 0;
	margin-bottom:4px;
	width:100%
}
.headerLogo__img {
	width:60px
}
.related-products .shop_product_list {
	width:calc(20% - 64px);
	min-width:131px
}
.flexC1 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:0px;
	margin-left:0
}
.headerRight__call {
	margin-right:4px;
	margin-left:11px
}
.headerLogo__img {
	width:140px
}
}
.showmobile {
	display:none
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) {
	.showmobile {
	display:inline
}
}
@media screen and (max-width:600px) {
	.hidemobile {
	visibility:hidden;
	display:none
}
ul,ol {
	margin-left:0px
}
}
.hecaderSearchMobile__input {
	border:none;
	color:#000;
	font-family:"Open Sans";
	font-size:14px;
	font-weight:300;
	background-color:#FFF;
	padding:5px 20px;
	width:90%;
	margin-left:40px
}
@media screen and (max-width:767px) {
	.shop_product_list {
	width:46%;
	margin-bottom:20px
}
.shop_product_list__content {
	padding: 2px 5px 0px 5px;
}
}
.shop_product_list__price1 {
	color: #6b1a73;
	font-size: 20px;
	font-weight: 700;
	background: -webkit-gradient(left top, right top, color-stop(0%, #c794d9), color-stop(100%, #82a8de));
	padding: 0px 0px;
	position:relative;
	bottom: 6px;
	right: 0;
}
@media screen and (max-width: 480px) {
	.headerLogo__img {
	width:130px;
	margin-top:15px;
}
}
@media screen and (max-width: 1024px) {
	.headerLogo {
	margin-left: 0;
	margin-top:-66px;
}
}
@media screen and (max-width: 767px) {
	.headerLogo {
	margin-right: 0;
	margin-bottom: -30px;
}
}
@media screen and (max-width: 767px) {
	.headerAdres {
	text-align: left;
	margin-left: 0px;
}
.shop_category_list {
	width: calc(50% - 12px);
}
h5, .h5 {
	font-size: 0.8em;
}
.headerContent {
	margin-top: 0px;
}
.headerRight__phone a {
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: 800;
}
}
/* Адаптив для фона слайдера */
@media (max-width: 768px) {
    .main-slider__item {
        /* Включаем мобильную картинку */
        --current-bg: var(--bg-mobile);
        
        /* Меняем позиционирование (например, центрируем, чтобы поликарбонат/теплица были по центру) */
        --bg-pos: center top; 
        
        /* Если нужно, чтобы картинка заполнила весь блок, раскомментируй строку ниже: */
        /* --bg-size: cover; */
    }
}