

/* Start:/local/templates/angel/styles/fancybox/jquery.fancybox.css?15646389005794*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}
.fancybox_catalog_detail .fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	padding: 46px 80px 56px!important;
}

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

.fancybox-opened .fancybox-skin {
	/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/angel/styles/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/templates/angel/styles/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close, .fancybox-close:hover {
	position: absolute;
	top: 32px;
	right: 22px;
	width: 14px;
	height: 12px;
	cursor: pointer;
	z-index: 8040;
	/*background-position: */
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/angel/styles/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_catalog_detail .fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/angel/styles/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox_catalog_detail .fancybox-prev {
	left: -50px;
}

.fancybox_catalog_detail .fancybox-next {
	right: -50px;
} 
.fancybox_catalog_detail .fancybox-nav span {
	position: absolute;
	top: 50%;
	/*width: 36px;
	height: 34px;*/
	background: none;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox_catalog_detail .fancybox-prev span {
	left: 0;
	/*background-position: 0 -36px;*/
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 17px solid #b7b8b7;
    border-bottom: 10px solid transparent;
}
.fancybox_catalog_detail .fancybox-prev:hover span {
	border-right: 17px solid #030303;
}

.fancybox_catalog_detail .fancybox-next span {
	right: 0;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid #b7b8b7;
    border-bottom: 10px solid transparent;
}
.fancybox_catalog_detail .fancybox-next:hover span {
	border-left: 17px solid #030303;
}
/**/

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/angel/styles/fancybox/fancybox_overlay.png');
}
.fancybox_catalog_detail .fancybox-overlay {
	background: #e2e2e0;
}

.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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/angel/bxslider/jquery.bxslider.css?15646389003821*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;
	display: block;*/
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	left: 0;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/angel/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	top: 4px;
	background: url(/local/templates/angel/bxslider/images/controls.png) no-repeat -21px 0;
}

.bx-wrapper .bx-next {
	bottom: 4px;
	background: url(/local/templates/angel/bxslider/images/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: -21px -13px;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 -13px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	left: 50%;
	margin-left: -6px;
	outline: 0;
	width: 19px;
	height: 11px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/angel/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/angel/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/angel/forms/forms.css?15646389003029*/
.custom_select
{
	position: relative;
}
    .custom_select select {
        display: none;
        visibility:hidden;
    }
	.custom_select div
	{
		background: #e4e2d6 url(/local/templates/angel/forms/./images/select.png) no-repeat 100% 50% !important;
		width: 140px;
        padding: 6px 30px 6px 10px;
        background: #e4e2d6;
        border: none;
        border-top: solid 1px #c6c5ba;
        border-left: solid 1px #c6c5ba;
        color: #735345;
        font-size: 14px;
        font-style: italic;
	}
		
	.custom_select ul
	{
		display: none;
		position: absolute;
		top: 48px;
		left: 0px;
		width: 179px;
		margin: 0 0 0 0;
		padding: 0;
		list-style-type: none;
        background: #f5f4ee;
        border: solid 1px #c6c5ba;
        z-index: 10;
	}
		.custom_select ul li
		{
			margin: 0;
			padding: 0;
			background: #e4e2d6;
		}
			.custom_select ul li a, .custom_select ul li a:hover
			{
				padding: 6px 10px;
				display: block;
				color: #000;
				color: #a48468;
			    font-size: 18px;
                font-style: italic;
				text-decoration: none
			}
				.custom_select ul li a:hover
				{
					background: #d2cfbf;
				}
.custom_radio
{
	background: url(/local/templates/angel/forms/./images/radio.png) no-repeat 0 4px;
    color: #040404;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
	margin: 0 16px 16px 0;
    padding: 0px 5px 4px 27px;
}
    .custom_radio.active
    {
        background: url(/local/templates/angel/forms/./images/radio_active.png) no-repeat 0 4px;
    }
    .custom_radio input
    {
        display: none;
    }
.custom_checkbox {
    background: url(/local/templates/angel/forms/./images/checkbox.png) no-repeat 0px 4px;
    padding: 0px 0px 6px 33px;
    color: #040404;
    font-size: 18px;
    line-height: 25px;
    font-family: 'RobotoLight', Arial, sans-serif;
    display: block;
}
    .custom_checkbox.active {
        background: url(/local/templates/angel/forms/./images/checkbox_active.png) no-repeat 0 4px;
    }
    .custom_checkbox input {
        display: none;
    }
.custom_upload
{
	position: relative;
    width: 324px;
    margin: 0 0 20px; 
}
    .custom_upload em {
        display: block;
        font-style: normal;
        font-size: 14px;
        margin: 0 0 3px 0;
    }
	.custom_upload .but
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 61px;
		height: 25px;
		background: url(/local/templates/angel/forms/./images/upload.png) no-repeat;
	}
	.custom_upload input.text
	{
		background: #e4e2d6;
		border: none;
		width: 240px;
		padding: 4px 82px 4px 2px;
        border: none;
        border-top: solid 1px #c6c5ba;
        border-left: solid 1px #c6c5ba;
        color: #735345;
        font-size: 14px;
        font-style: italic;
	}
	.custom_upload input.file
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 100%;
		opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		cursor: pointer;
	}
/* End */


/* Start:/local/templates/angel/owlcarousel/owl.carousel.css?15646389004614*/
/* 
 *  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 {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.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/templates/angel/owlcarousel/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/templates/angel/bootstrap-select/bootstrap-select.css?15646389009028*/
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 247px \0;
  /*IE9 and below*/

  position: relative;
  top: -1px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 247px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    padding: 6px 0 0 0;
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}


