

/* Start:/local/media/css/normalize.css?14746010411951*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* End */


/* Start:/local/media/js/owl/owl.carousel.css?14746010404641*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

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

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

#gallery .owl-item img {
 display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/media/js/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/media/js/fancybox/jquery.fancybox.css?14746010404520*/
/*! 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;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.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-prev span, .fancybox-next span {
	background-image: url('/local/media/js/fancybox/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('/local/media/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('/local/media/js/fancybox/../../img/whitecross.png'); background-size:20px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/media/js/fancybox/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;
}

.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: rgba(0,0,0,.5);
}

.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);
	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, .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-prev span, .fancybox-next span {
		background-image: url('/local/media/js/fancybox/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('/local/media/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/media/fonts/fonts.css?14746010402136*/
@font-face{
	font-family:'Gotham';
	font-style:normal;
	font-weight:300;
	src:url('/local/media/fonts/GothaProLig.eot');
	src:url('/local/media/fonts/GothaProLig.eot?#iefix') format('embedded-opentype'), url('/local/media/fonts/GothaProLig.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:normal;
	font-weight:400;
	src:url('/local/media/fonts/GothaProReg.eot');
	src:url('/local/media/fonts/GothaProReg.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProReg.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:normal;
	font-weight:500;
	src:url('/local/media/fonts/GothaProMed.eot');
	src:url('/local/media/fonts/GothaProMed.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProMed.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:normal;
	font-weight:600;
	src:url('/local/media/fonts/GothaProBol.eot');
	src:url('/local/media/fonts/GothaProBol.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProBol.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:normal;
	font-weight:900;
	src:url('/local/media/fonts/GothaProBla.eot');
	src:url('/local/media/fonts/GothaProBla.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProBla.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:italic;
	font-weight:300;
	src:url('/local/media/fonts/GothaProLigIta.eot');
	src:url('/local/media/fonts/GothaProLigIta.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProLigIta.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:italic;
	font-weight:400;
	src:url('/local/media/fonts/GothaProIta.eot');
	src:url('/local/media/fonts/GothaProIta.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProIta.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:italic;
	font-weight:500;
	src:url('/local/media/fonts/GothaProMedIta.eot');
	src:url('/local/media/fonts/GothaProMedIta.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProMedIta.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:italic;
	font-weight:600;
	src:url('/local/media/fonts/GothaProBolIta.eot');
	src:url('/local/media/fonts/GothaProBolIta.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProBolIta.otf') format('opentype');
}
@font-face{
	font-family:'Gotham';
	font-style:italic;
	font-weight:900;
	src:url('/local/media/fonts/GothaProBlaIta.eot');
	src:url('/local/media/fonts/GothaProBlaIta.eot?#iefix') format('emedded-opentype'), url('/local/media/fonts/GothaProBlaIta.otf') format('opentype');
}
/* End */


/* Start:/local/media/js/select/css/select2.css?147460104018899*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  font-size:11px;
  font-family:"Gotham","Roboto",Arial, sans-serif;
  text-transform: uppercase;
  font-weight:500;
  color:#303030;
  position: relative;
  vertical-align: top; margin-right:10px; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;


border: 1px solid #d9d2c7;    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2); 


}

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
      line-height: 40px; padding:0; padding-left:14px; text-transform: none; font-size:15px;
  user-select: none; font-weight:400;
  font-family:"Roboto";
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; background-color:white;}

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; 
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
    width: 190px;
    height: 40px;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    color: #303030;
    background-color: white;
    /*background-image: url("/local/media/js/select/css/../../../img/select.png");*/
    background-position: 93% center;
    background-repeat: no-repeat;
    padding-left: 12px;

}



  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #303030; }



  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 3px;
    width: 30px;
    background:url('/local/media/js/select/css/../../../img/select.png') center no-repeat;
  }



    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display:none;
      left: 50%;
      margin-left: -3px;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f3eee6;
    border: 1px solid #aaa;
    color:#737373;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
  overflow-y: auto;
  overflow-x:hidden;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f3eee6; color:#737373;}

.select2-results__option {    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out}

    .select2-container--open .select2-dropdown--below, .select2-container {width:190px !important;}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f3eee6;
  color: #737373; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block; border-bottom:1px solid  #f3eee6; padding-left:14px; font-style:italic !important; font-weight:400 !important;}

.select2-container--classic .select2-selection--single {
  background-color: #f3eee6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {font-family:"Gotham","Roboto",Arial, sans-serif;
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {font-family:"Gotham","Roboto",Arial, sans-serif;
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {font-family:"Gotham","Roboto",Arial, sans-serif;
  background-color: #f3eee6;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


.select2-results__option + .select2-results__option {border-top:1px solid #f3eee6;}



.select2-container--default .select2-selection--single .select2-selection__clear {height: 38px; line-height: 38px;}
/* End */


/* Start:/local/media/js/mCustomScrollbar/jquery.mCustomScrollbar.min.css?151210051542839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/media/js/mCustomScrollbar/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/media/js/magnific-popup/magnific-popup.css?14966503086951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/media/css/patch.css?15725809529808*/

/*Стили для плашки */

.collection-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 50%;

    min-width: 190px;
    height: auto;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;

    transform: translate(-50%, -50%);
    text-align: center;

    color: #303030;
    border: 2px solid #f3f0eb;
    border-radius: 100px;
    background-color: #fff;

}





.mechanism-popup {
    position: absolute;
    z-index: 10;
    top: 39px;
    left: 0;

    display: none;

    box-sizing: border-box;
    width: 296px;

    border: 1px solid #d9d2c7;
    background: white;
    background-color: white;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);

}

/* Стили для пункта "Механизмы" в фильтрах */
#mechanismopen {
    cursor: pointer;

}

.mechanism-ul .checkradio {
    position: relative;

    float: none;

    width: 100%;
    padding-left: 0;

}

.mechanism-ul .checkradio p {
    font-size: 15px;
    line-height: 21px;

    margin-left: 30px;

    color: #303030;

}

.mechanism-ul input[type=checkbox]:not(old) {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;

    vertical-align: middle;

    opacity: 0;

}

.mechanism-ul input[type=checkbox]:not(old) +
label {
    font-size: 0;

    display: inline-block;

    width: 100%;

    cursor: pointer;
    vertical-align: middle;

}

.mechanism-ul input[type=checkbox]:not(old) +
label >
span {
    right: auto;
    left: 0;

    box-sizing: border-box;

    background-color: white;
    box-shadow: inset 0 0 0 1px #ddd;

}

.mechanism-ul input[type=checkbox]:not(old) +
label >
span {
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    box-sizing: border-box;
    width: 21px;
    height: 21px;

    vertical-align: middle;

    border-radius: 2px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;

}

.mechanism-ul input[type=checkbox]:not(old):checked +
label >
span {
    background-color: #eee;
    background-image: url(/local/media/css/../static/img/general/checkbox.png);
    box-shadow: inset 0 0 0 1px transparent;

}

.mechanism-ul .inner-level >
li {
    padding-top: 15px;
    padding-left: 30px;

    background-image: url(/local/media/css/../static/img/general/inner-level-li-bg.png);
    background-repeat: no-repeat;
    background-position: 9px 3px;

}

.mechanism-ul-item {
    padding-right: 25px;
    padding-left: 14px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

}

.mechanism-ul-item:not(.mechanism-av) {
    padding-top: 18px;

}

.mechanism-ul-item:last-of-type {
    margin-bottom: 16px;

}

.mechanism-av {
    height: 41px;

    -webkit-transition: background 0.2s ease;
            transition: background 0.2s ease;

    border-bottom: 1px solid #f5efe6;

}

.mechanism-av:hover {
    background-color: #f3eee6;

}

.mechanism-av .checkradio p {
    line-height: 41px;

    margin-left: 0;

}

/*Стили для текста, когда отмечены пункты в фильтрах*/
section.filters #brandsopen.active p,
section.filters #mechanismopen.active p,
section.filters #specialsopen.active p,
section.filters #priceopen.active p {
    color: #bd4e5d ;

}

section.filters #brandsopen.active .clearcross,
section.filters #specialsopen.active .clearcross,
section.filters #mechanismopen.active .clearcross,
section.filters #priceopen.active .clearcross {
    display: block ;

}

.lider-lable,
.sale-lable,
.new-lable {
    line-height: 1.4;

    left: 50%;

    width: 100%;
    max-width: 200px;
    padding: 5px 15px;

    transform: translateX(-50%);

}

.garantie-btn {
    width: auto;

}
.garantie-btn p {
    font-family: inherit;

}
.registration-form-wrapper .shipping-payment-wrapper .left-side {
    position: relative;
    z-index: 2;
    left: 1px;

}
.registration-form-wrapper .shipping-payment-wrapper .right-side {
    position: relative;
    z-index: 1;

}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab {
    min-height: 120px;

}

.vacancy-one-wrapper p {
    line-height: 1.4em;

}

.aboutbrand a {
    -webkit-transition: border 0.2s ease;
         -o-transition: border 0.2s ease;
            transition: border 0.2s ease;

    border-bottom: 1px solid transparent;

}
.aboutbrand a:hover {
    border-bottom: 1px solid #45749c;

}


.dopinfo-cols:before,
.dopinfo-cols:after {
    display: table;

    content: '';

}

.dopinfo-cols:after {
    clear: both;

}



@media screen and (max-width: 1000px) {

    .shops-wrapper .top-container {
                flex-direction: column;

        -webkit-flex-direction: column;
           -moz-flex-direction: column;
            -ms-flex-direction: column;
             -o-flex-direction: column;

    }

    .shops-wrapper .top-part .shops-subheader {
        margin-bottom: 15px;

    }

}

.content_zone {
    font-size: 14px;

    margin-bottom: 75px !important;

}
.content_zone h1 {
    margin-bottom: 20px;

}

.content_zone h2 {
    margin-bottom: 15px;

}

.content_zone h3 {
    font-size: 20px;

}
.content_zone h3 +
img {
    margin-bottom: 30px;

}
.content_zone p {
    line-height: 1.4;

    /*margin-bottom: 5px;*/

}



.content_zone table th,
.content_zone table td {
    padding-right: 10px;

}


.content_zone table th {
    padding-bottom: 15px;

    vertical-align: middle;

}
.content_zone table td {
    padding-bottom: 5px;

}

.content_zone li {
    position: relative;

}
.content_zone li {
    margin-bottom: 5px;

}

.content_zone ul:not([class=breadcrumbs]) {
    margin-bottom: 20px;

}
.content_zone li:before {
    position: absolute;

    width: 5px;
    height: 5px;
    margin-top: 9px;
    margin-right: 8px;
    margin-left: -21px;

    content: ' ';

    background-image: url(/local/media/css/../img/general/delivery-list-style.png);
    background-repeat: no-repeat;
    background-position: left bottom;

}


.content_zone a {
    -webkit-transition: border 0.2s ease;
         -o-transition: border 0.2s ease;
            transition: border 0.2s ease;

    color: #45749c;
    text-decoration: underline;

}

.content_zone ul.breadcrumbs a {
    text-decoration: none;
}

.content_zone a:hover {
    text-decoration: none;

}


.shops-wrapper tr:nth-child(2n+4) td,
.mob-servises-table tr:nth-child(2n+4) td {
    background-color: #f6f6f6;

}

.mob-servises-table {
    margin-bottom: 20px;

}

.shops-wrapper .top-part .shops-subheader {
    margin-right: 20px;

}

.cards-wrapper a {
    text-decoration: underline;

}

.cards-wrapper a:hover {
    text-decoration: none;

}


section.catalogue p:last-of-type {
    /*display: none;*/

}

section.catalogue .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
            flex-direction: row;

    -webkit-flex-direction: row;
       -moz-flex-direction: row;
        -ms-flex-direction: row;
         -o-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

}

section.catalogue .container p {
    /*width: 100%;*/

    text-align: center;
    white-space: nowrap;

}
@media (max-width: 1000px){
    section.catalogue .container {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .cards-wrapper .info-about-card {
        display: block!important;

        width: auto;
        box-sizing: border-box;
    }

     .cards-wrapper .info-about-card img,
     .cards-wrapper .cards-preview-wrap img {
        display: block;
        width: 304px;
        max-width: 100%;
        margin-bottom: 20px;
     }
     .cards-wrapper .cards-preview-wrap {
         display: block!important;

        width: auto;
        box-sizing: border-box;
     }
     .cards-wrapper {
        padding: 20px;
     }
}
.select2-results__option {
    font-family: Gotham;

}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn.red {
    width: 19px !important;
    height: 19px !important;

    border: 1px solid #eee !important;
    background: transparent !important;

}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i.red {


    background-color: #eee;

}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i.red:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    margin-left: -4px;
    margin-top: -4px;

    background-color: rgb(192, 24, 47);

}


section.topmenu a.cart {
    vertical-align: top;
}


@media (max-width: 660px) {
    section.filters a.logo {
        display: none!important;
    }
}


@media (max-width: 1220px) {
    section.topmenu a.reg p {
        display: flex;
        align-items: center;
        padding-top: 0!important;
        white-space: normal;
    }
}



/* End */


/* Start:/local/templates/main-new/template_styles.css?1577692355287805*/
@charset UTF-8;
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	font-size: 12px;
	margin: 0;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	background-color: transparent;
	text-decoration: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

hr {
	box-sizing: content-box;
	height: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

fieldset {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	margin: 0;
	padding: 0;
}

button {
	overflow: visible;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: Gotham;
	font-style: italic;
	font-weight: 900;
	src: url(/local/media/fonts/GothaProBlaIta.eot?#iefix) format(emedded-opentype), url(/local/media/fonts/GothaProBlaIta.otf) format(opentype);
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner {
	border: none;
}

:focus {
	outline: none;
}

.hide {
	display: none!important;
}

.col {
	display: inline-block;
	vertical-align: top;
	margin-right: 2.6%;
}

.one-col {
	width: 5.95%;
}

.two-col {
	width: 14.5%;
}

.three-col {
	width: 23.049999%;
}

.four-col {
	width: 31.6%;
}

.five-col {
	width: 40.150002%;
}

.six-col {
	width: 48.700001%;
}

.seven-col {
	width: 57.25%;
}

.eight-col {
	width: 65.800003%;
}

.nine-col {
	width: 74.349998%;
}

.ten-col {
	width: 82.900002%;
}

.eleven-col {
	width: 91.449997%;
}

header, section, footer {
	width: 100%;
	padding: 60px 0;
}

.container {
	width: 1180px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}

* {
	behavior: url(/local/templates/main-new/js/pie/pie.htc);
	font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

span {
	font-style: inherit;
	font-family: inherit;
	font-weight: inherit;
}

h1 {
	font-size: 24px;
	line-height: 1.2em;
	font-family: Gotham, Roboto, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

h2 {
	font-size: 21px;
	line-height: 1.19048em;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	line-height: 1.2em;
}

h4 {
	font-size: 20px;
	line-height: 1.2em;
}

h5 {
	font-size: 18px;
	line-height: 1.2em;
}

p {
	font-size: 14px;
	line-height: 1.7em;
}

p.mini {
	font-size: 11px;
}

p.smaller {
	font-size: 12px;
}

p.small {
	font-size: 13px;
}

p.bigger {
	font-size: 17px;
}

p.huge {
	font-size: 18px;
}

.gotham {
	font-family: Gotham, Roboto, Arial, sans-serif;
}

a, input, button, select, textarea {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a.blue {
	color: #45749c;
	border-bottom: 1px solid #cbd7e1;
	display: inline-block;
	line-height: 1em;
	font-weight: 500;
}

a.blue:hover {
	color: #5790c0;
}

select, input, textarea {
	text-align: left;
	border: 0;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.button {
	text-align: center;
	background-color: transparent;
	border: 2px solid #ab9584;
	height: 50px;
	line-height: 48px;
	display: inline-block;
	color: #8d6f57;
	font-size: 15px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	text-transform: uppercase;
	font-family: Gotham, Arial, sans-serif;
	font-weight: 500;
	padding: 0 15px;
}

section.topline {
	height: 6px;
	width: 100%;
	background-color: #ae162b;
	padding: 0;
}

section.topmenu {
	border-bottom: 1px solid #c8c8c8;
	padding: 0;
}

section.topmenu p {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .25px;
	color: #303030;
	line-height: 54px;
}

section.topmenu li {
	position: relative;
	padding: 0 20px;
}

section.topmenu li:hover p {
	color: #b25a67;
}

section.topmenu li+li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	color: #aaa;
	font-size: 11px;
}

section.topmenu .city>p>img {
	margin-left: 6px;
}

section.topmenu .lang>p>img:first-child {
	margin-right: 4px;
}

section.topmenu .lang>p>img:last-child {
	margin-left: 5px;
}

section.topmenu .list>div {
	position: absolute;
	z-index: 10;
	top: 54px;
	left: -10px;
	background-color: #fff;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	width: 130px;
	display: none;
	padding: 8px 0;
}

section.topmenu .list>div a {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 14px;
	display: inline-block;
}

section.topmenu .list>div a img {
	margin-right: 10px;
}

section.topmenu .list>div a img, section.topmenu .list>div a p {
	vertical-align: middle;
	display: inline-block;
}

section.topmenu .list>div a p {
	line-height: 35px;
}

section.topmenu .city {
	position: relative;
	display: inline-block;
}

section.topmenu .city #citypopup {
	position: absolute;
	width: 320px!important;
}

section.topmenu img {
	margin-top: -2px;
	margin-left: 4px;
}

section.topmenu a.reg {
	word-wrap: break-word;
	border-left: 1px solid #c8c8c8;
	display: inline-block;
	width: 61%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

section.topmenu a.cart {
	width: 39%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 3%;
	display: inline-block;
}

section.topmenu .reg img, section.topmenu .cart img {
	margin-right: 3px;
}

section.topmenu .reg img {
	opacity: .3;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.topmenu .cart p {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.topmenu span.cartimg {
	background: url(/local/media/static/img/general/korzina-white.png) center center no-repeat;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 16px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 3px;
}

section.topmenu .container>div:last-child, section.topmenu .container>div:first-child {
	width: 320px;
}

section.topmenu .container>div:first-child {
	border-right: 1px solid #c8c8c8;
	text-align: justify;
	text-justify: distribute;
	padding: 0 20px;
}

section.topmenu .container>div:first-child:after {
	width: 100%;
	height: 0;
	display: inline-block;
	content: "";
}

header {
	background-color: #fff;
	padding: 20px 0 25px;
}

header input.search {
	width: 280px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 36px;
	border: 1px solid #e3e3e3;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	background-color: #fff;
	line-height: 34px;
	background-image: url(/local/media/static/img/general/search.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: Gotham, Roboto, Arial, sans-serif;
	margin-top: 0;
	color: #000;
	padding: 0 15px 0 34px;
}

header input.search:hover, header input.search:focus {
	background-image: url(/local/media/static/img/general/searchhover.png);
	border-color: #bbb;
}

header .phone {
	color: #303030;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 8px;
	font-family: 'PlayfairDisplayTel', serif;
}

header .popup {
	position: absolute;
	top: -5px;
	left: 0;
}

section.catalogue {
	background-color: #1d1d1d;
	background-image: url(/local/media/static/img/general/bg1.jpg);
	background-size: cover;
	background-position: center;
	padding: 15px 0;
}

section.catalogue p {
	display: inline-block;
	line-height: 30px;
	color: #696969;
}

section.catalogue a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}

section.catalogue a:hover {
	color: #d6b653;
}

section.filters {
	background-color: #e4e4e4;
	position: relative;
	z-index: 6;
	padding: 30px 0 20px;
}

section.filters .filterscontainer {
	width: 830px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 30px;
	position: relative;
	float: left;
}

section.filters .addbutton {
	position: absolute;
	right: 0;
	top: 7px;
	width: 26px;
	height: 26px;
	background: url(/local/media/static/img/general/filt_more.png) center center no-repeat;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.filters .addbutton:hover {
	cursor: pointer;
	background: url(/local/media/static/img/general/filt_more_hover.png) center center no-repeat;
}

section.filters .addbutton.minus {
	background: url(/local/media/static/img/general/moreback.png) center center no-repeat;
}

section.filters .addbutton.minus:hover {
	background: url(/local/media/static/img/general/morebackhover.png) center center no-repeat;
}

section.filters a.find {
	font-size: 11px;
	font-weight: 500;
	color: #1e1e1e;
	text-transform: uppercase;
	background-image: url(/local/media/static/img/general/smallarr.png);
	background-position: 80% center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 90px;
	padding-left: 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: inset 0 0 0 2px #adadad;
	margin-right: 10px;
	vertical-align: top;
}

section.filters a.find:hover {
	background-color: #393a3b;
	box-shadow: inset 0 0 0 2px transparent;
	color: #fff;
}

section.filters a.logo {
	height: 50px;
	width: 93px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c2c2cf;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 0;
	background-color: #f3f3f3;
	position: relative;
	top: -5px;
}

section.filters a.logo+.logo {
	border-left: 0;
}

section.filters a.logo img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

section.filters .right {
	float: left;
	margin-left: 14px;
}

section.filters .filtersblock {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

section.filters .filtersblock>div:first-child {
	width: 190px;
	height: 40px;
	border: 1px solid #c5c5c5;
	text-transform: uppercase;
	color: #303030;
	background-color: #fff;
	background-image: url(/local/media/static/img/general/select.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-left: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

section.filters .filtersblock>div:first-child p {
	line-height: 40px;
	font-weight: 500;
}

section.filters #brandsopen.active p, section.filters #specialsopen.active p, section.filters #priceopen.active p {
	color: #bd4e5d;
}

section.filters .clearcross {
	cursor: pointer;
	color: #bd4e5d!important;
	position: absolute;
	top: 0;
	right: 29px;
	background-color: #fff;
	font-size: 11px;
	font-weight: 900;
	height: 38px;
	line-height: 38px;
	font-family: Gotham, Roboto, Arial, sans-serif;
	display: none;
	z-index: 5;
}

section.filters .select2.active span {
	color: #bd4e5d!important;
}

section.filters .filtersblock, section.filters .select2 {
	margin-top: 10px;
	position: relative;
	top: -10px;
	vertical-align: top;
}

section.filters .mechanism .selection {
	width: 280px;
}

section.filters #clearall {
	font-size: 11px;
	line-height: 40px;
	text-transform: uppercase;
	display: none;
	font-family: Gotham, Roboto, Arial, sans-serif;
	font-weight: 500;
	color: #1e1e1e;
	padding-left: 28px;
	background: url(/local/media/static/img/general/reset.png) left center no-repeat;
	cursor: pointer;
}

section.filters .select div.selection {
	position: absolute;
	background-color: #fff;
	top: 40px;
	left: 0;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	margin-left: -1px;
	display: none;
	z-index: 10;
}

section.filters .select a {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
}

section.filters .select a p {
	vertical-align: middle;
	display: block;
	font-size: 15px;
	color: #303030;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
}

section.filters .select a p.padding {
	padding-left: 30px;
}

section.filters .select a:hover p {
	color: #737373!important;
}

section.filters .select a+a {
	border-top: 1px solid #f3eee6;
}

section.filters #brandspopup {
	width: 900px!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 39px;
	left: 0;
	position: absolute;
}

section.filters #brandspopup>div.lesspadding {
	padding-top: 20px;
	padding-bottom: 40px;
}

section.filters #brandspopup>div.lesspadding:last-child {
	padding-top: 30px;
	border-top: 2px solid #f3eee6;
}

section.filters #brandspopup .popupheader {
	border-bottom: 2px solid #f3eee6;
	padding-bottom: 0;
}

section.filters #brandspopup .popupheader img {
	vertical-align: middle;
	margin-left: 3px;
	position: relative;
	top: -1px;
}

section.filters #brandspopup .controls {
	float: right;
	margin-top: 3px;
}

section.filters #brandspopup .controls h3 {
	color: #aca191;
	font-size: 13px;
}

section.filters #brandspopup .controls h3+h3 {
	color: #303030;
	margin-left: 13px;
}

section.filters #brandspopup .checkradio {
	height: auto;
	width: 127px;
	display: inline-block;
	float: none;
	padding-left: 0;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	left: -5px;
	margin-top: 10px;
}

section.filters #brandspopup .checkradio p {
	line-height: 24px!important;
	font-size: 15px;
	color: #303030;
	display: inline-block;
	vertical-align: middle;
}

section.filters #brandspopup .checkradio label {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 2px 2px 2px 2px;
	display: inline-block;
	padding: 0 6px;
}

section.filters #brandspopup .checkradio label.swiss:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(/local/media/static/img/general/checkboxflag.png) center no-repeat;
	margin-left: 7px;
}

section.filters #brandspopup input[type=checkbox]:not(old):checked+label {
	background-color: #e5ddd2;
}

section.filters #brandspopup input[type=checkbox]:not(old):checked+label p {
	color: #8a6736;
}

section.filters #specialspopup {
	top: 39px;
	left: 0;
	position: absolute;
	width: 740px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section.filters #specialspopup>div+div {
	border-top: 2px solid #f3eee6;
}

section.filters #specialspopup h3 {
	font-size: 16px;
	font-family: Gotham, Roboto, Arial, sans-serif;
}

section.filters #specialspopup .checkradio {
	float: none;
	padding-left: 0;
	width: 100%;
	margin-top: 11px;
}

section.filters #specialspopup .checkradio p {
	line-height: 21px!important;
	margin-left: 30px;
	font-size: 15px;
	color: #303030;
}

section.filters #specialspopup input[type=checkbox]:not(old)+label>span {
	right: auto;
	left: 0;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: inset 0 0 0 1px #ddd;
}

section.filters #specialspopup input[type=checkbox]:not(old):checked+label>span {
	background-color: #eee;
	box-shadow: inset 0 0 0 1px transparent;
}

section.filters #specialspopup .cols>div {
	width: 200px;
	display: inline-block;
	margin-top: 11px;
	margin-right: 100px;
}

section.filters #specialspopup .cols {
	text-align: left;
	text-justify: distribute;
}

section.filters #specialspopup h4 {
	font-size: 13px;
	color: #a29889;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

section.filters .pricepopup {
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	position: absolute;
	background-color: #fff;
	top: 39px;
	left: 0;
	z-index: 10;
	width: 270px;
	text-align: justify;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	text-justify: distribute;
	padding: 13px 10px;
}

section.filters .pricepopup div {
	border: 1px solid #cdcdcd;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 30px;
	position: relative;
	height: 32px;
	padding-right: 10px;
}

section.filters .pricepopup div p {
	position: absolute;
	left: 7px;
	line-height: 30px;
}

section.filters .pricepopup p {
	display: inline-block;
	color: #303030;
	line-height: 1em;
}

section.filters .pricepopup div+p {
	margin-top: 14px;
	width: 100%;
	text-align: center;
}

section.filters .pricepopup input {
	width: 100%;
	line-height: 30px;
}

section.filters .pricepopup p.gotham {
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}

section.gallery {
	background-color: #070714;
	height: 300px;
	overflow: hidden;
	padding: 0;
}

section.gallery .owl-carousel .owl-stage-outer {
	overflow: visible!important;
}

section.gallery .owl-prev {
	float: left;
	background-image: url(/local/media/static/img/general/gallery_arr_left.png);
	margin-left: 10px;
}

section.gallery .owl-next {
	float: right;
	background-image: url(/local/media/static/img/general/gallery_arr_right.png);
	margin-right: 10px;
}

section.gallery .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 100%;
	pointer-events: none;
}

section.gallery .owl-carousel .owl-item {
	opacity: .25;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

body, html {
	overflow-x: hidden;
}

#slider-range-container {
	border: 0;
	width: 100%;
	background-color: #eee;
	height: 2px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 0 8px;
}

#slider-range {
	border: 0;
	width: 100%;
	background-color: #eee;
	height: 2px;
	vertical-align: middle;
	padding: 0;
}

#slider-range .ui-slider-range {
	left: 15%;
	width: 56.200001%;
	height: 2px;
	border: 0;
	background-color: #838d8f;
	padding: 0;
}

#slider-range .ui-slider-handle {
	left: 15%;
	background-color: #fff;
	border: 2px solid #838d8f;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	border-radius: 100px;
	top: -6px;
	margin-left: -8px;
}

section.news #newsgallery p.mini {
	color: #afafaf;
	text-transform: uppercase;
	font-weight: 400;
}

section.news #newsgallery h2 {
	color: #716961;
	margin: 10px 0 15px;
}

section.news #newsgallery p.small {
	color: #252525;
	line-height: 1.53846em;
}

section.news #newsgallery a {
	display: inline-block;
	padding-left: 190px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
}

section.news #newsgallery a img {
	position: absolute;
	left: 0;
	top: 0;
	width: initial!important;
}

section.news #newsgallery+p {
	margin-top: 30px;
	text-align: center;
}

section.news .owl-prev, section.news .owl-next {
	width: 6px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: all;
}

section.news .owl-prev {
	float: left;
	background-image: url(/local/media/static/img/general/newsarrleft.png);
	margin-left: -23px;
}

section.news .owl-next {
	float: right;
	background-image: url(/local/media/static/img/general/newsarrright.png);
	margin-right: -23px;
}

section.news .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	width: 100%;
	pointer-events: none;
}

section.headertext {
	padding-top: 60px;
	padding-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}

section.headertext h1 {
	display: inline-block;
	border-bottom: 3px solid #c0182f;
	margin-bottom: -2px;
	padding-bottom: 15px;
}

section.products a.product {
	text-align: center;
	display: inline-block;
	width: 100%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 0;
}

