

/* Start:/tpl/css/icons-style.css?16189912261359*/
@font-face {
	font-family: 'm1000icons';
	src:url('/tpl/fonts/m1000.eot?i0nyse');
	src:url('/tpl/fonts/m1000.eot?i0nyse#iefix') format('embedded-opentype'),
		url('/tpl/fonts/m1000.ttf?i0nyse') format('truetype'),
		url('/tpl/fonts/m1000.woff?i0nyse') format('woff'),
		url('/tpl/fonts/m1000.svg?i0nyse#m1000icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="micon-"], [class*=" micon-"] {
	font-family: 'm1000icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.micon-aroow_back:before {
	content: "\e900";
}
.micon-aroow_in:before {
	content: "\e901";
}
.micon-arrow_down:before {
	content: "\e902";
}
.micon-arrow_left:before {
	content: "\e903";
}
.micon-arrow_right:before {
	content: "\e904";
}
.micon-buy:before {
	content: "\e905";
}
.micon-cart_for_button:before {
	content: "\e906";
}
.micon-comment:before {
	content: "\e907";
}
.micon-del:before {
	content: "\e908";
}
.micon-face:before {
	content: "\e909";
}
.micon-minus:before {
	content: "\e90a";
}
.micon-photo:before {
	content: "\e90b";
}
.micon-plus:before {
	content: "\e90c";
}
.micon-time:before {
	content: "\e90d";
}
.micon-zoom:before {
	content: "\e911";
}


/* End */


/* Start:/tpl/app/selectric/selectric.css?17409442123611*/
/*======================================
	Selectric
======================================*/
.selectric-wrapper{
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.selectric-responsive{
	width: 100%;
}

.selectric{
	border: 1px solid #f1f1f1;
	position: relative;
	border-radius: 4px;
}
.selectric-open .selectric{
	border-radius: 4px 4px 0 0;
}

.selectric .selectric-label{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 35px 0 19px;
	line-height: 34px;
	height: 35px;
}

.selectric-open{
	box-shadow: 0 0 5px rgba(82, 58, 78, 0.1);
	z-index: 9999;
}

.selectric-open .selectric-items{
	display: block;
	box-shadow: 0 5px 5px rgba(82, 58, 78, 0.1);
}

.selectric-disabled{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.selectric-hide-select{
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select{
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show{
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items{
	background: #fff;
	border: 1px solid #f1f1f1;
	display: none;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}

.selectric-items .option-hide{
	display: none;
}

.selectric-items .selectric-scroll{
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items{
	top: auto;
	bottom: 100%;
}

.selectric-items ul{
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li{
	display: block;
	padding: 8px 20px;
	color: #666;
	cursor: pointer;
}
.selectric-items li + li{
	border-top: 1px solid #f1f1f1;
}

.selectric-items li.selected{
	background: #f0f0f0;
	color: #1c1c1c;
}

.selectric-items li.highlighted{
	background: #f0f0f0;
	color: #1c1c1c;
}

.selectric-items li:hover{
	background: #d9e0e5;
	color: #444;
}

.selectric-items .disabled{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.selectric-items .selectric-group .selectric-group-label{
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li{
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li{
	padding-left: 25px;
}

/* End */


/* Start:/tpl/app/formstone/css/dropdown.css?16189912268465*/
/*! formstone v0.8.27 [dropdown.css] 2015-11-10 | MIT License | formstone.it */

/**
	 * @class
	 * @name .fs-dropdown-element
	 * @type element
	 * @description Target element
	 */
/**
	 * @class
	 * @name .fs-dropdown
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-multiple
	 * @type modifer
	 * @description Indicates multi-selected element
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-cover
	 * @type modifer
	 * @description Indicates cover positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-bottom
	 * @type modifer
	 * @description Indicates bottom positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-disabled
	 * @type modifer
	 * @description Indicates disabled state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-open
	 * @type modifer
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-focus
	 * @type modifer
	 * @description Indicates focus state
	 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0;
  max-width: 100%;
  /*
			@media screen and (min-width: 740px) {
				max-width: 30%;
			}
			*/
  /**
		 * @class
		 * @name .fs-dropdown-selected
		 * @type element
		 * @description Handle item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-options
		 * @type element
		 * @description Options container
		 */
  /**
		 * @class
		 * @name .fs-dropdown-group
		 * @type element
		 * @description Option group label
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item
		 * @type element
		 * @description Option item
		 */
}
.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
          transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
  left: -999999px;
}
.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #fbfbfb;
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 0px 2px 2px 0;
  -moz-border-radius: 0px 2px 2px 0;
  border-radius: 0px 2px 2px 0;	  
  color: #646464;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 15px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}
.fs-dropdown-selected::after {
  font-family: 'm1000icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;  
  content: "\e902";
  height: 6px;
  width: 12px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  color: #a4a4a4;  
  display: block;
  font-size: 5px;
  margin: auto 0;
}
.fs-dropdown-open .fs-dropdown-selected::after {
  color: #767676;
    -moz-transform: rotate(180deg); /*  Firefox */
    -ms-transform: rotate(180deg); /*  IE */
    -webkit-transform: rotate(180deg); /*  Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /*  Opera */
    transform: rotate(180deg);
}
.no-touch .fs-dropdown-selected:hover {
  color: #222222;
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #cccccc;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 2px 2px;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);*/
  background-color: #fbfbfb;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.no-opacity .fs-dropdown-options {
  width: auto;
}
.fs-dropdown-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.fs-dropdown-item {
  width: 100%;
  background: #fbfbfb;
  border: none;
  color: #646464;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
			 * @type modifier
			 * @description Indicates placeholder item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_selected
			 * @type modifier
			 * @description Indicates selected item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_disabled
			 * @type modifier
			 * @description Indicates disabled item
			 */
}
.fs-dropdown-item:hover {
	color: #333333;
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  /*background: #eeeeee;*/
  color: #cc0605;
}
.fs-dropdown-item_disabled {
  color: #999999;
  cursor: default;
}
.fs-dropdown-item:first-child {
  border-radius: 0;
}
.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
  color: #222222;
  background-color: #dddddd;
  border-color: #cccccc;
}
.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #cccccc;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  border-color: #767676;
  border-radius: 0 0 2px 2px;
  display: block;
  margin-top: -1px;
  z-index: 100;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 0 2px 0 0;
  border-color: #767676;
  border-bottom-color: transparent;
  
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #fbfbfb;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 2px;
  border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 2px 2px 0 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 2px 2px;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 2px 2px 0 0;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 2px;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 2px;
}
.fs-dropdown-multiple {
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #cccccc;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
  border-radius: 0 2px 2px 0;
}

/* End */


/* Start:/tpl/app/formstone/css/scrollbar.css?16189912263216*/
/*! formstone v0.8.27 [scrollbar.css] 2015-11-10 | MIT License | formstone.it */

/**
	 * @class
	 * @name .fs-scrollbar-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-scrollbar
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-horizontal
	 * @type modifier
	 * @description Indicates horizontal scrolling
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-setup
	 * @type modifier
	 * @description Indicates setup state
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-active
	 * @type modifier
	 * @description Indicates active state
	 */
.fs-scrollbar {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-scrollbar-content
		 * @type element
		 * @description Scrolling content
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-bar
		 * @type element
		 * @description Scrollbar container
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-track
		 * @type element
		 * @description Scrollbar track container
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-handle
		 * @type element
		 * @description Scrollbar handle
		 */
}
.fs-scrollbar,
.fs-scrollbar * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-scrollbar,
.fs-scrollbar-content,
.fs-scrollbar-bar,
.fs-scrollbar-track,
.fs-scrollbar-handle {
  box-sizing: border-box;
}
.fs-scrollbar-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar-content::-webkit-scrollbar-track-piece,
.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar-content::-webkit-resizer {
  background: transparent;
  opacity: 0;
}
.fs-scrollbar-bar {
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fbfbfb;
  border: none;
  display: none;
}
.fs-scrollbar-track {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fbfbfb;
  overflow: hidden;
}
.fs-scrollbar-handle {
    background: #c2c2c2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 5px;
    z-index: 2;
}
.fs-scrollbar-horizontal .fs-scrollbar-content {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 16px 0;
}
.fs-scrollbar-horizontal .fs-scrollbar-bar {
  width: 100%;
  height: 16px;
  top: auto;
  bottom: 0;
  border-width: 1px 0 0 0;
}
.fs-scrollbar-horizontal .fs-scrollbar-handle {
  width: 20px;
  height: 10px;
  top: auto;
  right: auto;
  bottom: 3px;
}
.fs-scrollbar-setup .fs-scrollbar-content,
.fs-scrollbar-active .fs-scrollbar-content {
  padding: 20px;
}
.fs-scrollbar-setup .fs-scrollbar-bar,
.fs-scrollbar-active .fs-scrollbar-bar {
  display: block;
}

/* End */


/* Start:/tpl/app/formstone/css/checkbox.css?16189912266539*/
/*! formstone v0.8.27 [checkbox.css] 2015-11-10 | MIT License | formstone.it */

/**
	 * @class
	 * @name .fs-checkbox-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-checkbox
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-checked
	 * @type modifier
	 * @description Indicates checked state
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-radio
	 * @type modifier
	 * @description Indicates radio interface
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-toggle
	 * @type modifier
	 * @description Indicates toggle interface
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-focus
	 * @type modifier
	 * @description Indicates focused state
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-disabled
	 * @type modifier
	 * @description Indicates disabled state
	 */
.fs-checkbox {
  /**
		 * @class
		 * @name .fs-checkbox-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-checkbox-label
		 * @type element
		 * @description Label element
		 */
  /**
		 * @class
		 * @name .fs-checkbox-marker
		 * @type element
		 * @description Marker element
		 */
  /**
		 * @class
		 * @name .fs-checkbox-flag
		 * @type element
		 * @description Flag element
		 */
}
.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.fs-checkbox.fs-checkbox-enabled:focus {
  box-shadow: none;
  outline: none;
}
.fs-checkbox,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox *,
.fs-checkbox *:after,
.fs-checkbox *:before {
  box-sizing: border-box;
  -webkit-transition: none;
          transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-checkbox-element_wrapper {
  position: relative;
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
.fs-checkbox-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: none;
          transition: none;
}
.fs-checkbox-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-checkbox-marker {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #9b9b9b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
  cursor: pointer;
  display: block;
  float: left;
  margin: 4px 10px 0 0;
}
.fs-checkbox-marker.error {
	border-color: red;
}
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fs-checkbox-flag::before {
  width: 7px;
  height: 15px;
  border: 2px solid #cc0605;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: -6px 0 0 6px;
  -webkit-transition: -webkit-transform 0.15s ease;
          transition: transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center;
}
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-radio .fs-checkbox-marker {
  border-radius: 100%;
}
.fs-checkbox-radio .fs-checkbox-flag {
  background: #999999;
  border: 3px solid #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
          transition: transform 0.15s ease;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
.fs-checkbox-focus .fs-checkbox-label {
  color: #333333;
}
.fs-checkbox-focus .fs-checkbox-marker {
  border-color: #999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-checkbox-disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-checkbox-disabled .fs-checkbox-label {
  color: #666666;
  cursor: default;
}
.fs-checkbox-disabled .fs-checkbox-marker {
  border-color: #cccccc;
  cursor: default;
}
.fs-checkbox-toggle {
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px;
}
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 3px;
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table;
}
.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #999999;
  border: 2px solid #ffffff;
  border-radius: 3px;
  display: block;
  margin: 0;
  -webkit-transition: left 0.15s ease;
          transition: left 0.15s ease;
}
.fs-checkbox-toggle .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-toggle .fs-checkbox-flag:after {
  width: 2px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 3px 0 0 #ffffff, -3px 0 0 #ffffff;
  content: '';
  margin: auto;
  opacity: 0.75;
}
.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}
.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}
.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}

/* End */


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

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

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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('/tpl/app/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('/tpl/app/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/tpl/app/fancyBox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/tpl/app/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/tpl/app/fancyBox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/tpl/app/fancyBox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/tpl/app/noty/animate.css?161899122672922*/
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* End */


/* Start:/tpl/app/noty/buttons.css?161899122611305*/
/*!
 * Bootstrap Buttons v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}


.activity-item i {
	float: left;
	margin-top: 3px;
	font-size: 16px;
}

div.activity {
	margin-left: 28px;
}

div.activity-item {
	padding: 7px 12px;
}

#notification-list div.activity-item {
	border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
	font-weight: 600;
}

div.activity span {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 16px;
}

#notifications i.fa {
	font-size: 17px;
}

.noty_type_error * {
	font-weight: normal !important;
}

.noty_type_error a {
	font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
	color: #fff
}

.noty_bar.noty_type_information a {
	color: #fff;
	font-weight: bold;
}

.noty_type_error div.activity span
{
	color: #fff
}

.noty_type_information div.activity span
{
	color: #fefefe
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover {
	color: #D65C4F;
	text-decoration: none;
}
/* End */


/* Start:/tpl/app/tooltipster/tooltipster.css?16189912269043*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* End */


/* Start:/tpl/css/style.css?174970568677528*/
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('/tpl/fonts/CenturyGothic.eot');
    src: url('/tpl/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/fonts/CenturyGothic.woff2') format('woff2'),
         url('/tpl/fonts/CenturyGothic.woff') format('woff'),
         url('/tpl/fonts/CenturyGothic.ttf') format('truetype'),
         url('/tpl/fonts/CenturyGothic.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('/tpl/fonts/Ubuntu-Bold.eot');
    src: url('/tpl/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/fonts/Ubuntu-Bold.woff2') format('woff2'),
         url('/tpl/fonts/Ubuntu-Bold.woff') format('woff'),
         url('/tpl/fonts/Ubuntu-Bold.ttf') format('truetype'),
         url('/tpl/fonts/Ubuntu-Bold.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Light';
    src: url('/tpl/fonts/Ubuntu-Light.eot');
    src: url('/tpl/fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
         url('/tpl/fonts/Ubuntu-Light.woff2') format('woff2'),
         url('/tpl/fonts/Ubuntu-Light.woff') format('woff'),
         url('/tpl/fonts/Ubuntu-Light.ttf') format('truetype'),
         url('/tpl/fonts/Ubuntu-Light.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.catalog-det-warning{
	color: #f00;
	padding: 0 29px;
	font-size: 16px;
	margin: 10px 0 25px;
	text-align: center;
}

.regform .maf_pricavy {
	max-width: 460px;
	margin-bottom: 10px;
}
.order-pricavy{
	margin: 30px 0 15px;
}

.fillterblock .fs-dropdown-element{
	padding-right: 0;
}
.fillterblock .fs-dropdown-element .fs-dropdown-selected:after{
	right: 10px;
}

.fillter_section{
	margin-right: 10px;
}
.fillter_section .selectric{
	border: none;
}
.fillter_section .selectric-wrapper{
	font-size: 14px;
}
.fillter_section .selectric-items{
	width: auto !important;
	min-width: 150px;
	margin-top: 0;
	text-align: left;
	right: 0;
	left: auto;
	border-radius: 0;
}
.fillter_section .selectric-items li{
	border: none;
	padding: 5px 15px 5px 35px;
	position: relative;
}
.fillter_section .selectric-items li:before{
	content: '';
	background: #fff;
	border: #9b9b9b 2px solid;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.fillter_section .selectric-items li:after{
	opacity: 0;
	content: '';
	border: #324d61 2px solid;
	border-top: none;
	border-left: none;
	width: 4px;
	height: 6px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: rotate(45deg) translateY(-50%);
}
.fillter_section .selectric-items li.selected:after{
	opacity: 1;
}
.fillter_section .selectric-items li.option-hide ~ li + li{
	margin-top: 1px;
}
.fillter_section .selectric-label{
	background: #fbfbfb;
	border: #9b9b9b 1px solid;
	color: #646464;
	width: 46px;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	margin: 0;
	padding: 0 41px 0 15px;
}
.selectric .button span{
	color: #a4a4a4;
	width: 12px;
	height: 6px;
	line-height: 0;
	display: block;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}
.selectric .button span:after{
	content: "\e902";
	font-family: 'm1000icons';
	font-size: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.filter-more4{
	margin-top: 10px;
}

.pagination{
	margin: 25px 0 50px 10px;
}
.pagination ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
	text-align: center;
}
.pagination ul li{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}
.pagination ul li a{
	background: #fff;
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	display: block;
	position: relative;
	border-radius: 50%;
}
.pagination ul li.prew a{
	margin-right: 10px;
}
.pagination ul li.next a{
	margin-left: 10px;
}
.pagination ul li.prew a::before,
.pagination ul li.next a::before{
	content: "\e904"; 
    font-family: "m1000icons";
	font-size: 9px;
	margin-left: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pagination ul li.prew a::before{
	content: "\e903";
	margin-left: -1px;
}
.pagination ul li a:not(.stoppag):hover,
.pagination ul li.prew a.stoppag,
.pagination ul li.next a.stoppag{
	color: #c2c2c2;
}
.pagination ul li a.currentpag,
.pagination ul li a.currentpag:hover{
	background: #324d61;
	color: #fff;
	cursor: default;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
textarea {
  resize: none; 
 }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* placeholder */

::-webkit-input-placeholder {color:#646464;}
::-moz-placeholder          {color:#646464;}/* Firefox 19+ */
:-moz-placeholder           {color:#646464;}/* Firefox 18- */
:-ms-input-placeholder      {color:#646464;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

/* placeholder */

body, html {
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    position: relative;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Ubuntu-Light';
    font-size: 14px;
}
a {
	outline: 0;
	color: #000000;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
.clear {
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu-Light",sans-serif;
    color: #231f20;
	font-weight: normal;
}
h1 {
	font-size: 38px;
	margin: 40px 0 7px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.h1_smtitle {
	font-size: 18px;
  margin-bottom: 40px;
}
.h1_undertext {
    border-bottom: 2px solid #cc0605;
    margin: 23px 0;
    width: 137px;
    display: none;
}
.h1_statictext {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.commonbutton {
  width: 106px;
  height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border:0;
  background-color: white;
  border: 1px solid rgba(40,48,49,.2);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  text-align: center;
  display: block;
}
.commonbutton.cancelbtn {
	width: auto;
}
.backlink .commonbutton{
  width: 160px;
}
.fs-dropdown{
  margin: 0;
}
.fs-dropdown-element{
	cursor: pointer;
}
.fs-dropdown-selected{
	pointer-events: none !important;
	height: 48px;
}
.commonbutton:hover, .commonbuttonselected {
	text-decoration: none;
	background-color: #231f20;
	border: 1px solid #283031;
	border-radius: 2px;
	color: #ffffff;
}
.commonbutton_nohover:hover {
	text-decoration: none;
	background: #ffffff none repeat scroll 0 0;
	color: #c61f1f;
}
.displayIB {
	display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.svg {
    display: inline-block;
    fill: currentcolor;
    height: 100%;
/*	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/
    width: 100%;
}
.svg {
    vertical-align: top;
}
.conteiner {
    min-height: 100%;
    min-width: 970px;
    padding-bottom: 112px;
    position: relative;
    width: 100%;
}
header, .header_logo {
	/*height: 138px;*/
	height: 181px;
}
header{
	
  background: #fff;
}
.wrapper {
	width: 940px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.pagebg {
    background-position: center 178px;
    background-repeat: no-repeat;	
}
.accpagebg {
	background-image: url("/tpl/images/pagebg.jpg");
}
.posrel {
	position: relative;
}
.posabs { 
	position: absolute;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.floatN {
	float: none;
}
/* ”îðìà îñíîâíàß */
.mainauthform {
    background: #ffffff none repeat scroll 0 0;
    padding: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	 
	display: none;
}
.maf_reg {
    border-right: 1px solid #e5e5e5;
    padding: 0 30px 0 0;
}
.maf_title {
    color: #231f20;
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 30px;
    margin: 0 0 17px;
}
.maf_descr {
    font-size: 16px;
    margin: 0 0 24px;
    color:black;
}
.maf_line {
    border-bottom: 2px solid #cc0605;
    margin: 0 0 31px;
    width: 137px;
    display: none;
}
.maf_inputs {

}
.fs-checkbox-flag::before{
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.maf_input {
	margin-bottom: 16px;
}
.maf_input_first {
	margin-right: 20px;
}
textarea {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #9b9b9b;
    color: #646464;
    padding: 24px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	 	
}
textarea:focus  {
	border-color: #767676;
}
label {
	color: #646464;
}
input[type="text"], input[type="password"] {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #9b9b9b;
    padding: 14px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	 	
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #767676;
}
input.error[type="text"], input.error[type="password"], textarea.error {
    border-color: #cc0605;
}
.maf_input label {

}
.maf_input input[type="text"], .maf_input input[type="password"] {
    margin: 6px 0 0;
    width: 166px;
}
.maf_buttons {

}
.maf_subs {
	width: 270px;
}
.maf_reg_button {

}
.maf_reg_button .commonbutton{
    margin: 0;
    padding: 0 12px;
    line-height: 44px;
    text-align: center;
}
.maf_auth {
	padding: 0 0 0 36px;
}
.maf_auth_button {

}
.maf_auth_button .commonbutton{
    margin: 0;
    /*padding: 0 45px;*/
    text-align: center;
    line-height: 44px;
}
.closemodal {
    color: #c2c2c2;
    cursor: pointer;
    height: 32px;
    right: 15px;
    top: 15px;
    width: 32px;
}
.closemodal:hover { 
	color: #767676;
}
/* ”îðìà îñíîâíàß */

/* ˜àïêà */
.logo {
    left: 15px;
    top: 15px;
}
.logo a {
    display: block;
    height: 102px;
    width: 144px;	
}
.logo a img {

}
.header_phone {
    font-weight: 100;
    right: 218px;
    top: 22px;
}
.header_phone.authtrue {
	right: 375px;
}
.header_phone_bold {
	font-weight: 700;
  font-family: 'Ubuntu-Bold';
}
.header_callback_form {
    right: 220px;
    top: 52px;
}
.header_callback_form.authtrue  {
	right: 375px;
}
.header_callback_form a {
  border-bottom: 1px solid rgba(83,91,87,.35);
  color: #535b57;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.header_callback_form a:hover {
  text-decoration: none;
  border-bottom: 1px dotted black;
  color: black;
}
.header_personal_block {
    border-left: 1px solid #e5e5e5;
    height: 60px;
    right: 15px;
    width: 156px;
}
.header_personal_block.authtrue {
    width: 186px;
	text-align: right;
	right: 20px;
}
.header_name_block {
    border-left: 1px solid #e5e5e5;
    height: 60px;
    right: 223px;
    text-align: center;
    width: 138px;
}
.header_personal_enter{
  text-align: center;
}
.header_personal_enter, .header_personal_exit {
	padding: 9px 0 0 13px;
}
.header_personal_exit{
  padding-top: 16px;
}
.header_personal_enter a, .header_personal_exit a {
    border-bottom: 1px solid rgba(83,91,87,.35);
    color: #454545;
    text-decoration: none;
}
.header_personal_enter a:hover, .header_personal_exit a:hover {
	/*border-bottom-color: transparent;*/
  border-bottom: 1px dotted black;
  color: black;
}
.header_personal_basket {
	/*padding: 5px 0 0 13px;*/
}
.header_personal_basket a{
    border-bottom: 1px dotted #454545;
    color: #454545;
    text-decoration: none;
    background-color: #231f20;
    border-radius: 2px;
    width: 141px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    color: white;
    line-height: 31px;
    text-align: center;
    margin-left: 15px;
}
.header_personal_basket a:hover{
	border-bottom-color: transparent;
}
.header_personal_basket_num {
	color: #aca8a9;
}
.header_topmenu {
    bottom: 29px;
    right: 12px;
}
.header_topmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_topmenu ul li {
	display: inline-block;
	margin-right: -4px;
}
.header_topmenu ul li a {
    /*padding: 29px 10px;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
font-size: 18px;
font-weight: 900;
line-height: 24px;
color: #535b57;
margin: 0 15px;
padding: 14px 0;
font-family: 'Ubuntu-Light';
}
.header_topmenu ul li a:hover, .header_topmenu ul li a.selected {
/*	background-color: #cc0605;
	color: #ffffff;*/
  color:black;
  border-bottom: 2px solid #231f20;
}

/* ˜àïêà */

.bxslider_block {
	min-width: 970px;
}
.bx-wrapper {
	/*height: 816px;*/
}
.bxslider_block .bxslider {
	margin: 0;
}
.bxslider_block li {

}
.bxslider_block .bxslider_item {
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
  /*height: 815px;*/
	height: 430px;
	width: 100%;
    background-size: cover !important;
}
@media (min-width: 1200px) {
  .bxslider_block .bxslider_item {
    height: 430px;
  }
}
.bxslider_block .bxslider_item_block {
	bottom: 200px;
	color: #fff;
	font-size: 24px;
	left: 50%;
	margin-left: -470px;
	position: absolute;
	text-align: left;
	width: 940px;
}
.bxslider_block .bxslider_item_title {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 48px;
    margin: 0 0 20px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 300;
    line-height: 24px;
}
.bxslider_block .bxslider_item_title a {
    color: #fff;
    text-decoration: none;
}
.bxslider_block .bxslider_item_title a span{
    border-bottom: 2px solid #fff;
}

.bxslider_block .bxslider_item_title a:hover {
	color: #d4d4d4;
}

.bxslider_block .bxslider_item_descr {
  text-align: center;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.posrel .bx_next,
.posrel .bx_prev{
  position: absolute;
  top: 50%;
}
.posrel .bx_prev{
  left: 174px;
}
.posrel .bx_next{
  right: 174px;
}
.posrel .bx_next path,
.posrel .bx_prev path{
  fill:rgba(255,255,255,.8);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}
.posrel .bx_next:hover path,
.posrel .bx_prev:hover path{
  fill:rgba(255,255,255,1);
}
.bx_pager_conteiner {
  bottom: 140px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.posrel .posrel_dot{
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,.3);
  position: relative;
  z-index: 9;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  border-radius:50%;
}
.posrel .posrel_dot:hover{
  background-color: rgba(255,255,255,.6);
}
.posrel .posrel_dot.active{
  background-color: rgba(255,255,255,1);
}
.posrel .posrel_dot:last-child{
  margin-right: 0;
}
.posrel .bx_pager{
  text-align: center;
}
.bx_pager_conteiner .bx_pager {
}
.bx_pager_conteiner .bx_pager_item {
    display: inline-block;
    margin-right: 2px;
}
.bx_pager_conteiner .bx_pager_item a {
    border: 1px solid #9c9e9f;
    display: block;
	-webkit-box-shadow: 0 3px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 3px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0 3px 3px 0px rgba(0,0,0,0.55);	
}
.bx_pager_conteiner .bx_pager_item a img{
	display: block;
}
.bx_pager_conteiner .bx_pager_item a::before {
    background: rgba(8, 18, 20, 0.65) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 111px;
    left: 0;
    position: absolute;
    top: 0;
    width: 176px;
}
.bx_pager_conteiner .bx_pager_item a.active::before, .bx_pager_conteiner .bx_pager_item a:hover:before {
	background-color: transparent;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;	
}

/* àçäåë êàòàëîãà ñ ôèëüòðîì */


.fillterblock {
	margin-bottom: 40px;
}
.fillter_descr {
	position: relative;
	background: #fbfbfb;
	border: 1px solid #9b9b9b;
	border-right: none;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;	
	color: #646464;
	display: block;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 11px;
	text-align: left;
	text-overflow: clip;

}

.fillter_diametr_descr {
	
}
.fillter_fasteners_descr {

}
.fillter_pcd_descr {

}
.fillter_diametr,
.fillter_fasteners,
.fillter_pcd{
    width: 97px;	
    margin-right: 10px;
}
.fillter_submit input{
  height: 48px;
  line-height: 40px;
}
.fillter_submit_input {

}
a.fillter_submit_input {
    height: 38px;
    line-height: 38px;	
}
a.fillter_submit_input:hover {
	
}
.catalog_title {
    color: #ffff;
    background-color: #334d60;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    padding: 14px 15px 14px;
    margin: 0 0 30px;
    width: 100%;
    box-sizing: border-box;
    font-style: italic;
    display: flex;
}
.catalog_title img {
    margin-right: 10px;
}
.catalog_sec_item_bg {
    background-position: center top;
    background-repeat: no-repeat;
    height: 364px;
}
.catalog_sec_title {

}
.catalog_sec_link {
    display: block;
    padding: 110px 0 0 365px;
	text-decoration: none;
	height: 254px;
}
a.catalog_sec_link:hover {
	text-decoration: none;
}
.catalog_sec_link_title {
	color: #cc0605;
	font-size: 38px;
	display: inline-block;
	border-bottom: 2px solid transparent;
}
a.catalog_sec_link:hover .catalog_sec_link_title {
	border-bottom-color: #cc0605;
}
.catalog_sec_link_descr {
	font-weight: 100;
	font-size: 18px;
	display: inline-block;
}
.seccatalogfilter {
	margin-bottom: 25px;
}
.scf_item {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin: 0 0 20px;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
}
.scf_item_img {
	line-height: 173px;
	height: 173px;
	text-align: center;
	width: 190px;
}
.scf_item_img a {
	position: relative;
	text-decoration: none;
	-webkit-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
}
.scf_item_img a::after {
    content: "\e911";
    font-family: "m1000icons";
    font-size: 22px;
    left: 113px;
    position: absolute;
    bottom: -60px;
    color: #c2c2c2;
    line-height: 25px;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.scf_item_img a:hover:after {
	color: #231f20;
}
.scf_item_img a img {
	vertical-align: middle;
}
.scf_item_descr {
    margin: 17px 0 0;
    min-height: 140px;
    width: 560px;
}
.scf_item_title {
	margin: 0 29px 28px;
}
.scf_item_title a {
    font-size: 22px;
    font-family: "Ubuntu-Light",sans-serif;
    color: #333333;
    border-bottom: 1px solid rgba(40,48,49,.3);
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.scf_item_title a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(40,48,49,.7);
}
.scf_item_descr_block {
    margin: 0 0 0 29px;
    width: 156px;
}
.scf_item_descr_info {
color: #646464;
}
.scf_item_descr_info span{
	color: #283031;
}
.scf_item_descr_info_m {
	margin-bottom: 15px;
	color: #646464;
}
.scf_item_descr_block_last {
	border-right: medium none;
}
.scf_item_bye_block {
    padding: 24px 0 0;
    text-align: center;
    width: 185px;
}
.scf_item_price {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}
.scf_item_quant {

}
.el_count_but {
	display: inline-block;
}
.el_count_but .count_mm {
	height: 26px;
	width: 27px;
	color: #c2c2c2;
	display: block;
	-webkit-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
}
.el_count_but .count_mm:hover {
	color: #231f20;
}
.el_count_but .count_pp {
	height: 26px;
	width: 27px;
	color: #c2c2c2;
	display: block;
	-webkit-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
}
.el_count_but .count_pp:hover {
	color: #231f20;
}
.el_count_but .count_el {

}
.el_count_but .sec_el_count {
    border-color: transparent;
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px;
    text-align: center;
    width: 20px;
	border-color: transparent;
	padding: 0;
	background-color: transparent;
}
.el_count_but .sec_el_count:focus {
	border-color: transparent;
}
.qitems {
	display: none;
}
.scf_item_buy {
	display: inline-block;
}
.scf_item_buy_button {
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
    /*padding: 0 20px;*/
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.scf_item_buy_button i{
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 7px;
    width: 15px;	
}

/* àçäåë êàòàëîãà ñ ôèëüòðîì */

/* „åòàëüíàß êàòàëîãà */

.pagenavblock {
    background: #dddddd none repeat scroll 0 0;
    padding: 0 0 14px 0;
}
.pagenav {
	display: inline-block;
  vertical-align: top;
}
.pagenav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagenav ul li {
	float: left;
	color: #5d6e65;
	font-weight: 100;
}
.pagenav ul li::after {
	content: ".";
  margin: 0 6px 0 3px;
  vertical-align: top;
  margin-top: -14px;
  display: inline-block;
  font-size: 25px;
  color: #b3beb8;
}
.pagenav ul li:last-child:after {
	content: "";
	margin: 0;
}
.pagenav ul li a{
    text-decoration: none;
}
.pagenav ul li a:hover{

}
.pagenav_back {
    right: 15px;
    top: 14px;
}
.pagenav_back a{
    color: #7e7e7e;
    text-decoration: none;
}
.pagenav_back a:hover {
	
}
.pagenav_back a::before{
	content: "\e900";
	font-family: "m1000icons";
    font-size: 10px;
    margin: 0 9px 0 0;	
}
.detitem_block {
	margin: 81px 0 0;
}
.detitem_block .detitem_table th:first-child{
	width: 90px;
}
.detitem_block .backlink{
    left: 0;
    top: -65px;
}
.detitem_img {
    background: transparent url("/tpl/images/detdiskshadow2.png") no-repeat scroll 27px 209px;
    padding: 0 88px 70px 40px;
	position: relative;
}
.detitem_img.detitem_img_nobg {
    background: none;
}
.detitem_img a{
	display: block;
	position: relative;
}
.detitem_img a::after {
    content: "\e911";
    font-family: "m1000icons";
    font-size: 22px;
    right: 15px;
    position: absolute;
    bottom: 15px;
    color: #000;
    line-height: 25px;
}
.detitem_img a:hover:after {
	color: #333;
}

.detitem_descr {
	width: 541px;
	margin-bottom: 20px;
}
.detitem_title {
  font-family: "Ubuntu-Light",sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
  color: #231f20;
  font-size: 38px;
  font-weight: 300;
  line-height: 24px;
}
.detitem_title.detitem_title_trad{
	font-size: 25px;
}
.detitem_smtitle {
	font-size: 18px;
}
.detitem_smtitle_line {
	width: 137px;
	border-bottom: 2px solid #cc0605;
	margin: 23px 0;
}
.detitem_titledescr {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.detitem_nav {
	margin-top: 28px;
}
.detitem_nav_item {
    border-left: 1px solid #dddddd;
    font-size: 16px;
    padding: 8px 0 15px;
    text-align: center;
    width: 179px;
}
.detitem_nav_item span {
	color: #646464;
	cursor: pointer;
	border-bottom: 1px dotted #646464;
	padding: 0 0 2px;
  font-weight: bold;
}
.detitem_nav_item_buy span {
	cursor: pointer;
	border-bottom: 1px dotted rgba(0,0,0,.75);
	padding: 0 0 2px;
  color: #646464;
  font-size: 16px;
  font-weight: 900;
}
.detitem_nav_item span:hover {
	color: #333333;
	border-bottom-color: #333333;
}
.detitem_nav_item_buy span:hover {
	color: #000;
  border-bottom: 1px dotted rgba(0,0,0,1);
}
.detitem_nav_item_last {
	border-right: 1px solid #dddddd;
}
.detitem_chcolor {
	margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;

}
.detitem_chcolor_item {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
    margin-right: 18px;
	cursor: pointer;
    width: 100%;
}
.detitem_chcolor_itemlast {
	margin-right: 0;
}
.detitem_chcolor_item.active{
	border-color: #000000;
}
.detitem_chcolor_item:hover { 
	border-color: #767676;
}
.detitem_chcolor_item_img {
	background: transparent url("/tpl/images/detdiskshadow_sm.png") no-repeat scroll 30px 62px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    width: 100%;
}
.detitem_chcolor_item_img img{
	vertical-align: middle;
}
.detitem_chcolor_item_text {
    height: 100%;
	padding: 5px 10px;
	text-align: center;
}
.detitem_chcolor_item_title {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 16px;
	color: #333333;
}
.detitem_chcolor_item_smtitle {
	color: #646464;
}
.detitem_chcolor_item.active .detitem_chcolor_item_img {

}
.detitem_chcolor_item.active .detitem_chcolor_item_text {

}
.detitem_chcolor_item.active .detitem_chcolor_item_title {
	color: #000000;
}	
.detitem_chcolor_item.active .detitem_chcolor_item_smtitle {
	color: #000000;
}
.detitem_basketadd_block {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;	
}
.detitem_basketadd_message {

}
.detitem_basketadd_form {

}
.detitem_basketadd_addtocart {
    display: inline-block;
    height: 32px;
    width: 32px;	
	/*color: #cc0605;*/
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}
.detitem_basketadd_addtocart::before {
	
}
.detitem_basketadd_addtocart:hover {
	color: #c2c2c2;
}
.detitem_basketadd_addtocart i {
	
}
.detitem_table { 
	margin-bottom: 50px;
}
.detitem_table .el_count_but .sec_el_count {
	font-size: 13px;
}
.detitem_table table {
	width: 100%;
    font-size: 13px;	
	border-collapse: separate;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 
	-moz-border-radius: 2px;
	border-radius: 2px;	
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);	
}
.detitem_table table td:first-child, .detitem_table table th:first-child {
	
}

.detitem_table table th:first-child {
  border-top-left-radius: 2px;
}
.detitem_table table th:last-child {
  border-top-right-radius: 2px;
}

.detitem_table tr {
	border: 1px solid #e5e5e5;
}
.detitem_table tbody tr {
	cursor: pointer;
}
.detitem_table.basket_table tbody tr {
	
}
.detitem_table tr th {
    background: #333333 none repeat scroll 0 0;
    border-right: 1px solid #393939;
    color: #dedede;
    font-weight: 100;
	height: 96px;
}
.detitem_table tr th:last-child {
	
}
.detitem_table tr td {
	background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    font-weight: 100;
    text-align: center;
}
.detitem_table tr.selected td {
	background-color: #fafafa;
}
.detitem_table tr:hover td {
	background-color: #f5f5f5;
}
.detitem_table tfoot tr:hover td{
  background: #fff;
}
/*.detitem_table tr:last-child  td {
	border-bottom: none;
}*/
.detitem_table_gline {
    border-right: 1px solid #dddddd;
    margin: 20px 0;
    padding: 8px 0 11px;
}
.detitem_table_gline_quantity {
	padding: 4px 0 3px;
}
.detitem_table_gline_last {
	padding: 2px 0 3px;
	border-right: none;
	
}
.detitem_questions {
	
}
.detitem_questions h2{
  text-align: center;
}
.detitem_questions_title {
	color: #cc0605;
	font-size: 30px;
	font-family: "Ubuntu-Light",sans-serif;
}
.detitem_questions_smtitle {
	font-size: 18px;
}
.detitem_questions_smtitle_line {
	width: 137px;
	border-bottom: 2px solid #cc0605;
	margin: 23px 0 41px;
  display: none;
}
.detitem_questions_block {
	color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.detitem_questions_item {
	margin-bottom: 29px;
}
.detitem_questions_item_q {
	margin-right: 23px;
    border: 1px solid #dddddd;
    padding: 19px 28px 27px;
    width: 400px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
.detitem_questions_item_q .detitem_questions_item_name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.detitem_questions_item_q .detitem_questions_item_date {
    color: #646464;
    font-weight: 100;
    right: 29px;
    top: 21px;
}
.detitem_questions_item_q .detitem_questions_item_date::before {
	content: "\e90d";
	font-family: "m1000icons";
	color: #c2c2c2;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;	
}
.detitem_questions_item_q .detitem_questions_item_text {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.detitem_questions_item_a {
    border: 1px solid #dddddd;
    padding: 19px 28px 27px;
    width: 400px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
.detitem_questions_item_a::after, .detitem_questions_item_a::before  {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: -20px;
    position: absolute;
    top: 26px;
    width: 0;
}
.detitem_questions_item_a::after {
    border-color: rgba(71, 213, 43, 0) whitesmoke rgba(71, 213, 43, 0) rgba(71, 213, 43, 0);
    border-width: 9px;
    left: -18px;
    margin-top: -9px;
}
.detitem_questions_item_a::before {
    border-color: rgba(245, 233, 59, 0) #dddddd rgba(245, 233, 59, 0) rgba(245, 233, 59, 0);
    border-width: 10px;
    margin-top: -10px;
}
.detitem_questions_item_a .detitem_questions_item_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 17px;
}
.detitem_questions_item_a .detitem_questions_item_text {
    color: #646464;
    line-height: 24px;
}
.detitem_questions_form {
    margin: 20px auto 40px;
    text-align: center;
    width: 700px;
}
.detitem_questions_form_title {
	font-size: 16px;
}
.detitem_questions_form_link {
    margin: 5px 0 28px;
}
.detitem_questions_form_link a {
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.detitem_questions_form_link a:hover {
	text-decoration: none;
}
.detitem_questions_form_textarea {

}
.detitem_questions_form_textarea textarea {
    height: 150px;
    width: 634px;
}
.detitem_questions_form_submitblock {
  margin-top: 10px;
}
.detitem_questions_form_submit {
    font-size: 16px;
    text-align: center;
    width: auto;
    height: 48px;
    line-height: 48px;
}
.galelem_block {
	background: #dddddd none repeat scroll 0 0;
}
.galelem_block .wrapper{
	padding: 57px 0 56px;
}
.galelem_title {
  font-family: "Ubuntu-Light",sans-serif;
  color: #231f20;
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 55px;
}
.galelem_gotogal {
    right: 15px;
    top: 70px;
}
.galelem_gotogal a{
	color: #7e7e7e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
.galelem_gotogal a::after{
	content: "\e901";
	font-family: "m1000icons";
    font-size: 10px;
    margin: 0 0 0 9px;	
}
.galelem_items {

}
.galelem_item {
	margin: 0 19px 0 0;
    height: 190px;
    width: 300px;
    overflow: hidden;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);	
}
.galelem_item_last {
	margin: 0 0 0 1px;
}
.galelem_item a{
	display: block;
    height: 190px;
    left: 0;
    top: 0;
    width: 300px;	
	color: #ffffff;
	text-decoration: none;	
}
.galelem_item a::before{
    border: 1px solid rgba(255, 255, 255, 0.6);
    bottom: 9px;
    content: "";
    left: 9px;
    opacity: 0;
    position: absolute;
    right: 9px;
    top: 9px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.galelem_item:hover a::before{
    opacity: 1;
    transform: scale(1);

}
.galelem_item img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.galelem_item_bfon {
	background: rgba(255,255,255,0.1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(16%, rgba(214,214,214,0.1)), color-stop(90%, rgba(26,26,26,0.85)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;	
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.galelem_item:hover .galelem_item_bfon {
	background: rgba(204,5,5,0.4);
	background: -moz-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,5,5,0.4)), color-stop(100%, rgba(255,164,18,0.4)));
	background: -webkit-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -o-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -ms-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: linear-gradient(to right, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0505', endColorstr='#ffa412', GradientType=1 );
	
}
.galelem_item_hover {

}
.galelem_item_titike {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 18px;
    margin: 114px 0 13px 19px;
}
.galelem_item_info {
	margin: 0 0 0 19px;
}
.galelem_item_com {
	margin-right: 22px;
}
.galelem_item_com::before {
	content: "\e907";
	font-family: "m1000icons";
    margin-right: 8px;
    vertical-align: middle;	
}
.galelem_item_photo {

}
.galelem_item_photo::before {
	content: "\e90b";
	font-family: "m1000icons";
    margin-right: 8px;
    vertical-align: middle;	
}
.galelem_item:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.morerewsblock  {
	margin: 0 auto 40px;
    text-align: center;
    width: 700px;
}
.morerewsblock  .commonbutton{

    text-align: center;
}
/* „åòàëüíàß êàòàëîãà */

/* àçäåë àêñåñóàðîâ */
.accsec_block {

}
.accsec_item {
	margin: 0 19px 20px 0;
    height: 190px;
    width: 460px;
    overflow: hidden;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
  position: relative;
}
.accsec_item_last {
	margin-right: 0;
}
.accsec_item img {

}
.accsec_item_bfon {
	background: rgba(255,255,255,0.1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(16%, rgba(214,214,214,0.1)), color-stop(90%, rgba(26,26,26,0.85)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(214,214,214,0.1) 16%, rgba(26,26,26,0.85) 90%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    width: 460px;	
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
/*.accsec_item:hover .accsec_item_bfon {
	background: rgba(204,5,5,0.4);
	background: -moz-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,5,5,0.4)), color-stop(100%, rgba(255,164,18,0.4)));
	background: -webkit-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -o-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: -ms-linear-gradient(left, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	background: linear-gradient(to right, rgba(204,5,5,0.4) 0%, rgba(255,164,18,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0505', endColorstr='#ffa412', GradientType=1 );
}*/
.accsec_item a {
    color: #ffffff;
    display: block;
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 24px;
    height: 65px;
    left: 0;
    padding: 127px 0 0 28px;
    top: 0;
    width: 432px;
    text-decoration: underline;
}
.border_disc{
  position: absolute;
  pointer-events:none;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  z-index: 999;
}
.accsec_item:hover .border_disc{
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* àçäåë àêñåñóàðîâ */

/* îä ðàçäåë àêñåñóàðîâ */
.accinsec_block {
	
}
.accinsec_item {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin: 0 0 20px;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
}
.accinsec_img {
	width: 189px;
    height: 173px;
    padding: 20px 0 20px 20px;
}
.accinsec_img img{
	display: block;
}
.accinsec_text {
    padding: 18px 30px;
    width: 540px;
}
.accinsec_title {
	color: #333333;
	font-family: "Ubuntu-Light",sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
	margin-bottom: 3px;
}
.accinsec_title_line {
	border-bottom: 2px solid #333333;
    margin: 10px 0;
    width: 137px;	
    display: none;
}
.accinsec_descr {
    font-weight: 100;
    line-height: 26px;
}
a.accinsec_button {
    bottom: 20px;
    font-size: 16px;
    padding: 0 15px;
    right: 30px;
    text-decoration: none;
}
/* îä ðàçäåë àêñåñóàðîâ */

/* àçäåë íîâîñòåé */
.news_date_sec {
    color: #646464;
    font-weight: 100;
    right: 30px;
    top: 20px;
}
.news_date_sec svg {
    color: #c2c2c2;
    height: 20px;
    margin: 0 5px 0 0;
    width: 20px;
}

/* àçäåë íîâîñòåé */

/* „åòàëüíàß íîâîñòåé */
.detnewsimg {
	margin: 30px 0 0;
	text-align: center;
}
.detnewsimg a {
	
}
.detnewsimg img {
	
}
.detnewstext {
    line-height: 26px;
    margin: 0 0 30px;
    width: 740px;
}
.news_date_det {
    color: #646464;
    font-weight: 100;
    right: -200px;
    top: 0;
    line-height: 20px;
}
.news_date_det .svg{
    color: #c2c2c2;
    height: 20px;
    margin: 0 5px 0 0;
    width: 20px;
}

/* „åòàëüíàß íîâîñòåé */



/* „åòàëüíàß àêñåñóàðîâ */




.accdet_block {
	margin: 30px 0;
}
.accdet_img {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkipx;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
}
.accdet_img a {

}
.accdet_img a img{
	display: block;
}
.accdet_text {
    margin: 0 0 0 60px;
    width: 530px;	
}
.accdet_text h1{
	font-size: 25px;
}
.accdet_price_line {
	font-size: 20px;
	margin: 0 0 10px 0
}
.accdet_descr {
	line-height: 26px;
}
.accdet_stock_btn {
	width: 185px;
}
.accdet_stock_btn .commonbutton {
	text-align: center;
}
.accdet_stock_btn i {
    display: inline-block;
    height: 15px;
    line-height: 14px;
    margin-right: 7px;
    width: 15px;
}
.accdet_stock_noitems {
    color: #aaaaaa;
    font-size: 21px;
    margin: 10px 0;
}
.accdet_stock_yesitems {
    color: #333333;
    font-size: 21px;
    margin: 10px 0;
}
.accdet_stock {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 16px;
    padding: 10px 0 12px;
    text-align: center;
    width: 179px;
}
.accdet_stock::before {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;	
    background: red none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 16px;
    width: 8px;	
}
.accdet_stock.accdet_instock::before {
	background: #9bcc05 none repeat scroll 0 0;
}
/* „åòàëüíàß àêñåñóàðîâ */

/* ƒàëåðåß ðàçäåë */
.gallerysec .galelem_item {
	margin-bottom: 19px;
}
.gallerysec  .h1_undertext {
	margin-bottom: 10px;
}
.fillter_diskmodel {
    margin-right: 10px;
    width: 250px;	
}
.photogall_add {
	width: 940px;
}
.photogall_add.personalinfo {

}
.photogall_add.personalorders {

}
.photogall_add.personalorders .commonbutton {
	width: 408px;
  display: block;
}
.photogall_add.personalinfo .pg_add_input{
    margin-bottom: 10px;	
}
.photogall_add.personalinfo label{
	line-height: 30px;
}


.pg_add_left {

}
.pg_add_input {
	margin: 0 0 22px;
}
.pg_add_input input[type="text"], .pg_add_input input[type="password"]  {
	width: 434px;
}
.pg_add_right {

}
.pg_add_textarea {
	margin: 0 0 20px;
}
.pg_add_textarea textarea {
    height: 114px;
    padding: 14px 12px;
    width: 460px;
    display: block;
    box-sizing: border-box;
}
.pg_add_input_file {

}
.pg_add_input_file input[type="file"] {
	
}
.pg_add_input_file .uploader{
	position: relative;
}
.pg_add_input_file .uploader input{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: default;
    float: right;
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.pg_add_input_file .uploader .filename{
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #9b9b9b;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
    padding: 14px 12px;
	width: 275px;	
	height: 18px;
	display: block;
	float: left;
}
.pg_add_input_file .uploader .action{
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #767676;
    border-radius: 0 2px 2px 0;
    font-weight: bold;
    height: 18px;
    padding: 14px 12px 14px 32px;
    width: 114px;
	display: block;
	float: left;	
}
.pg_add_input_file .uploader .action.input_simp_button_left {
    padding: 14px 0;
    text-align: center;
    width: 158px;
}
.input_simp {
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #9b9b9b;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
    padding: 14px 12px;
	width: 275px;	
	height: 18px;
}
.input_simp_button {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #767676;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
    padding: 14px 12px 14px 32px;
	width: 114px;	
	height: 18px;
	font-weight: bold;
}
.input_simp_button.input_simp_button_left {
    padding: 14px 0;
    text-align: center;
    width: 158px;
}
.input_simp_plus {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #767676;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
    font-size: 28px;
    height: 18px;
    padding: 6px 14px 22px;
    right: 0;
    top: 0;	
}
.fileadd_submit_input {
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    width: 460px;
}
/* ƒàëåðåß ðàçäåë */

/* ƒàëåðåß äåòàëüíàß */
.bxslider_gal {

}
.bxslider_gal .bx-wrapper {
    height: 503px;
    margin: 0 0 20px;
}
.bx_pager_gal {

}
.bx_pager_gal .bx_pager {

}
.bx_pager_gal .bx_pager_gal_item {
	margin: 0 22px 0 0;
}
.bx_pager_gal .bx_pager_gal_item_last {
    margin-left: 2px;
    margin-right: 0;
}
.bx_pager_gal .bx_pager_gal_item a {
	display: block;
}
.bx_pager_gal .bx_pager_gal_item a::before {
    background: rgba(8, 18, 20, 0.65) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 117px;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;		
}
.bx_pager_gal .bx_pager_gal_item a img{
	display: block;
}
.bx_pager_gal .bx_pager_gal_item a:hover:before, .bx_pager_gal .bx_pager_gal_item a.active::before {
	background-color: transparent;
}

/* ƒàëåðåß äåòàëüíàß */

/* Šîðçèíà */
.basket_table {
	margin: 0 0 40px 0;
}
.detitem_table_first {
	
}
.basket_table .detitem_table_first.detitem_table_gline {
	padding: 0;
  text-decoration: underline;
}
.basket_table .detitem_chcolor_item_img {
    height: 90px;
    line-height: 90px;
	width: auto;
}
.basket_table .detitem_table_gline {
	padding: 44px 0 46px;
}
.basket_table  .detitem_table_gline_quantity {
	padding: 38px 0;
}
.basketorder {
    display: inline-block;
    margin-right: 36px;
    text-decoration: none;
    width: auto;
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.basketorder:hover {
	text-decoration: none;
}
.basketorder svg{
    height: 15px;
    margin: 12px 5px 0 0;
    width: 15px;	
}
.basket_table tfoot td {
	text-align: right;
}
/* Šîðçèíà */

/* ˆñòîðèß */
.history_text {
	line-height: 26px;
}
.history_item {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	background: #efefef;
	margin: 0 0 20px;
	padding: 18px 0 11px 20px;
}
.history_title {
	font-family: "Ubuntu-Light",sans-serif;
	color: #333333;
	font-size: 24px;
	margin: 0 0 24px;
}
.history_images {

}
.history_images_item {
	margin: 0 15px 15px 0;
}
.history_images_item.last_item {
	margin-right: 0;
}
.history_images_item a {

}
.history_images_item a img {

}
/* ˆñòîðèß */

/* noty */
#noty_topRight_layout_container {
	width: 460px !important;
}
.bounceInDown {
  width: 100% !important;
	height: auto !important;
	background: #ffffff none repeat scroll 0 0 !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;		
	margin-bottom: 10px;
}
.noty_message {
	padding: 0 !important;
}
.noty_type_alert{
  padding: 24px 28px;
}
.notytitle {
	/*font-family: "Ubuntu-Light",sans-serif;*/
    /*color: #cc0605;*/
	font-size: 16px;
	margin: 0 0 10px;
  font-family: 'Ubuntu-Bold';
}
.notytext {
    margin: 0 0 10px;
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline;
}
.notyinfo {
	font-size: 14px;
}
.noty_buttons {
  margin-top: 20px;
  padding: 20px 0 0 0 !important;
  text-align: left !important;
}
.notybasket {
    /*float: left;*/
    margin-left: 0px !important;
    width: 236px;
}
.notybasket svg{
  width: 15px;
  margin-right: 20px;
}
.notybasket span{
  color: #231f20;
  font-family: 'Ubuntu-Bold';
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}
.notybasket:hover span{
  color:#fff;
}
.notyclose {
	/*float: left;*/
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background-color: transparent;
  width: 26px;
  height: 26px;
  padding: 0 !important;
  color: #c2c2c2;
}
.notyclose:hover {
    color: #767676;
}

/* noty */

/* îêóïàòåëßì ðàçäåë */
.buyer_text {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	background: #ffffff none repeat scroll 0 0;
	line-height: 26px;
	padding: 20px 48px;
	margin-bottom: 30px;
}
.buyer_title {
	font-size: 24px;
	font-family: "Ubuntu-Light",sans-serif;
}
.buyer_title svg {
    /*color: #cc0605;*/
    height: 20px;
    margin: 5px 10px 0 0;
    width: 36px;
}
.buyer_title_del {

}
.buyer_title_pr {

}
.buyer_title_buy {

}
.buyer_title_del svg {

}
.buyer_title_pr svg {

}
.buyer_title_buy svg {

}
.buyer_link {
	text-align: right;
}
.buyer_link a{
	display: inline-block;
}


/* îêóïàòåëßì ðàçäåë */

/* Šîíòàêòû */

.cont_and_timetable {
	
}
.contacts_text {
    line-height: 26px;
    width: 460px;
}
.contacts_text a{
	color: #231f20;
}
.timetable {
	width: 460px;
}
.timetable_title {
    line-height: 26px;
    margin-bottom: 2px;
}
.timetable_work_block {
	margin: 0 0 10px;
}
.timetable_work {
	background: #231f20;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	color: #ffffff;
	font-weight: 100;
	padding: 5px 15px;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);	
}
.timetable_descr {
	padding: 5px 15px;
	font-weight: bold;
}
.timetable_rest_block {
	
}
.timetable_rest {
	background: #dfe2e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	color: #231f20;
	font-weight: 100;
	padding: 5px 15px;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.15);	
}
.timetable_rest_first {
	margin-left: 170px;
}


/* Šîíòàêòû */

/* ‘òàíäàðòíûå ôîðìû (àâòîðèçàöèß, ðåãèñòðàöèß, ïîäòâåðæäåíèå ðåãèñòðàöèè) */

.confirmreg {
	
}
.confirm_item {
	margin-bottom: 16px;
}
.confirm_item  input[type="text"] {
	margin: 6px 0 0;
	width: 434px;
}
.confirm_button {
	
}

.wheels .wrapper{
  font-size: 0;
}
.wheels .block_wheels{
  width: 49%;
  height: 181px;
  background-color: #e6e7e7;
  border-radius: 2px;
  margin-bottom: 18px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  outline: 1px solid #dfe2e0;
}

.section_block .wheels .block_wheels {
    width: auto;
    margin-bottom: 0;
    height: auto;
}

.wheels .block_wheels:hover{
  outline: 1px solid #b7b7b7;
}
.wheels .block_wheels:hover ,
.wheels .block_wheels:focus {
  text-decoration: none;
}
.wheels .block_wheels:hover span i{
  border-bottom: 1px solid rgba(35,31,32,.7);
}
.wheels .block_wheels:nth-child(even){
    margin-left: 15px;
}
.section_block .wheels .block_wheels:nth-child(even){
    margin-left: 0;
}
.wheels{
  padding-bottom: 50px;
}
.section_block .wheels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.section_block .wheels .block_wheels_in{
    position: relative;
}

.wheels .block_wheels_in{
  padding: 14px;
  /*height: 100%;*/
}


.wheels .block_wheels_in img{
  display: inline-block;
  max-width: 150px;
  max-height: 100%;
  height: 150px;
  vertical-align: middle;
}
.section_block .wheels .block_wheels_in img {
    max-width: 130px;
    max-height: 130px;
    height: auto;
}
.section_block .wheels .block_wheels {

}

.wheels .block_wheels_in span{
  color: #231f20;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  margin-left: 20px;
  width: 220px;
  vertical-align: middle;
  
}
.section_block .wheels .block_wheels_in span{
    font-size: 22px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: auto;
    margin-left: 0;
}

.wheels .block_wheels_in span i{
  border-bottom: 1px solid rgba(35,31,32,.15);
  font-style: normal;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}
.wheels_main .block_wheels{
  background: #fff;
}


/* ‘òàíäàðòíûå ôîðìû (àâòîðèçàöèß, ðåãèñòðàöèß, ïîäòâåðæäåíèå ðåãèñòðàöèè) */

/* ‚ñïëûâàþùèå ïîäñêàçêè */


/* ‚ñïëûâàþùèå ïîäñêàçêè */

footer {
	background-color: #231f20;
    bottom: 0;
    height: 128px;
    left: 0;
    /*position: absolute;*/
    width: 100%;
    z-index: 1;
}
.footerblock {
    color: #929292;
    height: 113px;
	font-weight: 100;
}
.footerblock a{
	color: #929292;
	text-decoration: none;
}
.footer_copy {
    font-size: 18px;
    left: 15px;
    top: 22px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}
.footer_soc_block {
    left: 15px;
    top: 59px;
}
.footer_soc_item_title {
	display: inline-block;
    height: 19px;
    vertical-align: top;	
}
.footer_soc_item {
    display: inline-block;
    margin: 0 6px;
}
.footer_soc_item a {
	display: inline-block;
	width: 26px;
	height: 19px;
	opacity: 0.4;
	filter: alpha(opacity=40);	
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;		
  cursor: pointer;
}
.footer_soc_item a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer_soc_item.ico_vk a {
	
}
.footer_soc_item.ico_vk a:hover {

}
.footer_soc_item.ico_fb a {
	
}
.footer_soc_item.ico_fb a:hover {

}
.footer_soc_item.ico_tw a {
	
}
.footer_soc_item.ico_tw a:hover {

}
.ourpayment {
    color: #929292;
    right: 200px;
    top: 25px;
}
.footer_ourpayment_title {
    margin: 0 0 11px;
}
.footer_ourpayment_item {
	margin: 0 7px 0 0;
}
.footer_ourpayment_item a{
    color: #929292;
    display: block;
    height: 24px;
    width: 40px;
	opacity: 0.4;
	filter: alpha(opacity=40);	
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;		
  cursor: pointer;
}
.footer_ourpayment_item a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer_ourpayment_visa {

}
.footer_ourpayment_maestro {

}
.footer_ourpayment_master {

}
.footer_ourpayment_cirrus {
	margin-right: 0;
}
.madeby {
    right: 15px;
    top: 25px;
}
.madeby a {

}
.madeby a:hover {

}
.madeby a .madeby_ico {
    display: block;
    height: 29px;
    left: 43px;
    opacity: 0.4;
    position: relative;
    top: 10px;
    width: 60px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;	
}
.madeby a:hover .madeby_ico {
	opacity: 1;
	filter: alpha(opacity=100);
}

.file_upload{
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em;              /* example */
    height: 2em;                 /* example */
    line-height: 2em             /* the same as height */
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer              /* example */
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em;                  /* example */
    height: 100%;
    text-align: center           /* example */
}
.file_upload > mark{
    background: transparent;     /* example */
    padding-left: 1em            /* example */
}
@media only screen and ( max-width: 500px ){  /* example */
    .file_upload > mark{
        display: none
    }
    .file_upload .button{
        width: 100%
    }
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0
}

/* Making it beautiful */

.file_upload{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.1s linear
}
.file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)
}
.file_upload .button{
    background: #7300df;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #6200bd 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.file_upload:hover .button{
    background: #6200bd;
    text-shadow: #5d00b3 0 -1px 0
}
.file_upload:active .button{
    background: #5d00b3;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset
}
.mkorderblock .commentarea {
	height: 184px;
}
.chboxblock .linfo {
    background: transparent url("/tpl/images/infobsprinte.png") no-repeat scroll 0 -62px;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
	margin-left: 5px;
}
.chboxblock .linfo:hover {
    background-position: 0 0;
}
.chboxblock {

}
.chboxblock .fs-checkbox-radio {
	display: inline;
}
.chboxblock .fs-checkbox-radio .fs-checkbox-label {
	display: inline;
}
.adrdostblock {
	margin-bottom: 20px;
}
.link_but {
	margin-bottom: 20px;
}
.link_but .commonbutton{
    display: inline-block;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

/** RESET AND LAYOUT
===================================*/

.accdet_carusel {
	margin: 20px 0;
}

.accdet_carusel .bx-wrapper {
	height: auto;
}

.accdet_carusel .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.accdet_carusel .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.accdet_carusel .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border:  none;
	left: 0;
	background: transparent;
	
	/*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);
}

.accdet_carusel .bx-wrapper .bx-pager,
.accdet_carusel .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.accdet_carusel .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/tpl/app/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.accdet_carusel .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.accdet_carusel .bx-wrapper .bx-pager .bx-pager-item,
.accdet_carusel .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.accdet_carusel .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;
}

.accdet_carusel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.accdet_carusel .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.accdet_carusel .bx-wrapper .bx-prev {
	left: -50px;
	background: url(/tpl/app/bxslider/images/controls.png) no-repeat 0 -32px;
}

.accdet_carusel .bx-wrapper .bx-next {
	right: -50px;
	background: url(/tpl/app/bxslider/images/controls.png) no-repeat -43px -32px;
}

.accdet_carusel .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.accdet_carusel .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.accdet_carusel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 100;
}

.accdet_carusel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.accdet_carusel .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.accdet_carusel .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/tpl/app/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.accdet_carusel .bx-wrapper .bx-controls-auto .bx-start:hover,
.accdet_carusel .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.accdet_carusel .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/tpl/app/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.accdet_carusel .bx-wrapper .bx-controls-auto .bx-stop:hover,
.accdet_carusel .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.accdet_carusel .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.accdet_carusel .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.accdet_carusel .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.accdet_carusel .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.accdet_carusel ul.acc_bxslider {
	margin: 0;
	padding: 0;	
}
.accdet_carusel ul li a {
	border: none; /*border: 1px solid #cc0605;*/
	background: #fff;
	display: block;
}
.accdet_carusel ul li a:hover {

}
.item_prise_table {
	margin-top: 20px;
}
.item_prise_table table{

}
.item_prise_table table thead{
	
}
.item_prise_table table thead tr{
	
}
.item_prise_table table thead td{
    background: #333333 none repeat scroll 0 0;
    border-right: 1px solid #393939;
    color: #dedede;
    font-weight: 100;
    padding: 30px 0;
}
.item_prise_table table thead tr:hover td {
	background-color: #333333;
}
.item_prise_table table thead td.last{

}
.item_prise_table table thead td span.prtext{

}
.item_prise_table table td {
	padding: 20px 0;
}
.item_prise_table table tr:hover td {
	background-color: #FFFFFF;
	cursor: auto;
}
.item_prise_table table tbody{
	
}
.item_prise_table table tbody tr{

}
.item_prise_table .catalogOffersblock table tbody tr{

}
.item_prise_table table .lefta{

}
.item_prise_table table tbody td, .item_prise_table table tfoot td{

}



.item_prise_table table tbody td .dprise{

}
.pg_add_descr a{
  text-decoration: underline;
}
.pg_add_descr a:hover{
  text-decoration: none;
}
.order_table .detitem_table_gline {
	margin: 0;
	padding: 8px 0 11px;
}
.order_table .detitem_table_gline::last-child {
	padding: 0;
}
.order_table .o_t_goods {
	width: 120px;
}
.dtkplase {
	
}
.dtkplase input {
	margin: 10px 0;
	width: 434px;
}
.sale_order_full_table {

}
.sale_order_full_table a {
	color: #cc0605;
}
.sale_cancel_order_textarea {
	margin: 10px 0 0;
    padding: 14px 12px;
    width: 460px;
}
.inlinecontent {
    width: 500px;
}



.LOGO_main{
  margin-top: -4px;
  display: block;
  float: left;
}
.LOGO_main img {
	width: 200px;
}
.LOGO_main:hover,
.LOGO_main:focus{
  text-decoration: none;
}
.LOGO_main .logo_text{
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 24px;
}
.LOGO_main .logo_text p{
  color: #231f20;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.LOGO_main .logo_text small{
  color: #535b57;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.filter_all{
  position: absolute;
  bottom: 35px;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.filter_all .fillterblock{
  display: inline-block;
}
.logo_footer{
  position: absolute;
  left: 330px;
  top: 30px;
}

.logo_footer img{
  display: inline-block;
  vertical-align: top;
}

.logo_footer span{
  display: inline-block;
  vertical-align: top;
  color: #757679;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  width: 128px;
  text-decoration: underline;
  margin-top: 6px;
  margin-left: 6px;
}

.logo_footer:hover span{
  text-decoration: none;
}

/*.wheels_main,
.wrapper_all_bg{
  background-color: whitesmoke;
  background-image: url('/tpl/css/../images/FLAG.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 100px;
}*/

.conteiner{
  background-color: whitesmoke;
  background-image: url('/tpl/css/../images/FLAG.png') !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom center;
}

.detitem_img a.ffinfo {

	position: absolute;
	bottom: 0;
}
.detitem_img a.ffinfo::after {
	content: none;
}
.ffinfomodal {
	display: none;	
	width: 960px;
}

#cookie-message{
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 20px;
	display: none;
	z-index: 1000;
}
#cookie-message.open{
	display: block;
}
#cookie-message h1,
#cookie-message h2,
#cookie-message h3,
#cookie-message h4,
#cookie-message h5,
#cookie-message h6{
	color: #fff;
	margin-top: 0;
	font-size: 30px;
	margin-bottom: 25px;
}
#cookie-message .cm-cls{
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	cursor: pointer;
}
#cookie-message p{
	margin: 15px 0;
	font-size: 14px;
}
#cookie-message button{
	margin-top: 10px;
	background: #555;
	color: #fff;
	border: none;
	padding: 10px 20px;
	margin: 10px 0 0;
	cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/smbasket/style.min.css?16189912653326*/
.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-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}.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}.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/.default/components/bitrix/menu/topmenu/style.min.css?1618991265490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/topmenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1618991265448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /tpl/css/icons-style.css?16189912261359 */
/* /tpl/app/selectric/selectric.css?17409442123611 */
/* /tpl/app/formstone/css/dropdown.css?16189912268465 */
/* /tpl/app/formstone/css/scrollbar.css?16189912263216 */
/* /tpl/app/formstone/css/checkbox.css?16189912266539 */
/* /tpl/app/fancyBox/jquery.fancybox.css?16189912264895 */
/* /tpl/app/noty/animate.css?161899122672922 */
/* /tpl/app/noty/buttons.css?161899122611305 */
/* /tpl/app/tooltipster/tooltipster.css?16189912269043 */
/* /tpl/css/style.css?174970568677528 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/smbasket/style.min.css?16189912653326 */
/* /local/templates/.default/components/bitrix/menu/topmenu/style.min.css?1618991265490 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.min.css?1618991265448 */