.dropdown-menu {
    min-width: 100%;
    display: none;
    float: left;
    padding: 12px 0 20px 0;
    margin: 8px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #fffffe;
    border: 1px solid #d3d3d1;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1035;
}
.dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu li.selected {
    background: url('/local/templates/angel/bootstrap-select/ok.png') no-repeat 11px 17px;
}
.dropdown-menu li:hover {
    background: url('/local/templates/angel/bootstrap-select/ok.png') no-repeat 11px 17px;
}
.dropdown-menu li a {
    cursor: pointer;
}
.dropdown-menu>li>a {
    display: block;
    padding: 0px 6px 0px 34px;
    clear: both;
    color: #020202;
    line-height: 30px;
    font-size: 16px;
    font-family: 'RobotoLight', Arial, sans-serif;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu>li>a:focus {
    outline: none;
}
.dropdown-menu li a span.text {
    display: inline-block;
}
.dropdown-menu li a span.check-mark {
    display: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bootstrap-select .btn, .bootstrap-select .btn:hover {
    width: 100%;
    padding: 0 40px 0 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 46px;
    line-height: 44px;
    background: #fffffe;
    border: 1px solid #d3d3d1;
    cursor: pointer;
}
.bootstrap-select .btn:focus {
    outline: none!important;
}
.bootstrap-select .btn span {
    display: block;
    overflow: hidden;
    padding: 0 0 0 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #020202;
    font-family: 'RobotoLight', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  /*position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;*/
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #020202;
    position: absolute;
    top: 21px;
    right: 15px;
    padding: 0;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/* End */


/* Start:/local/templates/angel/styles/grid.css?156463890013870*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------- grid ---------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-right: 10px;
  padding-left: 10px;*/
  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


/*------------- top_menu -------------*/
/*.top_menu {
    max-width: 1000px;
    min-width: 320px;
    min-height: 44px;
    margin: 0 auto 21px;
    padding: 0;
    font-size: 0;
    background: #363636;
}

.top_menu .top_menu_small {
    display: block;
    padding: 0 5px;
    overflow: hidden;
}
.top_menu .top_menu_small a, .top_menu .top_menu_small a:hover {
    float: left;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    display: block;
}
.top_menu .top_menu_small a:hover, .top_menu .top_menu_small a.active {
    background: #e5322d;
}
.top_menu .top_menu_small div {
    float: right;
    position: relative;
    background: #e5322d;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 100;
}
.top_menu .top_menu_small div span {
    display: block;
    margin: 14px 0 -8px 11px;
    width: 22px;
    height: 2px;
    background: #fff;
}

.top_menu ul.top_menu_open {
    display: none;
}
.top_menu ul {
    margin: 0;
    padding: 0 5px;
    font-size: 0;
    list-style-type: none;
}
.top_menu ul li.depth_1 {
    display: inline-block;
    position: relative;
}
.top_menu ul li.depth_1 a, .top_menu ul li.depth_1 a:hover {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    display: block;
}
.top_menu ul li.depth_1 a:hover {
    background: #e5322d;
}
.top_menu ul li.depth_1.active>a, .top_menu ul li.depth_1.active>a:hover {
    background: #e5322d;
}
.top_menu ul li.depth_1 ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    background: #fff;
    padding: 7px 9px;
    width: 158px;
    border: 1px solid #e1e2e7;
    z-index: 100;
}
.top_menu ul li.depth_1 ul li a, .top_menu ul li.depth_1 ul li a:hover {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
}
.top_menu ul li.depth_1 ul li a:hover {
    color: #fff;
    background: #e5322d;
}
.top_menu ul li.depth_1 ul li.active a, .top_menu ul li.depth_1 ul li.active a:hover {
    background: #e5322d;
    color: #fff;
}

@media (min-width: 480px) {
    .top_menu ul.top_menu_open {
        display: block;
    }
    .top_menu .top_menu_small {
        display: none;
    }
}
@media (max-width: 480px) {
    .top_menu ul li.depth_1 {
        display: block;
    }
}*/

/*@media (min-width: 1020px)
{
    .product {
        max-width: 165px;
    }
}*/

/*@media (min-width: 1000px)
{
}*/
/* End */


/* Start:/local/templates/angel/components/bitrix/search.title/visual/style.min.css?15646389003457*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/angel/components/bitrix/search.title/visual/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0;display:none}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:8px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/angel/components/bitrix/sale.basket.basket.line/main/style.min.css?15646389003569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/angel/styles.css?163732342168571*/
@font-face {
    font-family: 'RobotoBold';
    src: url('/local/templates/angel/./fonts/RobotoBold.eot');
    src: url('/local/templates/angel/./fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/angel/./fonts/RobotoBold.woff') format('woff'),
         url('/local/templates/angel/./fonts/RobotoBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('/local/templates/angel/./fonts/RobotoLight.eot');
    src: url('/local/templates/angel/./fonts/RobotoLight.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/angel/./fonts/RobotoLight.woff') format('woff'),
         url('/local/templates/angel/./fonts/RobotoLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('/local/templates/angel/./fonts/RobotoMedium.eot');
    src: url('/local/templates/angel/./fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/angel/./fonts/RobotoMedium.woff') format('woff'),
         url('/local/templates/angel/./fonts/RobotoMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('/local/templates/angel/./fonts/RobotoRegular.eot');
    src: url('/local/templates/angel/./fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/angel/./fonts/RobotoRegular.woff') format('woff'),
         url('/local/templates/angel/./fonts/RobotoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
    overflow-x: hidden;
}
html.opend_menu {
	overflow-y: hidden;
}
body {
	font: 18px/20px 'RobotoRegular', Arial, sans-serif;
    width: 100%;
    background: #fff;
    color: #040404;
}
body.body_hidden {
	overflow: hidden;
	pointer-events: none;
}

img {
    border: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="submit"], input[type="button"], input[type="reset"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
}

h1 {
	color: #030303;
	font-size: 35px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 18px 0;
}
h2,h3,h4,h5,h6,b,strong {
	font-family: 'RobotoMedium', Arial, sans-serif;
	font-weight: normal;
}

a, a:hover {
	color: #040404;
}


/* Header
-----------------------------------------------------------------------------*/
.top_panel {
	background: #c03028;
}
.top_panel .inner {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	padding: 0 50px 0 21px;
	position: relative;
	overflow: hidden;
}
.top_panel .socnet {
	color: #ffffff;
	font-size: 13px;
	width: 30%;
	float: left;
}
.top_panel .socnet a {
	margin: 0 10px 0 0;
}
.top_panel .socnet img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.top_panel .phone {
	text-align: center;
	width: 20%;
	float: left;
	color: #fff;
	font-size: 18px;
	font-family: 'RobotoBold', Arial, sans-serif;
}
.top_panel .phone span {
	font-size: 13px;
	font-family: 'RobotoRegular', Arial, sans-serif;
	position: relative;
	top: -1px;
}
.header-social-icons {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 1px;
}
.top_panel .right_col {
	text-align: right;
	padding: 0 20px 0 0;
	width: 40%;
	float: left;
}
.top_panel .right_col ul {
	list-style: none;
}
.top_panel .right_col ul li {
	display: inline;
	padding: 0 0 0 2px;
}
.top_panel .right_col ul li:first-child {
	padding: 0;
}
.top_panel .right_col ul li:before {
	content: '|';
	color: #fff;
	font-size: 13px;
	padding: 0 6px 0 0;
}
.top_panel .right_col ul li:first-child:before {
	content: '';
	padding: 0;
}
.top_panel .right_col ul li a, .top_panel .right_col ul li a:hover {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.top_panel .right_col ul li a:hover {
	text-decoration: underline;
}
.top_panel .search {
	font-size: 0;
	padding: 0 47px 0 0;
	width: 47px;
	position: absolute;
	top: 0;
	right: 0;
}
.top_panel .search input[type="text"] {
	width: 100%;
	height: 45px;
	line-height: 49px;
	padding: 0 0 0 19px;
	border: none;
	border-bottom: 1px solid #ededed;
	background: #fff;
	color: #999797;
	font-size: 13px;
	display: none;
}
.top_panel .search input[type="text"]:focus {
	line-height: 50px;
}
.top_panel .search button {
	width: 47px;
	height: 45px;
	background: #831812 url("/local/templates/angel/./images/sprite.png") no-repeat 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.top_panel .search.active input[type="text"] {
	display: inline;
}


.header {
	min-width: 320px;
	max-width: 1078px;
	height: 119px;
	margin: 0 auto;
	padding: 9px 18px 0 17px;
	position: relative;
}

.header .logo {
	float: left;
	padding: 9px 0 0 0;
	width: 20%;
}
.header .logo img {
	max-width: 100%;
}
.header .mini_logo {
	display: none;
}
.header .navbar {
    display: none;
}

.header .hh {
	width: 100%;
}
.header .hh:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.header .cart {
	width: 15%;
    float: left;
    text-align: right;
}
.header .cart .top_basket {
	text-decoration: none;
	text-transform: uppercase;
	color: #040404;
	font-size: 15px;
	font-family: 'RobotoBold', Arial, sans-serif;
	display: inline-block;
	white-space: nowrap;
	border: none;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
}
.header .cart .top_basket img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.header .cart .top_basket p {
	display: inline-block;
    overflow: hidden;
}
.header .cart .top_basket span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #8c8b8b;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.mobile_top_menu {
	display: none;
}
.top_menu_wrap .mobile_title {
	display: none;
	font-size: 20px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-align: center;
	padding: 20px;
	background: #f2f2f2;
	margin: 0;
}
.top_menu_wrap .close, .top_menu_wrap .mobile_search {
	display: none;
}
.header .top_menu_wrap {
	width: 65%;
	float: left;
}
.header .top_menu {
	font-size: 0;
	list-style: none;
	padding: 32px 0 0 15px;
	position: static;
}
.header .top_menu > li {
	padding: 0 0px 0 0;
	float: left;
}
.header .top_menu > li > a, .header .top_menu > li > a:hover {
	color: #040404;
	font-size: 15px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 14px 9px 11px;
	display: block;
	position: relative;
	max-width: 100%;
}
.header .top_menu > li > a:hover {
	color: #fff;
	background: #c03028;
}
.header .top_menu > li > a span.em {
	width: 20px;
	height: 10px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -105px -13px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -10px;
	z-index: 300;
	display: none;
}

.header .top_menu > li > a em {
	display: block;
	width: 10px;
	height: 6px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -142px 0;
	float: right;
	position: relative;
	top: 7px;
	left: 4px;
}

.header .top_menu > li.active > a, .header .top_menu > li.active > a:hover {
	color: #fff;
	background: #c03028;
}
.header .top_menu > li.active > a em {
 	background-position: -162px 0;
}
.header .top_menu > li.open > a em {
 	background-position: -152px 0;
}

.header .top_menu > li.open > a, .header .top_menu > li.open > a:hover {
	color: #fff;
	background: #c03028;
}

.header .top_menu li div.submenu {
	visibility: hidden;
	position: absolute;
	top: 101px;
	right: 0;
	z-index: 250;
    -webkit-transition: height .3 linear;
    -moz-transition: height .3 linear;
    -o-transition: height .3 linear;
    transition: height .3 linear;
}
.header .top_menu li div.submenu .wrapper {
	border: 1px solid #efefef;
	background: #fff;
	padding: 15px 0 0 15px;
	overflow: hidden;
	position: relative;
}
/*.header .top_menu li div.submenu .wrapper:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}*/
.header .top_menu li div.submenu .wrapper em {
	display: block;
	width: 20px;
	height: 10px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -105px -13px;
	position: absolute;
	top: -10px;
	left: 160px;
}
.header .top_menu li div.submenu .wrapper > ul {
	font-size: 0;
	list-style: none;
	padding: 0 18px 30px 35px;
	float: left;
}
.header .top_menu li div.submenu .wrapper > ul:first-child {
	padding-left: 0;
}
.header .top_menu li div.submenu .wrapper > ul li a.title, .header .top_menu li div.submenu .wrapper > ul li a.title:hover {
	color: #010101;
	font-size: 15px;
	line-height: 49px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.header .top_menu li div.submenu .wrapper > ul li a.title.selected {
	text-decoration: underline;
}
.header .top_menu li div.submenu .wrapper > ul li a, .header .top_menu li div.submenu .wrapper > ul li a:hover {
	color: #000;
	font-size: 15px;
	line-height: 34px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-decoration: none;
}
.header .top_menu li div.submenu .wrapper > ul li a:hover, .header .top_menu li div.submenu .wrapper > ul li .selected {
	text-decoration: underline;
}


.header .phone {
	color: #010101;
	font-size: 15px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-align: right;
	padding: 38px 0 0 0;
	white-space: nowrap;
	/*width: 18%;
	float: left;*/
}
.header .phone span {
	color: #020202;
	font-size: 22px;
	padding: 0px 0 0 4px;
	position: relative;
	top: 2px;
}


/* Middle
-----------------------------------------------------------------------------*/
.main_slider .text_slider {
	padding: 0 0 192px 0!important;
}
.main_slider .text {
	width: 100%;
	max-width: 1078px;
	margin: 0 auto;
	padding: 142px 0 0 0;
	text-align: center;
}
.main_slider .text p {
	color: #010101;
	font-size: 24px;
	line-height: 24px;
}
.main_slider .text p.new {
	color: #040404;
	font-size: 63px;
	line-height: 27px;
}
.main_slider .text p.new sup {
	color: #c03028;
	font-size: 39px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-transform: uppercase;
}
.main_slider .text p.from {
	color: #040404;
	font-size: 40px;
}
.main_slider .text p.from span {
	color: #040404;
	font-size: 71px;
	line-height: 142px;
	font-family: 'RobotoBold', Arial, sans-serif;
}
.main_slider .text .hr {
	width: 154px;
	height: 5px;
	background: #040404;
	margin: 20px auto 50px;
}
.main_slider .text .button_more {
	position: absolute;
	bottom: 121px;
	left: 50%;
	margin-left: -165px;
}
.main_slider .text .button_more a, .main_slider .text .button_more a:hover {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 69px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	height: 69px;
	background: #c03028;
	padding: 0 40px;
}
.main_slider .text .button_more a:hover  {
	background: #d72117;
}

.allcontent {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto;
	padding: 0 0 54px 0;
}
.allcontent:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.small_banners {
	padding: 37px 0 0 0;
	overflow: hidden;
}
.small_banners .banner {
	padding: 0 0 0 20px;
}
.small_banners .wrapper {
	margin: 0 0 0 -20px;
}
.small_banners .banner .image {
}
.small_banners .banner .image .wrapper_img {
	background: #000;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.small_banners .banner img {
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.small_banners .banner:hover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}
.small_banners .banner .text {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.small_banners .banner .text > div {
	height: 100%;
	display:table;
	width: 100%;
	padding: 0;
}
.small_banners .banner .text > div > div {
	height:100%;
	display:table-cell;
	vertical-align: middle;
}
.small_banners .banner .text > div > div div {
	float:none;
  	margin:0 auto;
}
.small_banners .banner .text p.section {
	color: #fff;
	font-size: 18px;
	line-height: 47px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.small_banners .banner .text p.name {
	color: #fff;
	font-size: 27px;
	line-height: 30px;
}
.small_banners .banner .text .hr {
	width: 66px;
	height: 3px;
	background: #fff;
	margin: 22px auto 0;
}
.small_banners .banner .text a, .small_banners .banner .text a:hover {
	color: #fff;
	font-size: 16px;
	line-height: 69px;
	text-decoration: none;
}
.small_banners .banner .text a:hover {
	text-decoration: underline;
}
.small_banners .banner_middle .image {
	height: 50%;
	padding: 0 0 14px 0;
}
.small_banners .banner_middle .red_image {
	padding: 10px 0 0 0;
}
.small_banners .banner_middle .red_image .wrapper_img {
	background: #c03028;
	height: 100%;
}

.main_hits {
	padding: 87px 0 0 0;
}
.main_hits h2 {
	color: #030303;
	font-size: 47px;
	line-height: 25px;
	text-align: center;
	margin: 0px 0 25px 0px;
}
.main_hits p.title {
	color: #030303;
	font-size: 18px;
	line-height: 25px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: center;
	margin: 0 0 47px 0;
}
.main_hits .wrapper {
	margin: 0 0 0 -25px;
	overflow: hidden;
}
.main_hits .hit_item {
	padding: 0 0 0 25px;
}
.main_hits .hit_item .image {
	text-align: center;
	/*background: #f8f9fb;*/
	height: 316px;
	line-height: 316px;
	position: relative;
}
.main_hits .hit_item .image a, .main_hits .hit_item .image a:hover {
	display: block;
}
.main_hits .hit_item .image img {
	vertical-align: middle;
	max-width: 100%;
}
.main_hits .hit_item .image a.show, .main_hits .hit_item .image a.show:hover {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #c03028;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.main_hits .hit_item:hover .image a.show {
	display: block;
}
.main_hits .hit_item .text a.name, .main_hits .hit_item .text a.name:hover {
	color: #8c8b8b;
	font-size: 14px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin: 9px 0 6px 0;
}
.main_hits .hit_item .text a.name:hover {
	text-decoration: underline;
}
.main_hits .hit_item .text .manuf {
	color: #020202;
	font-size: 16px;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.main_hits .hit_item .text .price {
	color: #010101;
	font-size: 16px;
	margin: 15px 0 15px 0;
	position: relative;
}
.main_hits .hit_item .text .price .old_price {
	color: #585959;
	font-size: 14px;
	text-decoration: line-through;
	padding: 0 0 0 10px;
	position: relative;
	top: -1px;
}
.main_hits .hit_item .text .price a.more, .main_hits .hit_item .text .price a.more:hover {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 31px;
	line-height: 29px;
	background: #c03028;
	padding: 0 16px;
	position: absolute;
	top: -6px;
	left: 0;
	display: none;
}
.main_hits .hit_item:hover .text .price a.more {
	display: block;
}
.main_hits .hit_item .text .price a.more:hover {
	background: #d72117;
}
.main_hits .show_more {
	margin: 24px 0 0 0;
}
.main_hits .show_more a, .main_hits .show_more a:hover {
	display: block;
	height: 51px;
	line-height: 44px;
	width: 250px;
	margin: 0 auto;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 4px solid #000;
	background: #fff;
}
.main_hits .show_more a:hover {
	background: #030303;
	color: #fff;
}

.main_sertificates {
	padding: 40px 0 0 0;
}
.main_sertificates h2 {
	color: #030303;
	font-size: 47px;
	line-height: 25px;
	text-align: center;
	margin: 0px 0 25px 0px;
}
.main_sertificates p.title {
	color: #030303;
	font-size: 18px;
	line-height: 25px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: center;
	margin: 0 0 47px 0;
}
.main_sertificates .wrapper {
	margin: 0 0 0 -20px;
	overflow: hidden;
}
.main_sertificates .sertif_item {
	padding: 0 0 20px 20px;
}
.main_sertificates .sertif_item .image {
	text-align: center;
}
.main_sertificates .sertif_item .image img {
	vertical-align: middle;
	max-width: 100%;
}

.wrapper_main_cat {
	padding: 69px 0 0 0;
	overflow: hidden;
}
.wrapper_main_cat h2 {
	color: #030303;
	font-size: 47px;
	line-height: 42px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-align: center;
	margin: 0 0 17px 0;
}
.wrapper_main_cat p.title {
	color: #030303;
	font-size: 18px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: center;
	margin: 0 0 47px 0;
}
.main_cat {
	margin: 0 0 0 -28px;
}
.main_cat .item {
	width: 25%;
	float: left;
	padding: 0 0 0 28px;
	text-align: center;
}
.main_cat .item .image {
	display: inline-block;
	line-height: 0;
	font-size: 0;
	position: relative;
}
.main_cat .item .image img {
	max-width: 100%;
}
.main_cat .item .image a {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	font-family: RobotoBold, Arial, sans-serif;
	padding: 16px 40px 15px 22px;
}
.main_cat .item .image a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url('/local/templates/angel/./images/sprite.png') 0 -211px no-repeat;
	position: absolute;
	top: 18px;
	right: 16px;
}
.main_cat .item .image a:hover:before {
	background-position: -26px -211px;
}
.main_cat .item .image a .hr {
	display: block;
	width: 35px;
	height: 3px;
	background: #fff;
	display: none;
}
.main_cat .item .image a em {
	font-style: normal;
	font-family: 'RobotoLight', Arial, sans-serif;
	font-size: 14px;
	display: none;
}
.main_cat .item .image a:hover em {
	display: block;
}
.main_cat .item .image a:hover .hr {
	display: block;
	margin: 8px 0 7px 0;
}
.main_cat.owl-carousel .item {
	width: 100%:
	float: none;
}
.owl-carousel .owl-controls .owl-dots {
	text-align: center;
	margin: 53px 0 0 0;
}
.owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	margin: 0 4px;
}
.owl-carousel .owl-controls .owl-dot span {
	display: block;
	width: 20px;
	height: 20px;
	background: #d9d9d9;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/local/templates/angel/border-radius.htc);
}
.owl-carousel .owl-controls .owl-dot.active span {
	background: #c03028;
}

.main_subscribe {
	min-width: 320px;
    max-width: 100%;
	background: url('/local/templates/angel/./images/bg_subscribe.png') no-repeat 50% 0;
	padding: 55px 0 60px 0;
}
.main_subscribe .inner {
	max-width: 1078px;
	margin: 0 auto;
}
.main_subscribe .form {
	overflow: hidden;
}
.main_subscribe .form .wrapper {
	margin: 0 0 0 -17px;
}
.main_subscribe .form p.title {
	color: #fff;
	font-size: 35px;
	line-height: 48px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-align: center;
	padding: 0 74px 51px;
}
.main_subscribe .form label {
	display: block;
	padding: 0 0 0 17px;
}
.main_subscribe .form label .textbox {
	width: 100%;
	height: 67px;
	line-height: 67px;
	background: #fff;
	border: 1px solid #fbf4f3;
	color: #8c8b8b;
	font-size: 20px;
	font-family: 'RobotoLight', Arial, sans-serif;
	padding: 0 0 0 27px;
}
.main_subscribe .form .submit_button {
	padding: 0 0 0 17px;
}
.main_subscribe .form .submit_button button {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border: 3px solid #fff;
	background: none;
	color: #fff;
	font-size: 25px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
.main_subscribe .form .submit_button button:hover {
	background: #fff;
	color: #c03028;
}

.main_permissions {
	min-width: 320px;
	width: 100%;
	padding: 56px 0 41px 0;
}
.main_permissions .inner {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto;
	overflow: hidden;
}
.main_permissions .permission {
	padding: 0 0 0 17px;
}
.main_permissions .permission p.red {
	color: #c5443c;
	font-size: 17px;
	margin: 0 0 7px 5px;
}
.main_permissions .permission h2 {
	color: #000;
	font-size: 30px;
	line-height: 27px;
	font-family: 'RobotoBold', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 42px 5px;
}
.main_permissions .permission .image {
	width: 88px;
	height: 87px;
	line-height: 111px;
	text-align: center;
	background: #f8f9fb;
	border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    behavior: url(/local/templates/angel/border-radius.htc);
    margin: 0 20px 0 0;
    float: left;
}
.main_permissions .permission .text {
	color: #010101;
	font-size: 17px;
	line-height: 23px;
	padding: 6px 0 0 0;
	overflow: hidden;
}

.main_reviews {
	min-width: 320px;
	width: 100%;
	background: #f8f9fb;
}
.main_reviews .inner {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto;
	padding: 71px 0 61px 0;
	overflow: hidden;
}
.main_reviews .submit_button {
	text-align: center;
	padding: 40px 0 0 0;
}
.main_reviews .submit_button a, .main_reviews .submit_button a:hover {
	height: 66px;
    line-height: 66px;
    outline: 0;
    text-decoration: none;
    background: #c03028;
    color: #fff;
    font-size: 25px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 48px;
    display: inline-block;
}
.main_reviews .submit_button a:hover {
	background: #d72117;
}
.main_reviews h2 {
	color: #030303;
	font-size: 47px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-align: center;
	margin: 0 0 32px 0;
}
.main_reviews p.title {
	color: #030303;
	font-size: 18px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: center;
	margin: 0 0 70px 0;
}
.main_reviews .review img {
	float: left;
	margin: 0 19px 0 0;
	width: auto;
}
.main_reviews .review .text {
	color: #030303;
	font-size: 20px;
	line-height: 30px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	padding: 23px 0 0 81px;
	position: relative;
	overflow: hidden;
}
.main_reviews .review .text span.q {
	width: 56px;
	height: 43px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -47px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.main_reviews .review .text p.sig {
	color: #030303;
	font-size: 20px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: right;
	margin: 18px 64px 0 0;
}
.main_reviews .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 0;
	width: 74px;
	height: 74px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -74px -45px;
	position: absolute;
	top: 14px;
	right: -126px;
}
.main_reviews .owl-carousel .owl-controls .owl-nav .owl-prev {
	font-size: 0;
	width: 74px;
	height: 74px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat 0 -45px;
	position: absolute;
	top: 14px;
	left: -126px;
}
.main_reviews .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-position: -74px -119px;
}
.main_reviews .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background-position: 0 -119px;
}
.main_reviews .owl-carousel .owl-controls .owl-dots {
	margin: 35px 0 0 0;
}

.main_feedback {
	min-width: 320px;
	width: 100%;
	background: #c03028;
}
.main_feedback .inner {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto;
	padding: 55px 0 56px 0;
}
.main_feedback .form {
	overflow: hidden;
}
.main_feedback .form .wrapper {
	margin: 0 0 0 -13px;
	overflow: hidden;
}
.main_feedback .form h2 {
	color: #fff;
	font-size: 47px;
	line-height: 48px;
	font-weight: normal;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-align: center;
	margin: 0 0 3px 0;
}
.main_feedback .form p.title {
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align: center;
	margin: 0 0 31px 0;
}
.main_feedback .form label {
	display: block;
	padding: 14px 0 0 13px;
}
.main_feedback .form label .textbox {
	width: 100%;
	height: 67px;
	line-height: 68px;
	background: #fff;
	border: 1px solid #fbf4f3;
	color: #8c8b8b;
	font-size: 20px;
	font-family: 'RobotoLight', Arial, sans-serif;
	padding: 0 0 0 27px;
}
.main_feedback .form label textarea.textbox {
	height: 191px;
	font-family: 'RobotoLight', Arial, sans-serif;
	padding: 4px 0 0 27px;
}
.main_feedback .form .submit_button {
	text-align: center;
	padding: 29px 0 0 0;
}
.main_feedback .form .submit_button button {
	height: 66px;
	line-height: 54px;
	border: 3px solid #fff;
	background: none;
	color: #fff;
	font-size: 25px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 82px;
}
.main_feedback .form .submit_button button:hover {
	background: #fff;
	color: #c03028;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #010101;
}
.footer .inner {
	min-width: 320px;
	max-width: 1078px;
	height: 377px;
	margin: 0 auto;
	padding: 36px 0 50px 0;
	position: relative;
}
.footer .inner .wrapper {
	margin: 0 0 0 -20px;
	overflow: hidden;
}
.footer h2 {
	color: #d0cece;
	font-size: 18px;
	font-family: 'RobotoBold', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.footer p {
	color: #d0cece;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 25px 0;
}
.footer p a, .footer p a:hover {
	color: #d0cece;
	text-decoration: none;
}
.footer .bottom_menu ul {
	list-style: none;
	font-size: 0;
}
.footer .bottom_menu a, .footer .bottom_menu a:hover {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}
.footer .bottom_menu a:hover {
	text-decoration: underline;
}
.footer .about_text, .footer .bottom_menu, .footer .contacts {
	padding: 0 4px 0 32px;
}
.footer .bottom_menu {
	padding-left: 75px;
}
.footer .bottom_copy {
	width: 100%;
	height: 50px;
	padding: 3px 32px 0 33px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .bottom_copy p {
	color: #fff;
	font-size: 15px;
}
.footer .bottom_copy a, .footer .bottom_copy a:hover {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.footer .bottom_copy a:hover {
	text-decoration: underline;
}
.footer .bottom_copy .uberweb {
	text-align: right;
}

.up_btn {
    width: 55px;
    height: 55px;
    background: #c03028;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
}
.up_btn em {
    display: block;
    width: 19px;
    height: 11px;
    background: url('/local/templates/angel/./images/sprite.png') no-repeat -105px 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -9px;
}

.page_title {
	min-width: 320px;
	background: #f8f9fb;
}
.page_title .inner {
	min-width: 320px;
	max-width: 1078px;
	margin: 0 auto 35px;
	padding: 19px 0 29px 0;
	text-align: center;
}

.bread_crumbs {
	color: #030303;
	font-size: 16px;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.bread_crumbs a, .bread_crumbs a:hover {
	color: #030303;
	font-size: 16px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-decoration: none;
}
.bread_crumbs a:hover {
	text-decoration: underline;
}
.bread_crumbs em {
	font-style: normal;
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url('/local/templates/angel/./images/sprite.png') no-repeat -105px -23px;
	margin: 0px 9px;
}

.liders_list {
	padding: 18px 0 0 0;
}
.liders_list h2 {
	color: #030303;
	font-size: 27px;
	line-height: 25px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.liders_list .wrapper {
	margin: 0 0 0 -25px;
	/*overflow: hidden;*/
}
.liders_list .wrapper:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.liders_list .catalog_item {
	padding: 0 0 0 25px;
}
.liders_list .catalog_item .image {
	text-align: center;
	/*background: #f8f9fb;*/
	height: 316px;
	line-height: 316px;
	position: relative;
}
.liders_list .catalog_item .image a, .liders_list .catalog_item .image a:hover {
	display: block;
}
.liders_list .catalog_item .image img {
	vertical-align: middle;
}
.liders_list .catalog_item .text a.name, .liders_list .catalog_item .text a.name:hover {
	color: #8c8b8b;
	font-size: 14px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin: 9px 0 6px 0;
}
.liders_list .catalog_item .text a.name:hover {
	text-decoration: underline;
}
.liders_list .catalog_item .text .manuf {
	color: #020202;
	font-size: 16px;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.liders_list .catalog_item .text .price {
	color: #010101;
	font-size: 16px;
	margin: 15px 0 15px 0;
	position: relative;
}
.liders_list .catalog_item .text .price .old_price {
	color: #585959;
	font-size: 14px;
	text-decoration: line-through;
	padding: 0 0 0 10px;
	position: relative;
	top: -1px;
}
.liders_list .catalog_item .text .price a.more, .liders_list .catalog_item .text .price a.more:hover {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 31px;
	line-height: 29px;
	background: #c03028;
	padding: 0 16px;
	position: absolute;
	top: -6px;
	left: 0;
	display: none;
}
.liders_list .catalog_item:hover .text .price a.more {
	display: block;
}
.liders_list .catalog_item .text .price a.more:hover {
	background: #d72117;
}
@media (min-width: 1000px) {
	.sidebar_filter {
	    vertical-align: top;
	    max-width: 250px;
	    min-width: 250px;
	    font-size: 16px;
	    margin-right: 20px;
	    margin-top: 44px;
	    z-index: 2;
	    float: left;
	}
	.mobile_filter_icon, .mobile_filter_title, .mobile_filter_close {
		display: none;
	}
}
@media (max-width: 1000px) {
	.mobile_filter_icon {
		float: right;
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
     	-moz-border-radius: 50%;
    	-webkit-border-radius: 50%;
	    background-color: #c03028;
	    position: relative;
	    margin: 1px 0 0 20px;
	    cursor: pointer;
	}
	.mobile_filter_icon:before {
		content: '';
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.6 18'%3E%3Cpath fill='%23FFF' d='M2.9 18c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v16c0 .6-.4 1-1 1zM11.3 18c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v16c0 .6-.5 1-1 1zM19.6 18c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v16c0 .6-.4 1-1 1z'/%3E%3Cpath fill='%23FFF' d='M4.9 5.5H1c-.6 0-1-.4-1-1s.4-1 1-1h3.9c.6 0 1 .4 1 1s-.5 1-1 1zM13.2 14.3H9.4c-.6 0-1-.4-1-1s.4-1 1-1h3.9c.6 0 1 .4 1 1s-.5 1-1.1 1zM21.6 8.1h-3.9c-.6 0-1-.4-1-1s.4-1 1-1h3.9c.6 0 1 .4 1 1s-.5 1-1 1z'/%3E%3C/svg%3E") no-repeat;
	    background-size: 100%;
	    background-position: 50%;
	    width: 23px;
	    height: 18px;
	}
	.sidebar_filter {
		font-weight: 400;
	    font-size: 1.4rem;
	    color: #000;
	    line-height: 1.7rem;
	    background-color: #fbfbfb;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background-color: #fff;
	    width: 100%;
	    height: 100%;
	    z-index: 1100;
	    transition: -webkit-transform .45s cubic-bezier(.19,1,.22,1);
	    transition: transform .45s cubic-bezier(.19,1,.22,1);
	    transition: transform .45s cubic-bezier(.19,1,.22,1),-webkit-transform .45s cubic-bezier(.19,1,.22,1);
	    -webkit-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	.sidebar_filter.active {
		-webkit-transform: translateX(0);
    	transform: translateX(0);
	}
	.sidebar_filter .mobile_filter_title {
		font-size: 20px;
	    font-family: 'RobotoBold', Arial, sans-serif;
	    text-align: center;
	    padding: 0 20px;
	    background: #f2f2f2;
	    margin: 0;
	    height: 60px;
	    line-height: 60px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 130;
	}
	.sidebar_filter .mobile_filter_close {
		color: #000;
	    font-size: 24px;
	    font-family: 'RobotoBold', Arial, sans-serif;
	    position: fixed;
	    top: 0;
	    right: 0;
	    opacity: 1;
	    width: 60px;
	    height: 60px;
	    text-align: right;
	    line-height: 60px;
	    padding: 0 20px 0 0;
	    z-index: 140;
	    cursor: pointer;
	}
	.bx-filter {
		padding: 60px 20px 65px;
	    overflow-x: hidden;
	    overflow-y: auto;
	    width: 100%;
	    height: 100%;
	}
	.bx-filter .bx-filter-button-box {
		position: fixed;
	    width: 100%;
	    background: #f8f7f6;
	    left: 0;
	    height: 65px;
	    bottom: 0;
	    padding: 5px 20px 20px 20px;
	    overflow: hidden;
	    z-index: 130;
	}
	.bx-filter.bx-red .bx-filter-section {
		background: #fff;
		padding: 20px 0 0 0;
	}
	.bx-filter .bx-filter-title {
		display: none;
	}
	.bx-filter .bx-filter-button {
		width: 50%;
		float: left;
		padding: 0 0 0 20px;
	}
}
@media (max-width: 400px) {
	.mobile_filter_icon {
	    margin: 1px 0 0 10px;
	}
}
.catalog_list_wrapper {
	overflow: hidden;
}
.catalog_sort {
	padding: 50px 0 0 0;
	float: right;
}
.catalog_sort:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.all_count {
	color: #030303;
	font-size: 27px;
	line-height: 28px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	padding: 57px 0 0 0;
}
.catalog_sort .sort {
	text-align: right;
}
.catalog_sort .sort .title {
	color: #020202;
	font-size: 16px;
	padding: 0 30px 0 0;
	position: relative;
}
.catalog_list {
	padding: 18px 0 43px 0;
	clear: both;
}
.catalog_list .wrapper {
	margin: 0 0 0 -25px;
	overflow: hidden;
}
.catalog_list .catalog_item {
	padding: 0 0 23px 25px;
	width: 33.3333%;
	float: left;
}
.catalog_list .catalog_item:nth-child(3n+1) {
    clear: both;
}
.catalog_list:not(.sertificates_list) .catalog_item .image {
	text-align: center;
	height: 16rem;
	line-height: 16rem;
	position: relative;
}
.catalog_list .catalog_item .image a, .catalog_list .catalog_item .image a:hover {
	display: block;
	height: 100%;
}
.catalog_list .catalog_item .image img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.catalog_list .catalog_item .text .name, .catalog_list .catalog_item .text .name:hover {
	color: #8c8b8b;
	font-size: 14px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin: 9px 0 6px 0;
}
.catalog_list .catalog_item .text a.name:hover {
	text-decoration: underline;
}
.catalog_list .catalog_item .text .manuf {
	color: #020202;
	font-size: 16px;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.catalog_list .catalog_item .text .price {
	color: #010101;
	font-size: 16px;
	margin: 15px 0 15px 0;
	position: relative;
}
.catalog_list .catalog_item .text .price .old_price {
	color: #585959;
	font-size: 14px;
	text-decoration: line-through;
	padding: 0 0 0 10px;
	position: relative;
	top: -1px;
}
.catalog_list .catalog_item .text .price a.more, .catalog_list .catalog_item .text .price a.more:hover {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 31px;
	line-height: 29px;
	background: #c03028;
	padding: 0 16px;
	position: absolute;
	top: -6px;
	left: 0;
	display: none;
}
.catalog_list .catalog_item .text .price a.more:hover {
	background: #d72117;
}
.catalog_list .catalog_item:hover .text .price a.more {
	display: block;
}
.catalog_list .catalog_item:hover .text .price .old_price {
	display: none;
}

.pagenavig {
    border: 1px solid #ededed;
    height: 45px;
    line-height: 41px;
    text-align: center;
}
.pagenavig a, .pagenavig a:hover {
    color: #121314;
    font-size: 15px;
    text-decoration: none;
    margin: 0 10px;
}
.pagenavig a:hover {
    text-decoration: underline;
}
.pagenavig a.prev, .pagenavig a.prev:hover {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url('/local/templates/angel/./images/sprite.png') no-repeat -133px 0;
    font-size: 0;
}
.pagenavig a.next, .pagenavig a.next:hover {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url('/local/templates/angel/./images/sprite.png') no-repeat -125px 0;
    font-size: 0;
}
.pagenavig em {
    color: #fffffe;
    font-size: 15px;
    font-style: normal;
    background: #c03028;
    margin: 0 10px;
    padding: 11px 17px 12px;
}

.seo_descr {
	padding: 66px 0 20px 0;
}
.seo_descr h2 {
	color: #030303;
	font-size: 27px;
	line-height: 30px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 29px 0;
}
.seo_descr p {
	color: #030303;
	font-size: 18px;
	line-height: 28px;
	font-family: 'RobotoLight', Arial, sans-serif;
}

.catalog_detail:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.catalog_detail .description_prod:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.catalog_detail .left_block {
	padding: 0 0 0 127px;
	position: relative;
}
.catalog_detail .wrapper_pager {
	padding: 0 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.catalog_detail .big_photo {
	/*float: left;*/
	text-align: center;
	display: inline-block;
	position: relative;
}
.catalog_detail .big_photo img {
	max-width: 100%;
}
.catalog_detail .wrapper_pager .bx-wrapper {
	padding: 39px 0;
}

.catalog_detail .right_block {
	margin: -3px 0 0 0;
	padding: 0 0 0 3px;
}
.catalog_detail a.section_name, .catalog_detail a.section_name:hover {
	color: #8c8b8b;
	font-size: 14px;
	line-height: 16px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin: 0 0 13px 0;
}
.catalog_detail a.section_name:hover {
	text-decoration: underline;
}
.catalog_detail .right_block h2 {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	font-family: 'RobotoBold', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.catalog_detail .size {
	color: #030303;
	font-size: 14px;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.catalog_detail .price {
	color: #030303;
	font-size: 25px;
	font-family: 'RobotoBold', Arial, sans-serif;
	padding: 0 0 28px 0;
	float: left;
    width: 40%;
}
.catalog_detail .price .old_price {
	color: #585959;
    font-size: 14px;
    text-decoration: line-through;
    padding: 0 0 0 4px;
}
.catalog_detail .all_price {
	font-size: 20px;
	padding: 17px 0 0 0;
}
.catalog_detail .all_price span {
	font-size: 14px;
	font-family: 'RobotoLight', Arial, sans-serif;
}

.catalog_detail .order_block {
	padding: 0 0 0 15px;
	width: 60%;
	float: left;
}
.catalog_detail .order_block .counter {
	max-width: 210px;
	position: relative;
	padding: 0 46px;
}
.catalog_detail .order_block .counter a, .catalog_detail .order_block .counter a:hover {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 42px;
	color: #030303;
	font-size: 16px;
	font-family: 'RobotoBold', Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ededed;
	position: absolute;
	top: 0;
	-webkit-transition: background .3s, color .3s, border .3s;
    -moz-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s;
}
.catalog_detail .order_block .counter .minus {
	left: 0;
}
.catalog_detail .order_block .counter .plus {
	right: 0;
}
.catalog_detail .order_block .counter a:hover {
	background: #d72117;
	border-color: #d72117;
	color: #fff;
}
.catalog_detail .order_block .counter input.count {
	color: #030303;
	font-size: 16px;
	border: none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background: #fff;
	text-align: center;
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.catalog_detail .order_block .submit_button {
	width: 100%;
	max-width: 210px;
	padding: 10px 0 0 0;
}
.catalog_detail .order_block .submit_button button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 17px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #c03028;
	border: none;
	outline: 0;
	cursor: pointer;
}
.catalog_detail .order_block .submit_button button:hover {
	background: #d72117;
}
.buy_sertifikat {
	padding: 60px 0 0 0;
}
.buy_sertifikat a, .buy_sertifikat a:hover {
	width: 100%;
    padding: 11px 2px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #c03028;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.buy_sertifikat a:hover {
	background: #d72117;
}

.stores_block {
	padding: 30px 0 0 5px;
}
.stores_block:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.stores_block h4 {
	margin: 0;
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.stores_block p {
	color: #030303;
    font-family: 'RobotoBold', Arial, sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.bx_storege ul li {
	list-style: none;
	padding: 5px 0 15px;
    font-size: 12px;
    line-height: 17px;
    float: left;
    width: 25%;
    font-family: 'RobotoLight', Arial, sans-serif;
}

.catalog_detail .props {
	padding: 22px 0 0 0;
	color: #030303;
	font-size: 15px;
	line-height: 22px;
	font-family: 'RobotoLight', Arial, sans-serif;
	clear: both;
}
.catalog_detail .props p {
	color: #030303;
	font-size: 15px;
	line-height: 22px;
	font-family: 'RobotoLight', Arial, sans-serif;
	margin: 0px 0 9px 0;
}
.catalog_detail .props p.title {
	font-size: 16px;
	line-height: 22px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0px 0 9px 0;
}

.clear {
	clear: both;
}

.catalog_detail .reveiw {
	padding: 40px 0 5px 0;
}
.catalog_detail .reveiw .title_review {
    margin: 0 0 30px 0;
}
.catalog_detail .reveiw .title_review span {
    color: #030303;
    font-size: 27px;
    font-family: 'RobotoMedium', Arial, sans-serif;
}
.catalog_detail .reveiw .title_review .add_new_review {
	border: 1px solid #2e2f31;
    color: #020202;
    font-size: 15px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 37px;
    line-height: 37px;
    background: #fffffe;
    border: 1px solid #2e2f31;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 0 0 37px;
    padding: 0 30px;
    position: relative;
    top: -5px;
}
.catalog_detail .reveiw .title_review .add_new_review:hover {
    color: #fffffe;
    background: #030303;
    border-color: #030303;
}
.catalog_detail .reveiw .review_item {
    margin: 0 0 34px 3px;
}
.catalog_detail .reveiw .review_item .stars {
    margin: 0 5px 0 0;
    float: left;
}
.catalog_detail .reveiw .review_item .stars em {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url('/local/templates/angel/./images/sprite.png') no-repeat -125px -13px;
    margin: 0 0 0 -2px;
}
.catalog_detail .reveiw .review_item .stars em.active {
    background-position: -139px -13px;
}
.catalog_detail .reveiw .review_item .name {
    color: #010101;
    font-size: 16px;
    line-height: 24px;
}
.catalog_detail .reveiw .review_item .name span {
    color: #9c9d9e;
    font-family: 'RobotoLight', Arial, sans-serif;
}
.catalog_detail .reveiw .review_item .text {
    color: #010101;
    font-size: 16px;
    line-height: 20px;
    font-family: 'RobotoLight', Arial, sans-serif;
    margin: 16px 0 0 0;
}
#form_new_review .rating {
	overflow: hidden;
	padding: 0 0 14px 0;
}
#form_new_review .rating .prop1 span {
	float: left;
    font-size: 14px;
    padding: 0 7px 0 0;
}
#form_new_review .rating .star {
    float: left;
    width: 14px;
    height: 12px;
    background: url('/local/templates/angel/./images/sprite.png') no-repeat -125px -13px;
    margin: 3px 0 0 0;
    cursor: pointer;
}
#form_new_review .rating .star.active, #form_new_review .rating .star:hover {
    background-position: -139px -13px;
}

.dialog_window {
    border: 1px solid #c1c4c3;
    width: 350px;
    max-width: 100%;
    padding: 52px 26px 30px;
    display: none;
}
.dialog_window h2, .dialog_window .title_dialog {
    color: #010101;
    font-size: 24px;
    line-height: 19px;
    text-align: center;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin: 0 0 20px 0;
    white-space: nowrap;
}
.dialog_window p.title {
    color: #010101;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    margin: 0 0 17px 0;
}
.dialog_form .form {
    padding: 15px 0 0 0;
}
.dialog_window .submit_button {
    text-align: right;
    margin: 14px 0 0 0;
}
.dialog_window .submit_button button {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    background: #c03028;
    width: 63%;
    height: 44px;
    line-height: 46px;
    cursor: pointer;
}
.dialog_window .submit_button button:hover {
    background: #d72117;
}
.dialog_window label {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
    border: none;
    background: none;
    position: relative;
}
.dialog_window .textbox, .dialog_window label select {
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #9fa3a3;
    font-size: 15px;
    background: #fff;
    border: 1px solid #bec1c0;
    padding: 0 0 0 13px;
    outline: 0;
}
.dialog_window textarea.textbox {
    height: 100px;
    font-family: 'RobotoRegular', Arial, sans-serif;
}
.dialog_window label.error .textbox {
    border-color: #c44d07;
}
.dialog_window label.error span {
	color: #c44d07;
	font-size: 12px;
}
.success_text {
	color: green;
	padding: 10px 0 0 0;
}
.dialog_window .success_text {
	text-align: center;
}

#error_window p {
	color: #d72117;
    text-align: center;
    line-height: 30px;
}

.map {
	min-width: 320px;
	height: 597px;
	font-size: 0;
	line-height: 0;
}

.shops_list {
	padding: 28px 0 16px 18px;
}
.shops_list h2 {
	color: #030303;
	font-size: 30px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 32px 0;
}
.shops_list table {
	width: 100%;
	border-collapse: collapse;
}
.shops_list table td {
	color: #030303;
	font-size: 18px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	vertical-align: top;
}
.shops_list table td span.address {
	color: #6d6c6a;
	font-family: 'RobotoLight', Arial, sans-serif;
	font-style: italic;
}
.shops_list table td span.phone {
	color: #010101;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.shops_list table tr {
	cursor: pointer;
}
.shops_list table tr.active td {
	font-family: 'RobotoBold', Arial, sans-serif;
}
.shops_list table td.time {
	width: 200px;
	color: #030303;
	font-size: 18px;
	font-family: 'RobotoLight', Arial, sans-serif;
}

.text_block:after {
	content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.text_block h1 {
	color: #030303;
	font-size: 47px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 13px 0;
}
.text_block h2 {
	color: #030303;
	font-size: 40px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 7px 0;
}
.text_block h3 {
	color: #030303;
	font-size: 37px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 3px 0;
}
.text_block h4 {
	color: #030303;
	font-size: 33px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 9px 0;
}
.text_block h5 {
	color: #030303;
	font-size: 30px;
	line-height: 40px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 7px 0;
}
.text_block h6 {
	color: #030303;
	font-size: 27px;
	line-height: 35px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 0 0 6px 0;
}
.text_block p.list_title {
	color: #040404;
	font-size: 20px;
	line-height: 25px;
	font-family: 'RobotoMedium', Arial, sans-serif;
	margin: 15px 0 12px;
}
.text_block ul, .text_block ol {
	margin: 0 0 20px 42px;
}
.text_block ul li, .text_block ol li {
	color: #040404;
	font-size: 18px;
	line-height: 28px;
	font-family: 'RobotoLight', Arial, sans-serif;
	margin: 0 0 0 36px;
}
.text_block p, .shops_list p {
	color: #040404;
	font-size: 18px;
	line-height: 28px;
	font-family: 'RobotoLight', Arial, sans-serif;
	margin: 0 0 28px 0;
}
.shops_list p {
	margin: 0 0 13px 0;
}
.text_block .img_l {
	margin: 0 10px 5px 0;
	float: left;
}
.text_block table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}
.text_block table th {
    color: #020202;
    font-size: 18px;
    line-height: 25px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    border: 1px solid #bec1c0;
    background: #f6f6f5;
    height: 44px;
    padding: 0 2px;
}
.text_block table td {
    color: #020202;
    font-size: 18px;
    line-height: 25px;
	font-family: 'RobotoLight', Arial, sans-serif;
    border: 1px solid #bec1c0;
    text-align: center;
    height: 44px;
    padding: 0 2px;
    vertical-align: top;
}

.dialog_overlay {
	z-index: 1000;
    background: #000;
    position: fixed;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
}

.big_photo ul li {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.big_photo ul {
	visibility: hidden;
	list-style: none;
}
.catalog_detail .left_block.left_block_pos {
	padding: 0;
	text-align: center;
}
.left_block_pos .big_photo ul {
	visibility: visible;
}
.left_block_pos .big_photo ul li {
	position: static;
}

.brand_list .catalog_item .text a.name, .brand_list .catalog_item .text a.name:hover {
	text-align: center;
}

.search-page {
	display: none;
}

.form.authform .bx-title, .form.authform .bx-authform-content-container, .form.authform .bx-authform-description-container, .form.authform .bx-authform-link-container {
	padding: 0 0 10px 0;
}
.form.authform label {
	display: block;
	max-width: 400px;
	padding: 0 0 10px 0;
}
.form.authform label input[type="text"], .form.authform label input[type="password"] {
	width: 100%;
    height: 43px;
    line-height: 43px;
    color: #9fa3a3;
    font-size: 15px;
    background: #fff;
    border: 1px solid #bec1c0;
    padding: 0 10px;
    outline: 0;
}
.form.authform .submit_button {
	padding: 0 0 10px 0;
}
.form.authform .submit_button button {
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    background: #c03028;
    width: 100%;
    max-width: 150px;
    height: 44px;
    line-height: 46px;
    cursor: pointer;
}
.form.authform .submit_button button:hover {
	background: #d72117;
}


/* Media
-----------------------------------------------------------------------------*/
@media (max-width: 1200px) {
	.main_slider .text {
		padding: 50px 0 0 0;
	}
	.main_slider .text p.new {
		font-size: 31px;
	}
	.main_slider .text p.new sup {
		font-size: 15px;
	}
	.main_slider .text p.from {
		font-size: 31px;
	}
	.main_slider .text p.from span {
		font-size: 44px;
		line-height: 92px;
	}
	.main_slider .text .button_more {
		bottom: 52px;
		margin-left: -130px;
	}
	.main_slider .text_slider {
		padding: 0 0 114px 0!important;
	}
	.ls-v5 .ls-bottom-slidebuttons {
		top: -29px!important;
	}
	.main_slider .text .button_more a, .main_slider .text .button_more a:hover {
		font-size: 25px;
		height: 55px;
		line-height: 55px;
		padding: 0 30px;
	}
} /* END max-width: 1200px */
@media (max-width: 1100px) {
	.main_subscribe {
		padding: 55px 10px 60px;
	}
	.header {
		padding: 9px 10px 0 10px;
	}
	.header .logo {
		padding: 15px 0 0 0;
		width: 15%;
	}
	.header .top_menu_wrap {
		width: 70%;
	}
	.header .top_menu {
		padding: 32px 0 0 0;
	}
	.header .top_menu > li {
		padding: 0 0 0 15px;
	}
	.header .phone {
		font-size: 13px;
	}
	.header .phone span {
		padding: 0;
		font-size: 20px;
	}
	.page_title .inner {
		padding: 19px 10px 29px;
	}
	.allcontent {
		padding: 0 10px 54px;
	}
	.header .top_menu > li > a, .header .top_menu > li > a:hover {
		padding: 9px 8px 9px 5px;
	}
	.main_feedback .inner {
		padding: 55px 10px 56px;
	}
} /* END max-width: 1100px */
@media (max-width: 1000px) {
	.header .top_menu {
	    padding: 12px 0 0 0;
	}
	.header .top_menu > li > a, .header .top_menu > li > a:hover {
		font-size: 13px;
	}
	.header .logo {
		padding: 6px 0 0 0;
	}
	.header .cart .top_basket {
		padding: 18px 0 0 0;
		font-size: 14px;
	}
	.header .cart .top_basket span {
		font-size: 11px;
	}
	.all_count {
		font-size: 24px;
		padding: 20px 0 0 0;
		width: 30%;
		float: left;
	}
	.catalog_sort {
		padding: 14px 0 0 0;
		width: 70%;
	}
	.catalog_sort .sort .title {
		padding: 0 15px 0 0;
		top: 0;
	}
}
@media (max-width: 1080px) {
	.catalog_detail .left_block {
		padding: 0;
	}
	.catalog_detail .wrapper_pager {
		padding: 0;
		position: static;
	}
	.bx-wrapper {
		margin: 0 auto 0;
	}
	.catalog_detail .wrapper_pager .bx-wrapper {
		padding: 20px 0;
	}
	.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction a:hover {
		width: 11px;
		height: 19px;
		margin: -10px 0 0 0;
		top: 50%;
		left: auto;
	}
	.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
		background-position: 0 -25px;
		left: -16px!important;
	}
	.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
		background-position: -12px -25px;
		right: -16px!important;
	}
} /* END max-width: 1080px */
@media (max-width: 900px) {
	.header .top_menu > li {
		padding: 0 0 0 5px;
	}
	.small_banners .banner .text p.section {
		font-size: 14px;
		margin: 0;
	}
	.small_banners .banner .text p.name {
		font-size: 20px;
		line-height: 25px;
	}
	.small_banners .banner .text .hr {
		margin: 18px auto 0;
	}
	.small_banners .banner .text a, .small_banners .banner .text a:hover {
		line-height: 50px;
	}
	.main_hits {
		padding: 25px 0 0 0;
	}
	.main_hits h2 {
		font-size: 40px;
	}
	.main_hits p.title {
		margin: 0 0 20px 0;
	}
	.main_hits .wrapper {
		margin: 0 0 0 -5px;
	}
	.main_hits .hit_item {
		padding: 0 0 0 5px;
	}
	.main_hits .show_more {
		margin: 20px 0 0 0;
	}
	.main_hits .show_more a, .main_hits .show_more a:hover {
		width: 235px;
		height: 45px;
		line-height: 40px;
		font-size: 17px;
	}
	.liders_list {
		padding: 25px 0 0 0;
	}
	.liders_list h2 {
		font-size: 40px;
		line-height: 38px;
	}
	.liders_list p.title {
		margin: 0 0 20px 0;
	}
	.liders_list .wrapper {
		margin: 0 0 0 -5px;
	}
	.liders_list .catalog_item {
		padding: 0 0 0 5px;
	}
	.liders_list .show_more {
		margin: 20px 0 0 0;
	}
	.liders_list .show_more a, .liders_list .show_more a:hover {
		width: 235px;
		height: 45px;
		line-height: 40px;
		font-size: 17px;
	}
	.catalog_list .wrapper {
		margin: 0 0 0 -5px;
	}
	.catalog_list .catalog_item {
		padding: 0 0 0 5px;
	}
	.catalog_list .show_more {
		margin: 20px 0 0 0;
	}
	.catalog_list .show_more a, .catalog_list .show_more a:hover {
		width: 235px;
		height: 45px;
		line-height: 40px;
		font-size: 17px;
	}
	.catalog_detail .order_block .submit_button {
		margin: 15px 0 0 0;
	}
	.main_cat {
		margin: 0 0 0 -15px;
	}
	.main_cat .item {
		padding: 0 0 0 15px;
	}
	.top_panel .inner {
		padding: 0 47px 0 10px;
	}
	.top_panel .socnet span {
	    display: none;
	}
	.top_panel .socnet {
		/*width: 15%;*/
		display: none;
	}
	.top_panel .phone {
		width: 25%;
		text-align: left;
	}
	.header-social-icons {
		width: 25%;
	}
	.top_panel .right_col {
		width: 50%;
	}
	.header .logo {
		padding: 18px 0 0 0;
	}
	div.news-detail img.detail_picture {
		max-width: 40%;
		margin: 5px 20px 6px 0px;
	}
} /* END max-width: 900px */
@media (max-width: 800px) {
	.header .phone {
		display: none;
	}
	.header .logo {
		padding: 5px 0 0 0;
	}
	.header .cart .top_basket {
		padding: 0;
	}
	.header .top_menu {
		padding: 0;
	}
	.header .top_menu > li {
		padding: 0 0 0 26px;
		width: 33.3333%;
	}
	.header .top_menu > li > a, .header .top_menu > li > a:hover {
		font-size: 14px;
		display: inline-block;
	}
	.main_slider .text .button_more a, .main_slider .text .button_more a:hover {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
		padding: 0 20px;
	}
	.main_slider .text .button_more {
		margin-left: -101px;
	}
	.main_slider .text p.new, .main_slider .text p.from, .main_slider .text .hr, .main_slider .text p {
		display: none;
	}
	.catalog_detail .left_block, .catalog_detail .right_block {
		width: 50%;
	}
	.catalog_detail .order_block .submit_button button {
		font-size: 15px;
	}
	.main_permissions {
		padding: 20px 0 41px 0;
	}
	.main_permissions .permission {
	    padding: 0 0 20px 10px;
	}
	.main_permissions .permission h2 {
		margin: 0 0 12px 5px;
	}
} /* END max-width: 800px */
@media (max-width: 700px) {
	.header .top_menu_wrap {
		width: 100%;
	}
	.header .top_menu li div.submenu {
		visibility: inherit;
		height: 0;
		overflow: hidden;
		position: static;
		padding: 0 0 0 15px;
	}
	.header .top_menu li.opend div.submenu  {
		height: 100%;
	}
	.header .top_menu li div.submenu .wrapper {
		border: none;
		padding: 0 0 0 15px;
	}
	.header .top_menu li div.submenu .wrapper > ul {
		float: none;
		padding: 0;
	}
	.header .top_menu li div.submenu .wrapper > ul ul {
		padding: 0 0 0 15px;
		list-style: none;
	}
	.top_panel {
		display: none;
	}
	body {
		padding: 50px 0 0 0;
	}
	.header {
		width: 100%;
		height: 50px;
		padding: 9px 10px 0 10px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
	}
	.header .logo {
		display: none;
	}
	.header .mini_logo {
		display: inline;
		margin: 0 0 0 30px;
		position: relative;
		z-index: 1002;
	}
    .header .cart {
        width: 50%;
        float: right;
    }
    .header .cart .top_basket {
    	padding: 0 30px 0 0;
    }
    .header .cart .top_basket img {
    	height: 30px;
    	margin: 2px 10px 0 0;
    }
    .header .cart .top_basket span {
    	line-height: 12px;
    }
	.top_menu_wrap .mobile_title {
		display: block;
	}
	.top_menu_wrap {
		background: #fff;
		position: fixed;
		top: 0;
		height: 100%;
		left: -100%;
		width: 100%;
		max-width: 100%;
		z-index: 3000;
		overflow: auto;
		pointer-events: auto;
		-webkit-backface-visibility: hidden;
		-webkit-transition: left 200ms linear;
	    -moz-transition: left 200ms linear;
	    -o-transition: left 200ms linear;
	    transition: left 200ms linear;
	}
	.top_menu_wrap.active {
		visibility: visible;
	    left: 0;
	    opacity: 1;
	}
	.top_menu_wrap .close {
		display: block;
		color: #000;
		font-size: 24px;
		font-family: 'RobotoBold', Arial, sans-serif;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 1;
		width: 60px;
	    height: 60px;
	    text-align: right;
	    line-height: 60px;
	    padding: 0 20px 0 0;
	}
	.top_menu_wrap .mobile_search {
		display: block;
		padding: 15px 20px 15px;
		overflow: hidden;
	}
	.top_menu_wrap .mobile_search input[type="text"] {
		height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    background: rgba(183, 183, 183, .1);
	    border: none;
	    text-align: center;
	    padding: 0 10px;
	    width: 80%;
	    float: left;
	}
	.top_menu_wrap .mobile_search button {
		width: 20%;
		height: 40px;
	    line-height: 40px;
		float: left;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
		background: #c03028;
		border: none;
		outline: 0;
	}
	.header .top_menu {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		text-align: left;
	}
	.header .top_menu > li {
		display: block;
		margin: 0;
		padding: 0 0 10px 0;
		float: none;
		width: 100%;
	}
	.header .top_menu > li > a, .header .top_menu > li > a:hover {
		padding: 12px 15px;
		display: block;
		max-width: 100%;
		font-size: 16px;
	}
	.header .top_menu > li > a:hover {
		background: none;
		color: #040404;
	}
	.header .top_menu > li > a em {
		display: none;
	}
	.header .mobile_top_menu {
		display: block;
	}
	.header .navbar {
        width: 20px;
        position: absolute;
        top: 16px;
        left: 10px;
        cursor: pointer;
        display: block;
        z-index: 1011;
    }
    .header .navbar span {
        width: 100%;
        height: 4px;
        background: #000;
        display: block;
        margin: 0 0 3px 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .allcontent {
    	padding: 0 10px 50px;
    }
	.main_slider {
		display: none;
	}
	.small_banners {
		padding: 0;
	}
	.small_banners .wrapper {
		margin: 0 0 0 -5px;
	}
	.small_banners .banner {
		padding: 0 0 0 5px;
	}
	.small_banners .banner_middle .image {
		padding: 0 0 2px 0;
	}
	.small_banners .banner_middle .red_image {
		padding: 3px 0 0 0;
	}
	.small_banners .banner .text p.section {
		font-size: 13px;
		line-height: 30px;
	}
	.small_banners .banner .text p.name {
		font-size: 19px;
		line-height: 21px;
	}
	.small_banners .banner .text .hr {
		margin: 15px auto 0;
	}
	.wrapper_main_cat {
		padding: 25px 0 0 0;
	}
	.wrapper_main_cat h2 {
		font-size: 40px;
	}
	.wrapper_main_cat p.title {
		margin: 0 0 20px 0;
	}
	.owl-carousel .owl-controls .owl-dots {
		margin: 20px 0 0 0;
	}
	.main_subscribe {
		padding: 20px 10px 25px;
	}
	.main_subscribe .form p.title {
		font-size: 20px;
		line-height: 24px;
		padding: 0 20px 20px;
	}
	.main_subscribe .form label .textbox {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 0 0 10px;
	}
	.main_subscribe .form .submit_button button {
		height: 40px;
		line-height: 36px;
		font-size: 18px;
	}
	.main_subscribe .form .wrapper {
		margin: 0 0 0 -5px;
	}
	.main_subscribe .form label {
		padding: 0 0 0 5px;
	}
	.main_subscribe .form .submit_button {
		padding: 0 0 0 5px;
	}
	.main_permissions {
		padding: 50px 10px 41px;
	}
	.main_permissions .permission {
		padding: 0 0 25px 0;
	}
	.main_permissions .permission h2 {
		font-size: 28px;
		line-height: 24px;
		margin: 0 0 10px 5px;
	}
	.main_reviews .inner {
		padding: 25px 10px 20px;
	}
	.main_reviews h2 {
		font-size: 40px;
	}
	.main_reviews p.title {
		margin: 0 0 20px 0;
	}
	.main_reviews .review .text {
		padding: 0;
		overflow: visible;
	}
	.main_reviews .review .text span.q {
		display: none;
	}
	.main_reviews .owl-carousel .owl-controls .owl-dots {
		margin: 25px 0 0 0;
	}
	.main_feedback .inner {
		padding: 25px 10px 20px;
	}
	.main_feedback .form h2 {
		font-size: 40px;
	}
	.main_feedback .form p.title {
		margin: 0 0 20px 0;
		line-height: 28px;
	}
	.main_feedback .form label .textbox {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 0 0 10px;
	}
	.main_feedback .form label textarea.textbox {
		height: 130px;
		padding: 4px 0 0 10px;
	}
	.main_feedback .form .submit_button {
		padding: 20px 0 0 0;
	}
	.main_feedback .form .submit_button button {
		height: 40px;
	    line-height: 36px;
	    font-size: 18px;
	    padding: 0 42px;
	}
	.main_feedback .form .wrapper {
		margin: 0 0 0 -15px;
	}
	.main_feedback .form label {
		padding: 15px 0 0 15px;
	}
	.footer .inner {
		padding: 8px 10px 0;
		height: auto;
	}
	.footer .about_text, .footer .bottom_menu, .footer .contacts {
		display: none;
	}
	.footer .bottom_copy {
		padding: 0;
		position: static;
	}
	.footer p {
		margin: 0;
		line-height: 15px;
	}
	.footer .bottom_copy p {
		font-size: 12px;
	}
	.footer .bottom_copy a, .footer .bottom_copy a:hover {
		font-size: 12px;
	}
	.main_hits .hit_item {
		width: 50%;
	}
	.liders_list .catalog_item {
		width: 50%;
	}
	.catalog_list .catalog_item {
		width: 50%;
	}
	.catalog_list .catalog_item:nth-child(3n+1) {
		clear: none;
	}
	.catalog_list .catalog_item:nth-child(2n+1) {
		clear: both;
	}
	.catalog_sort .sort .title {
		padding: 0;
		display: none;
	}
	.all_count {
		width: 100%;
		padding: 0 0 17px 0;
		float: none;
    	white-space: nowrap;
	}
	.catalog_sort {
		margin: 50px 0 0 0;
	    width: 100%;
	    clear: both;
	    padding: 0;
	}
	.catalog_sort .sort {
		width: 100%;
		text-align: left;
	}
	.catalog_detail .left_block {
		width: 100%;
	}
	.catalog_detail .right_block {
		width: 100%;
		margin: 0 0 29px 0;
	}
	.shops_list {
		padding: 0;
	}
	.shops_list table td.time {
		width: 177px;
		padding: 0;
	}
	.shops_list table td {
		padding: 0 2px;
	}
	.main_cat .item {
		width: 50%;
		padding: 0 0 20px 15px;
	}
	.main_cat .item:nth-child(2n+1) {
		clear: both;
	}
	.main_cat .item .image a {
		line-height: 26px;
		padding: 16px 3px 15px 3px;
		text-align: center;
	}
	.main_cat .item .image a:hover *, .main_cat .item .image a:before {
		display: none!important;
	}
	.catalog_list .catalog_item .text .price {
		font-family: 'RobotoBold', Arial, sans-serif;
	}
	.map {
		display: none;
	}
	.text_block ul, .text_block ol, .text_block p, .shops_list p {
		margin: 0 0 10px 0;
	}
	.main_reviews .submit_button a, .main_reviews .submit_button a:hover {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		padding: 0 18px;
	}
} /* END max-width: 700px */
@media (max-width: 600px) {
	.small_banners {
		display: none;
	}
	.main_subscribe .form label {
		width: 100%;
		padding: 0 0 15px 5px;
	}
	.main_subscribe .form .submit_button {
		width: 100%;
		text-align: center;
	}
	.main_subscribe .form .submit_button button {
		width: 155px;
	}
	.main_permissions {
		padding: 25px 10px 15px;
	}
	.main_reviews .review img {
		display: none;
	}
	.main_reviews .review .text p.sig {
		text-align: center;
		width: 100%;
		padding: 5px 0 0 0;
	}
	.main_reviews .owl-carousel .owl-controls .owl-dots {
		margin: 15px 0 0 0;
	}
	.main_reviews .review .text {
		font-size: 19px;
	}
	.sertificates_list .catalog_item {
		padding-bottom: 30px;
	}
	.bx_storege ul li {
		width: 50%;
	}
} /* END max-width: 600px */
@media (max-width: 500px) {
	.catalog_list:not(.sertificates_list) .catalog_item .image {
		height: 12rem;
    	line-height: 12rem;
	}
	.catalog_detail .price {
		width: 100%;
	}
	.catalog_detail .order_block {
		width: 100%;
		padding: 0;
	}
	.buy_sertifikat {
		padding: 30px 0 0 0;
	}
}
@media (max-width: 480px) {
	.catalog_detail .reveiw .submit_button {
		display: none;
	}
	.main_hits .wrapper {
		margin: 0;
	}
	.main_hits .hit_item {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.main_hits .hit_item .text .price a.more, .main_hits .hit_item .text .price a.more:hover {
		display: block;
		right: 0;
		left: auto;
	}
	.main_hits .show_more {
		margin: 0;
	}
	.liders_list .wrapper {
		margin: 0;
	}
	.liders_list .catalog_item {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.liders_list .catalog_item .text .price a.more, .liders_list .catalog_item .text .price a.more:hover {
		display: block;
	}
	.liders_list .show_more {
		margin: 0;
	}
	.catalog_list {
		padding: 18px 0 0 0;
	}
	.catalog_list .wrapper {
		margin: 0 0 0 -10px;
	}
	.catalog_list .catalog_item {
		padding: 0 0 20px 10px;
	}
	.catalog_list .catalog_item .text .price a.more, .catalog_list .catalog_item .text .price a.more:hover {
		display: none!important;
	}
	.catalog_list .show_more {
		margin: 0;
	}
	.bread_crumbs {
		display: none;
	}
	h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.page_title .inner {
		padding: 15px 10px 1px;
	}
	.seo_descr {
		padding: 30px 0 0 0;
	}
	.catalog_detail .wrapper_pager {
		display: none;
	}
	.catalog_detail .big_photo {
		margin: 0 0 25px 0;
	}
	.catalog_detail .order_block .submit_button {
		margin: 15px 0 0 0;
	}
	.catalog_detail .reveiw .submit_button {
		display: none;
	}
	.shops_list table td {
		display: block;
		line-height: 33px;
	}
	.shops_list table td.time {
		padding: 0 0 15px 0;
	}
	.main_cat .item .image a {
		font-size: 14px;
		padding: 16px 3px 15px 3px;
	}
	.main_hits h2 {
		font-size: 30px;
		margin: 0px 0 15px 0px;
	}
	.main_hits p.title {
		font-size: 16px;
	}
} /* END max-width: 480px */
@media (max-width: 400px) {
	.catalog_list:not(.sertificates_list) .catalog_item .image {
		height: 10rem;
    	line-height: 10rem;
	}
}

.main_banner_slider {
    overflow: hidden;
}
.main-slider:after {
    content: "";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
}
.main-slider .item img {
    max-width: 100%;
}
@media (max-width: 700px) {
	.main_banner_slider {
	    overflow: inherit;
	}
}
@media (min-width: 1000px) {
    .main-slider {
	    margin: 0 0 30px 0;
	    width: 100%;
	    padding: 80px 0 80px 0;
	    list-style-type: none;
	    height: 600px;

	    position: relative;
	    text-align: center;
	    white-space: nowrap;
	}
	.main-slider .item {
	    margin: 0;
	    padding: 0;
	    width: 320px;
	    height: 420px;
	    display: inline-block;
	    transition: transform 0.5s;
	}
}
@media (max-width: 1000px) {
	.main_banner_slider {
		max-height: 596px;
		background: url("/local/templates/angel/images/loading.gif") no-repeat 50% 100px;
		padding: 0 10px;
	}
	.main-slider {
		padding: 20px 10px 5px;
	}
	.main-slider .item {
	    display: inline-block;
	    /*opacity: 0;*/
	}
}
/* End */


/* Start:/local/templates/angel/template_styles.css?17531824428945*/
.main_feedback font.errortext {
	color: #fff!important;
}
.error_text {
	text-align: center;
}
.mf-ok-text {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#prod_cart_add {
	width: 500px;
	padding: 25px 34px 30px 30px;
    overflow: hidden;
}
#prod_cart_add .h2 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 30px 0;
}
.cart_info_button {
    overflow: hidden;
    margin: 0 0 0 -20px;
}
.cart_info_button .btn_cart {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
}
#prod_cart_add .close_but {
    color: gray;
    font-size: 14px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid gray;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}
#prod_cart_add .close_but:hover {
	border-color: #000;
	color: #000;
}
#prod_cart_add .gotocart {
    color: #fcfbfa;
    font-size: 14px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    background: #c03028;
    border: 1px solid #c03028;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}
@media (max-width: 500px) {
    .cart_info_button .btn_cart {
        width: 100%;
        padding: 0 0 20px 20px;
    }
}
#prod_cart_add .gotocart:hover {
	background: #d72117;
	border-color: #c03028;
}

.alert {
    border: 0;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    display: block;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
input[type="text"].error, input[type="password"].error, input[type="tel"].error, input[type="email"].error, textarea.error, select.error {
    border: 1px solid #ff1e1e!important;
}

.data-table td {
    padding: 5px 2px!important;
}
.data-table input[type="text"], .data-table input[type="password"] {
    border: 1px solid #adadad;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
.reg_form {
    max-width: 300px;
    margin: 0 auto;
}
.reg_form label {
    display: block;
    padding: 0 0 20px 0;
}
.reg_form input[type="text"], .reg_form input[type="password"] {
    border: 1px solid #adadad;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}
.reg_form .submit_button {
    text-align: center;
}
.reg_form .submit_button button {
    width: 300px;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 17px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #c03028;
    border: none;
    outline: 0;
    cursor: pointer;
}
.reg_form .submit_button button:hover {
    background: #d72117;
}

.bx_order_list h3 {
    line-height: 30px;
    padding: 25px 0 11px 0;
}
.req span {
    color: #d93333;
    font-size: 13px;
}

.image .image_icons {
    position: absolute;
    top: 10px;
    right: 10px;
}
.image .image_icons span, .catalog_detail .left_block .image_icons span {
    padding: 5px;
    background: #d72117;
    white-space: nowrap;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    font-family: RobotoBold,Arial,sans-serif;
    text-transform: uppercase;
    float: right;
    margin: 0 0 5px 5px;
}
.image .image_icons span, .catalog_detail .left_block .image_icons span {
    padding: 8px 9px;
    font-size: 12px;
}
.catalog_detail .left_block .image_icons {
    padding: 0 30px 0 0;
    position: relative;
    top: -5px;
}
.catalog_detail .left_block .image_icons:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.red_button_sertif, .red_button_sertif:hover {
    max-width: 310px;
    width: 100%;
    padding: 11px 2px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #c03028;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.red_button_sertif:hover {
    background: #d72117;
}
.footer h2.social-icons__title {
    margin-bottom: 6px;
}
.social-icons__link {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    background: #111;
    font-size: 0;
    line-height: 0;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icons__icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-social-icons .social-icons__link {
    background: none;
}
.social-icons__link:hover {
    background: #fff;
}
.social-icons__link:hover .social-icons__icon {
    fill: #111;
}
.header-social-icons .social-icons__link:hover .social-icons__icon {
    fill: #c03028;
}
.ymaps-2-1-74-balloon-content__header {
    max-width: 250px;
}
.mapshop-photos {
    padding-top: 10px;
}
.mapshop-photos .bx-pager {
    font-size: 0;
    padding-top: 0;
    bottom: 5px;
}
.mapshop-photos .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.mapshop-photos .bx-wrapper .bx-pager.bx-default-pager a:hover, .mapshop-photos .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c03028;
}
.mapshop-photos .bx-wrapper .bx-controls-direction a {
    top: 50%;
    -webkit-transform:rotate(-90deg);
    transform: rotate(-90deg);
}
.mapshop-photos .bx-wrapper .bx-prev {
    left: 4px;
}
.mapshop-photos .bx-wrapper .bx-next {
    right: 4px;
    left: unset;
}
.mapshop-photos img {
    max-width: 100%;
}
.btn-center {
    text-align: center;
}
.main-btn, .main-btn:hover {
    height: 66px;
    line-height: 66px;
    outline: 0;
    text-decoration: none;
    background: #c03028;
    color: #fff;
    font-size: 25px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 58px 0 48px;
    display: inline-block;
    position: relative;
}
.main-btn:hover {
    background: #d72117;
}
.main-btn em {
    display: block;
    width: 19px;
    height: 11px;
    background: url(/local/templates/angel/./images/sprite.png) no-repeat -105px 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: -9px;
    right: 21px;
    transform: rotate(180deg);
}
@media (max-width: 1000px) {
    .btn-center {
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .btn-center {
        margin-bottom: 20px;
    }
    .main-btn, .main-btn:hover  {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 0 18px;
    }
    .main-btn em {
        display: none;
    }
}
.sku-list {
    padding-bottom: 10px;
}
.sku-list__item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ededed;
    color: #000;
    font-size: 14px;
    font-family: 'RobotoLight', Arial, sans-serif;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sku-list__item:not(._active):not(._missing) {
    cursor: pointer;
}
.sku-list__item:hover:not(._missing) {
    border-color: #c03028;
}
.sku-list__item._active {
    border-color: #c03028;
}
.sku-list__item._missing {
    background-color: #ddd;
    color: gray;
}
.sku-list__val {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.sku-list__title {
    font-family: 'RobotoBold', Arial, sans-serif;
    padding-bottom: 10px;
}
.storage-block__item {
    list-style: none;
    padding: 5px 0 15px;
    font-size: 12px;
    line-height: 17px;
    float: left;
    width: 25%;
    font-family: 'RobotoLight', Arial, sans-serif;
}
@media (max-width: 768px) {
    .storage-block__item {
        width: 33.33%;
    }
}
@media (max-width: 400px) {
    .storage-block__item {
        width: 50%;
    }
}
.bx-red .btn.btn-default {
    background-color: #c03028;
    border-color: #c03028;
    text-transform: uppercase;
    border-radius: 0;
}
.basket-red-text {
    font-size: 14px;
    color: #d72117;
    margin-top: 10px;
}
.footer-link {
    color: #fff !important;
}
.footer-link:hover {
    text-decoration: underline !important;
}
/* End */
/* /local/templates/angel/styles/fancybox/jquery.fancybox.css?15646389005794 */
/* /local/templates/angel/bxslider/jquery.bxslider.css?15646389003821 */
/* /local/templates/angel/forms/forms.css?15646389003029 */
/* /local/templates/angel/owlcarousel/owl.carousel.css?15646389004614 */
/* /local/templates/angel/bootstrap-select/bootstrap-select.css?15646389009028 */
/* /local/templates/angel/styles/grid.css?156463890013870 */
/* /local/templates/angel/components/bitrix/search.title/visual/style.min.css?15646389003457 */
/* /local/templates/angel/components/bitrix/sale.basket.basket.line/main/style.min.css?15646389003569 */
/* /local/templates/angel/styles.css?163732342168571 */
/* /local/templates/angel/template_styles.css?17531824428945 */