section.products a.product .prod-img {
	height: 330px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

section.products a.product .prod-img.lider:after {
	content: "Лидер продаж";
	text-transform: uppercase;
	background-color: #0b6ea2;
	font-size: 13px;
	font-family: Gotham, Roboto, Arial, sans-serif;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 145px;
	margin: auto;
	padding: 7px 0 5px;
}

section.products a.product .prod-img.sale:after {
	content: "Скидка 20%";
	text-transform: uppercase;
	background-color: #e46363;
	font-size: 13px;
	font-family: Gotham, Roboto, Arial, sans-serif;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 120px;
	margin: auto;
	padding: 7px 0 5px;
}

section.products a.product .prod-img.new:after {
	content: "Новинка!";
	text-transform: uppercase;
	background-color: #53b31e;
	font-size: 13px;
	font-family: Gotham, Roboto, Arial, sans-serif;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100px;
	margin: auto;
	padding: 7px 0 5px;
}

section.products a.product p:nth-of-type(1) {
	font-weight: 500;
	color: #303030;
	line-height: 1.3em;
}

section.products a.product p.bigger {
	color: #303030;
	font-weight: 500;
	margin: 0 0 8px;
}

section.products a.product p.smaller {
	font-weight: 500;
	color: #9f9f9f;
	margin-bottom: 10px;
}

section.products a.product p.price {
	color: #8d6f57;
	font-size: 20px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	box-shadow: inset 0 0 0 2px #f3f0eb;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0 12px;
}

section.products a.product p.price span {
	font-weight: 400;
}

section.products a.product p {
	line-height: 1em;
	vertical-align: middle;
}

section.products a.product:hover {
	box-shadow: 0 1px 12px 0 #f2f2f2;
}

section.products a.product:hover p.price {
	background-color: #f3f0eb;
	box-shadow: inset 0 0 0 2px transparent;
}

section.products .swissmade {
	position: relative;
	top: -2px;
	margin-left: 2px;
}

section.products img {
	width: initial!important;
	display: inline-block!important;
	vertical-align: middle;
}

section.products .owl-item {
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
}

section.products .owl-prev {
	float: left;
	background-image: url(/local/media/static/img/general/prod-arr-left.png);
	margin-left: -20px;
}

section.products .owl-next {
	float: right;
	background-image: url(/local/media/static/img/general/prod-arr-right.png);
	margin-right: -20px;
}

section.products .owl-nav {
	position: absolute;
	top: 192px;
	margin-top: -16px;
	width: 100%;
	pointer-events: none;
}

.footerbanners {
	background-color: #841122;
	border-bottom: 1px solid #991f31;
	padding-top: 50px;
	padding-bottom: 0;
}

.footerbanners .container>div {
	background-color: #fff;
	width: 530px;
	margin-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	top: 1px;
	padding: 26px 0 25px 110px;
}

.footerbanners .img {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-radius: 100px 100px 100px 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footerbanners .dostavka {
	background-image: url(/local/media/static/img/general/footerbg1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.footerbanners .dostavka .img {
	background-image: url(/local/media/static/img/general/footerimg1.png);
}

.footerbanners .skidka {
	background-image: url(/local/media/static/img/general/footerbg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.footerbanners .skidka .img {
	background-image: url(/local/media/static/img/general/footerimg2.png);
}

.footerbanners h2 {
	line-height: 1.1em;
}

.footerbanners h2:nth-of-type(1) {
	font-weight: 700;
	color: #303030;
	font-size: 24px;
}

.footerbanners h2:nth-of-type(2) {
	font-weight: 600;
	color: #a1a1a1;
	font-size: 30px;
}

.footerbanners p {
	margin-top: 7px;
}

.footerbanners .banner1, .footerbanners .banner2 {
	position: relative;
	top: 1px;
}

footer {
	background-color: #841122;
	padding: 0 0 45px;
}

footer .container+.container {
	border-top: 1px solid #991f31;
}

footer .three {
	text-align: justify;
	text-justify: distribute;
	padding: 50px 0 45px;
}

footer .three img {
	margin-right: 8px;
}

footer p {
	color: #ffd0d0;
	line-height: 30px;
}

footer p.header {
	text-transform: uppercase;
	font-weight: 500;
	color: #ffaab7;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

footer a {
	line-height: 12px;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

footer .footertext {
	float: left;
	line-height: 20px;
}

footer .icons {
	float: right;
	margin-top: 5px;
}

footer .icons img+img {
	margin-left: 15px;
}

footer .icons img:last-child {
	margin-left: 15px;
}

footer .bottomtext {
	padding-top: 45px;
}

section.breadcumbs {
	background-color: #f8f8f8;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #c8c8c8;
	padding: 5px 0;
}

section.breadcumbs p {
	text-transform: uppercase;
	font-weight: 500;
	color: #303030;
}

section.breadcumbs li {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 22px;
	margin-right: 15px;
	position: relative;
	background: url(/local/media/static/img/general/breadcumb-arrow.png) no-repeat right center;
}

section.breadcumbs li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: 0 0;
}

section.breadcumbs-navigation {
	height: 70px;
	border-bottom: 1px solid #c8c8c8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	padding: 0;
}

section.breadcumbs-navigation .container {
	position: relative;
	padding-left: 180px;
	padding-right: 180px;
	height: 100%;
}

section.breadcumbs-navigation .container>div:nth-of-type(1) {
	left: 0;
	background: url(/local/media/static/img/general/breadcumb-left.png) no-repeat left center;
}

section.breadcumbs-navigation .container>div:nth-of-type(3) {
	right: 0;
	background: url(/local/media/static/img/general/breadcumb-right.png) no-repeat right center;
	text-align: right;
}

section.breadcumbs-navigation .container>div:nth-of-type(1), section.breadcumbs-navigation .container>div:nth-of-type(3) {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 180px;
	height: 70px;
	display: inline-table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	margin: auto;
}

section.breadcumbs-navigation .container>div:nth-of-type(1) p, section.breadcumbs-navigation .container>div:nth-of-type(3) p {
	text-transform: uppercase;
	line-height: 1.5em;
}

section.breadcumbs-navigation .container>div:nth-of-type(2) {
	width: 100%;
	height: 100%;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section.breadcumbs-navigation .container>div:nth-of-type(2) .logo {
	float: left;
	width: 120px;
	display: inline-table;
	height: 100%;
	margin-left: 40px;
}

section.breadcumbs-navigation .container>div:nth-of-type(2) .logo img {
	max-width: 100%;
	max-height: 90%;
}

section.breadcumbs-navigation .container>div:nth-of-type(2) p.small {
	text-transform: uppercase;
	font-weight: 500;
}

section.breadcumbs-navigation .info {
	text-align: right;
	margin-right: 40px;
	padding-top: 19px;
}

section.breadcumbs-navigation .info p.big {
	width: 370px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

section.breadcumbs-navigation .info p.big span {
	text-transform: uppercase;
	font-weight: 500;
	color: #c1c1c1;
	font-size: 13px;
}

section.breadcumbs-navigation .info p.gotham {
	position: relative;
	top: 2px;
}

section.breadcumbs-navigation span.vertline {
	width: 1px;
	height: 30px;
	background-color: #c8c8c8;
	display: inline-block;
	margin: 0 13px;
}

section.storecontent .cols>div {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

section.storecontent .cols>div:nth-of-type(1) {
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section.storecontent .cols>div:nth-of-type(2) {
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section.storecontent .photo {
	width: 100%;
	height: 580px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

section.storecontent .photo-nav {
	text-align: center;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
}

section.storecontent .photo-nav>div {
	width: 90px;
	height: 90px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 5px;
}

section.storecontent .photo-nav>div>div {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

section.storecontent .name1 {
	font-size: 26px;
	line-height: 1.15385em;
}

section.storecontent .name2 {
	font-size: 40px;
	line-height: 1.2em;
}

section.storecontent .name3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #adadad;
}

section.storecontent .name4 {
	font-size: 24px;
	color: #adadad;
}

section.storecontent .infoblock-1 {
	width: 100%;
	text-align: left;
	margin-top: 22px;
	margin-bottom: 20px;
}

section.storecontent .delivery {
	background-color: #fff3f5;
	border: 1px solid #f2d4d9;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 2px 2px 2px 2px;
	line-height: 1.30769em;
	font-weight: 500;
	color: #303030;
	background-image: url(/local/media/static/img/general/store_deliver.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 9px 15px 7px 50px;
}

section.storecontent .delivery span {
	color: #9a2e3d;
	padding-right: 12px;
	background: url(/local/media/static/img/general/store_deliver_arrow.png) no-repeat right center;
	cursor: pointer;
}

section.storecontent .nalicie {
	line-height: 1.30769em;
	padding-top: 10px;
	margin-left: 30px;
	text-transform: uppercase;
}

section.storecontent .three-columns>div {
	display: inline-block;
	vertical-align: middle;
	min-height: 1px;
}

section.storecontent .three-columns>div:nth-of-type(1) {
	width: 194px;
}

section.storecontent .three-columns>div:nth-of-type(2) {
	width: 50px;
}

section.storecontent .sravnit {
	padding-left: 24px;
	background: url(/local/media/static/img/general/store_sravnit.png) no-repeat left center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
	min-height: 17px;
	line-height: 1.30769em;
}

section.storecontent .sravnit.active {
	background: url(/local/media/static/img/general/store_sravnit_active.png) no-repeat left center;
}

section.storecontent .price {
	font-size: 48px;
	font-weight: 300;
	color: #c2182f;
	line-height: 1.5em;
}

section.storecontent .korzina-button {
	background-image: url(/local/media/static/img/general/store_korzina.png);
	background-position: 90% 10px;
	text-align: left;
	padding-left: 20px;
	background-repeat: no-repeat;
	width: 100%;
}

section.storecontent .korzina-button:hover {
	background-image: url(/local/media/static/img/general/store_korzina_hover.png);
}

section.storecontent .ili {
	color: #adadad;
	font-weight: 500;
	line-height: 53px;
	text-align: center;
}

section.storecontent a.oneclick {
	color: #656565;
	border-color: #e4e4e4;
	padding: 0 10px 0 30px;
}

section.storecontent .opisanie {
	line-height: 1.875em;
	color: #303030;
	margin-top: 46px;
}

section.storecontent .opisanie b {
	font-weight: 600;
}

section.storecontent p.infoheader {
	text-transform: uppercase;
	color: #adadad;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 22px;
}

section.storecontent .info1 {
	margin-top: 35px;
}

section.storecontent .info1 div {
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
}

section.storecontent .store-infoblock {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8;
	float: left;
}

section.storecontent .store-infoblock>div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 30px 36px 40px;
}

section.storecontent .store-infoblock>div:first-child {
	width: 66%;
}

section.storecontent .store-infoblock>div:last-child {
	width: 34%;
	border-left: 1px solid #e8e8e8;
}

section.storecontent .store-infoblock .infoblock-big-header {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #303030;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin-top: 0;
}

section.storecontent .store-infoblock .infocols {
	font-size: 0;
	margin-top: -10px;
	text-align: justify;
	text-justify: distribute;
}

section.storecontent .store-infoblock .infocols>div {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	text-align: left;
}

section.storecontent .store-infoblock p.infoheader {
	margin-top: 15px;
	margin-bottom: 1px;
}

section.storecontent.second {
	padding-top: 0;
	padding-bottom: 50px;
}

section.storecontent.four {
	padding-top: 0;
	padding-bottom: 60px;
}

section.storecontent.third {
	border-bottom: 1px solid #e8e8e8;
	padding: 0;
}

section.storecontent .dopinfo-cols>div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 15px 36px 40px;
}

section.storecontent .dopinfo-cols>div:first-child {
	width: 60%;
	padding-bottom: 0;
}

section.storecontent .dopinfo-cols>div:last-child {
	width: 40%;
	border-left: 1px solid #e8e8e8;
	min-height: 450px;
}

section.storecontent .dopinfo-cols.headers {
	border: 1px solid transparent;
	padding-top: 0;
	padding-bottom: 0;
}

section.storecontent .dopinfo-cols.headers>div:last-child {
	min-height: 0;
	border-color: transparent;
}

section.storecontent .dopinfo-cols.headers>div {
	padding-top: 0;
	padding-bottom: 0;
}

section.storecontent .store-tabs-block {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	float: left;
}

section.storecontent .store-tabs-block .tabs {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 0;
}

section.storecontent .store-tabs-block .tabs li {
	display: inline-block;
	margin-right: 40px;
	border-bottom: 3px solid transparent;
	padding-bottom: 15px;
	margin-bottom: -2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.storecontent .store-tabs-block .tabs li p {
	text-transform: uppercase;
	font-weight: 500;
	color: #656565;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.storecontent .store-tabs-block .tabs li:hover, section.storecontent .store-tabs-block .tabs li.active {
	cursor: pointer;
	border-color: #303030;
}

section.storecontent .store-tabs-block>* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 36px 40px;
}

section.storecontent .store-tabs-block .store-tab-info-stroke {
	padding-left: 60px;
	position: relative;
	margin-top: 15px;
}

section.storecontent .store-tabs-block .store-tab-info-stroke>img {
	position: absolute;
	top: 0;
	left: 0;
}

section.storecontent .store-tabs-block .store-tab-info-stroke p.store-tab-header-red {
	color: #841122;
	font-weight: 500;
}

section.storecontent .store-tabs-block .store-tab-info-stroke p+p {
	color: #303030;
	line-height: 2.14286em;
	margin-top: 5px;
}

section.storecontent .prod-two-gallery img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

section.storecontent .prod-img {
	height: 260px!important;
	position: relative;
	width: 100%;
}

section.storecontent .owl-next {
	background-image: url(/local/media/static/img/general/store_arr_right.png);
	margin-right: -10px;
}

section.storecontent .owl-prev {
	background-image: url(/local/media/static/img/general/store_arr_left.png);
	margin-left: -10px;
}

section.storecontent .owl-next, section.storecontent .owl-prev {
	width: 6px;
	height: 58px;
}

section.storecontent .owl-nav {
	margin-top: -29px;
}

section.storecontent .smalltabs p.mini {
	text-transform: uppercase;
	font-weight: 500;
	color: #adadad;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 20px;
	margin-bottom: 12px;
}

section.storecontent .smalltabs p.mini span:hover, section.storecontent .smalltabs p.mini span.active {
	color: #303030;
	border-color: #cabcb1;
}

section.storecontent .smalltabs p.mini span {
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

section.storecontent .smalltabs div {
	width: 100%;
	text-align: justify;
	text-justify: distribute;
	display: none;
}

section.storecontent .smalltabs ul {
	width: 47%;
	text-align: left;
}

section.storecontent .smalltabs ul li {
	width: 100%;
	text-align: left;
	margin-top: 6px;
}

section.storecontent .smalltabs ul a {
	display: inline;
	border-bottom: 1px solid transparent;
}

section.storecontent .store-click-descr {
	color: #303030;
	line-height: 1.71429em!important;
	margin-top: -5px;
	margin-bottom: 20px;
}

section.storecontent .popuppos.storeclick {
	top: -193px;
	left: -485px;
}

section.storecontent .popuppos.storeclick button+p {
	text-transform: uppercase;
	color: #656565;
	font-weight: 500;
	float: right;
	line-height: 40px!important;
}

section.storecontent .select2-container {
	width: 64%!important;
	margin-right: 0;
}

section.storecontent .select2-container--default .select2-selection--single {
	border-color: #d9d0c1;
}

section.storecontent .citypopup {
	position: absolute;
	width: 320px!important;
	top: -1px;
	left: 0;
	z-index: 2;
}

section.storecontent .popuppos.nalicieclick {
	position: relative;
	vertical-align: top;
	top: -10px;
}

section.storecontent .popuppos.nalicieclick .popup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 340px;
}

section.storecontent .popuppos.nalicieclick .popup h3 {
	font-size: 13px;
	line-height: 1.30769em;
	color: #45749c;
}

section.storecontent .popuppos.nalicieclick .columnss>div {
	display: inline-block;
	vertical-align: top;
}

section.storecontent .popuppos.nalicieclick .columnss>div:nth-of-type(2n+1) {
	width: 230px;
}

section.storecontent .popuppos.nalicieclick .columnss>div:nth-of-type(2n) {
	width: 45px;
	text-align: right;
}

section.storecontent .popuppos.nalicieclick p {
	line-height: 18px;
}

section.storecontent .popuppos.nalicieclick .red {
	color: #c2182f;
}

section.storecontent .popuppos.nalicieclick .popup .popupheader {
	padding-top: 17px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss {
	padding-left: 12px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss>div:nth-of-type(2n+1) {
	width: 218px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss>div {
	margin-top: 15px;
}

#citypopup, .citypopup {
	top: 54px;
	left: -21px;
	background-color: #fff;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 10;
	display: none;
	overflow: visible!important;
	border-left: 0;
	border-right: 0;
}

#citypopup p, .citypopup p {
	color: #303030;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	width: 100%;
	line-height: 1.3em;
}

#citypopup>div:first-child, .citypopup>div:first-child {
	border-bottom: 1px solid #f3eee6;
}

#citypopup>div, .citypopup>div {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 30px 20px;
}

#citypopup .huge.gotham, .citypopup .huge.gotham {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

#citypopup .select, .citypopup .select {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #d9d0c1;
	background-image: url(/local/media/static/img/general/selectcity.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	position: relative;
	margin: 15px 0 10px;
}

#citypopup .select p, .citypopup .select p {
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	padding: 0 0 0 10px;
}

#citypopup .select div, .citypopup .select div {
	position: relative;
	background-color: #fff;
	top: 0;
	left: 0;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	width: 100%;
	margin-left: -1px;
	display: none;
}

#citypopup .select a, .citypopup .select a {
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
}

#citypopup .select a p, .citypopup .select a p {
	vertical-align: middle;
	display: inline-block;
	line-height: 38px;
}

#regformpopup p {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .25px;
}

.fancybox-inner #citypopup, .fancybox-inner .popup {
	width: 100%;
	left: 0;
	overflow-x: hidden;
	border: 0;
}

.fancybox-opened {
	width: 100%!important;
	left: 0!important;
	overflow: visible!important;
}

.fancybox-close {
	top: -20px;
	right: 15px;
}

.fancybox-opened .fancybox-skin {
	width: 100%!important;
	overflow: visible!important;
	padding: 15px 0!important;
}

.fancybox-inner {
	width: 100%!important;
	overflow: visible!important;
}

.select2-container--open .select2-dropdown--below {
	width: auto!important;
	min-width: 190px!important;
}

.popuppos {
	position: relative;
	width: 1px;
	height: 1px;
}

.popuppos.reg {
	float: right;
	margin-top: -1px;
	position: relative;
}

.popuppos.reg .popup {
	left: auto;
	right: 0;
	position: absolute;
	top: 1px;
}

.popup {
	width: 370px;
	background-color: #fff;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 10;
	display: none;
}

.popup h3 {
	font-size: 14px;
	font-weight: 500;
	color: #aca191;
	text-transform: uppercase;
	padding-bottom: 11px;
	border-bottom: 3px solid transparent;
	display: inline-block;
	position: relative;
	top: 2px;
}

.popup h3.active {
	color: #303030;
	border-color: #303030;
}

.popup h3+h3 {
	margin-left: 25px;
}

.popup.huge {
	width: 470px;
}

.popup .popupheader {
	padding: 27px 30px 0;
}

.popup hr {
	height: 1px;
	width: 100%;
	border: 0;
	background-color: #f3eee6;
}

.popup form>div:last-child {
	background-color: #f8f5f0;
}

.popup button {
	background-color: #303030;
	height: 40px;
	line-height: 40px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Gotham, Roboto, Arial;
	border: 0;
	padding: 0 20px;
}

.popup button img {
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 0;
	opacity: 1!important;
}

.popup button+p {
	margin-left: 20px;
	line-height: 13px!important;
	vertical-align: middle;
}

.popup button+p a {
	color: #5a83a6;
	font-weight: 500;
	line-height: 11px;
	display: inline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid transparent;
}

.popup p {
	line-height: 16px!important;
}

.popup .formstroke p.mini {
    margin: 0 20px 0 0;
	width: 30%;
	font-weight: 500;
	text-transform: uppercase;
}

.popup .formstroke input {
	width: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	border: 1px solid #d9d0c1;
	padding-left: 10px;
	line-height: 40px;
	font-family: Arial;
	font-size: 16px;
	font-weight: 500;
}

.popup .checkradio {
	float: right;
	display: inline-block;
	padding-left: 28px;
	width: 21px;
	position: relative;
	vertical-align: middle;
}

.popup .formtick p {
	line-height: 21px!important;
}

.popup input[type=checkbox]:not(old) {
	width: 21px;
	opacity: 0;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.popup input[type=checkbox]:not(old)+label {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.popup input[type=checkbox]:not(old)+label>span {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	background-color: #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
}

.popup input[type=checkbox]:not(old):checked+label>span {
	background-image: url(/local/media/static/img/general/checkbox.png);
}

section.catalogue .sandwich p {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	border: 2px solid rgba(255, 255, 255, .2);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0 7px;
}

section.catalogue .sandwich p:hover {
	cursor: pointer;
	border-color: #fff;
}

section.catalogue .sandwich img {
	margin-right: 10px;
	position: relative;
	top: -1px;
}

section.adaptivemenu {
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
	padding: 0;
}

section.adaptivemenu .container {
	display: table;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}

section.adaptivemenu .container>ul {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

section.adaptivemenu p {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}

section.adaptivemenu a {
	color: #1e1e1e;
}

section.adaptivemenu a:hover {
	color: #b9172d;
}

section.adaptivemenu img {
	float: right;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

section.adaptivemenu img:hover {
	cursor: pointer;
	opacity: .5;
}

body.luxe header {
	background: url(/local/media/static/img/general/luxeheader.png) center center;
}

body.luxe section.catalogue {
	background-image: url(/local/media/static/img/general/bg2.jpg);
}

body.luxe section.catalogue p {
	color: #d7bd6d;
}

body.luxe section.filters {
	background-color: #121212;
}

body.luxe .select2-container--default .select2-selection--single, body.luxe section.filters .filtersblock>div:first-child {
	border-color: #fff;
}

body.luxe section.filters a.find {
	box-shadow: inset 0 0 0 2px #a98c61;
	color: #a98c61;
	background-image: url(/local/media/static/img/general/searcharr.png);
}

body.luxe section.filters a.find:hover {
	background-color: #8d734d;
	color: #121212;
	box-shadow: inset 0 0 0 2px #8d734d;
	background-image: url(/local/media/static/img/general/searcharrhover.png);
}

body.luxe footer, body.luxe .footerbanners {
	background-color: #303030;
	border-color: #404040;
}

body.luxe footer .container+.container {
	border-color: #404040;
}

body.luxe footer p.header {
	color: #a79c8b;
}

body.luxe footer p {
	color: #9a9a9a;
}

body.luxe section.filters .addbutton {
	background: url(/local/media/static/img/general/luxeplus.png) center center no-repeat;
}

body.luxe section.filters .addbutton:hover {
	background: url(/local/media/static/img/general/luxeplushover.png) center center no-repeat;
}

body.luxe section.filters .addbutton.minus {
	background: url(/local/media/static/img/general/luxeminus.png) center center no-repeat;
}

body.luxe section.filters .addbutton.minus:hover {
	background: url(/local/media/static/img/general/luxeminushover.png) center center no-repeat;
}

body.luxe section.filters #clearall {
	background: url(/local/media/static/img/general/luxereset.png) left center no-repeat;
	color: #8d734d;
}

body.luxe section.filters a.logo {
	background-color: #121212;
	border-color: #564a37;
}

body.luxe section.filters a.logo:hover {
	background-color: #252525;
}

body.luxe section.news {
	background-image: url(/local/media/static/img/general/luxenewstwo.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

body.luxe section.catalogue a:hover {
	color: #fff9dd;
}

#priceopen p {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 40px;
	height: 40px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis.multiline {
	white-space: normal;
}

div.priipala {
	position: relative;
	z-index: 5;
}

div.priipala.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.aboutbrand h4 {
	width: 224px;
}

.collection-item {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	width: 276px;
	height: 241px;
	line-height: 240px;
	text-align: center;
	border: 2px solid #f3f0eb;
	transition: .2s;
}

.collection-item:hover {
	border-color: #777;
}

.collection-item img {
	vertical-align: middle;
	max-width: 240px;
	max-height: 240px;
}

.brand-list-block, .other-brand-list-block {
	overflow: hidden;
	margin-bottom: 110px;
	padding: 15px 36px 40px;
}

.brand-list-block>ul, .other-brand-list-block>ul {
	float: left;
	width: auto!important;
	min-width: 170px;
}

.brand-list-block>ul>li, .other-brand-list-block>ul>li {
	display: inline-block;
	max-width: 100%!important;
}

.models-list-block>ul {
	float: left;
	width: auto!important;
	min-width: 120px;
}

.models-list-block>ul>li {
	/*display: inline-block;*/
	width: 50%!important;
	min-width: 120px;
}

.models-catalog-item {
	width: 285px!important;
	position: relative;
	padding: 30px 0!important;
}

.lider-lable {
	width: 148px;
	height: 22px;
	background: #0b6ea2;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 50%;
}

.sale-lable {
	width: 90px;
	height: 22px;
	background: #e46363;
	/*    background: -moz-linear-gradient(top, #ed9999 0%, #e47d7d 50%, #e46d6d 51%, #e46363 100%);
    background: -webkit-linear-gradient(top, #ed9999 0%, #e47d7d 50%, #e46d6d 51%, #e46363 100%);
    background: -o-linear-gradient(top, #ed9999 0%, #e47d7d 50%, #e46d6d 51%, #e46363 100%);
    background: -ms-linear-gradient(top, #ed9999 0%, #e47d7d 50%, #e46d6d 51%, #e46363 100%);
    background: linear-gradient(top, #ed9999 0%, #e47d7d 50%, #e46d6d 51%, #e46363 100%);*/
	border-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: 0!important;
}

.new-lable {
	width: 108px;
	height: 22px;
	background: #53b31e;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 50%;
}

section.storecontent .models-catalog-item>.prod-img {
	height: 320px!important;
}

.new-preview {
	width: 490px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 73px;
	float: left;
	margin-right: 60px;
	padding: 20px;
}
.new-preview a {
	text-decoration: none;
}
.new-preview-thumb {
	float: left;
	margin-right: 20px;
}

.new-date {
	color: #afafaf;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0 16px;
}

.new-title {
	color: #716961;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 15px;
	font-weight: 400;
}

.new-content {
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.news-col {
	float: left;
	width: 50%;
}

.single-new {
	max-width: 540px;
	margin-right: 60px;
}

.single-new .single-new-content p {
	width: 100%;
	max-width: 500px;
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding-bottom: 20px;
}

.single-new-photo {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-top: 53px;
}

.single-new-photo .photo {
	width: 100%;
	height: 323px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.single-new-photo .photo-nav div {
	height: 80px;
	width: 22%;
	float: left;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 20px 4% 0 0;
}

.all-news-link {
	color: #45749c;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	text-decoration: underline;
}

.news-navigation {
	margin-top: 47px;
}

.news-navigation div {
	color: #45749c;
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}

.prev-new img {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}

.next-new img {
	float: right;
	padding-top: 4px;
	padding-left: 10px;
}

.delivery-block {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.container-delivery>div {
	width: 50%;
	max-width: 50%;
	float: left;
	padding: 21px 0 0;
}

.del-left {
	float: left!important;
	padding-left: 38px!important;
	max-width: 500px!important;
}

.del-right {
	float: right!important;
	padding-right: 38px!important;
	max-width: 500px!important;
}

.container-delivery>div.del-title {
	color: #303030;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 21px 0;
}

.container-delivery>div ul li {
	color: #303030;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none;
	max-width: 500px;
	padding-bottom: 20px;
}

.container-delivery>div ul li:before {
	content: ' ';
	margin-top: 7px;
	margin-right: 8px;
	margin-left: -17px;
	background-image: url(/local/media/static/img/general/delivery-list-style.png);
	width: 5px;
	height: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.container-delivery>div ul li span {
	color: #303030;
	font-weight: 700;
}

.container-delivery>div ul li a {
	color: #45749c;
	font-weight: 400;
	text-decoration: underline;
}

.shops-city-choice-section {
	padding-bottom: 0!important;
}

.shops-city-choice-section .shops-garantie-btn {
	padding-top: 40px;
}

.garantie-btn {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #c2182f;
	border-radius: 5px;
}

.garantie-btn p {
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.shop-city {
	color: #c2182f;
	border-bottom: 1px dotted;
	position: relative;
	margin-left: 30px;
	cursor: pointer;
	display: inline;
	font-size: 24px;
	line-height: 1.7em;
}

.shop-city:before {
	content: ' ';
	background-image: url(/local/media/static/img/general/point.png);
	width: 10px;
	position: absolute;
	left: -15px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.city-list {
	position: absolute;
	right: -400px;
	border: 2px solid #688bab;
	max-width: 400px;
	font-size: 14px;
	font-weight: 500;
	color: #45749c;
	background-color: #fff;
	z-index: 1;
	padding: 0 0 0 20px;
}

.city-list span {
	padding-right: 20px;
	line-height: 30px;
	cursor: pointer;
	text-decoration: underline;
}

.city-list span.active {
	color: #c2182f;
	text-decoration: none;
	cursor: default;
}

.tabs__position {
	font-size: 16px;
	margin-top: 30px;
}

.tabs__caption {
	color: #303030;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: -2px;
	margin-left: 5px;
}

ul.tabs__caption.gotham>li {
	display: inline-block;
	cursor: pointer;
	padding: 15px 20px;
}

ul.tabs__caption.gotham>li img {
	vertical-align: text-top;
	padding-right: 7px;
}

ul.tabs__caption.gotham>li.active {
	background-color: #f2f3f4;
	border-radius: 2px;
}

.tabs__content.active {
	display: block;
	border: 5px solid #f2f3f4;
	border-radius: 1px;
	font-size: 0;
	min-height: 357px;
}

.tabs__content.active img {
	max-width: 100%;
}

.col1-grid {
	font-size: 20px;
	width: 285px;
}

.col1-grid-title {
	color: #303030;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 38px;
	display: block;
}

.col3-grid {
	font-size: 20px;
	width: 855px;
	display: flex;
}

.col1-grid .shops-list ul li a {
	max-width: 217px;
	color: #45749c;
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 18px;
}

.shop-item img {
	max-width: 100%;
	width: 100%;
}

.section-no-padding-bottom {
	padding-bottom: 0;
}

.services-list ul li:before {
	content: ' ';
	margin-top: 9px;
	margin-right: 8px;
	margin-left: -21px;
	background-image: url(/local/media/static/img/general/delivery-list-style.png);
	width: 5px;
	height: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.services-list ul li a {
	color: #45749c;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	line-height: 18px;
	text-decoration: underline;
}

.repair-difficulty {
	margin: 25px 0;
}

.repair-difficulty li {
	float: left;
	width: 170px;
	position: relative;
	margin-left: 20px;
}

.repair-difficulty .authorized:before {
	content: ' ';
	background-image: url(/local/media/static/img/general/star.png);
	width: 9px;
	height: 10px;
	margin-left: -19px;
	position: absolute;
	margin-top: 6px;
}

.name4-cost {
	color: #303030;
	font-size: 26px;
	margin-bottom: 20px;
}

.service-price-table {
	color: #303030;
	font-size: 14px;
	width: 100%;
}

.service-price-table tr {
	border-right: 1px solid #e8e8e8;
}

.service-price-table .width-fifty {
	width: 50%;
}

.service-price-table .table-header {
	color: #adadad;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

.service-price-table .align-left {
	text-align: left;
	padding-left: 41px;
}

.service-price-table td.all-borders {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.service-price-table td {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	padding: 15px 20px;
}

.service-more-info {
	margin-bottom: 71px;
}

.service-more-info div {
	margin-top: 37px;
}

.service-more-info ul li p {
	padding-top: 5px;
}

.service-more-info ol {
	font-size: 14px;
	line-height: 14px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 20px;
	margin-top: 0;
}

.service-more-info ol li {
	color: #9c826d;
}

.service-more-info ol li p {
	padding-top: 5px;
	padding-left: 5px;
	color: #303030;
}

.page__wrapper {
	padding-top: 0;
	min-height: 100%;
	padding-bottom: 0;
}

* html .page__wrapper {
	height: 100%;
}

.registration-form-wrapper .columns-headers {
	margin-left: 40px;
}

.registration-form-wrapper .gotham.header {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

.registration-form-wrapper input {
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	border: 1px solid #c5c5c5;
}

.registration-form-wrapper .add-phone-wrap:hover>* {
	color: #303030!important;
	border-color: #cc8a93!important;
}

.registration-form-wrapper .not-necessary {
	color: #939393!important;
	border-color: #939393!important;
}

.registration-form-wrapper .basket-with-watches-wrapper {
	margin-bottom: 35px;
}

.registration-form-wrapper .basket-with-watches-wrapper .first-column {
	-webkit-flex-basis: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-heading {
	display: flex;
	padding-bottom: 10px;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-body {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	margin-left: -20px;
	margin-right: -20px;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row {
	display: flex;
	border-bottom: 1px solid #e9e9e9;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .second-column, .registration-form-wrapper .basket-with-watches-wrapper .a-row .third-column, .registration-form-wrapper .basket-with-watches-wrapper .a-row .fourth-column {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-header {
	color: #303030;
	font-size: 16px;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-model {
	color: #45749c;
	font-size: 20px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom .2s ease-out;
	transition: border-bottom .2s ease-out;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-picture img {
	width: 150px;
	height: 140px;
	-o-object-fit: contain;
	object-fit: contain;
}
.stepperInput {
	width: 130px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	background-color: #fff;
	border: 2px solid #c5c5c5;
	border-radius: 2px;
	margin-left: -19px;
}

.stepperInput .stepperInput__input {
	width: 57px;
	border: none;
	height: 40px;
	text-align: center;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.stepperInput .button-basket {
	border: none;
	height: 40px;
	width: 35px;
	cursor: pointer;
	background: 0 0;
	color: #adadad;
	font-size: 22px;
	border-radius: 0;
	text-align: center;
	line-height: 40px;
}

/*.stepperInput .input {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}*/

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-sum {
	margin-left: -19px;
	color: #c2182f;
	font-size: 20px;
	font-weight: 500;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer {
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer p.itogo-sum {
	color: #c2182f;
	font-size: 26px;
	font-weight: 500;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer p.itogo-description {
	font-size: 16px;
	text-align: right;
	margin-right: 66px;
}

.registration-form-wrapper .personal-data-wrapper {
	background-color: #fdf4f5;
	border: 1px solid #cc8a93;
	min-height: 208px;
	margin-bottom: 50px;
}

.registration-form-wrapper .personal-data-wrapper .first-row {
	display: flex;
	padding: 27px 40px 24px;
}

.registration-form-wrapper .personal-data-wrapper .fio-wrap, .registration-form-wrapper .personal-data-wrapper .main-phone-wrap, .registration-form-wrapper .personal-data-wrapper .add-phone-wrap {
	margin-right: 20px;
}

.registration-form-wrapper .personal-data-wrapper .fio-wrap {
	width: auto;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.registration-form-wrapper .personal-data-wrapper input {
	background-color: #fff;
	border: 1px solid #cc8a93;
}

.registration-form-wrapper .personal-data-wrapper input[type=telephone] {
	font-size: 16px;
	font-weight: 700;
	color: #c5c5c5;
	width: 200px;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2-container--default .select2-selection--single {
	border: 1px solid #cc8a93;
}

.registration-form-wrapper .personal-data-wrapper .second-row {
	box-shadow: inset 0 1px 0 #edd6d8;
	display: flex;
	padding: 27px 40px 24px;
}

.registration-form-wrapper .personal-data-wrapper .second-row .round-button-description {
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	padding-right: 10px;
}

.registration-form-wrapper .personal-data-wrapper .second-row .round-button {
	vertical-align: middle;
	display: inline-block;
	width: 240px;
	padding-top: 10px;
	height: 42px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #b15e69;
	background-color: #f4e2e4;
	border: 2px solid #e4c4c7;
	border-radius: 21px;
}

.registration-form-wrapper .additional-data-wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	min-height: 220px;
	margin-bottom: 50px;
	padding: 27px 60px 24px 40px;
}

.registration-form-wrapper .additional-data-wrapper input[type=checkbox] {
	font-size: 14px;
	display: inline-block;
}

.registration-form-wrapper .additional-data-wrapper input[type=checkbox] a {
	font-size: 14px;
}

.registration-form-wrapper .additional-data-wrapper .first-row {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right: 1px solid #e0e0e0;
}

.registration-form-wrapper .additional-data-wrapper .first-row .email-wrap {
	max-width: 340px;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap label.active-label {
	color: #303030;
	font-size: 14px;
	font-weight: 400;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox]+label span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: #eee!important;
	vertical-align: middle;
	cursor: pointer;
	margin: -1px 10px 0 0;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox]:checked+label .active-radio {
	width: 21px;
	height: 21px;
	background: #eee url(/local/media/static/img/general/checkbox.png) no-repeat center center!important;
}

.registration-form-wrapper .additional-data-wrapper .second-row {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	padding-left: 46px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.registration-form-wrapper .additional-data-wrapper .card-number-wrap img {
	vertical-align: baseline;
	margin-left: 3px;
	margin-bottom: -3px;
}

.registration-form-wrapper .additional-data-wrapper .card-number-wrap input[type=text] {
	display: block;
	width: 280px;
}

.registration-form-wrapper .in-total-wrapper {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 102px;
	background-color: #fdf4f5;
	border: 1px solid #e7cccf;
}

.registration-form-wrapper .in-total-wrapper .cost-of-goods-number {
	font-size: 26px;
	font-weight: 500;
	color: #c2182f;
}

.registration-form-wrapper .in-total-wrapper .cost-of-goods-heading {
	line-height: 1.3em;
	font-size: 16px;
}

.registration-form-wrapper .in-total-wrapper .plus-icon, .registration-form-wrapper .in-total-wrapper .sum-icon {
	margin-left: 15px;
	margin-right: 15px;
}

.registration-form-wrapper .in-total-wrapper .round-button {
	vertical-align: middle;
	display: inline-block;
	width: 349px;
	padding-top: 15px;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #c0182f;
	border-radius: 25px;
}

.registration-form-wrapper .shipping-payment-wrapper {
	border: 1px solid #c5c5c5;
	margin-bottom: 50px;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body {
	background-color: #f7f7f7;
	position: relative;
	display: flex;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body .active {
	cursor: default;
	background: #fff;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	width: 480px;
	padding: 22px 16px;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab.active .check-icon-wrap {
	border: 2px solid #c0182f;
	background: url(/local/media/static/img/general/check-icon.png) no-repeat 51% center;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .check-icon-wrap {
	width: 28px;
	height: 28px;
	min-width: 28px;
	border-radius: 100%;
	border: 2px solid #b7b7b7;
	margin-right: 11px;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .shipping-heading {
	font-size: 16px;
	font-weight: 700;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .shipping-description {
	color: gray;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2) {
	border-bottom: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	z-index: 1;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2)>div:nth-child(2)>p:nth-child(1)>a:nth-child(1)>img {
	margin-right: 5px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap .delivery-price-badge {
	margin-right: -40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 198px;
	height: 40px;
	background-color: #c0182f;
	padding-left: 19px;
	padding-top: 3px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap .delivery-price-badge p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .index-city-wrap input {
	width: 138px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap {
	margin-bottom: 13px;
	width: 248px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .delivery-address-wrap {
	margin-bottom: 13px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .delivery-address-wrap textarea {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	max-height: 110px;
	width: 100%;
	resize: none;
	margin-bottom: 10px;
	padding: 15px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn-wr {
	display: block;
	color: #303030;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 6px;
	height: 6px;
	background: #eee;
	border-radius: 50%;
	border: 7px solid #eee;
	top: -2px;
	margin-right: 10px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn input {
	width: 6px;
	height: 6px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #000;
	opacity: 0;
	pointer-events: none;
	left: 0;
	top: 0;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn-wr.red {
	margin-bottom: 15px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn.red {
	width: 10px;
	height: 10px;
	background: #eee;
	border-radius: 50%;
	border: 6px solid #eee;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i.red {
	background: #c0182f;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radio-description {
	display: block;
	margin-left: 35px;
	margin-bottom: 15px;
	color: gray;
	font-size: 14px;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body .right-part.active {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #e0e0e0;
	background: #fff;
	display: block;
	height: 100%;
	padding: 29px 40px;
}

.cards-wrapper section.storecontent.first {
	padding-bottom: 80px;
}

.cards-wrapper .list-of-cards a {
	color: #45749c;
	font-weight: 700;
	border-bottom: 1px solid #45749c;
}

.cards-wrapper .cards-preview-wrap {
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 9px;
	padding-bottom: 46px;
}

.cards-wrapper .services-list ul li {
	margin-left: 20px;
	padding-bottom: 30px;
}

.cards-wrapper .services-list .little-pd {
	padding-bottom: 2px;
}

.cards-wrapper .huge.gotham {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.cards-wrapper .mob-servises-table {
	margin-top: 50px;
	margin-bottom: 20px;
}

.cards-wrapper .cards-table th {
	border: 1px solid #e8e8e8;
	height: 83px;
	font-size: 11px;
	color: #adadad;
	text-transform: uppercase;
	background-color: #fefefe;
}

.cards-wrapper .cards-table th:nth-child(2) {
	border-right: none;
}

.cards-wrapper .cards-table th:nth-child(3) {
	border-left: none;
}

.cards-wrapper .cards-table tr:nth-child(even) {
	background-color: #f7f7f7;
}

.cards-wrapper .exceptions-wrap {
	padding-left: 40px;
	padding-bottom: 60px;
}

.cards-wrapper .info-about-card {
	padding-top: 50px;
	display: flex;
	width: 100%;
}

.cards-wrapper .info-about-card img {
	padding-right: 50px;
}

.cards-wrapper .info-about-card b {
	font-size: 18px;
	font-weight: 700;
}

.contacts-wrapper section.storecontent.first {
	padding-top: 50px;
	padding-bottom: 47px;
}

.contacts-wrapper .recuisites {
	margin-top: 45px;
}

.history-of-brand-wrapper section.storecontent.first {
	padding-bottom: 20px;
}

.history-of-brand-wrapper .flex {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.history-of-brand-wrapper section.storecontent .name3 {
	text-transform: capitalize;
}

.history-of-brand-wrapper section.storecontent .cols>div {
	width: auto;
}

.history-of-brand-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.history-of-brand-wrapper section.storecontent .dopinfo-cols.headers h4 {
	width: 200px;
}

.history-of-brand-wrapper .aboutbrand {
	padding-top: 40px;
	padding-left: 30px;
}

.history-of-brand-wrapper .aboutbrand>ul>li>p>a {
	color: #45749c;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom .2s ease;
	transition: border-bottom .2s ease;
}

.history-of-brand-wrapper .history-waypoints {
	padding: 0 0 75px;
}

.history-of-brand-wrapper .history-waypoints .history-waypoints-inner {
	max-width: 810px;
}

.history-of-brand-wrapper .history-waypoints .waypoint-four {
	padding-bottom: 70px;
}

.history-of-brand-wrapper .history-waypoints .waypoint .waypoint-header {
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #adadad;
	font-weight: 500;
	line-height: 1.3em;
}

.history-of-brand-wrapper .history-waypoints .waypoint-img {
	margin-left: 24px;
}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn {
	float: left;
	padding-bottom: 10px;
	margin-right: 10%;
}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn .red {
	background-color: #c2182f;
}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn .gray {
	background-color: #909090;
}

.history-of-brand-wrapper .history-waypoints .waypoint-btn {
	width: 239px;
	border-radius: 5px;
}

.history-of-brand-wrapper .history-waypoints .waypoint-btn p {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.service-wrapper section.headertext {
	padding-top: 90px;
}

.service-wrapper section.storecontent.first {
	padding-top: 60px;
}

.service-wrapper .services-list .warranty-service {
	margin-top: 38px;
}

.service-wrapper .service-wrapper section.headertext {
	padding-top: 70px;
}

.service-wrapper .section-no-padding-bottom {
	padding-top: 50px;
}

.service-wrapper .second-level-list {
	float: left;
	margin-right: 60px;
}

.service-wrapper .services-list ul li.second-level {
	margin-left: 0;
	padding-bottom: 8px;
}

.service-wrapper .second-level:after, .service-wrapper .second-level:before {
	position: static;
}

.shops-wrapper .map-wrap {
	border: 6px solid #f2f3f4;
	min-height: 360px;
}

.shops-wrapper .top-container {
	margin-top: 10px;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shops-wrapper .top-container.na-dne {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.shops-wrapper .shops-garantie-btn {
	float: none;
	padding-top: 0;
	margin-right: 40px!important;
}

.shops-wrapper .top-part {
	margin-bottom: 60px;
}

.shops-wrapper .top-part .shops-subheader {
	font-size: 20px;
}

.shops-wrapper .shop-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 33%;
	padding-right: 50px;
	min-height: auto;
	font-size: 0;
	margin-bottom: 20px;
	margin-right: 0;
}

.bottom-part .shop-list-section>.container .show-on-map, .bottom-part .shop-list-section>.container .shop-brands {
	color: #c2182f;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	width: 130px;
	background: url(/local/media/static/img/general/arrowsmallhover.png) no-repeat right 80%;
}

.bottom-part .shop-list-section>.container .show-on-map.active, .bottom-part .shop-list-section>.container .shop-brands.active {
	background: url(/local/media/static/img/general/store_deliver_arrow.png) no-repeat right 80%;
}

.bottom-part .shop-list-section>.container .shop-hours {
	margin-bottom: 20px;
}

.bottom-part .shop-list-section>.container .left-part {
	margin-right: 60px;
	min-width: 230px;
}

.bottom-part .shop-list-section>.container .right-part {
	margin-right: -50px;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bottom-part .shop-list-section>.container .left-part .shops-list ul li a {
	max-width: 278px;
	color: #45749c;
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 18px;
}

.bottom-part .shop-list-section>.container .brands-list {
	padding-top: 19px;
}

.bottom-part .shop-list-section>.container .brands-list-item a {
	color: #45749c;
	font-size: 13px;
}

.vacancy-wrapper section.storecontent.first {
	padding-top: 60px;
	padding-bottom: 45px;
}

.vacancy-one-wrapper {
	margin-bottom: 300px;
}

.vacancy-one-wrapper>.container {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vacancy-one-wrapper .storecontent.first {
	max-width: 800px;
	padding: 60px 0 30px;
}

.vacancy-one-wrapper .services-list p, .vacancy-one-wrapper .vacancy-one-subheader {
	max-width: 800px;
}

.vacancy-one-wrapper .services-list ul {
	margin-bottom: 40px;
}

.vacancy-one-wrapper .vacancy-one-subheader {
	color: #303030;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 48px;
}

.vacancy-one-wrapper .vacancy-one-heading {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.vacancy-one-wrapper .next-vacancy {
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vacancy-one-wrapper .next-vacancy a {
	display: inline-block;
	width: 160px;
	height: 13px;
	color: #45749c;
	background: url(/local/media/static/img/general/arrowsmall.png) no-repeat right 84%;
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}

.vacancy-one-wrapper .fill-out-a-form {
	margin-top: 42px;
	margin-bottom: 20px;
}

.vacancy-one-wrapper .fill-out-a-form .shops-garantie-btn {
	float: none;
	padding-bottom: 8px;
}

.vacancy-one-wrapper .aboutbrand {
	max-width: 250px;
	padding-top: 60px;
	margin-left: 30px;
}

.red-underline:hover {
	border-bottom: 1px solid #ab1343;
}

section.topmenu p.gotham {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, section.topmenu .list:hover>div, section.filters #brandsopen.active .clearcross, section.filters #specialsopen.active .clearcross, section.filters #priceopen.active .clearcross, section.filters .select:hover div.selection, section.storecontent .store-tabs-block .tabs-content>div.active, section.storecontent .smalltabs div.active, section.storecontent .citypopuppos, #citypopup .select:hover div, .citypopup .select:hover div, .vacancy-one-wrapper .write-us {
	display: block;
}

[hidden], template, section.filters #brandspopup #brandtab2, section.filters #brandspopup #brandtab3, section.filters .secondstroke, section.filters .secondstroke+span, section.storecontent .store-tabs-block .tabs-content>div, .popup #regform, section.catalogue .sandwich, .city-list-show, .tabs__content, #drugie-adaptive, .registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox], .registration-form-wrapper .shipping-payment-wrapper .right-part, .shops-wrapper .accordion {
	display: none;
}

b, strong, optgroup, .shop-item .shop-address span, .shop-item .shop-tel span, .shop-item .shop-hours span, .bottom-part .shop-list-section>.container .shop-item .shop-address span, .bottom-part .shop-list-section>.container .shop-item .shop-tel span, .bottom-part .shop-list-section>.container .shop-item .shop-hours span {
	font-weight: 700;
}

img, footer .icons a {
	border: 0;
}

svg:not(:root), .container-overflow-hidden {
	overflow: hidden;
}

figure, blockquote {
	margin: 0;
}

pre, textarea {
	overflow: auto;
}

button, select, #regformpopup input {
	text-transform: none;
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
	border: 0;
	padding: 0;
}

td, th, section.gallery .container, section.storecontent.third-third, .container-no-padding, .basket-wrapper>.container {
	padding: 0;
}

.clear_fix:after, .registration-form-wrapper .shipping-payment-wrapper:after, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:after, .service-wrapper:after, .service-wrapper .clear-them-all:after {
	clear: both;
}

.clear_fix, .lt-ie8 .registration-form-wrapper .shipping-payment-wrapper, .lt-ie8 .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body, .lt-ie8 .service-wrapper, .lt-ie8 .service-wrapper .clear-them-all {
	zoom: 1;
}

::-moz-selection, ::selection, ::-webkit-selection {
	background: #00f;
	color: #fff;
}

.col:last-child, section.filters #brandspopup .checkradio:nth-of-type(5n), footer .col, section.storecontent .store-infoblock .infocols>div:last-child, .collection-item:nth-child(4n), .new-preview:nth-child(even), .news-col>.new-preview, .single-new-photo .photo-nav div:nth-child(4n), .shop-item:nth-child(3n), .bottom-part .shop-list-section>.container .shop-item:nth-child(3n) {
	margin-right: 0;
}

.row, .twelve-col, section.topmenu a.reg p, div.filters-section-container, .popup .formstroke, .news-two-cols, .registration-form-wrapper .personal-data-wrapper .fio-wrap input[type=text], .registration-form-wrapper .additional-data-wrapper .first-row .email-wrap input[type=email], .registration-form-wrapper .additional-data-wrapper .comments-wrap input[type=text], .bottom-part .shop-list-section>.container .shop-item img {
	width: 100%;
}

p.big, section.filters #brandspopup h3 {
	font-size: 16px;
}

a:hover, section.topmenu .list>p:hover, section.topmenu .city>p:hover, section.filters #brandspopup .popupheader h3:hover, section.filters #brandspopup .checkradio label:hover, section.filters #specialsopen:hover, section.filters #brandsopen:hover, section.filters #priceopen:hover, .popup h3.tab, .registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check label {
	cursor: pointer;
}

.button:hover, section.storecontent a.oneclick:hover {
	background-color: #f8f8f8;
	color: #303030;
	border-color: #303030;
}

section.topmenu p, section.topmenu li, section.topmenu img, section.breadcumbs-navigation .info>*, #regformpopup p, #regformpopup li, #regformpopup img, .popup .formstroke>* {
	display: inline-block;
	vertical-align: middle;
}

section.topmenu .list, header p.gotham, section.filters .select {
	position: relative;
}

section.topmenu .list>div a:hover, section.filters .select a:hover, #citypopup .select a:hover, .citypopup .select a:hover {
	background-color: #f3eee6;
}

section.topmenu .reg:hover img, section.gallery .owl-carousel .owl-item.active, body.luxe footer .icons img:last-child, .registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn input:checked+i {
	opacity: 1;
}

section.topmenu .container, header .container, .footerbanners .container {
	text-align: justify;
	text-justify: distribute;
}

section.topmenu .container:after, header .container:after, section.catalogue .container:after, section.filters #specialspopup .cols:after, .footerbanners .container:after, footer .three:after, section.storecontent .store-infoblock .infocols:after, section.storecontent .smalltabs div:after {
	content: "";
	display: inline-block;
	height: .0000000000001px;
	width: 100%;
}

section.topmenu .container>div, header .container>* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

/* header img, .popup .formstroke+.formstroke, section.adaptivemenu li+li {
    margin-top: 10px;
} */

section.catalogue .container>*, section.filters #specialspopup .cols>*, .footerbanners .container>*, footer .three>*, section.storecontent .store-infoblock .infocols>*, section.storecontent .smalltabs div>* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

section.filters a.logo:hover, section.storecontent .popuppos.nalicieclick form>div:last-child, .service-price-table tr:first-child {
	background-color: #fff;
}

section.filters #brandspopup h3+h3, footer .col+.col {
	margin-left: 30px;
}

section.filters #brandspopup>div, section.filters #specialspopup>div {
	padding: 35px 40px;
}

section.gallery .owl-prev, section.gallery .owl-next, section.products .owl-prev, section.products .owl-next {
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	pointer-events: all;
	width: 18px;
}

section.news, section.news .owl-item {
	background-color: #f2f2f2;
}

section.products+section.headertext, .sectionnews, .section-delivery, .shop-list-section, .section-no-padding-top, .contacts-wrapper section.headertext {
	padding-top: 0;
}

.footerbanners .banner1, .prev-new, .shops-float {
	float: left;
}

.footerbanners .banner2, .next-new, .shops-garantie-btn {
	float: right;
}

footer .three img, footer .three p, footer .icons img, section.storecontent .popuppos.storeclick button, section.catalogue .sandwich img, section.catalogue .sandwich p {
	vertical-align: middle;
}

footer a:hover, .popup button+p:hover a {
	border-color: initial;
}

section.breadcumbs a, section.storecontent .sravnit a {
	border-color: transparent;
}

section.breadcumbs a:hover, section.breadcumbs-navigation .container>div:nth-of-type(1) a:hover, section.breadcumbs-navigation .container>div:nth-of-type(3) a:hover, section.breadcumbs-navigation .container>div:nth-of-type(2) p.small a:hover, section.storecontent .nalicie a:hover, section.storecontent .sravnit a:hover {
	border-color: #5790c0;
}

section.breadcumbs-navigation .container>div:nth-of-type(1)>div, section.breadcumbs-navigation .container>div:nth-of-type(3)>div, section.breadcumbs-navigation .container>div:nth-of-type(2) .logo>div {
	display: table-cell;
	vertical-align: middle;
}

section.breadcumbs-navigation .container>div:nth-of-type(1) a, section.breadcumbs-navigation .container>div:nth-of-type(3) a, section.breadcumbs-navigation .container>div:nth-of-type(2) p.small a, section.storecontent .nalicie a {
	display: inline;
	border-color: transparent;
}

section.storecontent .photo-nav>div.active, section.storecontent .photo-nav>div:hover, body.luxe footer .icons img {
	opacity: .5;
}

section.storecontent .infoblock-1>*, div.list, .registration-form-wrapper .additional-data-wrapper .card-number-wrap>p {
	display: inline-block;
}

section.storecontent p.infoheader+p, section.storecontent .store-tabs-block .tabs li:hover p, section.storecontent .store-tabs-block .tabs li.active p, section.storecontent .smalltabs ul p {
	color: #303030;
}

section.storecontent .dopinfo-cols.headers h4, .columns-headers {
	border-bottom: 3px solid #c0182f;
	display: inline-block;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	margin-bottom: -2px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

section.storecontent .smalltabs ul a:hover, body.luxe section.headertext h1 {
	border-color: #303030;
}

section.storecontent .select2-container--default .select2-selection--single, section.storecontent section.filters .filtersblock>div:first-child, .fancybox-outer, .registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2, .registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2 .select2-selection, .registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2 .select2-results, .registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2, .registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2 .select2-selection, .registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2 .select2-results {
	width: 100%!important;
}

section.storecontent .popuppos.nalicieclick .line+.line, .popup .formtick, .about-company-wrapper .about-company-description p:first-of-type, .shops-wrapper .tabs__position {
	margin-top: 20px;
}

#citypopup>div:last-child, .citypopup>div:last-child, .service-more-info p, .service-more-info ul {
	padding-top: 20px;
}

.popup form>div, .registration-form-wrapper .basket-with-watches-wrapper .a-row .product-picture {
	padding: 20px 30px;
}

.popup button:hover, body.luxe section.topline {
	background-color: #000;
}

.aboutbrand .headers, .history-of-brand-wrapper .aboutbrand .headers {
	margin-bottom: 21px;
}

.aboutbrand>ul>li>p>a, .registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check:last-of-type label>span+a, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2)>div:nth-child(2)>p:nth-child(1)>a, .service-wrapper .services-list>p:nth-child(5)>a:nth-child(1) {
	color: #45749c;
}

.garantie-btn p img, .history-of-brand-wrapper .history-waypoints .waypoint-btn p img {
	padding-left: 17px;
}

.col1-grid .shops-list ul li, .services-list ul li, .bottom-part .shop-list-section>.container .left-part .shops-list ul li {
	margin-left: 20px;
	padding-bottom: 16px;
}

.col1-grid .shops-list ul li:before, .bottom-part .shop-list-section>.container .left-part .shops-list ul li:before {
	background-image: url(/local/media/static/img/general/delivery-list-style.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	content: ' ';
	height: 5px;
	margin-left: -21px;
	margin-right: 8px;
	margin-top: 6px;
	position: absolute;
	width: 5px;
}

.col1-grid .shops-list ul li a:hover, .registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check:last-of-type label>span+a:hover, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2)>div:nth-child(2)>p:nth-child(1)>a:hover, .service-wrapper .services-list>p:nth-child(5)>a:nth-child(1):hover, .bottom-part .shop-list-section>.container .left-part .shops-list ul li a:hover {
	text-decoration: underline;
}

.shop-item .shop-title, .bottom-part .shop-list-section>.container .shop-item .shop-title {
	color: #45749c;
	font-size: 14px;
	font-weight: 400;
	margin-top: 32px;
	text-decoration: underline;
}

.shop-title:hover, .services-list ul li a:hover, .bottom-part .shop-list-section>.container .shop-title:hover, .vacancy-one-wrapper .next-vacancy a:hover, .vacancy-one-wrapper .write-us a:hover {
	text-decoration: none;
}

.shop-item .shop-address, .shop-item .shop-tel, .shop-item .shop-hours, .bottom-part .shop-list-section>.container .shop-item .shop-address, .bottom-part .shop-list-section>.container .shop-item .shop-tel, .bottom-part .shop-list-section>.container .shop-item .shop-hours {
	color: #303030;
	font-size: 13px;
	font-weight: 400;
	margin-top: 16px;
}

.about-company-wrapper .about-company-description p, .cards-wrapper .cards-preview-wrap~p {
	margin-bottom: 30px;
}

.about-company-link, .vacancy-one-wrapper .write-us a {
	color: #45749c;
	text-decoration: underline;
}

.registration-form-wrapper .basket-with-watches-wrapper .second-column, .registration-form-wrapper .shipping-payment-wrapper .right-side {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.registration-form-wrapper .basket-with-watches-wrapper .third-column, .registration-form-wrapper .basket-with-watches-wrapper .fourth-column {
	-ms-flex-preferred-size: 200px;
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-model:hover, .history-of-brand-wrapper .aboutbrand>ul>li>p>a:hover {
	border-bottom: 1px solid #45749c;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row:last-of-type, .service-wrapper .no-bottom-border {
	border-bottom: none;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check, .registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap {
	margin-bottom: 10px;
}

.clear_fix:before, .clear_fix:after, .registration-form-wrapper .shipping-payment-wrapper:before, .registration-form-wrapper .shipping-payment-wrapper:after, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:before, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:after, .service-wrapper:before, .service-wrapper:after, .service-wrapper .clear-them-all:before, .service-wrapper .clear-them-all:after {
	content: "";
	display: table;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap, .bottom-part .shop-list-section>.container .brands-list-wrap {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.cards-wrapper, .contacts-wrapper {
	margin-bottom: 75px;
}

.cards-wrapper .list-of-cards a:hover, .red-underline {
	border-bottom: 1px solid transparent;
}

.history-of-brand-wrapper .history-waypoints .waypoint-content, .bottom-part .col3-grid, .bottom-part .shop-list-section>.container {
	display: flex;
}

.service-wrapper, .vacancy-wrapper {
	margin-bottom: 100px;
}

.bottom-part .shop-list-section>.container .brands-list-item, .vacancy-one-wrapper .services-list ul li {
	padding-bottom: 10px;
}



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

fieldset {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

blockquote {
	margin: 0;
}

.clear_fix:before, .clear_fix:after {
	display: table;
	content: '';
}

.clear_fix:after {
	clear: both;
}

.clear_fix {
	zoom: 1;
}

@font-face {
	font-family: 'Gotham';
	font-weight: 300;
	font-style: normal;
	src: url(/local/media/fonts/GothaProLig.eot);
	src: url(/local/media/fonts/GothaProLig.eot?#iefix) format('embedded-opentype'), url(/local/media/fonts/GothaProLig.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 400;
	font-style: normal;
	src: url(/local/media/fonts/GothaProReg.eot);
	src: url(/local/media/fonts/GothaProReg.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProReg.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 500;
	font-style: normal;
	src: url(/local/media/fonts/GothaProMed.eot);
	src: url(/local/media/fonts/GothaProMed.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProMed.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 600;
	font-style: normal;
	src: url(/local/media/fonts/GothaProBol.eot);
	src: url(/local/media/fonts/GothaProBol.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProBol.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 900;
	font-style: normal;
	src: url(/local/media/fonts/GothaProBla.eot);
	src: url(/local/media/fonts/GothaProBla.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProBla.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 300;
	font-style: italic;
	src: url(/local/media/fonts/GothaProLigIta.eot);
	src: url(/local/media/fonts/GothaProLigIta.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProLigIta.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 400;
	font-style: italic;
	src: url(/local/media/fonts/GothaProIta.eot);
	src: url(/local/media/fonts/GothaProIta.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProIta.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 500;
	font-style: italic;
	src: url(/local/media/fonts/GothaProMedIta.eot);
	src: url(/local/media/fonts/GothaProMedIta.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProMedIta.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 600;
	font-style: italic;
	src: url(/local/media/fonts/GothaProBolIta.eot);
	src: url(/local/media/fonts/GothaProBolIta.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProBolIta.otf) format('opentype');
}

@font-face {
	font-family: 'Gotham';
	font-weight: 900;
	font-style: italic;
	src: url(/local/media/fonts/GothaProBlaIta.eot);
	src: url(/local/media/fonts/GothaProBlaIta.eot?#iefix) format('emedded-opentype'), url(/local/media/fonts/GothaProBlaIta.otf) format('opentype');
}

::-moz-selection {
	color: #fff;
}

::selection {
	color: #fff;
}

::-moz-selection {
	color: #fff;
}

::-webkit-selection {
	color: #fff;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
	border: none;
}

:focus {
	outline: none;
}

.col {
	display: inline-block;
	margin-right: 2.6%;
	vertical-align: top;
}

.col:last-child {
	margin-right: 0;
}

.row {
	width: 100%;
}

.one-col {
	width: 5.95%;
}

.two-col {
	width: 14.5%;
}

.three-col {
	width: 23.05%;
}

.four-col {
	width: 31.6%;
}

.five-col {
	width: 40.15%;
}

.six-col {
	width: 48.7%;
}

.seven-col {
	width: 57.25%;
}

.eight-col {
	width: 65.8%;
}

.nine-col {
	width: 74.35%;
}

.ten-col {
	width: 82.9%;
}

.eleven-col {
	width: 91.45%;
}

.twelve-col {
	width: 100%;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 12px;
	width: 100%;
	min-height: 100%;
}

header, section, footer {
	width: 100%;
	padding: 60px 0;
}

.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

* {
	behavior: url(/local/templates/main-new/js/pie/pie.htc);
}

* {
	font-family: 'Roboto', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

span {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

h1 {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

h2 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.19048em;
}

h3 {
	font-size: 24px;
	line-height: 1.2em;
}

h4 {
	font-size: 20px;
	line-height: 1.2em;
}

h5 {
	font-size: 18px;
	line-height: 1.2em;
}

p {
	font-size: 14px;
	line-height: 1.7em;
}

p.mini {
	font-size: 11px;
}

p.smaller {
	font-size: 12px;
}

p.small {
	font-size: 13px;
}

p.big {
	font-size: 16px;
}

p.bigger {
	font-size: 17px;
}

p.huge {
	font-size: 18px;
}

.gotham {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

a, input, button, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:hover {
	cursor: pointer;
}

a.blue {
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	color: #45749c;
	border-bottom: 1px solid #cbd7e1;
}

a.blue:hover {
	color: #5790c0;
}

select, input, textarea {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 10px;
	padding: 0;
	text-align: left;
	border: 0;
}

.button {
	font-family: 'Gotham', Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 48px;
	display: inline-block;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	color: #8d6f57;
	border: 2px solid #ab9584;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
}

.button:hover {
	color: #303030;
	border-color: #303030;
}

section.topline {
	width: 100%;
	height: 6px;
	padding: 0;
}

section.topmenu {
	padding: 0;
	border-bottom: 1px solid #c8c8c8;
}

section.topmenu p, section.topmenu li, section.topmenu img {
	display: inline-block;
	vertical-align: middle;
}

section.topmenu p {
	font-weight: 500;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

section.topmenu p.gotham {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.browser-err-mess {
	text-align: center;
	font-size: 20px;
	background: #b12f1e;
	color: #fff;
	padding: 40px;
}

.browser-err-mess a {
	color: #DBDBF8;
	text-decoration: underline;
}

section.topmenu li {
	position: relative;
	padding: 0 20px;
}

section.topmenu li:hover p {
	color: #b25a67;
}

section.topmenu li + li:before {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -9px;
	content: '•';
	color: #111;
}

section.topmenu p {
	color: #303030;
}

section.topmenu .city > p > img {
	margin-left: 6px;
}

section.topmenu .lang > p > img:first-child {
	margin-right: 4px;
}

section.topmenu .lang > p > img:last-child {
	margin-left: 5px;
}

section.topmenu .list {
	position: relative;
}

section.topmenu .list > p:hover {
	cursor: pointer;
}

section.topmenu .list > div {
	position: absolute;
	z-index: 10;
	top: 54px;
	left: -10px;
	display: none;
	width: 130px;
	padding: 8px 0;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

section.topmenu .list > div a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding-left: 14px;
}

section.topmenu .list > div a img {
	margin-right: 10px;
}

section.topmenu .list > div a img, section.topmenu .list > div a p {
	display: inline-block;
	vertical-align: middle;
}

section.topmenu .list > div a p {
	line-height: 35px;
}

section.topmenu .list > div a:hover {}

section.topmenu .list:hover > div {
	display: block;
}

section.topmenu .city {
	position: relative;
	display: inline-block;
}

section.topmenu .city > p:hover {
	cursor: pointer;
}

section.topmenu .city #citypopup {
	position: absolute;
	width: 320px!important;
}

section.topmenu img {
	margin-top: -2px;
}

section.topmenu a.reg {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 61%;
	padding: 0 20px;
	word-wrap: break-word;
	border-left: 1px solid #c8c8c8;
}

section.topmenu a.cart {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 39%;
	padding-left: 3%;
}

section.topmenu .reg img, section.topmenu .cart img {
	margin-right: 3px;
}

section.topmenu .reg img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.3;
}

section.topmenu .reg:hover img {
	opacity: 1;
}

section.topmenu .cart:hover {}

section.topmenu .cart:hover span {}

section.topmenu .cart p {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.topmenu a.reg p {
	width: 100%;
}

section.topmenu span.cartimg {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-top: -4px;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
}

section.topmenu p {
	line-height: 35px;
}

section.topmenu .container {
	text-align: justify;
	text-justify: distribute;
}

section.topmenu .container:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

section.topmenu .container > div {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
section.topmenu .container > div.topmenu__city-select {
	display: flex;
	align-items: center;
	height: 49px;
}

section.topmenu .container > div:first-child {
	width: 230px;
}

section.topmenu .container > div:last-child {
	width:320px;
	max-width: 450px;
}

section.topmenu .container > div:first-child {
	padding: 0 20px;
	text-align: justify;
	text-justify: distribute;
	border-right: 1px solid #c8c8c8;
	padding-left: 0;
}

section.topmenu .container > div:first-child:after {
	display: inline-block;
	width: 100%;
	height: 0;
	content: '';
}


header {
	padding: 20px 0 25px;
}

header .container {
	text-align: justify;
	text-justify: distribute;
}

/* header .container:after {
    display: inline-block;
    width: 100%;
    height: 0.0000000000001px;
    content: '';
} */

header .container > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

header input.search {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 13px;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	height: 36px;
	margin-top: 0;
	padding: 0 15px 0 34px;
	color: #000;
	border: 1px solid #e3e3e3;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
}

header input.search:hover, header input.search:focus {
	border-color: #bbb;
}


header .phone {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 8px;
	color: #303030;
	font-family: 'PlayfairDisplayTel', serif;
}

header p.gotham {
	position: relative;
}

header .popup {
	position: absolute;
	top: -5px;
	left: 0;
}

section.catalogue {
	padding: 15px 0;
}

section.catalogue p {
	line-height: 30px;
	display: inline-block;
}

section.catalogue a {
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

section.catalogue a:hover {
	color: #d6b653;
}

section.catalogue p {
	color: #696969;
}

section.catalogue .container {
	/*text-align: justify;
    text-justify: distribute;*/
}

section.catalogue .container:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

section.catalogue .container > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

section.filters {
	position: relative;
	z-index: 6;
	padding: 30px 0 20px;
}

section.filters .filterscontainer {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 830px;
	padding-right: 30px;
}

section.filters .addbutton:hover {
	cursor: pointer;
}

section.filters a.find {
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	display: inline-block;
	width: 90px;
	height: 40px;
	margin-right: 10px;
	padding-left: 15px;
	vertical-align: top;
	text-transform: uppercase;
	color: #1e1e1e;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: inset 0 0 0 2px #adadad;
}

section.filters a.find:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px transparent;
}

section.filters a.logo {
	line-height: 0;
	position: relative;
	top: -5px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 93px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #c2c2cf;
}

section.filters a.logo + .logo {
	border-left: 0;
}

section.filters a.logo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

section.filters a.logo:hover {}

section.filters .right {
	float: right;
}

section.filters .filtersblock {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

section.filters .filtersblock > div:first-child {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 190px;
	height: 40px;
	padding-left: 12px;
	text-transform: uppercase;
	color: #303030;
	border: 1px solid #c5c5c5;
}

section.filters .filtersblock > div:first-child p {
	font-weight: 500;
	line-height: 40px;
}

section.filters .clearcross {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
	line-height: 38px;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 29px;
	display: none;
	height: 38px;
	cursor: pointer;
	color: #bd4e5d!important;
}

section.filters .select2.active span {
	color: #bd4e5d!important;
}

section.filters .filtersblock, section.filters .select2 {
	position: relative;
	top: -10px;
	margin-top: 10px;
	vertical-align: top;
}

section.filters .mechanism .selection {
	width: 280px;
}

section.filters #clearall {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	display: none;
	padding-left: 28px;
	cursor: pointer;
	text-transform: uppercase;
	color: #1e1e1e;
}

section.filters .select {
	position: relative;
}

section.filters .select:hover div.selection {
	display: block;
}

section.filters .select div.selection {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 0;
	display: none;
	margin-left: -1px;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

section.filters .select a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
}

section.filters .select a p {
	font-size: 15px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: middle;
	color: #303030;
}

section.filters .select a p.padding {
	padding-left: 30px;
}

section.filters .select a p {
	line-height: 40px;
}

section.filters .select a:hover {}

section.filters .select a:hover p {
	color: #737373!important;
}

section.filters .select a + a {
	border-top: 1px solid #f3eee6;
}

section.filters #brandspopup {
	position: absolute;
	top: 39px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 800px;
}

section.filters #brandspopup h3 {
	font-size: 16px;
}

section.filters #brandspopup h3 + h3 {
	margin-left: 30px;
}

section.filters #brandspopup > div {
	padding: 35px 40px;
}

section.filters #brandspopup > div.lesspadding {
	padding-top: 20px;
	padding-bottom: 40px;
}

section.filters #brandspopup > div.lesspadding:last-child {
	padding-top: 30px;
	border-top: 2px solid #f3eee6;
}

section.filters #brandspopup #brandtab2, section.filters #brandspopup #brandtab3 {
	display: none;
}

section.filters #brandspopup .popupheader {
	padding-bottom: 0;
	border-bottom: 2px solid #f3eee6;
}

section.filters #brandspopup .popupheader img {
	position: relative;
	top: -1px;
	margin-left: 3px;
	vertical-align: middle;
}

section.filters #brandspopup .popupheader h3:hover {
	cursor: pointer;
}

section.filters #brandspopup .controls {
	float: right;
	margin-top: 3px;
}

section.filters #brandspopup .controls h3 {
	font-size: 13px;
	color: #aca191;
}

section.filters #brandspopup .controls h3 + h3 {
	margin-left: 13px;
	color: #303030;
}

section.filters #brandspopup .checkradio {
	position: relative;
	left: -5px;
	display: inline-block;
	float: none;
	width: 127px;
	height: auto;
	margin-top: 10px;
	margin-right: 20px;
	padding-left: 0;
	vertical-align: top;
}

section.filters #brandspopup .checkradio p {
	font-size: 15px;
	line-height: 24px!important;
	display: inline;
	white-space: normal;
	vertical-align: middle;
	color: #303030;
}

section.filters #brandspopup .checkradio label {
	display: inline-block;
	white-space: nowrap;
	padding: 0 6px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
}

section.filters #brandspopup .checkradio label.swiss:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 7px;
	content: '';
	vertical-align: middle;
}

section.filters #brandspopup .checkradio label:hover {
	cursor: pointer;
}

section.filters #brandspopup .checkradio:nth-of-type(5n) {
	margin-right: 0;
}

section.filters #brandspopup input[type=checkbox]:not(old):checked + label {}

section.filters #brandspopup input[type=checkbox]:not(old):checked + label p {
	color: #8a6736;
}

section.filters #specialsopen:hover, section.filters #brandsopen:hover {
	cursor: pointer;
}

section.filters #specialspopup {
	position: absolute;
	top: 39px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 740px;
}

section.filters #specialspopup > div {
	padding: 35px 40px;
}

section.filters #specialspopup > div + div {
	border-top: 2px solid #f3eee6;
}

section.filters #specialspopup h3 {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 16px;
}

section.filters #specialspopup .checkradio {
	float: none;
	width: 100%;
	margin-top: 11px;
	padding-left: 0;
}

section.filters #specialspopup .checkradio p {
	font-size: 15px;
	line-height: 21px!important;
	margin-left: 30px;
	color: #303030;
}

section.filters #specialspopup input[type=checkbox]:not(old) + label > span {
	right: auto;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px #ddd;
}

section.filters #specialspopup input[type=checkbox]:not(old):checked + label > span {
	box-shadow: inset 0 0 0 1px transparent;
}

section.filters #specialspopup .cols > div {
	display: inline-block;
	width: 200px;
	margin-top: 11px;
}

section.filters #specialspopup .cols {
	text-align: justify;
	text-justify: distribute;
}

section.filters #specialspopup .cols:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

section.filters #specialspopup .cols > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

section.filters #specialspopup h4 {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #a29889;
}

section.filters #priceopen:hover {
	cursor: pointer;
}

section.filters .pricepopup {
	position: absolute;
	z-index: 10;
	top: 39px;
	left: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 270px;
	padding: 13px 10px;
	text-align: justify;
	text-justify: distribute;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

section.filters .pricepopup div {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	height: 32px;
	padding-right: 10px;
	padding-left: 30px;
	vertical-align: top;
	border: 1px solid #cdcdcd;
}

section.filters .pricepopup div p {
	line-height: 30px;
	position: absolute;
	left: 7px;
}

section.filters .pricepopup p {
	line-height: 1em;
	display: inline-block;
	color: #303030;
}

section.filters .pricepopup div + p {
	width: 100%;
	margin-top: 14px;
	text-align: center;
}

section.filters .pricepopup input {
	line-height: 30px;
	width: 100%;
}

section.filters .pricepopup p.gotham {
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
}

section.filters .secondstroke {
	display: none;
}

section.filters .secondstroke + span {
	display: none;
}

section.gallery {
	overflow: hidden;
	height: 300px;
	padding: 0;
}

section.gallery .container {
	padding: 0;
}

section.gallery .owl-carousel .owl-stage-outer {
	overflow: visible!important;
}

section.gallery .owl-prev, section.gallery .owl-next {
	width: 18px;
	height: 32px;
	pointer-events: all;
	font-size: 0px;
}

section.gallery .owl-prev {
	float: left;
	margin-left: 10px;
}

section.gallery .owl-next {
	float: right;
	margin-right: 10px;
}

section.gallery .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -9px;
	pointer-events: none;
}

section.gallery .owl-carousel .owl-item {
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	opacity: 0.25;
}

section.gallery .owl-carousel .owl-item.active {
	opacity: 1;
}

body, html {
	overflow-x: hidden;
}

#slider-range-container {
	width: 100%;
	height: 2px;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 0 8px;
	vertical-align: middle;
	border: 0;
}

#slider-range {
	width: 100%;
	height: 2px;
	padding: 0;
	vertical-align: middle;
	border: 0;
}

#slider-range .ui-slider-range {
	left: 15%;
	width: 56.2%;
	height: 2px;
	padding: 0;
	border: 0;
}

#slider-range .ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: -6px;
	left: 15%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: -8px;
	border: 2px solid #838d8f;
	border-radius: 100px;
}

section.news {}

section.news #newsgallery p.mini {
	font-weight: 400;
	text-transform: uppercase;
	color: #afafaf;
}

section.news #newsgallery h2 {
	margin: 10px 0 15px;
	color: #716961;
}

section.news #newsgallery p.small {
	line-height: 1.53846em;
	color: #252525;
}

section.news #newsgallery a {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 190px;
	vertical-align: top;
}

section.news #newsgallery a img {
	position: absolute;
	top: 0;
	left: 0;
	width: initial!important;
}

section.news #newsgallery + p {
	margin-top: 30px;
	text-align: center;
}

section.news .owl-prev, section.news .owl-next {
	width: 6px;
	height: 58px;
	pointer-events: all;
	font-size: 0px;
}

section.news .owl-prev {
	float: left;
	margin-left: -23px;
}

section.news .owl-next {
	float: right;
	margin-right: -23px;
}

section.news .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -29px;
	pointer-events: none;
}

section.news .owl-item {}




section.products a.product {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

section.products a.product .prod-img {
	position: relative;
	display: inline-block;
	height: 330px;
	margin-bottom: 10px;
}

section.products a.product .prod-img.lider:after {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 145px;
	margin: auto;
	padding: 7px 0 5px;
	content: 'Ð›Ð¸Ð´ÐµÑ€ Ð¿Ñ€Ð¾Ð´Ð°Ð¶';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

section.products a.product .prod-img.sale:after {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 120px;
	margin: auto;
	padding: 7px 0 5px;
	content: 'Ð¡ÐºÐ¸Ð´ÐºÐ° 20%';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

section.products a.product .prod-img.new:after {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 100px;
	margin: auto;
	padding: 7px 0 5px;
	content: 'ÐÐ¾Ð²Ð¸Ð½ÐºÐ°!';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

section.products a.product p:nth-of-type(1) {
	font-weight: 500;
	line-height: 1.3em;
	color: #303030;
}

section.products a.product p.bigger {
	font-weight: 500;
	margin: 0 0 8px;
	color: #303030;
}

section.products a.product p.smaller {
	font-weight: 500;
	margin-bottom: 10px;
	color: #9f9f9f;
}

section.products a.product p.price {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #8d6f57;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	box-shadow: inset 0 0 0 2px #f3f0eb;
}

section.products a.product p.price span {
	font-weight: 400;
}

section.products a.product p {
	line-height: 1em;
	vertical-align: middle;
}

section.products a.product:hover {
	box-shadow: 0 1px 12px 0 #f2f2f2;
}

section.products a.product:hover p.price {
	box-shadow: inset 0 0 0 2px transparent;
}

section.products .swissmade {
	position: relative;
	top: -2px;
	margin-left: 2px;
}

section.products img {
	display: inline-block!important;
	width: initial!important;
	vertical-align: middle;
}

section.products .owl-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	text-align: center;
}

section.products .owl-prev, section.products .owl-next {
	width: 18px;
	height: 32px;
	pointer-events: all;
	font-size: 0px;
}

section.products .owl-prev {
	float: left;
	margin-left: -20px;
}

section.products .owl-next {
	float: right;
	margin-right: -20px;
}

section.products .owl-nav {
	position: absolute;
	top: 192px;
	width: 100%;
	margin-top: -16px;
	pointer-events: none;
}

section.products + section.headertext {
	padding-top: 0;
}

.footerbanners {
	padding-top: 50px;
	padding-bottom: 0;
	border-bottom: 1px solid #991f31;
}

.footerbanners .container > div {
	position: relative;
	top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 530px;
	margin-left: 30px;
	padding: 26px 0 25px 110px;
	padding-left: 110px;
}

.footerbanners .img {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
}

.footerbanners .dostavka {}

.footerbanners .dostavka .img {}

.footerbanners .skidka {}

.footerbanners .skidka .img {}

.footerbanners .container {
	text-align: justify;
	text-justify: distribute;
}

.footerbanners .container:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

.footerbanners .container > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.footerbanners h2 {
	line-height: 1.1em;
}

.footerbanners h2:nth-of-type(1) {
	font-size: 24px;
	font-weight: 700;
	color: #303030;
}

.footerbanners h2:nth-of-type(2) {
	font-size: 30px;
	font-weight: 600;
	color: #a1a1a1;
}

.footerbanners p {
	margin-top: 7px;
}

.footerbanners .banner1 {
	float: left;
}

.footerbanners .banner2 {
	float: right;
}

.footerbanners .banner1, .footerbanners .banner2 {
	position: relative;
	top: 1px;
}

footer {
	padding: 0 0 45px;
}

footer .container + .container {
	border-top: 1px solid #991f31;
}

footer .three {
	padding: 50px 0 45px;
	text-align: justify;
	text-justify: distribute;
}

footer .three:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

footer .three > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

footer .three img, footer .three p {
	vertical-align: middle;
}

footer .three img {
	margin-right: 8px;
}

footer p {
	line-height: 30px;
	color: #ffd0d0;
}

footer p.header {
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffaab7;
}

footer .col {
	margin-right: 0;
}

footer .col + .col {
	margin-left: 30px;
}

footer a {
	line-height: 12px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

footer a:hover {
	border-color: initial;
}

footer .footertext {
	line-height: 20px;
	float: left;
}

footer .icons {
	float: right;
	margin-top: 5px;
}

footer .icons img {
	vertical-align: middle;
}

footer .icons img + img {
	margin-left: 15px;
}

footer .icons a {
	border: 0;
}

footer .bottomtext {
	padding-top: 45px;
}

div.filters-section-container {
	/* height:100px; */
	width: 100%;
}

section.breadcumbs {
	padding: 5px 0;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #c8c8c8;
}

section.breadcumbs p {
	font-weight: 500;
	text-transform: uppercase;
	color: #303030;
}

section.breadcumbs a {
	border-color: transparent;
}

section.breadcumbs a:hover {
	border-color: #5790c0;
}

section.breadcumbs li {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 22px;
}

section.breadcumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
}

section.breadcumbs-navigation {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
	padding: 0;
	border-bottom: 1px solid #c8c8c8;
}

section.breadcumbs-navigation .container {
	position: relative;
	height: 100%;
	padding-right: 180px;
	padding-left: 180px;
}

section.breadcumbs-navigation .container > div:nth-of-type(1) {
	left: 0;
}

section.breadcumbs-navigation .container > div:nth-of-type(3) {
	right: 0;
	text-align: right;
}

section.breadcumbs-navigation .container > div:nth-of-type(1), section.breadcumbs-navigation .container > div:nth-of-type(3) {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	height: 70px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
}

section.breadcumbs-navigation .container > div:nth-of-type(1) > div, section.breadcumbs-navigation .container > div:nth-of-type(3) > div {
	display: table-cell;
	vertical-align: middle;
}

section.breadcumbs-navigation .container > div:nth-of-type(1) p, section.breadcumbs-navigation .container > div:nth-of-type(3) p {
	line-height: 1.5em;
	text-transform: uppercase;
}

section.breadcumbs-navigation .container > div:nth-of-type(1) a, section.breadcumbs-navigation .container > div:nth-of-type(3) a {
	display: inline;
	border-color: transparent;
}

section.breadcumbs-navigation .container > div:nth-of-type(1) a:hover, section.breadcumbs-navigation .container > div:nth-of-type(3) a:hover {
	border-color: #5790c0;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) .logo {
	display: inline-table;
	float: left;
	width: 120px;
	height: 100%;
	margin-left: 40px;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) .logo > div {
	display: table-cell;
	vertical-align: middle;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) .logo img {
	max-width: 100%;
	max-height: 90%;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) p.small {
	font-weight: 500;
	text-transform: uppercase;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) p.small a {
	display: inline;
	border-color: transparent;
}

section.breadcumbs-navigation .container > div:nth-of-type(2) p.small a:hover {
	border-color: #5790c0;
}

section.breadcumbs-navigation .info > * {
	display: inline-block;
	vertical-align: middle;
}

section.breadcumbs-navigation .info {
	margin-right: 40px;
	padding-top: 19px;
	text-align: right;
}

section.breadcumbs-navigation .info p.big {
	overflow: hidden;
	width: 370px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section.breadcumbs-navigation .info p.big span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #c1c1c1;
}

section.breadcumbs-navigation .info p.gotham {
	position: relative;
	top: 2px;
}

section.breadcumbs-navigation span.vertline {
	display: inline-block;
	width: 1px;
	height: 30px;
	margin: 0 13px;
}

section.storecontent .cols > div {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}

section.storecontent .cols > div:nth-of-type(1) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

section.storecontent .cols > div:nth-of-type(2) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

section.storecontent .photo {
	width: 100%;
	height: 580px;
}

section.storecontent .photo-nav {
	width: 100%;
	margin-top: 40px;
	padding-top: 15px;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}

section.storecontent .photo-nav > div {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.storecontent .photo-nav > div.active, section.storecontent .photo-nav > div:hover {
	opacity: 0.5;
}

section.storecontent .photo-nav > div > div {
	width: 100%;
	height: 100%;
}

section.storecontent .name1 {
	font-size: 26px;
	line-height: 1.15385em;
}

section.storecontent .name2 {
	font-size: 40px;
	line-height: 1.2em;
}

section.storecontent .name3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #adadad;
}

section.storecontent .name4 {
	font-size: 24px;
	color: #adadad;
}

section.storecontent .infoblock-1 {
	width: 100%;
	margin-top: 22px;
	margin-bottom: 20px;
	text-align: left;
}

section.storecontent .infoblock-1 > * {
	display: inline-block;
}

section.storecontent .delivery {
	font-weight: 500;
	line-height: 1.30769em;
	padding: 9px 15px 7px 50px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #303030;
	border: 1px solid #f2d4d9;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
}

section.storecontent .delivery span {
	padding-right: 12px;
	cursor: pointer;
	color: #9a2e3d;
}

section.storecontent .nalicie {
	line-height: 1.30769em;
	margin-left: 30px;
	padding-top: 10px;
	text-transform: uppercase;
}

section.storecontent .nalicie a {
	display: inline;
	border-color: transparent;
}

section.storecontent .nalicie a:hover {
	border-color: #5790c0;
}

section.storecontent .three-columns > div {
	display: inline-block;
	min-height: 1px;
	vertical-align: middle;
}

section.storecontent .three-columns > div:nth-of-type(1) {
	width: 194px;
}

section.storecontent .three-columns > div:nth-of-type(2) {
	width: 50px;
}

section.storecontent .sravnit {
	font-weight: 500;
	line-height: 1.30769em;
	min-height: 17px;
	padding-left: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}

section.storecontent .sravnit a {
	border-color: transparent;
}

section.storecontent .sravnit a:hover {
	border-color: #5790c0;
}

section.storecontent .sravnit.active {}

section.storecontent .price {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.5em;
	color: #c2182f;
}

section.storecontent .korzina-button {
	width: 100%;
	padding-left: 20px;
	text-align: left;
}

section.storecontent .korzina-button:hover {}

section.storecontent .ili {
	font-weight: 500;
	line-height: 53px;
	text-align: center;
	color: #adadad;
}

section.storecontent a.oneclick {
	padding: 0 20px;
	color: #656565;
	border-color: #e4e4e4;
}

section.storecontent a.oneclick:hover {
	color: #303030;
	border-color: #303030;
}

section.storecontent .opisanie {
	line-height: 1.875em;
	margin-top: 46px;
	color: #303030;
}

section.storecontent .opisanie b {
	font-weight: 600;
}

section.storecontent p.infoheader {
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 22px;
	text-transform: uppercase;
	color: #adadad;
}

section.storecontent p.infoheader + p {
	color: #303030;
}

section.storecontent .info1 {
	margin-top: 35px;
}

section.storecontent .info1 div {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

section.storecontent .store-infoblock {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
}

section.storecontent .store-infoblock > div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 36px 40px;
}

section.storecontent .store-infoblock > div:first-child {
	width: 66%;
}

section.storecontent .store-infoblock > div:last-child {
	width: 34%;
	border-left: 1px solid #e8e8e8;
}

section.storecontent .store-infoblock .infoblock-big-header {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #303030;
}

section.storecontent .store-infoblock .infocols {
	font-size: 0;
	margin-top: -10px;
	text-align: justify;
	text-justify: distribute;
}

section.storecontent .store-infoblock .infocols > div {
	display: inline-block;
	width: 29%;
	text-align: left;
	vertical-align: top;
}

section.storecontent .store-infoblock .infocols > div:last-child {
	margin-right: 0;
}

section.storecontent .store-infoblock .infocols:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

section.storecontent .store-infoblock .infocols > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

section.storecontent .store-infoblock p.infoheader {
	margin-top: 15px;
	margin-bottom: 1px;
}

section.storecontent.first {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.storecontent.second {
	padding-top: 0;
	padding-bottom: 0;
	padding-bottom: 50px;
}

section.storecontent.four {
	padding-top: 0;
	padding-bottom: 60px;
}

section.storecontent.third {
	padding: 0;
	border-bottom: 1px solid #e8e8e8;
}

section.storecontent.third-third {
	padding: 0;
}

section.storecontent .dopinfo-cols > div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 15px 36px 40px;
}

section.storecontent .dopinfo-cols > div:first-child {
	width: 60%;
	padding-bottom: 0;
}

section.storecontent .dopinfo-cols > div:last-child {
	width: 40%;
	min-height: 450px;
	border-left: 1px solid #e8e8e8;
}

section.storecontent .dopinfo-cols.headers {
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid transparent;
}

section.storecontent .dopinfo-cols.headers > div:last-child {
	min-height: 0;
	border-color: transparent;
}

section.storecontent .dopinfo-cols.headers > div {
	padding-top: 0;
	padding-bottom: 0;
}

section.storecontent .dopinfo-cols.headers .like_h4 {
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 4px;
	text-transform: uppercase;
	border-bottom: 3px solid #c0182f;
}

section.storecontent .store-tabs-block {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
}

section.storecontent .store-tabs-block .tabs {
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #e8e8e8;
}

section.storecontent .store-tabs-block .tabs li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: -2px;
	padding-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 3px solid transparent;
}

section.storecontent .store-tabs-block .tabs li p {
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	color: #656565;
}

section.storecontent .store-tabs-block .tabs li:hover, section.storecontent .store-tabs-block .tabs li.active {
	cursor: pointer;
	border-color: #303030;
}

section.storecontent .store-tabs-block .tabs li:hover p, section.storecontent .store-tabs-block .tabs li.active p {
	color: #303030;
}

section.storecontent .store-tabs-block > * {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 30px 36px 40px;
}

section.storecontent .store-tabs-block .store-tab-info-stroke {
	position: relative;
	margin-top: 15px;
	padding-left: 60px;
}

section.storecontent .store-tabs-block .store-tab-info-stroke > img {
	position: absolute;
	top: 0;
	left: 0;
}

section.storecontent .store-tabs-block .store-tab-info-stroke a {
	-webkit-transition: border 0.2s ease;
	-o-transition: border 0.2s ease;
	transition: border 0.2s ease;
	border-bottom: 1px solid #45749c;
	color: #45749c;
}

section.storecontent .store-tabs-block .store-tab-info-stroke a:hover {
	border-bottom: 1px solid transparent;
}

section.storecontent .store-tabs-block .store-tab-info-stroke p.store-tab-header-red {
	font-weight: 500;
	color: #841122;
}

section.storecontent .store-tabs-block .store-tab-info-stroke p + p {
	line-height: 1.4em;
	margin-top: 5px;
	color: #303030;
}

section.storecontent .store-tabs-block .tabs-content > div {
	display: none;
}

section.storecontent .store-tabs-block .tabs-content > div.active {
	display: block;
}

section.storecontent .prod-two-gallery img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

section.storecontent .prod-img {
	position: relative;
	width: 100%;
	height: 260px!important;
}

section.storecontent .owl-next {
	margin-right: -10px;
}

section.storecontent .owl-prev {
	margin-left: -10px;
}

section.storecontent .owl-next, section.storecontent .owl-prev {
	width: 6px;
	height: 58px;
}

section.storecontent .owl-nav {
	margin-top: -29px;
}

section.storecontent .smalltabs p.mini {
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	color: #adadad;
}

section.storecontent .smalltabs p.mini span:hover, section.storecontent .smalltabs p.mini span.active {
	color: #303030;
	border-color: #cabcb1;
}

section.storecontent .smalltabs p.mini span {
	padding-bottom: 2px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid transparent;
}

section.storecontent .smalltabs div {
	display: none;
	width: 100%;
	text-align: justify;
	text-justify: distribute;
}

section.storecontent .smalltabs div:after {
	display: inline-block;
	width: 100%;
	height: 0.0000000000001px;
	content: '';
}

section.storecontent .smalltabs div > * {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

section.storecontent .smalltabs div.active {
	display: block;
}

section.storecontent .smalltabs ul {
	width: 47%;
	text-align: left;
}

section.storecontent .smalltabs ul li {
	width: 100%;
	margin-top: 6px;
	text-align: left;
}

section.storecontent .smalltabs ul p {
	color: #303030;
}

section.storecontent .smalltabs ul a {
	display: inline;
	border-bottom: 1px solid transparent;
}

section.storecontent .smalltabs ul a:hover {
	border-color: #303030;
}

section.storecontent .store-click-descr {
	line-height: 1.71429em!important;
	margin-top: -5px;
	margin-bottom: 20px;
	color: #303030;
}

section.storecontent .popuppos.storeclick {
	top: -193px;
	left: -485px;
}

section.storecontent .popuppos.storeclick button {
	vertical-align: middle;
}

section.storecontent .popuppos.storeclick button + p {
	font-weight: 500;
	line-height: 40px!important;
	float: right;
	text-transform: uppercase;
	color: #656565;
}

section.storecontent .select2-container--default .select2-selection--single, section.storecontent section.filters .filtersblock > div:first-child {
	width: 100%!important;
}

section.storecontent .select2-container {
	margin-right: 0;
}

section.storecontent .select2-container--default .select2-selection--single {
	border-color: #d9d0c1;
}

section.storecontent .citypopup {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: 0;
	width: 320px!important;
}

section.storecontent .citypopuppos {
	display: block;
}

section.storecontent .popuppos.nalicieclick {
	position: relative;
	top: -10px;
	vertical-align: top;
}

section.storecontent .popuppos.nalicieclick .popup {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 340px;
}

section.storecontent .popuppos.nalicieclick .popup h3 {
	font-size: 13px;
	line-height: 1.30769em;
	color: #45749c;
}

section.storecontent .popuppos.nalicieclick form > div:last-child {}

section.storecontent .popuppos.nalicieclick .columnss > div {
	display: inline-block;
	vertical-align: top;
}

section.storecontent .popuppos.nalicieclick .columnss > div:nth-of-type(2n+1) {
	width: 230px;
}

section.storecontent .popuppos.nalicieclick .columnss > div:nth-of-type(2n) {
	width: 45px;
	text-align: right;
}

section.storecontent .popuppos.nalicieclick p {
	line-height: 18px;
}

section.storecontent .popuppos.nalicieclick .red {
	color: #c2182f;
}

section.storecontent .popuppos.nalicieclick .popup .popupheader {
	padding-top: 17px;
}

section.storecontent .popuppos.nalicieclick .line + .line {
	margin-top: 20px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss {
	padding-left: 12px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss > div:nth-of-type(2n+1) {
	width: 218px;
}

section.storecontent .popuppos.nalicieclick .line2 .columnss > div {
	margin-top: 15px;
}

#citypopup, .citypopup {
	z-index: 10;
	top: 49px/*35px*/;
	left: -21px;
	display: none;
	overflow: visible!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
	border: 1px solid #d9d2c7;
	border-right: 0;
	border-left: 0;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

#citypopup p, .citypopup p {
	font-weight: 400;
	line-height: 1.3em;
	width: 100%;
	letter-spacing: 0;
	text-transform: none;
	color: #303030;
}

#citypopup > div:first-child, .citypopup > div:first-child {
	border-bottom: 1px solid #f3eee6;
}

#citypopup > div:last-child, .citypopup > div:last-child {
	padding-top: 20px;
}

#citypopup > div, .citypopup > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 25px 30px 20px;
}

#citypopup .huge.gotham, .citypopup .huge.gotham {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

#citypopup .select, .citypopup .select {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 15px 0 10px;
	border: 1px solid #d9d0c1;
}

#citypopup .select p, .citypopup .select p {
	font-weight: 500;
	line-height: 38px;
	padding: 0 0 0 10px;
	cursor: pointer;
	text-transform: uppercase;
}

#citypopup .select:hover div, .citypopup .select:hover div {
	display: block;
}

#citypopup .select div, .citypopup .select div {
	position: relative;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	margin-left: -1px;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

#citypopup .select a, .citypopup .select a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
}

#citypopup .select a p, .citypopup .select a p {
	display: inline-block;
	vertical-align: middle;
}

#citypopup .select a p, .citypopup .select a p {
	line-height: 38px;
}

#citypopup .select a:hover, .citypopup .select a:hover {}

#regformpopup p, #regformpopup li, #regformpopup img {
	display: inline-block;
	vertical-align: middle;
}

#regformpopup p {
	font-weight: 500;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

#regformpopup input {
	text-transform: none;
}

.fancybox-inner #citypopup, .fancybox-inner .popup {
	left: 0;
	overflow-x: hidden;
	width: 100%;
	border: 0;
}

.fancybox-opened {
	left: 0!important;
	overflow: visible!important;
	width: 100%!important;
}

.fancybox-close {
	top: -20px;
	right: 15px;
}

.fancybox-opened .fancybox-skin {
	padding: 15px 0!important;
}

.fancybox-inner {
	overflow: visible!important;
	width: 100%!important;
}

.fancybox-opened .fancybox-skin {
	overflow: visible!important;
	width: 100%!important;
}

.fancybox-outer {
	width: 100%!important;
}

.select2-container--open .select2-dropdown--below {
	width: auto!important;
	min-width: 220px!important;
}

div.list {
	display: inline-block;
}

.popuppos {
	position: relative;
	width: 1px;
	height: 1px;
}

.popuppos.reg {
	position: relative;
	float: right;
	margin-top: -1px;
}

.popuppos.reg .popup {
	position: absolute;
	top: 1px;
	right: 0;
	left: auto;
}

.popup {
	z-index: 10;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 370px;
	border: 1px solid #d9d2c7;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

.popup h3 {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 2px;
	display: inline-block;
	padding-bottom: 11px;
	text-transform: uppercase;
	color: #aca191;
	border-bottom: 3px solid transparent;
}

.popup h3.active {
	color: #303030;
	border-color: #303030;
}

.popup h3 + h3 {
	margin-left: 25px;
}

.popup h3.tab {
	cursor: pointer;
}

.popup.huge {
	width: 470px;
}

.popup .popupheader {
	padding: 27px 30px 0;
}

.popup hr {
	width: 100%;
	height: 1px;
	border: 0;
}

.popup form > div {
	padding: 20px 30px;
}

.popup form > div:last-child {}

.popup button {
	font-family: 'Gotham', 'Roboto', Arial;
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.popup button:hover {}

.popup button img {
	margin-top: 0;
	margin-left: 10px;
	vertical-align: middle;
	opacity: 1!important;
}

.popup button + p {
	line-height: 13px!important;
	margin-left: 20px;
	vertical-align: middle;
}

.popup button + p a {
	font-weight: 500;
	line-height: 11px;
	display: inline;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #5a83a6;
	border-bottom: 1px solid transparent;
}

.popup button + p:hover a {
	border-color: initial;
}

.popup p {
	line-height: 16px!important;
}

.popup .formstroke {
	width: 100%;
}

.popup .formstroke + .formstroke {
	margin-top: 10px;
}

.popup .formstroke > * {
	display: inline-block;
	vertical-align: middle;
}

.popup .formstroke input {
	font-family: Arial;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #d9d0c1;
}

.popup #regform {
	display: none;
}

.popup .checkradio {
	position: relative;
	display: inline-block;
	float: right;
	width: auto;
	width: 21px;
	height: auto;
	padding-left: 28px;
	vertical-align: middle;
}

.popup .formtick p {
	line-height: 21px!important;
}

.popup .formtick {
	margin-top: 20px;
}

.popup input[type=checkbox]:not(old) {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	opacity: 0;
}

.popup input[type=checkbox]:not(old) + label {
	font-size: 0;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.popup input[type=checkbox]:not(old) + label > span {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	vertical-align: middle;
}

.popup input[type=checkbox]:not(old):checked + label > span {}

#employee_callback .select2-container{
	margin: 0;
}
#employee_callback .select2-container,
#employee_one_click input[type=text],
#employee_callback input[type=text],
#employee_one_click textarea,
#employee_callback textarea,
section.storecontent #employee_one_click .select2-container,
.popup .formstroke input {
	width: calc(70% - 20px) !important;
}
#employee_callback .select2-container--default .select2-selection--single{
	width: 100% !important;
	border: 1px solid #d9d0c1;
}

section.catalogue .sandwich {
	display: none;
}

section.catalogue .sandwich p {
	font-weight: 500;
	padding: 0 7px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

section.catalogue .sandwich p:hover {
	cursor: pointer;
	border-color: #fff;
}

section.catalogue .sandwich img, section.catalogue .sandwich p {
	vertical-align: middle;
}

section.catalogue .sandwich img {
	position: relative;
	top: -1px;
	margin-right: 10px;
}

section.adaptivemenu {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
}

section.adaptivemenu .container {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

section.adaptivemenu .container > ul {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

section.adaptivemenu p {
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

section.adaptivemenu a {
	color: #1e1e1e;
}

section.adaptivemenu li + li {
	margin-top: 10px;
}

section.adaptivemenu a:hover {
	color: #b9172d;
}

section.adaptivemenu img {
	float: right;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.adaptivemenu img:hover {
	cursor: pointer;
	opacity: 0.5;
}

body.luxe header {}

body.luxe section.catalogue {}

body.luxe section.catalogue p {
	color: #d7bd6d;
}

body.luxe section.topline {}

body.luxe section.filters {}

body.luxe .select2-container--default .select2-selection--single, body.luxe section.filters .filtersblock > div:first-child {
	border-color: #fff;
}

body.luxe section.filters a.find {
	color: #a98c61;
	box-shadow: inset 0 0 0 2px #a98c61;
}

body.luxe section.filters a.find:hover {
	color: #121212;
	box-shadow: inset 0 0 0 2px #8d734d;
}

body.luxe section.headertext h1 {
	border-color: #303030;
}

body.luxe footer, body.luxe .footerbanners {
	border-color: #404040;
}

body.luxe footer .container + .container {
	border-color: #404040;
}

body.luxe footer p.header {
	color: #a79c8b;
}

body.luxe footer p {
	color: #9a9a9a;
}

body.luxe footer .icons img {
	opacity: 0.5;
}

body.luxe footer .icons img:last-child {
	opacity: 1;
}

body.luxe section.filters .addbutton {}

body.luxe section.filters .addbutton:hover {}

body.luxe section.filters .addbutton.minus {}

body.luxe section.filters .addbutton.minus:hover {}

body.luxe section.filters #clearall {
	color: #8d734d;
}

body.luxe section.filters a.find {}

body.luxe section.filters a.find:hover {}

body.luxe section.filters a.logo {
	border-color: #564a37;
}

body.luxe section.filters a.logo:hover {}

body.luxe section.news {}

body.luxe section.catalogue a:hover {
	color: #fff9dd;
}

#priceopen p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding-right: 40px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
}

.ellipsis.multiline {
	white-space: normal;
}

div.priipala {
	position: relative;
	z-index: 5;
}

div.priipala.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.columns-headers {
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 4px;
	text-transform: uppercase;
	border-bottom: 3px solid #c0182f;
}

.aboutbrand h4 {
	width: 224px;
}

.aboutbrand .headers {
	margin-bottom: 21px;
}

.aboutbrand > ul > li > p > a {
	color: #45749c;
}

.container-no-padding {
	padding: 0;
}

.collection-item {
	line-height: 240px;
	position: relative;
	float: left;
	width: 276px;
	height: 241px;
	margin-right: 20px;
	margin-bottom: 50px;
	text-align: center;
	border: 2px solid #f3f0eb;
	transition: .2s;
}

.collection-item:hover {
	border-color: #777;
}

.collection-item img {
	max-width: 244px;
	max-height: 234px;
	vertical-align: middle;
}

.collection-item:nth-child(4n) {
	margin-right: 0;
}

.brand-list-block, .other-brand-list-block {
	overflow: hidden;
	margin-bottom: 110px;
	padding: 15px 36px 40px;
}

.brand-list-block > ul, .other-brand-list-block > ul {
	float: left;
	width: auto!important;
	min-width: 170px;
}

.brand-list-block > ul > li, .other-brand-list-block > ul > li {
	display: inline-block;
	/* width: 30%!important; */
	max-width: 30%;
}

.models-list-block > ul {
	float: left;
	width: auto!important;
	min-width: 120px;
	margin-right: 40px;
}

.models-list-block > ul > li {
	/*display: inline-block;*/
	width: 100%!important;
	min-width: 120px;
}

.models-catalog-item {
	position: relative;
	width: 285px!important;
	padding: 30px 0!important;
}

.lider-lable {
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 148px;
	height: 28px;
	/*margin-left: -74px;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 14px;
}

.sale-lable {
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 90px;
	height: 28px;
	/*margin-left: -59px;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 14px;
	background: #841122;
}

.new-lable {
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 108px;
	height: 28px;
	/*margin-left: -54px;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 14px;
	padding-top: 0;
}

section.storecontent .models-catalog-item > .prod-img {
	height: 320px!important;
}

.sectionnews {
	padding-top: 0;
}

.new-preview {
	float: left;
	overflow: hidden;
	width: 490px;
	height: 140px;
	margin-right: 60px;
	margin-bottom: 73px;
	padding: 20px;
}

.new-preview:nth-child(even) {
	margin-right: 0;
}

.new-preview-thumb {
	float: left;
	margin-right: 20px;
}

.new-date {
	font-size: 11px;
	font-weight: 500;
	padding: 10px 0 16px 0;
	text-transform: uppercase;
	color: #afafaf;
}

.new-title {
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 15px;
	color: #716961;
}

.new-content {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #252525;
}

.news-two-cols {
	width: 100%;
}

.news-col {
	float: left;
	width: 50%;
}

.news-col > .new-preview {
	margin-right: 0;
}

.single-new {
	max-width: 540px;
	margin-right: 60px;
}

.single-new .single-new-content p {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	max-width: 500px;
	padding-bottom: 20px;
	color: #252525;
}

.single-new-photo {
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	margin-top: 53px;
}

.single-new-photo .photo {
	width: 100%;
	height: 323px;
}

.single-new-photo .photo-nav div {
	float: left;
	width: 22%;
	height: 80px;
	margin: 20px 4% 0 0;
	cursor: pointer;
}

.single-new-photo .photo-nav div:nth-child(4n) {
	margin-right: 0;
}

.all-news-link {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	text-decoration: underline;
	color: #45749c;
}

.news-navigation {
	margin-top: 47px;
}

.news-navigation div {
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	color: #45749c;
}

.prev-new {
	float: left;
}

.prev-new img {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}

.next-new {
	float: right;
}

.next-new img {
	float: right;
	padding-top: 4px;
	padding-left: 10px;
}

.section-delivery {
	padding-top: 0;
}

.delivery-block {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

.container-delivery > div {
	float: left;
	width: 50%;
	max-width: 50%;
	padding: 21px 0 0 0;
}

.del-left {
	float: left!important;
	max-width: 500px!important;
	padding-left: 38px!important;
}

.del-right {
	float: right!important;
	max-width: 500px!important;
	padding-right: 38px!important;
}

.container-delivery > div.del-title {
	font-size: 20px;
	font-weight: 500;
	padding: 21px 0;
	text-transform: uppercase;
	color: #303030;
}

.container-delivery > div ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	max-width: 500px;
	padding-bottom: 20px;
	list-style-type: none;
	color: #303030;
}

.container-delivery > div ul li:before {
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 8px;
	margin-left: -17px;
	content: ' ';
}

.container-delivery > div ul li span {
	font-weight: 700;
	color: #303030;
}

.container-delivery > div ul li a {
	font-weight: 400;
	text-decoration: underline;
	color: #45749c;
}

.shops-city-choice-section {
	padding-bottom: 0!important;
}

.shops-float {
	float: left;
}

.container-overflow-hidden {
	overflow: hidden;
}

.shops-city-choice-section .shops-garantie-btn {
	padding-top: 40px;
}

.shops-garantie-btn {
	float: right;
}

.garantie-btn {
	width: 239px;
	border-radius: 5px;
}

.garantie-btn p {
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.garantie-btn p img {
	padding-left: 17px;
}

.shop-city {
	font-size: 24px;
	line-height: 1.7em;
	position: relative;
	display: inline;
	margin-left: 30px;
	cursor: pointer;
	color: #c2182f;
	border-bottom: 1px dotted;
}

.city-list {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	right: -400px;
	max-width: 400px;
	padding: 0 0 0 20px;
	color: #45749c;
	border: 2px solid #688bab;
}

.city-list-show {
	display: none;
}

.city-list span {
	line-height: 30px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: underline;
}

.city-list span.active {
	cursor: default;
	text-decoration: none;
	color: #c2182f;
}

.shop-list-section {
	padding-top: 0;
}

.tabs__position {
	font-size: 16px;
	margin-top: 30px;
}

.tabs__caption {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: -2px;
	margin-left: 5px;
	text-transform: uppercase;
	color: #303030;
}

ul.tabs__caption.gotham > li {
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
}

ul.tabs__caption.gotham > li img {
	padding-right: 7px;
	vertical-align: text-top;
}

ul.tabs__caption.gotham > li.active {
	border-radius: 2px;
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	font-size: 0;
	display: block;
	min-height: 357px;
	border: 5px solid #f2f3f4;
	border-radius: 1px;
}

.tabs__content.active img {
	max-width: 100%;
}

.col1-grid {
	font-size: 20px;
	width: 285px;
}

.col1-grid-title {
	font-size: 26px;
	font-weight: 400;
	display: block;
	margin-bottom: 38px;
	color: #303030;
}

.col3-grid {
	font-size: 20px;
	width: 855px;
}

.col1-grid .shops-list ul li {
	margin-left: 20px;
	padding-bottom: 16px;
}

.col1-grid .shops-list ul li:before {
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: -21px;
	content: ' ';
}

.col1-grid .shops-list ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
	max-width: 217px;
	color: #45749c;
}

.col1-grid .shops-list ul li a:hover {
	text-decoration: underline;
}

.shop-item:nth-child(3n) {
	margin-right: 0;
}

.shop-item img {
	max-width: 100%;
}

.shop-item .shop-title {
	font-size: 14px;
	font-weight: 400;
	margin-top: 32px;
	text-decoration: underline;
	color: #45749c;
}

.shop-title:hover {
	text-decoration: none;
}

.shop-item .shop-address span, .shop-item .shop-tel span, .shop-item .shop-hours span {
	font-weight: 700;
}

.shop-item .shop-address, .shop-item .shop-tel, .shop-item .shop-hours {
	font-size: 13px;
	font-weight: 400;
	margin-top: 16px;
	color: #303030;
}

.section-no-padding-bottom {
	padding-bottom: 0;
	box-sizing: border-box;
}

.section-no-padding-top {
	padding-top: 0;
}

.services-list ul li {
	margin-left: 20px;
	padding-bottom: 16px;
}

.services-list ul li:before {
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: 9px;
	margin-right: 8px;
	margin-left: -21px;
	content: ' ';
}

.services-list ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
	text-decoration: underline;
	color: #45749c;
}

.services-list ul li a:hover {
	text-decoration: none;
}

.repair-difficulty {
	margin: 25px 0;
}

.repair-difficulty li {
	position: relative;
	float: left;
	width: 170px;
	margin-left: 20px;
}

.sitemap a {
	position: absolute;
	margin-left: -68px;
	padding-top: 45px;
	font-size: 12px;
}

.repair-difficulty .authorized:before {
	position: absolute;
	width: 9px;
	height: 10px;
	margin-top: 6px;
	margin-left: -19px;
	content: ' ';
}

.name4-cost {
	font-size: 26px;
	margin-bottom: 20px;
	color: #303030;
}

.service-price-table {
	font-size: 14px;
	width: 100%;
	color: #303030;
}

.service-price-table tr {
	border-right: 1px solid #e8e8e8;
}

.service-price-table tr:first-child {}

.service-price-table .width-fifty {
	width: 50%;
}

.service-price-table .table-header {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #adadad;
}

.service-price-table .align-left {
	padding-left: 41px;
	text-align: left;
}

.service-price-table td.all-borders {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}

.service-price-table td {
	padding: 15px 20px 15px 20px;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.service-more-info {
	margin-bottom: 71px;
}

.service-more-info div {
	margin-top: 37px;
}

.service-more-info p {
	padding-top: 20px;
}

.service-more-info ul li p {
	padding-top: 5px;
}

.service-more-info ul {
	padding-top: 20px;
}

.service-more-info ol {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 20px;
}

.service-more-info ol li {
	color: #9c826d;
}

.service-more-info ol li p {
	padding-top: 5px;
	padding-left: 5px;
	color: #303030;
}

@media (min-width:1221px) {
	section.filters #specialspopup {
		left: -200px;
	}
	.repair-difficulty li {
		width: 250px;
	}
}
@media (min-width:650px) {
	section.topmenu .city > p:hover + #citypopup {
		display: block;
	}
	section.topmenu .city:hover #citypopup {
		display: block;
	}
}

@media (max-width:1220px) {
	.container {
		width: 990px;
		padding: 0;
	}
	section.gallery {
		height: 244px;
	}

	section.topmenu li {
		padding: 0 15px;
	}

	section.topmenu a.cart {
		width: 45%;
		padding-left: 10px;
	}
	section.catalogue p {
		font-size: 12px;
	}
	section.filters .filterscontainer {
		width: 600px;
	}
	.select2-container--default .select2-selection--single, section.filters .filtersblock > div:first-child {
		width: 180px;
	}
	section.filters .filtersblock > div:first-child {}
	.select2-container--open .select2-dropdown--below {
		min-width: 180px!important;
	}
	.select2-container {
		width: 180px!important;
	}
	section.news #newsgallery a img {
		width: 100px!important;
	}
	section.news #newsgallery a {
		padding-left: 115px;
	}
	section.products a.product .prod-img {
		height: 260px;
	}
	section.products a.product .prod-img img {
		max-height: 100%;
	}
	.footerbanners .banner1, .footerbanners .banner2 {
		width: 450px;
	}
	footer .lastcol {
		display: block;
		margin-left: 0!important;
	}
	section.products .owl-nav {
		top: 157px;
	}
	section.storecontent .cols > div:nth-of-type(1) {
		width: 40%;
	}
	section.storecontent .cols > div:nth-of-type(2) {
		width: 60%;
	}
	section.breadcumbs-navigation .info p.big {
		width: 160px;
	}
	section.storecontent .info1 {
		margin-top: 15px;
	}
	section.storecontent .prod-img {
		height: 220px!important;
	}
	section.storecontent .photo-nav > div {
		width: 80px;
		height: 80px;
	}
	section.storecontent .photo {
		height: 480px;
	}
	section.storecontent #women-cols {
		display: inline-block;
		margin-top: 5px;
	}
	section.storecontent #men-cols {
		display: inline-block;
		margin-top: 5px;
	}
	.new-preview {
		width: 450px;
		margin-right: 20px;
	}
	.del-left, .del-right {
		max-width: 400px!important;
	}
	.col1-grid {
		width: 240px;
	}
	.col3-grid {
		width: 680px;
	}
	.city-list {
		right: 0;
		min-width: 200px;
	}
	.city-list span {
		display: block;
	}
}

#drugie-adaptive {
	display: none;
}

@media (max-width:1000px) {
	.container {
		width: 600px;
	}
	section.gallery {
		height: 153px;
	}
	section.topmenu .container > div:nth-of-type(2) {
		width: 250%;
		margin-left: -75%;
		text-align: center;
		border-top: 1px solid #ccc;
	}

	header .container > div:first-child {
		float: none;
	}
	header .container > div:last-child {
		float: right;
	}

	section.catalogue .container {
		text-align: center;
	}
	section.products a.product .prod-img.lider:after, section.products a.product .prod-img.sale:after, section.products a.product .prod-img.new:after {
		font-size: 12px;
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	section.filters .container {
		position: relative;
		padding-top: 0px;
	}
	section.filters a.logo {
		/* position: absolute;
        top: 0;
        left: 20px;
*/
		width: 280px;
	}
	section.filters a.logo + .logo {
		right: 20px;
		left: auto;
	}
	section.filters .filterscontainer {
		width: 100%;
	}
	section.filters .right {
		float: right;
	}
	section.news #newsgallery a {
		padding-left: 0;
	}
	section.news #newsgallery a img {
		position: static;
		margin-bottom: 15px;
	}
	section.breadcumbs-navigation .container > div:nth-of-type(1) {
		height: auto;
	}
	section.breadcumbs-navigation .container > div:nth-of-type(3) {
		height: auto;
	}
	section.products a.product .prod-img {
		height: 190px;
	}
	section.products .owl-nav {
		top: 122px;
	}
	.footerbanners .banner1, .footerbanners .banner2 {
		width: initial;
	}
	.footerbanners .banner2 {
		float: left;
		margin-top: 20px;
	}
	footer .col + .col {
		display: block;
		margin-left: 0;
	}
	footer .footertext {
		width: 200px;
	}
	div.filters-section-container {
		height: 200px;
	}
	/* script + .select2-container--open {
        position: absolute;
        top: 0!important;
        left: 0!important;
        display: inline-table;
        width: 100%!important;
        height: 100%!important;
        margin: 0;
    } */
	/* .select2-container--open .select2-dropdown--below {
        position: fixed;
        top: 0;
        left: 0;
        display: table-cell;
        width: 100%!important;
        vertical-align: middle;
    } */
	section.filters #specialspopup {
		overflow-y: scroll;
		width: 560px;
		height: 350px;
	}
	section.filters #specialspopup .cols > div {
		margin-top: 0;
	}
	section.filters #specialspopup h4 {
		margin-top: 15px;
	}
	section.filters #brandspopup {
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: auto;
		width: 100%;
		max-height: 100%;
	}
	section.filters #brandspopup .checkradio:nth-of-type(5n) {
		margin-right: 20px;
	}
	.select2-container--default .select2-selection--single, section.filters .filtersblock > div:first-child {
		width: 165px;
	}
	.select2-container--open .select2-dropdown--below {
		min-width: 165px!important;
	}
	.select2-container {
		width: 165px!important;
	}
	.select2-container--open .select2-dropdown--above {
		width: 100%!important;
	}
	section.catalogue .container > p:nth-of-type(6) {
		display: none;
	}
	section.catalogue .container > p:nth-of-type(2), section.catalogue .container > p:nth-of-type(4), section.catalogue .container > p:nth-of-type(8), section.catalogue .container > p:nth-of-type(10) {
		margin: 0 10px;
	}
	section.breadcumbs-navigation .container > div:nth-of-type(2) {
		display: none;
	}
	section.breadcumbs-navigation .container > div:nth-of-type(1), section.breadcumbs-navigation .container > div:nth-of-type(3) {
		width: 45%;
	}
	section.breadcumbs-navigation {
		height: 54px;
	}
	section.breadcumbs li {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	section.breadcumbs {
		padding: 9px 0;
	}
	section.storecontent .photo {
		height: 280px;
	}
	section.storecontent .name2 {
		font-size: 28px;
	}
	section.storecontent .name1 {
		font-size: 20px;
	}
	section.storecontent .name3 {
		font-size: 15px;
	}
	section.storecontent .nalicie {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	section.storecontent .popuppos.nalicieclick {
		top: -4px;
		left: -31px;
		display: block;
	}
	section.storecontent .price {
		font-size: 38px;
	}
	section.storecontent .infoblock-1 {
		margin-bottom: 10px;
	}
	.three-columns + .three-columns {
		margin-top: 15px;
	}
	section.storecontent .three-columns > div:nth-of-type(2) {
		display: block;
		width: 100%;
	}
	section.storecontent .ili {
		font-size: 11px;
		line-height: 34px;
		text-align: left;
	}
	section.storecontent .cols > div {
		vertical-align: top;
	}
	section.storecontent .opisanie {
		font-size: 14px;
		line-height: 1.6em;
		margin-top: 30px;
	}
	section.storecontent p.infoheader {
		margin-top: 17px;
	}
	section.storecontent .citypopup {
		top: -49px;
	}
	section.storecontent .popuppos.storeclick {
		top: -50px;
		left: -234px;
	}
	section.storecontent .store-infoblock > div:first-child {
		width: 100%;
	}
	section.storecontent .store-infoblock > div:last-child {
		width: 100%;
		padding-top: 0;
		border-left: 0;
	}
	section.storecontent .dopinfo-cols > div:first-child {
		width: 100%;
	}
	section.storecontent .dopinfo-cols > div:last-child {
		width: 100%;
	}
	section.storecontent .dopinfo-cols > div:last-child {
		margin-top: 40px;
		border-left: 0;
	}
	section.storecontent .dopinfo-cols > div {
		padding-right: 0;
		padding-left: 0;
	}
	#drugie {
		display: none;
	}
	#drugie-adaptive {
		position: relative;
		top: 450px;
		display: block;
		margin-top: -70px;
	}
	section.storecontent .store-tabs-block .tabs li {
		margin-right: 14px;
	}
	section.storecontent .store-tabs-block .tabs li p {
		font-size: 11px;
	}
	section.storecontent .store-tabs-block > *, section.storecontent .store-infoblock > div {
		padding-right: 17px;
		padding-left: 17px;
	}
	section.storecontent .store-infoblock .infocols > div {
		width: 31%;
	}
	.new-preview {
		width: 100%;
		margin-right: 0;
	}
	.news-col {
		width: 100%;
		margin-bottom: 73px;
	}
	.single-new {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.single-new .new-content p {
		max-width: 100%;
	}
	.single-new-photo {
		max-width: 100%;
	}
	.container-delivery > div {
		width: 100%;
		max-width: 100%;
	}
	.del-left, .del-right {
		max-width: 100%!important;
		padding: 21px 0 0 0!important;
	}
	.container-delivery > div.del-title {
		display: none;
	}
	.col1-grid, .col1-grid .shops-list ul {
		width: 100%;
	}
	.col1-grid .shops-list ul li {
		width: 100%;
	}
	.col1-grid .shops-list ul li a {
		max-width: 100%;
	}
	.col3-grid {
		width: 100%;
	}
	.shop-item {
		width: 45%;
		margin-right: 10%;
	}
	.shop-item:nth-child(3n) {
		margin-right: 10%;
	}
	.shop-item:nth-child(even) {
		margin-right: 0;
	}
	.repair-difficulty li {
		width: 45%;
	}
	.cards-wrapper .info-about-card {
		display: block;
	}
}

@media (max-width:649px) {
	.container {
		width: 400px;
	}
	section.gallery {
		height: 102px;
	}
	header .container > div:first-child {
		width: 100%;
		text-align: center;
	}
	header .container > div:last-child {
		width: 100%;
		text-align: center;
	}
	.popup {
		width: 360px;
		width: 100% !important;
	}
	.popup h3.tab {
		font-size: 16px!important;
	}
	section.topmenu .container > div:nth-of-type(3) {
		margin-top: 0;
		margin-right: -20px;
	}

	section.topmenu a.reg p {
		/*line-height: 40px;*/
		height: 40px;
		padding-top: 0;
	}

	section.topmenu .city > div, section.topmenu .list > div {
		top: 40px;
	}
	section.topmenu .list:hover > div {
		right: -22px;
		left: auto;
	}
	section.news #newsgallery a img {
		display: inline-block;
	}
	section.news #newsgallery a {
		width: 100%;
		text-align: center;
	}
	section.catalogue .container > p {
		display: none;
	}
	section.catalogue .sandwich {
		display: inline-block;
	}
	header input.search {
		margin-top: 10px;
	}
	.footerbanners .banner1, .footerbanners .banner2 {
		width: 100%;
	}
	footer .three > div:nth-of-type(3) {
		margin-top: 30px;
	}
	footer .footertext {
		width: 100%;
		margin-bottom: 20px;
	}
	footer .footertext br {
		display: none;
	}
	footer .icons {
		float: left;
	}
	section.filters a.logo {
		width: 180px;
	}
	section.topmenu li + li:before {
		left: -2px;
	}
	section.topmenu li {
		padding: 0 7px;
	}
	section {
		padding: 30px 0;
	}
	section.filters #clearall {
		margin-bottom: 10px;
	}
	section.filters #brandspopup .popupheader {
		position: relative;
		padding-top: 60px;
	}
	section.filters #brandspopup .controls {
		position: absolute;
		top: 20px;
		left: 40px;
	}
	section.filters #specialspopup {
		left: -160px;
		width: 360px;
		height: 350px;
	}
	.select2-container--default .select2-selection--single,
	section.filters .filtersblock > div:first-child {
		width: 155px;
	}
	#employee_one_click .select2-container--default .select2-selection--single{
		width: 100%;
		border: 1px solid #d9d0c1;
	}
	#employee_one_click .select2-container{
		margin: 0;
		width: calc(98.8% - 147px) !important;
	}
	.select2-container--open .select2-dropdown--below {
		min-width: 155px!important;
	}
	.select2-container {
		width: 155px!important;
	}
	section.storecontent .cols > div:nth-of-type(1) {
		width: 100%;
		padding-right: 0;
	}
	section.storecontent .cols > div:nth-of-type(2) {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	section.storecontent .store-infoblock .infocols > div {
		width: 100%;
	}
	section.storecontent .store-tabs-block .tabs li {
		margin-top: 7px;
		padding-bottom: 3px;
	}
	section.storecontent .store-tabs-block .tabs {
		padding-top: 6px;
	}
	section.storecontent .store-tabs-block > * {
		padding-top: 15px;
	}
	section.storecontent .store-tabs-block .store-tab-info-stroke p + p {
		line-height: 1.7em;
	}
	section.breadcumbs-navigation .container > div:nth-of-type(1), section.breadcumbs-navigation .container > div:nth-of-type(3) {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}
	.aboutbrand {
		width: 100%!important;
	}
	.collection-item {
		display: block;
		float: none;
		margin: 50px auto!important;
		margin-right: 0;
	}
	.collection-item:nth-child(4n) {
		margin: 50px auto;
	}
	.models-catalog-item {
		display: block!important;
		margin: 0 auto;
	}
	.new-preview {
		width: 100%;
		height: 100%;
		margin-right: 0;
		margin-bottom: 0px;
		box-sizing: border-box;
		float: none;
	}
	.container .container.about-company-description,
	.about-company-description,
	.container .container.container-delivery {
		padding: 0 20px!important;
	}
	.repair-difficulty {
		column-count: 2!important
	}
	section.headertext {
		box-sizing: border-box;
	}
	.content_zone {
		padding: 0 20px!important;
	}
	.content_zone table {
		max-width: 100%;
	}
	.content_zone table img {
		max-width: 100%;
		height: auto;
	}
	.col_4_patch .col3-grid .shop-item {
		width: auto;
	}
	.section-no-padding-bottom {
		padding: 30px 20px;
	}
	.about-company-description img {
		max-width: 100%;
		margin: 0 0 20px!important;
	}
	.about-company-wrapper .about-company-description p:last-of-type {
		margin-bottom: 0!important;
	}
	.new-preview:hover {
		width: auto;
	}
	.modern-page-title {
		display: none;
	}
	.single-new-content iframe {
		max-width: 100%;
	}
	.new-preview-thumb img {
		max-width: 100px;
	}
	.new-date {
		padding: 0 0 10px 0;
	}
	.new-title {
		padding-left: 120px;
	}
	.new-content {
		overflow: hidden;
		height: 60px;
	}
	.single-new .new-title {
		padding-left: 0;
	}
	.single-new-photo .photo {
		width: auto;
		height: 195px;
	}
	.single-new-photo .photo-nav div {
		height: 40px;
	}
	.repair-difficulty li {
		width: 40%;
	}
	.service-price-table .align-left {
		padding-left: 21px;
	}
	.service-price-table td {
		padding: 15px 10px 15px 10px;
	}
	section.filters .right {
		float: none;
		margin-left: 0;
		text-align: center;
	}
	section.news #newsgallery + p {
		margin-top: 0;
	}
	.vacancy-wrapper section.storecontent.first {
		padding-bottom: 20px;
	}

	section.headertext {
		padding-top: 0;
	}
	.service-price-table {
		font-size: 10px;
	}
	.cards-wrapper .cards-table th {
		font-size: 10px;
		padding-bottom: 0;
	}
	.cards-wrapper .exceptions-wrap {
		padding: 0 0 30px;
	}

	.cards-wrapper {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	section.filters .filterscontainer select {
		display: none;
	}

}

@media (max-width:479px) {
	.container {
		width: 100%;
	}
	section.gallery {
		height: auto;
	}
	h1 {
		font-size: 18px;
	}
	section.products a.product .prod-img {
		height: 130px;
	}
	section.products .owl-nav {
		top: 92px;
	}
	section.news .owl-prev {
		margin-left: 0;
	}
	section.news .owl-next {
		margin-right: 0;
	}
	section.products .owl-prev, section.products .owl-next {
		width: 10px;
	}
	section.products .owl-prev {
		margin-left: -10px;
	}
	section.products .owl-next {
		margin-right: -10px;
	}
	footer .three > div:nth-of-type(2) {
		display: block;
		margin-top: 30px;
	}
	footer .icons img {
		margin: 10px!important;
	}
	footer .icons {
		margin-top: 0;
		margin-left: -10px;
	}

	section.topmenu a.reg {
		padding-left: 0;
		border-right: 0;
		border-left: 0;
	}
	section.topmenu a.cart {
		border-right: 0;
	}
	section.topmenu a.cart {
		float: right;
		/*width: auto;*/
		padding-right: 5px;
		border-left: 1px solid #c8c8c8;
	}
	section.topmenu a.cart:hover {}
	section.topmenu a.reg {
		/*width: auto;*/
	}

	section.topmenu .container > div:nth-of-type(2) ul {
		width: 100%;
		padding: 10px 0;
	}
	section.topmenu .container > div:nth-of-type(2) ul p {
		line-height: 25px;
	}

	header {
		padding: 20px 0;
	}
	header .phone {
		font-size: 25px;
	}

	section.filters a.logo {
		left: 0;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
	section.filters a.logo + .logo {
		right: 0;
		border-top: 0;
		border-right: 0;
		border-left: 1px solid #c2c2cf;
	}
	section.filters a.logo {
		width: 50%;
	}
	section.filters {
		padding-top: 0;
	}
	.select2-container--default .select2-selection--single, section.filters .filtersblock > div:first-child {
		width: 140px;
	}
	.select2-container--open .select2-dropdown--below {
		min-width: 140px!important;
	}
	.select2-container {
		width: 140px!important;
	}
	section.products a.product p.price {
		font-size: 16px;
	}
	p.bigger {
		font-size: 15px;
	}
	div.filters-section-container {
		height: auto;
	}
	section.filters .addbutton {
		top: auto;
		right: auto;
		bottom: -33px;
		left: 105px;
	}
	section.filters .filterscontainer {
		padding-right: 0;
		text-align: justify;
		text-justify: distribute;
		float: none;
	}
	section.filters .filterscontainer:after {
		display: inline-block;
		width: 100%;
		height: 0.0000000000001px;
		content: '';
	}
	section.filters .filterscontainer > * {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
	}
	section.filters .filterscontainer select {
		display: none;
	}
	.select2-container {
		margin-right: 0;
	}
	section.filters .filtersblock {
		margin-right: 0;
	}
	section.filters #brandspopup h3 {
		font-size: 10px;
	}
	section.filters #brandspopup h3 + h3 {
		margin-left: 10px;
	}
	section.filters #brandspopup .checkradio {
		width: auto;
	}
	section.filters #brandspopup > div.lesspadding {
		text-align: left;
	}
	section.filters #brandspopup .checkradio {
		margin-right: 10px;
	}
	section.filters #specialspopup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.select2-container--open .select2-dropdown--above {
		width: 100%!important;
	}
	section.filters .pricepopup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	section.storecontent .photo {
		height: 200px;
	}
	section.storecontent .photo-nav > div {
		width: 50px;
		height: 50px;
	}
	section.breadcumbs-navigation .container {
		padding-right: 20px;
		padding-left: 20px;
	}
	section.storecontent .name2 {
		font-size: 25px;
	}
	section.storecontent .name1 {
		font-size: 18px;
	}
	section.storecontent .citypopup, section.storecontent .popuppos.nalicieclick .popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%!important;
	}
	#store-click-popup{
		width: 100%!important;
	}
	section.storecontent .popuppos.nalicieclick .columnss > div:nth-of-type(2n+1), section.storecontent .popuppos.nalicieclick .line2 .columnss > div:nth-of-type(2n+1) {
		width: 85%;
	}
	section.storecontent .popuppos.nalicieclick .columnss > div:nth-of-type(2n) {
		width: 15%;
	}
	#store-click-popup {
		border: 0;
	}
	section.storecontent .popuppos.storeclick button + p {
		line-height: 1em;
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		text-align: left;
	}
	.shop-item {
		width: 100%;
		min-height: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.shop-item:nth-child(3n) {
		margin-right: 0;
	}
	ul.tabs__caption.gotham > li {
		padding: 15px 10px;
	}
	.mob-servises-table {
		overflow-x: scroll;
		width: 100%;
	}
	.shops-garantie-btn {
		width: 100%;
	}
	.garantie-btn {
		margin: auto;
	}
	.city-list {
		left: 0;
	}
	section.filters .addbutton {
		left: 50%;
		margin-left: -13px;
		margin-bottom: -50px;
	}
	section.filters .container {
		padding-bottom: 50px;
		padding-top: 25px;
	}
	section.filters a.find {
		padding-left: 0;
		margin-right: 0;
	}

	section.storecontent.first {
		padding-bottom: 0;
	}
	section.storecontent.first section.storecontent.first {
		margin-left: 0;
		padding-top: 0;
		margin-right: 0;
	}
	section.storecontent.first .container {
		padding-left: 0;
	}
	.single-new {
		padding: 0 20px;
		width: auto;
		box-sizing: border-box;
	}
	.single-new img {
		max-width: 100%;
		height: auto;
	}

	.aboutbrand {
		display: none!important;
	}
	section.headertext {
		text-align: left;
		padding: 0 20px;
		margin-top: 10px;
	}
	.services-list {
		padding: 0 20px;
	}
	.bottom-part .shop-list-section > .container {
		display: block;
	}
	.bottom-part .col3-grid {
		display: block;
	}
	.shops-wrapper .shop-item {
		width: auto;
	}

	.new-content {
		padding-left: 120px;
		overflow: visible;
		height: auto;
	}

	.s-and-p__block--left {
		width: auto;
		min-width: 0;
	}
}

@media (max-width:340px) {
	.select2-container--default .select2-selection--single, section.filters .filtersblock > div:first-child {
		width: 100%;
	}
	.select2-container--open .select2-dropdown--below {
		min-width: 100%!important;
	}
	.select2-container, section.filters .filtersblock {
		width: 100%!important;
	}
}

.page__wrapper {
	min-height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

* html .page__wrapper {
	height: 100%;
}

.about-company-wrapper .about-company-description p {
	margin-bottom: 30px;
}

.about-company-wrapper .about-company-description p:last-of-type {
	margin-bottom: 200px;
}

.about-company-wrapper .about-company-description p:first-of-type {
	margin-top: 20px;
}

.about-company-link {
	text-decoration: underline;
	color: #45749c;
}

.basket-wrapper > .container {
	padding: 0;
}

.registration-form-wrapper .columns-headers {
	margin-left: 40px;
}

.registration-form-wrapper .gotham.header {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.registration-form-wrapper input {
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #c5c5c5;
}

.registration-form-wrapper .add-phone-wrap:hover > * {
	color: #303030!important;
	border-color: #cc8a93!important;
}

.registration-form-wrapper .not-necessary {
	color: #939393!important;
	border-color: #939393!important;
}

.registration-form-wrapper .basket-with-watches-wrapper {
	margin-bottom: 35px;
}

.registration-form-wrapper .basket-with-watches-wrapper .first-column {
	-webkit-flex-basis: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}

.registration-form-wrapper .basket-with-watches-wrapper .second-column {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.registration-form-wrapper .basket-with-watches-wrapper .third-column {
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
}

.registration-form-wrapper .basket-with-watches-wrapper .fourth-column {
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-body {
	margin-right: -20px;
	margin-left: -20px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e9e9e9;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .second-column, .registration-form-wrapper .basket-with-watches-wrapper .a-row .third-column, .registration-form-wrapper .basket-with-watches-wrapper .a-row .fourth-column {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-header {
	font-size: 16px;
	color: #303030;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-model {
	font-size: 20px;
	-webkit-transition: border-bottom 0.2s ease-out;
	transition: border-bottom 0.2s ease-out;
	color: #45749c;
	border-bottom: 1px solid transparent;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-model:hover {
	border-bottom: 1px solid #45749c;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-picture {
	padding: 20px 30px;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-picture img {
	width: 150px;
	height: 140px;
	-o-object-fit: contain;
	object-fit: contain;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row:last-of-type {
	border-bottom: none;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .stepperInput {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 130px;
	margin-left: -19px;
	border: 2px solid #c5c5c5;
	border-radius: 2px;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .stepperInput .stepperInput__input {
	width: 57px;
	height: 40px;
	text-align: center;
	border: none;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .stepperInput .button-basket {
	font-size: 22px;
	line-height: auto;
	line-height: 40px;
	width: 35px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #adadad;
	border: none;
	border-radius: 0;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .stepperInput .input {
	font-size: 20px;
	font-weight: 500;
	height: 40px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.registration-form-wrapper .basket-with-watches-wrapper .a-row .product-sum {
	font-size: 20px;
	font-weight: 500;
	margin-left: -19px;
	color: #c2182f;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer p.itogo-sum {
	font-size: 26px;
	font-weight: 500;
	color: #c2182f;
}

.registration-form-wrapper .basket-with-watches-wrapper .basket-with-watches-footer p.itogo-description {
	font-size: 16px;
	margin-right: 66px;
	text-align: right;
}

.registration-form-wrapper .personal-data-wrapper {
	min-height: 208px;
	margin-bottom: 50px;
	border: 1px solid #cc8a93;
}

.registration-form-wrapper .personal-data-wrapper .first-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 27px;
	padding-right: 40px;
	padding-bottom: 24px;
	padding-left: 40px;
}

.registration-form-wrapper .personal-data-wrapper .fio-wrap, .registration-form-wrapper .personal-data-wrapper .main-phone-wrap, .registration-form-wrapper .personal-data-wrapper .add-phone-wrap {
	margin-right: 20px;
}

.registration-form-wrapper .personal-data-wrapper .fio-wrap {
	width: auto;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.registration-form-wrapper .personal-data-wrapper .fio-wrap input[type=text] {
	width: 100%;
}

.registration-form-wrapper .personal-data-wrapper input {
	border: 1px solid #cc8a93;
}

.registration-form-wrapper .personal-data-wrapper input[type=telephone] {
	font-size: 16px;
	font-weight: 700;
	width: 200px;
	color: #c5c5c5;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2-container--default .select2-selection--single {
	border: 1px solid #cc8a93;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2 {
	width: 100%!important;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2 .select2-selection {
	width: 100%!important;
}

.registration-form-wrapper .personal-data-wrapper .personal-data-city-wrap .select2 .select2-results {
	width: 100%!important;
}

.registration-form-wrapper .personal-data-wrapper .second-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 27px;
	padding-right: 40px;
	padding-bottom: 24px;
	padding-left: 40px;
	box-shadow: inset 0 1px 0 #edd6d8;
}

.registration-form-wrapper .personal-data-wrapper .second-row .round-button-description {
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	padding-right: 10px;
}

.registration-form-wrapper .personal-data-wrapper .second-row .round-button {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	width: 240px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	color: #b15e69;
	border: 2px solid #e4c4c7;
	border-radius: 21px;
}

.registration-form-wrapper .additional-data-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 220px;
	margin-bottom: 50px;
	padding-top: 27px;
	padding-right: 60px;
	padding-bottom: 24px;
	padding-left: 40px;
	border: 1px solid #c5c5c5;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.registration-form-wrapper .additional-data-wrapper input[type=checkbox] {
	font-size: 14px;
	display: inline-block;
}

.registration-form-wrapper .additional-data-wrapper input[type=checkbox] a {
	font-size: 14px;
}

.registration-form-wrapper .additional-data-wrapper .first-row {
	border-right: 1px solid #e0e0e0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.registration-form-wrapper .additional-data-wrapper .first-row .email-wrap {
	max-width: 340px;
}

.registration-form-wrapper .additional-data-wrapper .first-row .email-wrap input[type=email] {
	width: 100%;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap label.active-label {
	font-size: 14px;
	font-weight: 400;
	color: #303030;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check {
	margin-bottom: 10px;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check label {
	cursor: pointer;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check:last-of-type label > span + a {
	color: #45749c;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap p.agr-check:last-of-type label > span + a:hover {
	text-decoration: underline;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox] {
	display: none;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox] + label span {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: -1px 10px 0 0;
	cursor: pointer;
	vertical-align: middle;
}

.registration-form-wrapper .additional-data-wrapper .first-row .agreement-checkboxes .payment-methods-wrap input[type=checkbox]:checked + label .active-radio {
	width: 21px;
	height: 21px;
}

.registration-form-wrapper .additional-data-wrapper .second-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-left: 46px;
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.registration-form-wrapper .additional-data-wrapper .card-number-wrap > p {
	display: inline-block;
}

.registration-form-wrapper .additional-data-wrapper .card-number-wrap img {
	margin-bottom: -3px;
	margin-left: 3px;
	vertical-align: baseline;
}

.registration-form-wrapper .additional-data-wrapper .card-number-wrap input[type=text] {
	display: block;
	width: 280px;
}

.registration-form-wrapper .additional-data-wrapper .comments-wrap input[type=text] {
	width: 100%;
}

.registration-form-wrapper .in-total-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 102px;
	margin-bottom: 50px;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #e7cccf;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.registration-form-wrapper .in-total-wrapper .cost-of-goods-number {
	font-size: 26px;
	font-weight: 500;
	color: #c2182f;
}

.registration-form-wrapper .in-total-wrapper .cost-of-goods-heading {
	font-size: 16px;
	line-height: 1.3em;
}

.registration-form-wrapper .in-total-wrapper .plus-icon, .registration-form-wrapper .in-total-wrapper .sum-icon {
	margin-right: 15px;
	margin-left: 15px;
}

.registration-form-wrapper .in-total-wrapper .round-button {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	width: 349px;
	height: 50px;
	padding-top: 15px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	color: #fff;
	border-radius: 25px;
}

.registration-form-wrapper .shipping-payment-wrapper {
	margin-bottom: 50px;
	border: 1px solid #c5c5c5;
}

.registration-form-wrapper .shipping-payment-wrapper:before, .registration-form-wrapper .shipping-payment-wrapper:after {
	display: table;
	content: '';
}

.registration-form-wrapper .shipping-payment-wrapper:after {
	clear: both;
}

.lt-ie8 .registration-form-wrapper .shipping-payment-wrapper {
	zoom: 1;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:before, .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:after {
	display: table;
	content: '';
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body:after {
	clear: both;
}

.lt-ie8 .registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body {
	zoom: 1;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body .active {
	cursor: default;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 480px;
	padding: 22px 16px;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab.active .check-icon-wrap {
	border: 2px solid #c0182f;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .check-icon-wrap {
	width: 28px;
	min-width: 28px;
	height: 28px;
	margin-right: 11px;
	border: 2px solid #b7b7b7;
	border-radius: 100%;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .shipping-heading {
	font-size: 16px;
	font-weight: 700;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab .shipping-description {
	color: gray;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2) {
	z-index: 1;
	border: 1px solid #e0e0e0;
	border-right: none;
	border-left: none;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(1) > img {
	margin-right: 5px;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a {
	color: #45749c;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:hover {
	text-decoration: underline;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap {
	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;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap .delivery-price-badge {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 198px;
	height: 40px;
	margin-right: -40px;
	padding-top: 3px;
	padding-left: 19px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .city-of-delivery-wrap .delivery-price-badge p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .index-city-wrap input {
	width: 138px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap {
	width: 248px;
	margin-bottom: 13px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2 {
	width: 100%!important;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2 .select2-selection {
	width: 100%!important;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap .select2 .select2-results {
	width: 100%!important;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .delivery-address-wrap {
	margin-bottom: 13px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .delivery-address-wrap textarea {
	width: 100%;
	max-height: 110px;
	margin-bottom: 10px;
	padding: 15px;
	resize: none;
	border: 1px solid #c5c5c5;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap {
	margin-bottom: 10px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn-wr {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	color: #303030;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	vertical-align: middle;
	border: 7px solid #eee;
	border-radius: 50%;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn input {
	width: 6px;
	height: 6px;
	margin: 0;
	cursor: pointer;
	opacity: 0;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	border-radius: 50%;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn-wr.red {
	margin-bottom: 15px;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn.red {
	width: 10px;
	height: 10px;
	border: 6px solid #eee;
	border-radius: 50%;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn i.red {}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radiobtn input:checked + i {
	opacity: 1;
}

.registration-form-wrapper .shipping-payment-wrapper .right-side .payment-methods-wrap .radio-description {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	margin-left: 35px;
	color: gray;
}

.registration-form-wrapper .shipping-payment-wrapper .right-part {
	display: none;
}

.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-body .right-part.active {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 29px 40px;
	border-left: 1px solid #e0e0e0;
}

@media (max-width:1000px) {
	.registration-form-wrapper .columns-headers {
		margin-right: 40px;
	}
	.registration-form-wrapper .first-row {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.registration-form-wrapper .first-row input[type=telephone] {
		width: 100%;
	}
	.registration-form-wrapper .first-row .fio-wrap, .registration-form-wrapper .first-row .main-phone-wrap, .registration-form-wrapper .first-row .add-phone-wrap {
		margin-right: 0;
	}
	.registration-form-wrapper .second-row {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.registration-form-wrapper .second-row .round-button-description {
		margin-bottom: 10px;
		text-align: justify;
	}
}

@media (max-width:1220px) {
	.registration-form-wrapper .personal-data-wrapper .second-row .round-button-description {
		white-space: normal;
	}
	.registration-form-wrapper .personal-data-wrapper .second-row .round-button {
		font-size: 12px;
		padding-top: 12px;
	}
	.registration-form-wrapper .shipping-payment-body {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.registration-form-wrapper .shipping-payment-wrapper .right-side .personal-data-city-wrap {
		width: auto;
	}
	.registration-form-wrapper .shipping-payment-wrapper .shipping-payment-tab {
		width: auto;
	}
}



.cards-wrapper section.storecontent.first {
	padding-bottom: 80px;
}

.cards-wrapper .list-of-cards a {
	font-weight: 700;
	color: #45749c;
	border-bottom: 1px solid #45749c;
}

.cards-wrapper .list-of-cards a:hover {
	border-bottom: 1px solid transparent;
}

.cards-wrapper .cards-preview-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
	padding-bottom: 46px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.cards-wrapper .cards-preview-wrap ~ p {
	margin-bottom: 30px;
}

.cards-wrapper .services-list ul li {
	margin-left: 20px;
	padding-bottom: 30px;
}

.cards-wrapper .services-list .little-pd {
	padding-bottom: 2px;
}

.cards-wrapper .huge.gotham {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.cards-wrapper .mob-servises-table {
	margin-top: 50px;
	margin-bottom: 20px;
}


.cards-wrapper .info-about-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 50px;
}

.cards-wrapper .info-about-card img {
	padding-right: 50px;
}

.cards-wrapper .info-about-card b {
	font-size: 18px;
	font-weight: 700;
}

.contacts-wrapper section.storecontent.first {
	padding-top: 50px;
	padding-bottom: 47px;
}

.services-list ul li {
	margin-left: 20px;
	padding-bottom: 16px;
}

.services-list ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	text-decoration: underline;
	color: #45749c;
}

.services-list ul li a:hover {
	text-decoration: none;
}

.contacts-wrapper {
	margin-bottom: 75px;
}

.contacts-wrapper section.headertext {
	padding-top: 0;
}

.contacts-wrapper .recuisites {
	margin-top: 45px;
}

.history-of-brand-wrapper section.storecontent.first {
	padding-bottom: 20px;
}

.history-of-brand-wrapper .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.history-of-brand-wrapper section.storecontent .name3 {
	text-transform: capitalize;
}

.history-of-brand-wrapper section.storecontent .cols > div {
	width: auto;
}

.history-of-brand-wrapper .container {
	padding-right: 0;
	padding-left: 0;
}

.history-of-brand-wrapper section.storecontent .dopinfo-cols.headers h4 {
	width: 200px;
}

.history-of-brand-wrapper .aboutbrand {
	padding-top: 40px;
	padding-left: 30px;
}

.history-of-brand-wrapper .aboutbrand .headers {
	margin-bottom: 21px;
}

.history-of-brand-wrapper .aboutbrand > ul > li > p > a {
	-webkit-transition: border-bottom 0.2s ease;
	transition: border-bottom 0.2s ease;
	color: #45749c;
	border-bottom: 1px solid transparent;
}

.history-of-brand-wrapper .aboutbrand > ul > li > p > a:hover {
	border-bottom: 1px solid #45749c;
}

.history-of-brand-wrapper .history-waypoints {
	padding: 0;
	padding-bottom: 75px;
}

.history-of-brand-wrapper .history-waypoints .history-waypoints-inner {
	max-width: 810px;
}

.history-of-brand-wrapper .history-waypoints .waypoint-four {
	padding-bottom: 70px;
}

.history-of-brand-wrapper .history-waypoints .waypoint-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.history-of-brand-wrapper .history-waypoints .waypoint .waypoint-header {
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #adadad;
}

.history-of-brand-wrapper .history-waypoints .waypoint-img {
	margin-left: 24px;
}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn {
	float: left;
	margin-right: 10%;
	padding-bottom: 10px;
}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn .red {}

.history-of-brand-wrapper .history-waypoints .history-waypoint-btn .gray {}

.history-of-brand-wrapper .history-waypoints .waypoint-btn {
	width: 239px;
	border-radius: 5px;
}

.history-of-brand-wrapper .history-waypoints .waypoint-btn p {
	font-size: 11px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.history-of-brand-wrapper .history-waypoints .waypoint-btn p img {
	padding-left: 17px;
}

@media (max-width:1000px) {
	.history-of-brand-wrapper .flex {
		display: block;
	}
	.history-of-brand-wrapper .waypoint-content {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.history-of-brand-wrapper .waypoint-img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	.history-of-brand-wrapper .waypoint-description {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

.service-wrapper {
	margin-bottom: 75px;
}

.service-wrapper:before, .service-wrapper:after {
	display: table;
	content: '';
}

.service-wrapper:after {
	clear: both;
}

.lt-ie8 .service-wrapper {
	zoom: 1;
}

.service-wrapper section.headertext {
	padding-top: 90px;
}

.service-wrapper section.storecontent.first {
	padding-top: 60px;
}

.service-wrapper .services-list .warranty-service {
	margin-top: 38px;
}

.service-wrapper .services-list > p:nth-child(5) > a:nth-child(1) {
	color: #45749c;
}

.service-wrapper .services-list > p:nth-child(5) > a:nth-child(1):hover {
	text-decoration: underline;
}

.service-wrapper .service-wrapper section.headertext {
	padding-top: 70px;
}

.service-wrapper .section-no-padding-bottom {
	padding-top: 50px;
}

.service-wrapper .no-bottom-border {
	border-bottom: none;
}

.service-wrapper .clear-them-all:before, .service-wrapper .clear-them-all:after {
	display: table;
	content: '';
}

.service-wrapper .clear-them-all:after {
	clear: both;
}

.lt-ie8 .service-wrapper .clear-them-all {
	zoom: 1;
}

.service-wrapper .second-level-list {
	float: left;
	margin-right: 60px;
}

.service-wrapper .services-list ul li.second-level {
	margin-left: 0;
	padding-bottom: 8px;
}

.service-wrapper .second-level:after, .service-wrapper .second-level:before {
	position: static;
}

.col3-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.shop-item:nth-child(3n) {
	margin-right: 0;
}

.shop-item img {
	width: 100%;
}

.shops-wrapper .map-wrap {
	min-height: 360px;
	border: 6px solid #f2f3f4;
}

.shops-wrapper .top-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shops-wrapper .top-container.na-dne {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.shops-wrapper .accordion {
	display: none;
}

.shops-wrapper .shops-garantie-btn {
	float: none;
	margin-right: 40px!important;
	padding-top: 0;
}

.shops-wrapper .top-part {
	margin-bottom: 60px;
}

.shops-wrapper .top-part .shops-subheader {
	font-size: 20px;
}

.shops-wrapper .tabs__position {
	margin-top: 20px;
}

.bottom-part .shop-list-section > .container .show-on-map, .bottom-part .shop-list-section > .container .shop-brands {
	font-size: 12px;
	font-weight: 500;
	display: block;
	width: 130px;
	margin-bottom: 10px;
	color: #c2182f;
}

.bottom-part .shop-list-section > .container .show-on-map.active, .bottom-part .shop-list-section > .container .shop-brands.active {}

.bottom-part .shop-list-section > .container .shop-hours {
	margin-bottom: 20px;
}

.bottom-part .shop-list-section > .container .left-part {
	min-width: 230px;
	margin-right: 60px;
}

.bottom-part .shop-list-section > .container .right-part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -50px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bottom-part .shop-list-section > .container .left-part .shops-list ul li {
	margin-left: 20px;
	padding-bottom: 16px;
}

.bottom-part .shop-list-section > .container .left-part .shops-list ul li:before {
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: -21px;
	content: ' ';
}

.bottom-part .shop-list-section > .container .left-part .shops-list ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
	max-width: 278px;
	color: #45749c;
}

.bottom-part .shop-list-section > .container .left-part .shops-list ul li a:hover {
	text-decoration: underline;
}

.bottom-part .shop-list-section > .container .shop-item:nth-child(3n) {
	margin-right: 0;
}

.bottom-part .shop-list-section > .container .shop-item img {
	width: 100%;
}

.bottom-part .shop-list-section > .container .shop-item .shop-title {
	font-size: 14px;
	font-weight: 400;
	margin-top: 32px;
	text-decoration: underline;
	color: #45749c;
}

.bottom-part .shop-list-section > .container .shop-title:hover {
	text-decoration: none;
}

.bottom-part .shop-list-section > .container .shop-item .shop-address span, .bottom-part .shop-list-section > .container .shop-item .shop-tel span, .bottom-part .shop-list-section > .container .shop-item .shop-hours span {
	font-weight: 700;
}

.bottom-part .shop-list-section > .container .shop-item .shop-address, .bottom-part .shop-list-section > .container .shop-item .shop-tel, .bottom-part .shop-list-section > .container .shop-item .shop-hours {
	font-size: 13px;
	font-weight: 400;
	margin-top: 16px;
	color: #303030;
}

.bottom-part .shop-list-section > .container .brands-list-wrap {
	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;
}

.bottom-part .shop-list-section > .container .brands-list {
	padding-top: 19px;
}

.bottom-part .shop-list-section > .container .brands-list-item {
	padding-bottom: 10px;
}

.bottom-part .shop-list-section > .container .brands-list-item a {
	font-size: 13px;
	color: #45749c;
}

.vacancy-wrapper {
	margin-bottom: 75px;
}

.vacancy-one-wrapper {
	margin-bottom: 75px;
}

.vacancy-one-wrapper > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vacancy-one-wrapper .storecontent.first {
	max-width: 800px;
	padding: 60px 0 30px;
}

.vacancy-one-wrapper .services-list p, .vacancy-one-wrapper .vacancy-one-subheader {
	max-width: 800px;
}

.vacancy-one-wrapper .services-list ul {
	margin-bottom: 40px;
}

.vacancy-one-wrapper .services-list ul li {
	padding-bottom: 10px;
}

.vacancy-one-wrapper .vacancy-one-subheader {
	font-weight: 700;
	margin-top: 48px;
	margin-bottom: 40px;
	color: #303030;
}

.vacancy-one-wrapper .vacancy-one-heading {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.vacancy-one-wrapper .next-vacancy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vacancy-one-wrapper .next-vacancy a {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	width: 160px;
	height: 13px;
	text-decoration: underline;
	color: #45749c;
}

.vacancy-one-wrapper .next-vacancy a:hover {
	text-decoration: none;
}

.vacancy-one-wrapper .fill-out-a-form {
	margin-top: 42px;
	margin-bottom: 20px;
}

.vacancy-one-wrapper .fill-out-a-form .shops-garantie-btn {
	float: none;
	padding-bottom: 8px;
}

.vacancy-one-wrapper .write-us {
	display: block;
}

.vacancy-one-wrapper .write-us a {
	text-decoration: underline;
	color: #45749c;
}

.vacancy-one-wrapper .write-us a:hover {
	text-decoration: none;
}

.vacancy-one-wrapper .aboutbrand {
	max-width: 250px;
	margin-left: 30px;
	padding-top: 60px;
}

.red-underline {
	border-bottom: 1px solid transparent;
}

.red-underline:hover {
	border-bottom: 1px solid #ab1343;
}

@media (max-width:1000px) {
	.vacancy-one-wrapper > .container {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
}

.cards-wrapper *::selection {
	background: blue;
}



/* new basket */

.basket__head {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 1px solid #c8c8c8;
	padding: 0 0px 10px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
}
.basket__head div:first-child,
.basket__footer div:first-child {
	width: 100%;
	padding-left: 15px;
}
.basket__head div:last-child,
.basket__footer div:last-child {
	width: 180px;
	min-width: 180px;
	padding-right: 15px;
}
.basket__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #c8c8c8;
}

.basket__item--img {
	width: 150px;
	min-width: 150px;
	padding: 10px 0;
}
.basket__item--img img {
	display: block;
	margin: 0 auto;
}
.basket__item--body {
	display: flex;
	width: 100%;
}
.basket__item--content {
	width: 100%;
}
.basket__price {
	width: 180px;
	min-width: 180px;
	font-size: 20px;
	color: #c2182f;
	padding-right: 20px;
	font-weight: 500;
	font-weight: 800;
}
.basket__count {
	width: 200px;
	min-width: 200px;
}
.basket__count    .stepperInput {
	margin-left: 0;
}
.basket__item--cat {
	font-size: 20px;
	margin-bottom: 5px;
}
.basket__item--link {
	font-size: 20px;
}
.basket__item--link a {
	color: #45749c;
	text-decoration: none;
}
.basket__footer--text {
	padding-right: 70px;
	white-space: nowrap;
}
.basket__footer {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	align-items: center;
	font-size: 16px;

}
.basket__footer .basket__price {
	font-size: 26px;
}
.basket {
	margin-bottom: 50px;
}

.btn {
	display: inline-block;
	height: 50px;
	background: #35a64b;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	padding: 0 25px;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
}
.btn_big {
	font-size: 18px;
	padding: 0 50px;
}
.btn_right {
	float: right;
}
.s-and-p {

}
.s-and-p__title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 60px;
	margin-bottom: -2px;
}
.s-and-p__title span {
	border-bottom: 3px solid #c0182f;
	padding-bottom: 6px;
	display: inline-block;
}
.s-and-p__block {
	border: 1px solid #c5c5c5;
	display: flex;
}
.s-and-p__block--left {
	width: 480px;
	min-width: 480px;
	border-right: 1px solid #c5c5c5;
	background: #f7f7f7;
}
.s-and-p__block--right {
	width: 100%;
}
.s-and-p__nav-item {
	padding: 30px 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 800;
	border-bottom: 1px solid #c5c5c5;
	text-transform: uppercase;
}
.s-and-p__nav-item:last-child {
	border: none;
}
.s-and-p__radio {
	width: 32px;
	height: 32px;
	min-width: 32px;
	border: 2px solid #b7b7b7;
	box-sizing: border-box;
	margin-right: 20px;
	border-radius: 50%;
}
.s-and-p__nav-item_curent {
	background: #fff;
}
.s-and-p__nav-item_done .s-and-p__radio {
	border-color: #3aa84f;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.s-and-p__nav-item_done .s-and-p__radio:before {
	content: '';
	background: url(/local/templates/main-new/arrow-green.png);
	width: 20px;
	height: 18px;
	display: inline-block;
}
.s-and-p__nav-item_curent .s-and-p__radio {
	border-color: #c0182f;
}

.s-and-p__form {
	padding: 40px;
}
.form-row {
	margin-bottom: 20px;
}
.form-row__label {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;

}
.form-row__label span {
	color: #cc0000;
}

.s-and-p .input {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #c5c5c5;
	width: 312px;
}
.s-and-p .input_long {
	width: 100%;
}
.s-and-p__red-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c0182f;
	margin-bottom: 25px;
}
.s-and-p__form-block {
	margin-bottom: 45px;
}
.s-and-p__form-block:last-child {
	margin-bottom: 0;
}
.duble-column {
	display: flex;
	justify-content: space-between;
}
.duble-column__column {
	width: 48%;
}
.checkrow {
	display: flex;
	margin-bottom: 20px;
	font-size: 14px;
}
.checkbox {
	margin-right: 10px;
	width: 21px;
	height: 21px;
	background: #eeeeee;
	margin-top: -3px;
	position: relative;
}
.checkbox i {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	display: block;
	background: url(/local/templates/main-new/../../media/img/check-ico.png) no-repeat 50% 50%;
	opacity: 0;
}
.checkbox input {
	width: 21px;
	height: 21px;
	cursor: pointer;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.checkbox input:checked + i {
	opacity: 1;
}


.radio {
	margin-right: 10px;
	width: 17px;
	min-width: 17px;
	height: 17px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin-top: -1px;
	position: relative;
	border-radius: 50%;
}
.radio i {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	display: block;
	background: #eeeeee;
	opacity: 0;
}
.radio i:before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: '';
	background: #c4273d;
	box-sizing: border-box;
	top: 3px;
	left: 3px;
	position: absolute;
}
.radio input {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.radio input:checked + i {
	opacity: 1;
}
.checkrow + .btn {
	margin-top: 36px;
}
.duble-column + .checkrow {
	margin-top: 20px;
}

.checkrow span {
	display: block;
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	max-width: 370px;
}
.checkrow b {
	font-size: 16px;
}
.s-and-p__form--bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.s-and-p__form--bottom .price {
	font-size: 26px;
	color: #c2182f;
}
.s-and-p__stat {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.s-and-p__stat .price {
	font-size: 26px;
}
.s-and-p__stat .price_red {
	color: #c2182f;
}


@media (max-width: 640px) {
	.basket__item--body {
		flex-direction: column;
		padding: 25px 0;
	}
	.basket__item--cat {
		font-size: 15px;
	}
	.basket__item--link {
		margin-bottom: 10px;
	}
	.basket__price {
		margin-bottom: 18px;
		order: 3;
	}
	.basket__head {
		display: none;
	}
	.basket__count {
		order: 4;
	}
	.basket__item--img {
		width: 110px;
		min-width: 110px;
	}
	.basket__item--img img {
		max-width: 75%;
	}
	.basket__footer {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 20px;
		margin-top: 25px;
	}
	.basket__footer--text {
		white-space: normal;
		padding-right: 0;
	}
	.basket__footer * {
		order: 1;
	}
	.basket__footer div:first-child {
		order: 2;
		padding-left: 0;
		text-align: center;
	}
	.s-and-p__block {
		display: block;
	}
	.s-and-p__nav-item {
		display: none;
	}
	.s-and-p__nav-item_curent {
		display: flex;
	}
	.s-and-p__form {
		padding: 30px 17px;
	}
	.input {
		max-width: 100%;
	}
	.duble-column {
		display: block;
	}
	.duble-column__column {
		width: auto;
	}
	.btn_right {
		float: none;
		display: table;
		margin: 0 auto;
	}
	.s-and-p__form--bottom {
		display: block;
	}
	.s-and-p__stat {
		display: block;
	}
	.s-and-p__stat > div {
		margin-bottom: 15px;
	}
}






















section.products a.product p.price.old {
	color: gray !important;
	text-decoration: line-through;
}
p.price.old {
	color: gray;
	text-decoration: line-through;
	font-size: 28px;
}
.aboutbrand a {
	text-decoration: none !important;
}
.like_h4 {
	font-size: 20px;
	line-height: 1.2em;
}
.aboutbrand .like_h4 {
	width: 224px;
}
.like_h3{
	font-size: 24px;
	line-height: 1.2em;
}
.popup .like_h3{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 2px;
	display: inline-block;
	padding-bottom: 11px;
	text-transform: uppercase;
	color: #aca191;
	border-bottom: 3px solid transparent;
}
section.filters #specialspopup .like_h3{
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 16px;
}
section.filters #brandspopup .like_h3{
	font-size: 16px;
}
section.filters #brandspopup .controls .like_h3 {
	font-size: 13px;
	color: #aca191;
	cursor: pointer;
}
section.filters #brandspopup .controls .like_h3 + .like_h3 {
	margin-left: 13px;
	color: #303030;
	cursor: pointer;
}
section.filters #specialspopup .like_h4 {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #a29889;
}
h1.playfair.name2, h1.playfair.name1 {
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}

section.storecontent .dopinfo-cols > div:last-child {margin-top:0;}
@media (max-width: 1000px) {
	#drugie-adaptive {transform: translateY(50px);}
	section.storecontent .dopinfo-cols > div.models-list-block {margin-top:100px;}
}


.select2-container--default .select2-results > .select2-results__options {
	max-height:70vh;
}

@media (max-height: 1080px) {
	.mechanism-popup, section.filters #specialspopup {
		max-height:70vh;
		overflow-y:scroll;
	}
}

@media (max-height:960px) {
	section.filters #brandspopup {
		max-height:70vh;
		overflow-y:scroll;
	}
}


@media (max-width: 1450px) {
	section.filters #brandspopup {
		width: 60vw!important;
	}
}

@media (max-width: 1220px) {
	.patch_filter_wp {
		flex-wrap:wrap;
	}
	.patch_filter_6_column {
		width:28%;
	}
}

@media (max-width: 960px) {
	section.filters #brandspopup {
		width: 100%!important;
	}
}

@media (max-width: 480px) {
	.patch_filter_6_column {
		width:100%;
	}

	.mechanism-popup {
		position: fixed;
		width: 100%;
	}
}


.product-sidebar {
	height: 450px;
	padding-right: 20px;
	width: 245px;
}

.product-sidebar--fl-r {
	float: right;
}

.product-sidebar .columns-headers {
	margin-bottom: 20px;
}

.product-sidebar__list {
	height: 370px;

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #c0182f!important;
	border-radius: 0;
	opacity: 1;
	filter:none!important;
}

.mCSB_scrollTools {
	right: -5px;
}

.product-sidebar__list li a {
	color: #45749c;
	text-decoration: none;
	border-bottom: 1px solid #0000;
	transition: border 0.2s ease;
}

.product-sidebar__list li a:hover {
	border-bottom: 1px solid #45749c;
}

section.storecontent .smalltabs ul a {
	text-decoration: none;
}

@media (max-width: 1000px) {
	.product-sidebar {
		width: 100%;
		height: 250px;
		padding: 0 20px;
	}
	.product-sidebar__list {
		height: 160px;
	}
}


.white-space {
	height: 1000px;
}

.main-menu {
	background-color: #1d1d1d;
    background-image: url(/local/media/static/img/general/bg1.jpg);
    background-size: cover;
    background-position: center;
    height: 50px;
}

.main-menu__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	cursor: default;
}

.main-menu__list-item {
	display: block;
	list-style: none;

}

.main-menu__list-dot {
	line-height: 50px;
	color: #696969;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 14px;
}

.main-menu__list-link {
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-family: 'Gotham', 'Roboto', Arial, sans-serif;
    cursor:pointer;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.main-menu__list-link:hover {
	color: #d6b653;
}

.main-menu__container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.main-menu__search {
	width: 135px;
	margin-left: 70px;
	z-index: 2;
}

.search-input {
	width: 100%;
	display: block;
	height: 27px;
	padding:5px 10px;
	font-size: 14px;
	border-radius: 20px;
	border:0;
	padding-left: 30px;
	-webkit-transition:.1s;
	-o-transition:.1s;
	transition:.1s;
}



.search-input__red-btn {
	position: absolute;
	width: 30px;
	height: 27px;
	background: url(/local/templates/main-new/img/search-red-icon.png) center center no-repeat;
	border:0;
	top: 0;
	right: -1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.search-input-container--focus .search-input {
	padding-left: 10px;
	padding-right: 25px;
	margin-left: -50px;
    width: calc(100% + 50px);
    -webkit-box-shadow: 0 0 10px 2px #000;
            box-shadow: 0 0 10px 2px #000;
}

.search-input-container--focus .search-input__red-btn {
	opacity: 1;
	visibility: visible;
}

.search-input-container--focus .search-input__red-btn:hover {
	opacity: .8;
}

.search-input-container {
	display: block;
	position: relative;
}

.search-input-container:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 27px;
	width: 27px;
	background: url(/local/media/static/img/general/search.png) center center no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
	visibility: visible;
}

.search-input-container--focus:after {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	opacity: 0;
	visibility: hidden;
}

.topmenu__top-menu {
	width: 490px;
}

section.topmenu > .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

section.topmenu .container:after {
	display: none;
}

div.topmenu__personal-cart {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

section.topmenu .container > div.topmenu__personal-cart {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section.topmenu a.cart {
	background-color: #c2182f;
	color: #fff;
	border:0;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	    display: block;
	    float: none;
}

section.topmenu a.cart p {
	color: #fff;
}

.section.topmenu span.cartimg {
	background: url(/local/media/static/img/general/korzina-white.png) center center no-repeat;
}

section.topmenu a.cart {
	width: 145px;
}

section.topmenu a.cart:after {
	content: '';
	display: block;
	position: absolute;
	right: 8px;
	height: 100%;
	width: 20px;
	top: -1px;
	background: url(/local/media/static/img/general/arrow-white.png) center center no-repeat;
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}

section.topmenu a.cart:hover {
	background-color: #ae162c;
	-webkit-box-shadow: 0 0 15px #c8001e3b;
	        box-shadow: 0 0 15px #c8001e3b;
}

section.topmenu a.cart:hover:after {
	-webkit-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	        transform: translateX(2px);
}

.topmenu__compare {
	height: 35px;
	width: 35px;
	margin: 0 15px;
	position: relative;
	top: -1px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 20px;
}

.topmenu__compare>svg {
	width: 16px;
	height: 16px;
	fill: #9f9f9f;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.topmenu__compare-counter {
	content: '';
	display: block;
	position: absolute;
	height: 17px;
	width: 17px;
	text-align: center;
	line-height: 17px;
	font-size: 11px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	background: #c2182f;
	border-radius: 20px;
	color: #fff;
	right: -4px;
	top: 12px;
	cursor: pointer;
}

.main-content-block {
	font-size: 14px;
	margin-bottom: 40px;
}

.topmenu__compare:hover>svg {
	fill: #686868;
}

.topmenu__top-menu > ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

header > .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	height: 100%;
}

header > .container:before {
	display: none;
}

header .container:after {
	display: none;
}

header .container .main-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin-top: 0;
	line-height: 0;
}

header {
	padding: 0;
	height: 106px/*120px*/;
	margin-top: 56px/*42px*/;
}

.header-section-buttons__luxe {
	margin-left: 15px;
}

.header-section-buttons > a:hover {
	opacity: .8;
}


.main-menu__submenu {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 100%;
	margin-top: -3px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(171, 151, 135, 0.5);
	        box-shadow: 1px 1px 10px 1px rgba(171, 151, 135, 0.5);
	border-top: 3px solid #c2182f;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	-webkit-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	        transform: translateY(-4px);
}

.main-menu__container {
	position: relative;
}

.submenu-container {
	width: 100%;
	z-index: 10;
}

.main-menu__list-item:hover .main-menu__submenu {
	opacity: 1;
	visibility: visible;
	z-index: 11;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}


.main-menu__submenu-top {
	min-height: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 40px;
	border-bottom: 1px solid #cfcfcf
}

.main-menu__submenu-top ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-menu__submenu-top ul li {
	margin-right: 40px;
	white-space: nowrap;
    margin-bottom: 5px;
}

.main-menu__submenu-top ul li a {
	color: #5c82a4;
	font-size: 15px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
}

.main-menu__submenu-icon {
	content:'';
	display:block;
	position: absolute;
	width: 11px;
	height: 11px;
	border-top: 3px solid #c2182f;
	border-left: 3px solid #c2182f;
	left: 50%;
	background: #fff;
	-webkit-transform:rotate(45deg) translateX(-50%);
	    -ms-transform:rotate(45deg) translateX(-50%);
	        transform:rotate(45deg) translateX(-50%);
	top: -4px;
}

.main-menu__submenu-middle {
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.main-menu__middle-menu {
	margin-right: 70px;
	margin-bottom: 20px;
}

.main-menu__middle-menu:last-of-type {
	margin-right: 0;
}

.main-menu__middle-menu-title {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #303030;
	margin-bottom: 12px;
	white-space: nowrap;
}

.main-menu__middle-menu-title a {
	color: #5c82a4;
}

.main-menu__middle-menu ul li {
	margin-bottom: 12px;
}

.main-menu__middle-menu ul li a {
	font-size: 14px;
	color: #303030;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.main-menu__middle-menu ul li a:hover {
	text-decoration: underline;
}

.main-menu__middle-menu_2-colums {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	width: 340px;
	margin-right: 0;
}

.main-menu__middle-menu_2-colums ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-menu__middle-menu_2-colums ul li {
	width: 50%;
}

.main-menu__submenu-bottom {
	padding: 15px 40px;
	background: #f6f6f6;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-menu__submenu-bottom ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-menu__submenu-bottom ul li {
	margin-right: 50px;
}

.main-menu__submenu-bottom ul li a {
	font-size: 14px;
	color: #5c82a4;
	text-transform: uppercase;
}

.main-menu__submenu-bottom ul li p {
	color: #9f9f9f;
	font-size: 11px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
}

section.topmenu p.gotham {
	width: 100%;
	display: block;
}
section.topmenu .city{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

section.topmenu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top: 6px solid #b0162b;
    z-index: 900;
    background: #fff;
}

section.topmenu:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	        box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.topmenu__city-select {
	position: relative;
}

.mobile-menu__popup {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 385px;
	background: #f2f2f2;
	z-index: 20;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	z-index: 30;
}

.mobile-menu__popup--active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu__popup__body {
	padding: 30px 55px;
}

.mobile-menu__main-menu {
	margin: 30px 0;
}

.mobile-menu__main-menu ul li:before {
	display: none;
}

.mobile-menu__main-menu ul li {
	display: block;
	padding: 0;
}

.mobile-menu__main-menu ul li a {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	padding: 8px 0;
	display: block;
}

.mobile-menu__popup-top-panel {
	height: 35px;
    border-bottom: 1px solid #c8c8c8;
}

.mobile-menu__popup-top-menu ul li {
	padding: 0;
}

.mobile-menu__popup-top-menu ul li a {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.mobile-menu__popup-top-menu section.topmenu li + li:before {
	display: none;
}


.mobile-menu__popup-top-menu ul li + li:before {
	display: none;
}

.mobile-menu__popup-top-menu ul li {
	margin-right: 25px;
	display: block;
}

.mobile-menu__popup-top-menu ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mobile-menu__popup-top-menu ul li:after {
	font-size: 14px;
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -9px;
    content: '•';
    color: #111;
}


.mobile-search {
	padding: 10px 18px;
	border:1px solid #e3e3e3;
	background: #fff;
	width: 100%;
	border-radius: 40px;
}

.mobile-search-form {
	position: relative;
}

.mobile-search-form__btn {
	position: absolute;
	border:0;
	background: url(/local/templates/main-new/img/mobile-search.png) center center no-repeat;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}

.mobile-menu__search {
	margin-bottom: 30px;
}

.mobile-menu__modes {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.mobile-menu__modes img {
	margin: 0!important;
}

.topmenu__mobile-menu-btn--active .topmenu__mobile-menu-line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	    -ms-transform: translateY(6px) rotate(45deg);
	        transform: translateY(6px) rotate(45deg);
}

.topmenu__mobile-menu-btn--active .topmenu__mobile-menu-line:nth-child(2) {
	opacity: 0;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
}

.topmenu__mobile-menu-btn--active .topmenu__mobile-menu-line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	    -ms-transform: translateY(-6px) rotate(-45deg);
	        transform: translateY(-6px) rotate(-45deg);
}

.topmenu__mobile-menu-btn:after {
	content:'';
	display:block;
	position:absolute;
	top:-6px;
	right:0;
	left:0;
	bottom:-8px;
}


.topmenu__mobile-menu {
	cursor: pointer;
}


/* catalog */

.main-catalog {
	padding: 4px 0;
}

.main-catalog__container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.main-catalog__left {
	width: 280px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.main-catalog__right {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
	margin-left: 20px;
}

.main-catalog__top-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	overflow: hidden;
	max-height: 1.8em;
	position: relative;
	padding-right: 55px;
}

.main-catalog__top-links--open {
	max-height: 500px;
	/* padding-right: 0; */
}

.main-catalog__top-links p {
	margin-right: 30px;
	line-height: 1;
}

a.main-catalog__top-links__item {
	margin-right: 25px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #5c82a4;
}

a.main-catalog__top-links__item.show-more {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
}

a.main-catalog__top-links__item.link-hidden {
	display: none;
}

a.main-catalog__top-links__item:hover {
	border-bottom: 1px solid transparent;
}

.main-catalog__title {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	margin: 16px 0 25px;
	text-transform: none;
}

.main-catalog__description a {
	color: #5c82a4;
	text-decoration: underline;
}



.product-item {
	width: 280px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	border-radius: 6px;
	position: relative;
	cursor: default;
}

.product-item:hover {
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
	-webkit-box-shadow: 0 0 10px 1px rgba(171, 151, 135, 0.45);
	        box-shadow: 0 0 10px 1px rgba(171, 151, 135, 0.45);
}

.product-item:hover .product-item__img {
	opacity: .9;
}

.product-item__img {
	text-align: center;
	padding: 0 0 30px;
	display: block;
	-webkit-transition:0s;
	-o-transition:0s;
	transition:0s;
}

.product-item__img img {
	width: 100%;

}

.product-item__name {
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	color: #303030;
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}

.product-item__name-link {
	display: block;
}

.product-item__name-link:hover {
	color: #5c82a4;
}

.product-item__price {
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

.product-item__old-price {
	font-weight: 100;
	font-size: 14px;
	color: #9f9f9f;
	text-align: center;
	text-decoration: line-through;
}

.product-item__description {
	text-align: center;
}

.product-item__controls {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 15px 0;
}

.product-item__to-cart {
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	border:1px solid #bcaa9d;
	padding:0 10px 0 30px;
	color: #bcaa9d;
	position: relative;
	font-size: 14px;
}

.product-item__to-cart:hover {
	color: #303030;
}

.product-item__to-cart:after {
	content:'';
	display:block;
	position:absolute;
	left: 1px;
	top: -3px;
	height: 30px;
	width: 30px;
	background: url(/local/templates/main-new/img/cart-grey.png) center center no-repeat;
}



.product-item__to-compare {
	color: #5c82a4;
	margin-left: 10px;
	padding-left: 30px;
	font-size: 14px;
	position: relative;
}

.product-item__to-compare--active {
	color: #c2182f;
}

.product-item__to-compare:after {
	content:'';
	display:block;
	position:absolute;
	left: 0;
	top: -3px;
	height: 20px;
	width: 30px;
	background: url(/local/templates/main-new/img/compare.png) center center no-repeat;
}

.main-catalog-items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.kombox-filter-choice{
	padding-bottom: 0;
	margin-bottom: -17px;
}

.catalog-filter {
	position: relative;
}

.catalog-filter__container {
	padding: 20px;
	background: #fff;
	padding-left: 0;
	padding-top: 0;
}

.catalog-filter__close {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -1px;
	right: -30px;
	background: #c8c8c8 url(/local/templates/main-new/img/close.png) center center no-repeat;
	cursor: pointer;
	display: none;
}

.catalog-filter__close:hover {
	background-color: #b4b4b4;
}

.product-item__tags {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
}

.product-item-tag {
	background: #c2182f;
	color: #fff;
	padding: 7px 10px 7px 28px;
	border-radius: 4px 0 0 4px;
	cursor: default;
	position: relative;margin-bottom: 5px;
}

.product-item-tag--discount:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(/local/templates/main-new/img/discount-label.png) center center no-repeat;
}

.product-item-tag--popular {
	background: #5c82a4;
}

.product-item-tag--popular:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 28px;
	background: url(/local/templates/main-new/img/star-label.png) center center no-repeat;
}

.product-item-tag--new {
	background: #967b67;
}

.product-item-tag--new:after {
	content: '•';
	display: block;
	line-height: 30px;
	font-size: 26px;
	color: #fff;
	width: 25px;
    left: 2px;
    top: 1px;
	position: absolute;
	text-align: center;
}

.catalog-post-text h2 {
	font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin: 15px 0;
    text-transform: none;
}

.catalog-post-text h3 {
	font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 15px 0;
    text-transform: none;
}

.catalog-post-text p {
	margin: 15px 0;
}

.main-catalog__filter-btn {
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	text-align: center;
	font-size: 15px;
	font-family: 'Gotham', 'Roboto', Arial, sans-serif;
	border:1px solid #e4e4e4;
	display: inline-block;
	border-radius: 40px;
	display: none;
}


.mobile-menu__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	z-index: -30;
	pointer-events: none;
}

.mobile-menu__overlay--active {
	visibility: visible;
	z-index: 30;
	opacity: .3;
	pointer-events: auto;
}

section.topmenu a.reg {
	max-width: 200px;
}











@media (max-width:1220px) {
	section.topmenu .container > div:first-child {
		width: 145px;
	}

	.topmenu__top-menu {
		width: 480px;
	}

	section.topmenu a.cart {
		width: 135px;
	}
	.topmenu__top-menu {
		padding: 0 10px;
	}
	.main-menu {
		height: 40px;
	}
	.main-menu__list-link {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.main-menu__list-dot {
		line-height: 40px;
	}
	.main-menu__search {
		width: 90px;
		margin-left: 20px;
	}
	.topmenu__compare {
		margin: 0 25px 0 0;
	}
	.main-menu__submenu {
		left: 0;
		right: 0;
		margin-top: 0;
	}
	.main-menu__submenu-icon {
		margin-left: 15px;
	}


}

@media (max-width:1023px) {
	.container {
		padding: 0 10px;
	}
}

@media (max-width:1000px) {
	.container {
		padding: 0 20px;
	}
	.topmenu .topmenu__top-menu {display: none!important;}
	.main-menu {
		display: none;
	}
	header .container > div:first-child {
		display: none;
	}
	header .container > div:last-child {
		display: none;
	}
	section.topmenu .container > div.topmenu__city-select {
		height: auto;
		align-items: unset;
	}
	header .container .main-logo {
		position: static;
		display: block;
    	-webkit-transform: none;
    	    -ms-transform: none;
    	        transform: none;
	}
	header .container {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	header {
		height: 85px;
	}
	section.topmenu a.reg {
		max-width: 200px;
	}
	.cart__product-text {
		display: none;
	}
	section.topmenu a.cart {
		width: 75px;
	}
	.topmenu__compare {
		margin-left: 0;
		margin-right: 15px;
	}

	.topmenu__personal-cart {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	section.topmenu .container > div:first-child {
		width: 260px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.topmenu__mobile-menu {
		width: 55px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-right: 25px;
		z-index: 40;
		position: relative;
	}
	.topmenu__mobile-menu-btn {
		width: 100%;
		height: 100%;
		background: #9f9f9f;
		position: absolute;
		top: 0;
		left: 0;
	}

	.topmenu__mobile-menu-line {
		width: 20px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.topmenu__mobile-menu-line:nth-child(1) {
		top: 10px;
	}
	.topmenu__mobile-menu-line:nth-child(2) {
		top: 16px;
	}
	.topmenu__mobile-menu-line:nth-child(3) {
		top: 22px;
	}

	.main-catalog__left {
		position: absolute;
		z-index: 3000;
		top: 260px;
		width: 260px;
		left: 0;
		-webkit-transform: translateX(-10%);
		    -ms-transform: translateX(-10%);
		        transform: translateX(-10%);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-box-shadow: 4px 4px 18px 1px rgba(92, 130, 164, 0.16);
		        box-shadow: 4px 4px 18px 1px rgba(92, 130, 164, 0.16);
	}

	.main-catalog__right {
		margin-left: 0;
	}

	.main-catalog__left--active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.catalog-filter {
		border:1px solid #c9c8c8;
	}
	.catalog-filter__close {
		display: block;
	}

	.catalog-filter__container {
		padding: 20px;
	}

	.main-catalog__filter-btn {
		display: inline-block;
	}

	section.topmenu {
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
		        box-shadow: 0 0 15px rgba(0,0,0,.1);
	}

	.mobile-menu__popup__body {
		max-height: calc(100vh - 82px);
    	overflow-y: auto;
	}

	.main-catalog__left .aboutbrand {
		display: none;
	}

}

@media (max-width:650px) {
	section.topmenu a.reg {
		display: none;
	}
	section.topmenu > .container {
		padding: 0;
	}
	section.topmenu .container > div:nth-of-type(3) {
		margin-right: 0;
	}
	.city-select-text {
		display: none;
	}
	.topmenu__mobile-menu {
		margin-right: 12px;
	}
	section.topmenu .container > div.topmenu__city-select {
		border-right: 0;
	}
	.mobile-menu__popup__body {
		padding: 30px;
		padding-top: 20px;

	}

	.main-catalog__title {
		font-size: 25px;
	}

	.main-catalog-items {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}


@media (max-width:480px) {
	.mobile-menu__popup {
		width: 100vw;
	}
	section.topmenu a.reg {
		display: block;
		position: fixed;
	    top: 7px;
	    z-index: 60000;
	    right: 0;
	    padding: 0;
	    width: 170px;
	    visibility: hidden;
	    opacity: 0;
	}
	section.topmenu a.reg.active {
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: .2s;
		     -o-transition-delay: .2s;
		        transition-delay: .2s;
	}
	header .container .main-logo img {
		width: 100%;
	}
	section.topmenu a.cart:after {
		right: 6px;
	}
	.mobile-menu__popup-top-menu ul li {
		margin-right: 22px;
	}
	.main-catalog__description {
		display: none;
	}
	.main-catalog__title {
		margin-bottom: 0;
	}
	header .container .main-logo img {
		display: none;
	}

	header .container .main-logo {
		height: 50px;
		background: url(/local/templates/main-new/img/main-logo.svg) center center no-repeat;
		background-size: cover;
		background-size: contain;
    	width: 100%;
	}

	section.topmenu .container > div:first-child {
		width: 50%;
	}
	section.topmenu p.gotham, section.topmenu .city {
		width: 150px;
	}

	section.topmenu .mobile-menu__popup-top-menu p.gotham {
		width: auto;
	}

	section.topmenu .container > div:nth-of-type(3) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

#citypopup .select:hover div {
	margin: 0;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

#citypopup .select a p, .citypopup .select a p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-catalog__sorting-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-align-items: flex-end;
	margin-top: 30px;
}

.main-catalog__sorting-select {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 40px;
}

.main-catalog__sorting-select .select2-container {
	margin: 0;
	padding: 10px 0px;
}

.main-catalog__sorting-select p {
	line-height: 1;
	margin-right: 10px;
}

.main-catalog__sorting-select .select2-selection--single {
	height: auto;
	border:0;
}

.main-catalog__sorting-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.main-catalog__sorting-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	text-transform: none;
	font-size: 14px;
	color: #5c82a4;
	font-family: 'Roboto', Arial, sans-serif;
	padding-right: 0;
}

.main-catalog__sorting-select .select2-container--open .select2-dropdown--below, .select2-container {
	width: auto !important;
}

.main-catalog__sorting-select .select2-container--default .select2-selection--single {
	width: auto;
	padding: 0;
	margin-left: 0;
	line-height: 1;

	padding-right: 20px;
}

.main-catalog__sorting-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-bottom: 1px solid #b9c6d4;
}

.main-catalog__sorting-select .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
	border-bottom: 1px solid rgba(255,255,255,0);
}


.main-catalog__sorting-select .select2:after {
	pointer-events: none;
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	background: url(/local/templates/main-new/components/kombox/filter/ajax1/images/arrow.png) no-repeat center center;
	right: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media (max-width:1000px) {
	.main-catalog__tags {
		width: 100%;
		margin-bottom: 20px;
	}
	.main-catalog__sorting-block {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


@media (max-width:480px) {
	.main-catalog__sorting-select {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
	}
	.main-catalog__tags {}
}

.container--product-page {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

div.other-brands-list {
	width: 100%!important;
	padding: 38px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding-bottom: 90px;
}

.other-brands-list ul {
	display: block;
	column-count: 4;
}

.other-brands-list ul li {
	position: relative;
	margin-bottom: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.other-brands-list ul li:before {
	content: '—';
	margin-right: 5px;
}

.other-brands-list ul li a:hover {
	text-decoration: underline;
}

@media (max-width:1000px) {
	.other-brands-list ul {column-count: 3;}
}

@media (max-width:700px) {
	.other-brands-list ul {column-count: 2;}
}


@media (max-width:480px) {
	.other-brands-list ul {column-count:1;}

	div.other-brands-list {
		border: 0;
		padding: 30px 0 50px 0;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
		background-size: contain;
	}
}


.owl-prev, .owl-next {
	text-indent: -99999px;
}

#loginform > div:last-child > p, #regform > div:last-child > p {
	width: auto;
}

#regform .formtick > p {
	width: auto;
}

#store-click-popup .formstroke + .formstroke {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header-section-buttons {

}

.luxe_class header {
	position: relative;
	background: transparent;
}

.luxe_class header:after {
	content:'';
	display:block;
	position:absolute;
	top:-42px;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
	pointer-events: none;
	background: url(/local/media/static/img/general/luxeheader.png) center center;
}

.luxe_class .main-menu {
	background-image: url(/local/media/static/img/general/bg2.jpg);
}

.luxe_class .main-menu__list-dot {
	color: #d7bd6d;
}

body.luxe_class footer, body.luxe_class .footerbanners {
	background-color: #303030;
    border-color: #404040;
}

body.luxe_class footer p {
	color: #9a9a9a;;
}

body.luxe_class footer p.header {
	color: #a79c8b;
}

body.luxe_class footer .container + .container {
	    border-color: #404040;
}

body.luxe_class footer .icons img {
	opacity: .5;
}

body.luxe_class section.topmenu {
	border-top: 6px solid #000000;
}

body.luxe_class section.topmenu a.cart {

}

div.header-section-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.popuppos.storeclick {
	position: fixed;
	top: 41px;
	left: 50%;
	z-index: 90;
}

.popuppos.storeclick .popup.huge {
	transform: translateX(-50%);
}

@media (max-width: 479px) {
	.popuppos.storeclick {
		left: 0;
	}
	.popuppos.storeclick .popup.huge {
		transform: none;
	}
}

#kombox-filter .kombox-filter-property-name {
	user-select: none;
}

.section.storecontent.first {
	clear: both;
}

section.topmenu a.reg p {
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.cart__text {
		display: none;
	}
}

@media (max-width: 480px) {
	section.topmenu a.cart {
		width: 55px;
	}
	section.topmenu span.cartimg {
		margin-right: 3px;
		margin-left: 2px;
	}
	.main-catalog__sorting-block {
		margin-top: 20px;
	}
	.main-catalog {
		padding: 20px 0;
	}
	.main-catalog__title {
		margin-top: 10px;
	}
	.fancybox-close {
		top: initial;
		bottom: -6px;
	}
	.select2-container{
		z-index: 500;
	}

	.select2-container--open {
		z-index: 800400;
		width: 140px !important;
	}
	.main-catalog__sorting-select .select2-container--open {
		width: auto !important;
	}
	.select2-container--default .select2-results > .select2-results__options {
		max-height: 50vh;
	}
	.topmenu .city p a{
		color: #303030 !important;
	}
	section.storecontent.second{
		margin-top: 30px;
	}
	.select2-results__option {
		line-height: 22px;
		padding: 9px 0 9px 14px;
		min-height: 40px;
		box-sizing: border-box;
	}
	.fancybox-close{
		top: 40px;
		bottom: auto;
		right: 28px;
		background-image: none;
	}
	.fancybox-close:before,
	.fancybox-close:after{
		top: 9px;
		left: 0px;
		width: 20px;
		height: 2px;
		position: absolute;
		content: '';
		display: block;
		background-color: #303030;
	}
	.fancybox-close:before{
		transform: rotate(45deg);
	}
	.fancybox-close:after{
		transform: rotate(-45deg);
	}
	.popup .store-click-descr{
		margin-bottom: 20px;
	}
}



section.headertext h1, section.headertext h2, section.headertext h3, section.headertext h4 {
	display: inline-block;
    border-bottom: 3px solid #c0182f;
    margin-bottom: -2px;
    padding-bottom: 15px;
    font-family: 'Gotham','Roboto',Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

div.modern-page-navigation {
	margin-bottom: 30px;
}
/* Ссылка в выпадающем меню */
.main-menu__middle-menu-title a:hover{
    text-decoration: underline;
}


.brand-page-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.brand-page-list__desc {
	width: 50%;
	margin-right: 40px;
}

.brand-page-list__desc p {
	margin: 15px 0;
}

.brand-page-list__img {
	width: 50%;
}

.brand-page-list__img img {
	width: 100%;
}

.brand-banner {
	max-width: 100%;
	display: block;
	margin: 60px 0;
}

.brand-banner img {
	width: 100%;
}

.brand-page h2 {
	font-size: 26px;
}



.brand-collections {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 40px -10px;
	flex-wrap:wrap;
}

.brand-collections__item {
	margin: 30px 10px;
	width: calc(50% - 20px);
}

.brand-collections__item-link {
	display: block;
	font-family: Gotham;
	font-size: 20px;
	color: #5C82A4;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
}

.brand-collections__item img {
	width: 100%;
}

.show-more {
	text-align: center;
	margin-bottom: 80px;
}

.show-more a {
	color: #5C82A4;
	text-decoration: underline;
	cursor: pointer;
}

.show-more a:hover {
	text-decoration: none;
}

.brand-products {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

section.products .brand-products a.product {
	width: 25%;
	margin-bottom: 40px;
}

@media (max-width:1000px) {
	section.products .brand-products a.product {
		width: 50%;
	}

	.brand-page-list {
		flex-direction: column;
	}

	.brand-page-list__img {
		width: 100%;
		order: -1;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.brand-page-list__desc {
		width: 100%;
		margin: 0;
	}
}

@media (max-width:649px) {
	.brand-collections__item {
		width: 100%;
	}
	section.products .brand-products a.product {
		width: 100%;
	}
	.brand-container {
		padding: 0 20px;
	}
	.brand-collections__item-link {
		text-transform: none;
	}
	.main-catalog__top-links {
		max-height: 4.8em;
	}
	#popuppos_storeclick {
		width: 100%;
    	margin-left: 0;
    	z-index: 99999;
	}
}

.brand-collections__item img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1474601041745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/local/media/css/dev.css?157725421321064*/
h3,
h4,
h5,
h6 {
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.19048em !important;
}

p.err {
  text-transform: none !important;
  padding: 5px;
  color: red !important;
}
section.filters a.logo {
  width: 93px;
}
.new-preview:hover {
  border: 2px solid #dadada;
  padding: 18px;
  width: 490px;
}
.next-new,
.prev-new,
.all-news-link,
.next-vacancy a {
  text-decoration: none !important;
}
.next-new:hover,
.prev-new:hover,
.all-news-link:hover,
.next-vacancy a:hover {
  text-decoration: underline !important;
}
div#map {
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.container .container {
  padding: 0 !important;
}
div#bxdynamic_basket {
  display: initial;
}
/* For modern browsers */
.clear_fix:before,
.clear_fix:after {
  content: "";
  display: table;
}
.clear_fix:after {
  clear: both;
}

/* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ IE6-7 */
.clear_fix {
  zoom: 1;
}

.container.cols.patch {
  display: flex;
  justify-content: space-between;
}
.container.cols.patch > div {
  width: initial;
}

.notetext {
  min-height: 300px;
  color: black;
  font-size: 16px;
}

.notetext a {
  color: blue;
  text-decoration: underline;
}
div.priipala {
  position: relative;
  z-index: 5;
}
div.priipala.active {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
}
.searchList a {
  color: #45749c;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.searchList a:hover {
  text-decoration: underline;
}

.searchList {
  margin-top: 20px;
}

.searchList p {
  margin-bottom: 10px;
}

.search h1 {
  display: none !important;
}

.remove_btn {
  background: url("/local/media/css/../img/delete.png");
  width: 23px;
  height: 23px;
  opacity: 0;
  cursor: pointer;
}
.fifth-column {
  display: flex;
  align-items: center;
}

.a-row:hover .remove_btn {
  opacity: 0.5;
}

.a-row:hover .remove_btn:hover {
  opacity: 1;
}

.col_4_patch .col3-grid {
  margin: 0 !important;
  width: 100%;
}

.col_4_patch .col3-grid .shop-item {
  width: 25%;
}
.single-new-content > div {
  width: 100%;
  max-width: 500px;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}

.shipping-payment-body .citypopup {
  position: absolute;
  width: 320px !important;
  top: -1px;
  left: 0;
  z-index: 2;
}
span#inline-city {
  font-size: 18px;
  margin-left: 18px;
  font-size: inherit;
}

.history-waypoints-inner {
  font-size: 14px;
  line-height: 1.7em;
}

.modern-page-navigation {
  font-size: 16px;
}
.single-new a {
  color: #45749c;
}
.single-new a:hover {
  color: #45749c;
  text-decoration: underline;
}
body *::selection {
  background-color: blue;
  color: white;
}
.patch_filter_wp {
  display: flex;
}

.patch_filter_6_column {
  width: 17.5%;
}
.old_site_wp {
  padding: 20px 0px;
  text-transform: uppercase;
  text-align: center;
}

.old_site_wp a {
  color: #ae162b;
  font-weight: 500;
}

.card-number-wrap {
  margin-bottom: 30px;
}
.popup form > div {
  padding: 20px 30px;
}
.patch__basket-one-click-wp .popuppos {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -235px;
  z-index: 1000;
}

.modern-page-navigation {
  text-align: center;
}

.bx-changepass-table input {
  font-family: "Gotham", "Roboto", Arial;
  font-size: 11px;
  font-weight: 500;
  line-height: 40px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  height: 40px;
  padding-left: 10px;

  text-transform: uppercase;

  border: 1px solid #d9d0c1;
  width: 300px;
}

/*form > .formItem {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*width: 450px;*/
/*margin-bottom: 30px;*/
/*align-items: center;*/
/*}*/

.jsProfileForm .left,
.jsProfileForm .right {
  display: inline-block;
  width: 400px;
  margin-right: 50px;
}

.jsProfileForm .formItem {
  /*display: flex;*/
  justify-content: space-between;
}

.jsProfileForm {
  border: 1px solid #cc8a93;
  background-color: #fdf4f5;
  padding: 50px;
}

.jsProfileForm label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 40px;
}

.jsProfileForm input[type="text"],
.jsProfileForm input[type="password"] {
  border: 1px solid #cc8a93;
  background-color: #fff;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.formItem .jsInput {
  padding: 0;
}

.formFooter {
  margin-top: 20px;
}

a.resetButton.jsReset {
  display: none;
}

.formFooter .button input {
  background: rgba(245, 245, 220, 0);
}
.history-of-brand-wrapper a {
  color: #45749c;
  text-decoration: underline;
}
.history-of-brand-wrapper a:hover {
  text-decoration: none;
}
.patch_flex_columns {
  display: flex;
}

.patch_flex_columns li {
  width: 100% !important;
  max-width: 100% !important;
}
.vacancy-one-wrapper p a {
  text-decoration: underline;
  color: #45749c;
}

@media (max-width: 479px) {
  .container.cols.patch {
    display: block;
  }
}

.js__tab-content--hidden {
  display: none;
}
input.input.error {
  border-color: #c2182f;
}
.checkbox.error {
  border: 1px solid #c2182f;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sale-lable {
  white-space: nowrap;
  max-width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  height: 38px !important;
  line-height: 32px;
}

.collection-name {
  line-height: 1.4 !important;
}

.shop-city:before {
  top: 0 !important;
}

.new-lable {
  line-height: 30px !important;
}
.lider-lable {
  line-height: 20px !important;
}
.popup {
  width: 410px !important;
}
.lider-lable + .sale-lable {
  margin-top: 40px;
}
.sale-lable {
  width: 90px;
}

.registration-form-wrapper .in-total-wrapper .round-button.disabled {
  text-decoration: none;
  cursor: default;
  opacity: 0.5;
}

.choose-city-name {
  font-weight: normal;
}
.chosen-city-name {
  font-weight: bold;
}

.sorting-select {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sorting-select .select2 .selection .select2-selection {
  border-color: #dedede;
}

.sorting-select
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow {
  background: url(/local/media/static/img/general/selectsearch.png) center
    no-repeat;
}

.drugie-adaptive-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .container.cols.patch.patch__no_clear {
    flex-direction: column;
  }
  .drugie-adaptive-mobile {
    display: block;
    padding: 10px 0 !important;
  }
  .smalltabs {
    min-height: 0 !important;
  }
}

#drugie-adaptive {
  display: none;
}

.bx_my_order_cancel textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #cc8a93;
}

.other-brand--full-width {
  width: 100% !important;
}

@media (max-width: 1000px) {
  .product-sidebar--fl-r {
    float: none !important;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(5);
}

.product-sidebar .columns-headers {
  width: 100%;
}
section.headertext {
  float: none;
}
section.headertext.sticky{
  padding-top: 0;
}
@media (max-width: 479px){
    section.headertext.sticky{
      margin-top: 40px;
    }
    .container.wide-mobile{
      padding: 0;
    }
}
p.list-of-cards {
  clear: both;
}

.shops-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
  width: 100%;
}

.shops-block__item {
  padding: 20px;
  margin: 10px;
  width: calc(33% - 20px);
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}

.shops-block__item-title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.shops-block__item-content ul {
  list-style: none;
  margin-bottom: 10px;
}

.shops-block__item-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.shops-block__item-content ul li:last-child {
  margin-bottom: 0;
}

.shops-block__item-content ul li:before {
  margin: 0;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #c0182f;
}

.shops-block-empty {
  text-align: center;
  margin: 40px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .shops-block__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .shops-wrapper .col3-grid {
    flex-wrap: wrap;
  }
  .shops-wrapper .shop-item {
    width: 100% !important;
  }
  .big-container .container {
    width: 90vw;
  }
  .repair-difficulty li {
    width: 90% !important;
  }
  .big-container img {
    width: auto !important;
  }
}

@media (max-width: 800px) {
  .repair-difficulty {
    column-count: 3 !important;
  }
  .repair-difficulty li {
    margin-left: 0 !important;
  }
}

.collection-name {
  white-space: nowrap;
  width: auto;
}

section.storecontent .photo {
  display: block;
}

.mfp-bg {
  opacity: 0;
  background: #000;
  transition: all 0.6s;
}

.mfp-bg.mfp-ready {
  opacity: 0.6;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: none;
}

button.mfp-arrow {
  margin-top: 0;
  top: 40px;
  bottom: 40px;
  height: calc(100% - 80px);
  width: 40%;
  background: transparent;
  opacity: 0;
}

.mfp-arrow-left {
}

button.mfp-arrow:active {
  margin-top: 0;
}

button.mfp-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(/local/media/img/fancybox_sprite.png);
  width: 36px;
  height: 34px;
  margin: 0;
  left: inherit;
  right: inherit;
  margin-top: -18px;
  cursor: pointer;
  border: 0;
  background-position: 0 -72px;
  right: 20px;
}

button.mfp-arrow-left:after {
  right: inherit;
  left: 20px;
  transform: scaleX(-1);
}

.mfp-close {
  cursor: pointer !important;
}

section.storecontent .cols > div {
  vertical-align: top !important;
}

section.storecontent .dopinfo-cols > div:first-child {
  width: 60% !important;
}

@media (max-width: 1000px) {
  section.storecontent .dopinfo-cols > div:first-child {
    width: 100% !important;
  }
}

footer .bottomtext .row {
  padding: 50px 0 0;
  /* display: flex; */
  display: none;
  justify-content: flex-end;
}
.copyright-adict {
  color: #ffd0d0;
  /* display: flex; */
  display: none;
}
.copyright-adict__link {
  margin: 0 3px 0 0;
  color: #ffd0d0;
}
.copyright-adict__svg-icon {
  margin: 0 0 0 3px;
}
@media (max-width: 1000px) {
  #citypopup,
  .citypopup {
    top: 35px !important;
  }
}
@media (max-width: 650px) {
  section.topmenu .city #citypopup {
    top: 41px;
    left: 50%;
    transform: translate(-50%);
    position: fixed !important;
  }
  section.topmenu .city > p:hover + #citypopup,
  section.topmenu .city #citypopup:hover {
    display: block;
  }
}
@media (max-width: 600px) {
  .copyright-adict {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .copyright-adict__link {
    margin: 0;
    border: none;
  }
  .copyright-adict__link-title {
    margin-bottom: 8px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .copyright-adict__link-sep {
    display: none;
  }
}
.popup .formstroke input {
  width: calc(69% - 20px);
}
header .popup .phone {
  margin-bottom: 0;
}
.popup .select2-container {
  margin-right: 0;
}
.popup .select2-container--default .select2-selection--single {
  width: 220px;
  border: 1px solid #d9d0c1;
}
footer .footertext a{
  font-weight: 600;
}
.product-item{
  width: 33.33%;
}
@media (max-width: 1220px) {
  .product-item__controls{
   flex-direction: column;
  }
  .product-item__to-compare{
    margin-top: 15px;
    margin-left: -5px;
  }
}
@media (max-width: 649px) {
  .product-item {
    width: 50%;
  }
  .sorting-select{
    width: 140px;
  }
  .sorting-select .select2-container--default .select2-selection--single{
    width: 140px;
  }
  .sorting-select-label{
    display: none;
  }
}
@media (max-width: 479px) {
  /* Выравниваем кнопку фильтра и сортировки в каталоге на моб. устройствах */
  .main-catalog__filter-btn{
    padding: 0 12px;
    border-radius: 0;
  }
  .select2-results__option{
    padding: 9px 0 9px 12px;
    font-size: 14px;
  }
  /* Вывод карточек товаров в списке в две колонки */
  .product-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .product-item__price {
    margin-top: auto;
  }
  .product-item__controls{
    flex-wrap: wrap;
  }
  .product-item__to-compare{
    padding-left: 18px;
    margin-top: 15px;
    margin-right: -12px;
    margin-left: -5px;
  }
  .product-item__to-compare:after {
    left: -12px;
  }
  .product-item__to-cart{
    margin: 0 -8px;
  }
  /* Выравнивание на странице брендов */
  section.storecontent{
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand-page-list__img img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .brand-banner img{
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .brand-banner {
    overflow: hidden;
  }
  .product-item__name-link{
    word-break: break-word;
  }
}
/* Стилизация паджинатора на странице каталога */
div.modern-page-navigation{
  clear: both;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots{
  border-left: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-dots a,
div.modern-page-navigation a.modern-page-dots{
  padding: 0;
  min-width: 0;
  background: unset;
  width: auto;
}
div.modern-page-navigation a.modern-page-dots:hover{
  background: unset;
}
div.modern-page-navigation a.modern-page-previous{
  border-right: none;
}
div.modern-page-navigation a,
span.modern-page-current{
  margin: 0 2px 15px 2px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
div.modern-page-navigation a{
  color: #444;
  background: #eff0f1;
}
div.modern-page-navigation a:hover{
  background: #DADADA;
}
span.modern-page-current{
  background: #c2182f;
  color: #fff;
  font-weight: normal;
}
div.modern-page-navigation a.modern-page-previous,
div.modern-page-navigation a.modern-page-next{
  background: #fff;
  border: 2px solid #eff0f1;
  /* line-height: 28px; */
  padding: 0;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  position: relative;
}
div.modern-page-navigation a.modern-page-previous:hover,
div.modern-page-navigation a.modern-page-next:hover{
  background: #fff;
  border-color: #DADADA;
  color: #000;
}
div.modern-page-navigation a.modern-page-previous:after,
div.modern-page-navigation a.modern-page-previous:before,
div.modern-page-navigation a.modern-page-next:after,
div.modern-page-navigation a.modern-page-next:before{
  width: 11px;
  height: 3px;
  background-color: #eff0f1;
  transition:
    background-color .3s ease;
  content: "";
  display: block;
  position: absolute;
}
div.modern-page-navigation a.modern-page-previous:hover:after,
div.modern-page-navigation a.modern-page-previous:hover:before,
div.modern-page-navigation a.modern-page-next:hover:after,
div.modern-page-navigation a.modern-page-next:hover:before{
  background-color: #DADADA;
}
div.modern-page-navigation a.modern-page-previous:active:after,
div.modern-page-navigation a.modern-page-previous:active:before,
div.modern-page-navigation a.modern-page-next:active:after,
div.modern-page-navigation a.modern-page-next:active:before{
  background-color: #fff;
}
div.modern-page-navigation a.modern-page-previous:active,
div.modern-page-navigation a.modern-page-previous:active,
div.modern-page-navigation a.modern-page-next:active,
div.modern-page-navigation a.modern-page-next:active{
  background-color: #c2182f;
  border-color: #c2182f;
}
div.modern-page-navigation a.modern-page-previous:after{
  top: 10px;
  transform: rotate(-45deg);
  left: 8px;
}
div.modern-page-navigation a.modern-page-previous:before{
  top: 16px;
  transform: rotate(-315deg);
  left: 8px;
}
div.modern-page-navigation a.modern-page-next:after{
  top: 10px;
  transform: rotate(45deg);
  left: 9px;
}
div.modern-page-navigation a.modern-page-next:before{
  top: 16px;
  transform: rotate(135deg);
  left: 9px;
}
/*
  Паджинатор на поиске
 */
/* .bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-next{
  top: -2px;
  position: relative;
} */
.bx-pagination .bx-pagination-container ul {
  display: flex;
  justify-content: center;
}
.bx-pagination .bx-pagination-container ul li{
  margin: 0 3px 15px 3px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
  padding: 0;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  position: relative;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:before,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span:before{
  width: 11px;
  height: 3px;
  background-color: #eff0f1;
  transition:
    background-color .3s ease;
  content: "";
  display: block;
  position: absolute;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span:before,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span:before{
  background-color: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:active span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:active span:before,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:active span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:active span:before{
  background-color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:active span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:active span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:active span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:active span{
  background-color: #c2182f;
  border-color: #c2182f;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after{
  top: 10px;
  transform: rotate(-45deg);
  left: 8px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:before{
  top: 16px;
  transform: rotate(-315deg);
  left: 8px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span:after{
  top: 10px;
  transform: rotate(45deg);
  left: 9px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span:before{
  top: 16px;
  transform: rotate(135deg);
  left: 9px;
}
@media (max-width: 479px) {
  div.modern-page-navigation{
    margin-left: -10px;
    margin-right: -10px;
  }
  /* Карточки товаров на странице брендов */
  .brand-container section.products .owl-item{
    width: 50% !important;
  }
  .brand-container section.products a.product p.price.old{
    margin-top: 5px;
  }
  .brand-container section.products a.product p.price {
    margin: 0 7px;
  }
  .bx-pagination .bx-pagination-container ul li.bx-pag-edge,
  div.modern-page-navigation a.modern-page-onthers{
    display: none;
  }
  .catalog_custom_search button{
    margin-top: 10px;
  }
}
.product-item__tags{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.brand-container section.products a.product{
  position: relative;
}
.owl-item .sale-lable{
  left: auto;
  right: 12px;
  width: auto;
  height: auto !important;
  padding: 7px 10px 7px 28px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  background: #c2182f;
  line-height: normal;
  transform: none;
  font-weight: normal;
  font-family: 'Roboto', Arial, sans-serif;
  position: absolute;
}
.brand-container .owl-item .sale-lable{
  right: 0;
}
.owl-item .sale-lable:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/main-new/img/discount-label.png) center center no-repeat;
}
@media (max-width: 1000px){
  section.products img{
    max-width: 100%;
  }
}
@media (max-width: 479px){
  section.storecontent.second {
    box-sizing: border-box;
  }
  .hide-on-mobile{
    display: none !important;
  }
}
/* End */
/* /local/media/css/normalize.css?14746010411951 */
/* /local/media/js/owl/owl.carousel.css?14746010404641 */
/* /local/media/js/fancybox/jquery.fancybox.css?14746010404520 */
/* /local/media/fonts/fonts.css?14746010402136 */
/* /local/media/js/select/css/select2.css?147460104018899 */
/* /local/media/js/mCustomScrollbar/jquery.mCustomScrollbar.min.css?151210051542839 */
/* /local/media/js/magnific-popup/magnific-popup.css?14966503086951 */
/* /local/media/css/patch.css?15725809529808 */
/* /local/templates/main-new/template_styles.css?1577692355287805 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1474601041745 */
/* /local/media/css/dev.css?157725421321064 */
