

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

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

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

.fancybox-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('/scripts/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('/scripts/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%; При такой высоте невозможно управлять видео*/
	height: 85%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/scripts/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: 55%;
	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('/scripts/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('/scripts/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('/scripts/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:/js/jquery.nouislider.css?17371012142609*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 9px;
	height: 9px;
	left: -4px;
	top: -4px;
	cursor: pointer;
}
.noUi-vertical {
	width: 4px;
}
.noUi-vertical .noUi-handle {
	width: 9px;
	height: 9px;
	left: -4px;
	top: -4px;
	cursor: pointer;
}

/* Styling;
 */
.noUi-background {
	/*background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;*/
	background: url(/img/bg_slider.jpg) left center repeat-x;
}
.noUi-connect {
	/*background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;*/
	background: url(/img/bg_slider_active.jpg) left center repeat-x;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	background: url(/img/slider_handler.png) center center no-repeat;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* End */


/* Start:/js/slick/slick.css?17371012141758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/js/slick/slick-theme.css?17371012143127*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/js/slick/./fonts/slick.eot');
    src: url('/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/js/slick/./fonts/slick.woff') format('woff'), url('/js/slick/./fonts/slick.ttf') format('truetype'), url('/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/js/core-ui-select.css?17371012143318*/
.b-core-ui-select {
    position: relative;
    width: 150px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    border: 1px solid #d6d7d7;
    border-radius: 6px;
    background-color: white;
}

.b-core-ui-select__select {
    position: static;
    width: 80%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}

.b-core-ui-select__select_state_hide {
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
}

.b-core-ui-select:HOVER {

}

.b-core-ui-select.focus {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #ccc;
    outline: 0;
}

.b-core-ui-select.open {
    border-radius: 5px 5px 0 0;
}

.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
    color: #333333;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.b-core-ui-select__button {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #e1011b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #333;
    margin-top: -1px;
    max-height: 200px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: whiteSmoke;
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
}

.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
    max-height: 200px;
    overflow: auto;
	outline: none;
}


.j-scroll-pane .b-core-ui-select__dropdown__item {
    margin-right: 20px;
}

.b-core-ui-select__dropdown__list {
    overflow: hidden;
    margin: 0!important;
    padding: 0px;
    background-color: white;
}

.b-core-ui-select__dropdown__item {
    padding: 5px 10px;
    min-height: 18px;
    list-style-type: none;
    cursor: pointer;
}


.b-core-ui-select__dropdown__label {
    padding: 10px;
    min-height: 18px;
    font-style: italic;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
    color: #ccc;
    background: none;
}

.b-core-ui-select__dropdown__item.selected,
.b-core-ui-select__dropdown__item.selected:HOVER {
    background: #999;
    color: #fff;
}

.b-core-ui-select__dropdown__item:HOVER {
    background: #ccc;
}
/* End */


/* Start:/js/flexslider/flexslider.css?17371012146848*/
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/js/flexslider/fonts/flexslider-icon.eot');
  src: url('/js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/js/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/js/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/js/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/js/tooltip/tooltipster.bundle.min.css?17371012148177*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.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.tooltipster-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.tooltipster-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(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,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.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-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(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-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(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/* End */


/* Start:/css/custom-bootstrap.css?173710121481526*/
.custom-bootstrap .mt-3,.custom-bootstrap .my-3{margin-top:1rem!important}.custom-bootstrap .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-bootstrap .custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-bootstrap .mb-1,.custom-bootstrap .my-1{margin-bottom:.25rem!important}.custom-bootstrap .custom-control-label{position:relative;margin-bottom:0}.custom-bootstrap .custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-bootstrap .custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-bootstrap .custom-control-label::before,.custom-bootstrap .custom-file-label,.custom-bootstrap .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-bootstrap .mt-2,.custom-bootstrap .my-2{margin-top:.5rem!important}.custom-bootstrap .is-valid~.valid-feedback,.custom-bootstrap .is-valid~.valid-tooltip{display:block}.custom-bootstrap .custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-bootstrap .form-control.is-valid,.custom-bootstrap .was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-bootstrap .form-control.is-valid:focus,.custom-bootstrap .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-bootstrap .was-validated textarea.form-control:valid,.custom-bootstrap textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-bootstrap .form-select.is-valid,.custom-bootstrap .was-validated .form-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.custom-bootstrap .form-select.is-valid:focus,.custom-bootstrap .was-validated .form-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-bootstrap .form-check-input.is-valid,.custom-bootstrap .was-validated .form-check-input:valid{border-color:#28a745}.custom-bootstrap .form-check-input.is-valid:checked,.custom-bootstrap .was-validated .form-check-input:valid:checked{background-color:#28a745}.custom-bootstrap .form-check-input.is-valid:focus,.custom-bootstrap .was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-bootstrap .form-check-input.is-valid~.form-check-label,.custom-bootstrap .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.custom-bootstrap .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.custom-bootstrap .form-file-input.is-valid~.form-file-label,.custom-bootstrap .was-validated .form-file-input:valid~.form-file-label{border-color:#28a745}.custom-bootstrap .form-file-input.is-valid:focus~.form-file-label,.custom-bootstrap .was-validated .form-file-input:valid:focus~.form-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-bootstrap .form-control.is-invalid,.custom-bootstrap was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-bootstrap .form-control.is-invalid:focus,.custom-bootstrap .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-bootstrap .was-validated textarea.form-control:invalid,.custom-bootstrap textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-bootstrap .form-select.is-invalid,.custom-bootstrap .was-validated .form-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.custom-bootstrap .form-select.is-invalid:focus,.custom-bootstrap .was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-bootstrap .form-check-input.is-invalid,.custom-bootstrap .was-validated .form-check-input:invalid{border-color:#dc3545}.custom-bootstrap .form-check-input.is-invalid:checked,.custom-bootstrap .was-validated .form-check-input:invalid:checked{background-color:#dc3545}.custom-bootstrap .form-check-input.is-invalid:focus,.custom-bootstrap .was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-bootstrap .form-check-input.is-invalid~.form-check-label,.custom-bootstrap .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.custom-bootstrap .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.custom-bootstrap .form-file-input.is-invalid~.form-file-label,.custom-bootstrap .was-validated .form-file-input:invalid~.form-file-label{border-color:#dc3545}.custom-bootstrap .form-file-input.is-invalid:focus~.form-file-label,.custom-bootstrap .was-validated .form-file-input:invalid:focus~.form-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-bootstrap .btn{display:inline-block;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;border-radius:.25rem}@media (prefers-reduced-motion:reduce){.custom-bootstrap .btn{transition:none}}.custom-bootstrap .btn-check:focus+.btn,.custom-bootstrap .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.custom-bootstrap .btn.disabled,.custom-bootstrap .btn:disabled,.custom-bootstrap fieldset:disabled .btn{pointer-events:none;opacity:.65}.custom-bootstrap .btn-check:active+.btn-secondary:focus,.custom-bootstrap .btn-check:checked+.btn-primary,.custom-bootstrap .btn-check:checked+.btn-secondary:focus,.custom-bootstrap .btn-secondary.active:focus,.custom-bootstrap .btn-secondary:active:focus,.custom-bootstrap .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.custom-bootstrap .btn-secondary.disabled,.custom-bootstrap .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.custom-bootstrap .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.custom-bootstrap .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.custom-bootstrap .btn-check:focus+.btn-success,.custom-bootstrap .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.custom-bootstrap .btn-check:active+.btn-success,.custom-bootstrap .btn-check:checked+.btn-success,.custom-bootstrap .btn-success.active,.custom-bootstrap .btn-success:active,.custom-bootstrap .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.custom-bootstrap .btn-check:active+.btn-success:focus,.custom-bootstrap .btn-check:checked+.btn-success:focus,.custom-bootstrap .btn-success.active:focus,.custom-bootstrap .btn-success:active:focus,.custom-bootstrap .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.custom-bootstrap .btn-success.disabled,.custom-bootstrap .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.custom-bootstrap .modal-open{overflow:hidden}.custom-bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.custom-bootstrap .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.custom-bootstrap .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.custom-bootstrap .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.custom-bootstrap .modal.fade .modal-dialog{transition:none}}.custom-bootstrap .modal.show .modal-dialog{transform:none}.custom-bootstrap .modal.modal-static .modal-dialog{transform:scale(1.02)}.custom-bootstrap .modal-dialog-scrollable{max-height:calc(100% - 1rem)}.custom-bootstrap .modal-dialog-scrollable .modal-content{overflow:hidden}.custom-bootstrap .modal-dialog-scrollable .modal-body{overflow-y:auto}.custom-bootstrap .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.custom-bootstrap .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.custom-bootstrap .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.custom-bootstrap .modal-backdrop.fade{opacity:0}.custom-bootstrap .modal-backdrop.show{opacity:.5}.custom-bootstrap .modal-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:1rem 1rem}.custom-bootstrap .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.custom-bootstrap .modal-title{margin-bottom:0;line-height:1.5}.custom-bootstrap .modal-body{position:relative;flex:1 1 auto;padding:1rem}.custom-bootstrap .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.custom-bootstrap .modal-footer>*{margin:.25rem}.custom-bootstrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.custom-bootstrap .modal-dialog{max-width:500px;margin:1.75rem auto}.custom-bootstrap .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.custom-bootstrap .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.custom-bootstrap .modal-sm{max-width:300px}}@media (min-width:992px){.custom-bootstrap .modal-lg,.custom-bootstrap .modal-xl{max-width:800px}}@media (min-width:1200px){.custom-bootstrap .modal-xl{max-width:1140px}}.custom-bootstrap .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.custom-bootstrap .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen-sm-down .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen-sm-down .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.custom-bootstrap .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen-md-down .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen-md-down .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.custom-bootstrap .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen-lg-down .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen-lg-down .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.custom-bootstrap .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen-xl-down .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen-xl-down .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.custom-bootstrap .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.custom-bootstrap .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.custom-bootstrap .modal-fullscreen-xxl-down .modal-header{border-radius:0}.custom-bootstrap .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.custom-bootstrap .modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.custom-bootstrap{/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */}.custom-bootstrap html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.custom-bootstrap body{margin:0}.custom-bootstrap article,.custom-bootstrap aside,.custom-bootstrap details,.custom-bootstrap figcaption,.custom-bootstrap figure,.custom-bootstrap footer,.custom-bootstrap header,.custom-bootstrap hgroup,.custom-bootstrap main,.custom-bootstrap menu,.custom-bootstrap nav,.custom-bootstrap section,.custom-bootstrap summary{display:block}.custom-bootstrap audio,.custom-bootstrap canvas,.custom-bootstrap progress,.custom-bootstrap video{display:inline-block;vertical-align:baseline}.custom-bootstrap audio:not([controls]){display:none;height:0}.custom-bootstrap [hidden],.custom-bootstrap template{display:none}.custom-bootstrap a{background-color:transparent}.custom-bootstrap a:active,.custom-bootstrap a:hover{outline:0}.custom-bootstrap abbr[title]{border-bottom:1px dotted}.custom-bootstrap b,.custom-bootstrap strong{font-weight:700}.custom-bootstrap h1{margin:.67em 0;font-size:2em}.custom-bootstrap img{border:0}.custom-bootstrap svg:not(:root){overflow:hidden}.custom-bootstrap button{overflow:visible}.custom-bootstrap button,.custom-bootstrap select{text-transform:none}.custom-bootstrap button,.custom-bootstrap html input[type=button],.custom-bootstrap input[type=reset],.custom-bootstrap input[type=submit]{-webkit-appearance:button;cursor:pointer}.custom-bootstrap button[disabled],.custom-bootstrap html input[disabled]{cursor:default}.custom-bootstrap button::-moz-focus-inner,.custom-bootstrap input::-moz-focus-inner{padding:0;border:0}.custom-bootstrap input{line-height:normal}.custom-bootstrap input[type=checkbox],.custom-bootstrap input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.custom-bootstrap input[type=number]::-webkit-inner-spin-button,.custom-bootstrap input[type=number]::-webkit-outer-spin-button{height:auto}.custom-bootstrap input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}.custom-bootstrap input[type=search]::-webkit-search-cancel-button,.custom-bootstrap input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.custom-bootstrap fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}.custom-bootstrap legend{padding:0;border:0}.custom-bootstrap textarea{overflow:auto}.custom-bootstrap optgroup{font-weight:700}.custom-bootstrap td,.custom-bootstrap th{padding:0}@media print{.custom-bootstrap *,.custom-bootstrap :after,.custom-bootstrap :before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-bootstrap a,.custom-bootstrap a:visited{text-decoration:underline}.custom-bootstrap a[href]:after{content:" (" attr(href) ")"}.custom-bootstrap abbr[title]:after{content:" (" attr(title) ")"}.custom-bootstrap a[href^="#"]:after,.custom-bootstrap a[href^="javascript:"]:after{content:""}.custom-bootstrap blockquote,.custom-bootstrap pre{border:1px solid #999;page-break-inside:avoid}.custom-bootstrap thead{display:table-header-group}.custom-bootstrap img,.custom-bootstrap tr{page-break-inside:avoid}.custom-bootstrap img{max-width:100%!important}.custom-bootstrap h2,.custom-bootstrap h3,.custom-bootstrap p{orphans:3;widows:3}.custom-bootstrap h2,.custom-bootstrap h3{page-break-after:avoid}.custom-bootstrap .navbar{display:none}.custom-bootstrap .btn>.caret,.custom-bootstrap .dropup>.btn>.caret{border-top-color:#000!important}.custom-bootstrap .label{border:1px solid #000}.custom-bootstrap .table{border-collapse:collapse!important}.custom-bootstrap .table td,.custom-bootstrap .table th{background-color:#fff!important}.custom-bootstrap .table-bordered td,.custom-bootstrap .table-bordered th{border:1px solid #ddd!important}}.custom-bootstrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom-bootstrap :after,.custom-bootstrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom-bootstrap html{font-size:10px;-webkit-tap-highlight-color:transparent}.custom-bootstrap body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.custom-bootstrap button,.custom-bootstrap input,.custom-bootstrap select,.custom-bootstrap textarea{font-family:inherit;font-size:inherit;line-height:inherit}.custom-bootstrap a{color:#337ab7;text-decoration:none}.custom-bootstrap a:focus,.custom-bootstrap a:hover{color:#23527c;text-decoration:underline}.custom-bootstrap a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.custom-bootstrap figure{margin:0}.custom-bootstrap img{vertical-align:middle}.custom-bootstrap .carousel-inner>.item>a>img,.custom-bootstrap .carousel-inner>.item>img,.custom-bootstrap .img-responsive,.custom-bootstrap .thumbnail a>img,.custom-bootstrap .thumbnail>img{display:block;max-width:100%;height:auto}.custom-bootstrap .img-rounded{border-radius:6px}.custom-bootstrap .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.custom-bootstrap .img-circle{border-radius:50%}.custom-bootstrap hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.custom-bootstrap .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.custom-bootstrap .sr-only-focusable:active,.custom-bootstrap .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.custom-bootstrap [role=button]{cursor:pointer}.custom-bootstrap .h1,.custom-bootstrap .h2,.custom-bootstrap .h3,.custom-bootstrap .h4,.custom-bootstrap .h5,.custom-bootstrap .h6,.custom-bootstrap h1,.custom-bootstrap h2,.custom-bootstrap h3,.custom-bootstrap h4,.custom-bootstrap h5,.custom-bootstrap h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.custom-bootstrap .h1 .small,.custom-bootstrap .h1 small,.custom-bootstrap .h2 .small,.custom-bootstrap .h2 small,.custom-bootstrap .h3 .small,.custom-bootstrap .h3 small,.custom-bootstrap .h4 .small,.custom-bootstrap .h4 small,.custom-bootstrap .h5 .small,.custom-bootstrap .h5 small,.custom-bootstrap .h6 .small,.custom-bootstrap .h6 small,.custom-bootstrap h1 .small,.custom-bootstrap h1 small,.custom-bootstrap h2 .small,.custom-bootstrap h2 small,.custom-bootstrap h3 .small,.custom-bootstrap h3 small,.custom-bootstrap h4 .small,.custom-bootstrap h4 small,.custom-bootstrap h5 .small,.custom-bootstrap h5 small,.custom-bootstrap h6 .small,.custom-bootstrap h6 small{font-weight:400;line-height:1;color:#777}.custom-bootstrap .h1,.custom-bootstrap .h2,.custom-bootstrap .h3,.custom-bootstrap h1,.custom-bootstrap h2,.custom-bootstrap h3{margin-top:20px;margin-bottom:10px}.custom-bootstrap .h1 .small,.custom-bootstrap .h1 small,.custom-bootstrap .h2 .small,.custom-bootstrap .h2 small,.custom-bootstrap .h3 .small,.custom-bootstrap .h3 small,.custom-bootstrap h1 .small,.custom-bootstrap h1 small,.custom-bootstrap h2 .small,.custom-bootstrap h2 small,.custom-bootstrap h3 .small,.custom-bootstrap h3 small{font-size:65%}.custom-bootstrap .h4,.custom-bootstrap .h5,.custom-bootstrap .h6,.custom-bootstrap h4,.custom-bootstrap h5,.custom-bootstrap h6{margin-top:10px;margin-bottom:10px}.custom-bootstrap .h4 .small,.custom-bootstrap .h4 small,.custom-bootstrap .h5 .small,.custom-bootstrap .h5 small,.custom-bootstrap .h6 .small,.custom-bootstrap .h6 small,.custom-bootstrap h4 .small,.custom-bootstrap h4 small,.custom-bootstrap h5 .small,.custom-bootstrap h5 small,.custom-bootstrap h6 .small,.custom-bootstrap h6 small{font-size:75%}.custom-bootstrap .h1,.custom-bootstrap h1{font-size:36px}.custom-bootstrap .h2,.custom-bootstrap h2{font-size:30px}.custom-bootstrap .h3,.custom-bootstrap h3{font-size:24px}.custom-bootstrap .h4,.custom-bootstrap h4{font-size:18px}.custom-bootstrap .h5,.custom-bootstrap h5{font-size:14px}.custom-bootstrap .h6,.custom-bootstrap h6{font-size:12px}.custom-bootstrap p{margin:0 0 10px}.custom-bootstrap .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.custom-bootstrap .lead{font-size:21px}}.custom-bootstrap .small,.custom-bootstrap small{font-size:85%}.custom-bootstrap .mark,.custom-bootstrap mark{padding:.2em;background-color:#fcf8e3}.custom-bootstrap .text-left{text-align:left}.custom-bootstrap .text-right{text-align:right}.custom-bootstrap .text-center{text-align:center}.custom-bootstrap .text-justify{text-align:justify}.custom-bootstrap .text-nowrap{white-space:nowrap}.custom-bootstrap .text-lowercase{text-transform:lowercase}.custom-bootstrap .text-uppercase{text-transform:uppercase}.custom-bootstrap .text-capitalize{text-transform:capitalize}.custom-bootstrap .text-muted{color:#777}.custom-bootstrap .text-primary{color:#337ab7}.custom-bootstrap a.text-primary:focus,.custom-bootstrap a.text-primary:hover{color:#286090}.custom-bootstrap .text-success{color:#3c763d}.custom-bootstrap a.text-success:focus,.custom-bootstrap a.text-success:hover{color:#2b542c}.custom-bootstrap .text-info{color:#31708f}.custom-bootstrap a.text-info:focus,.custom-bootstrap a.text-info:hover{color:#245269}.custom-bootstrap .text-warning{color:#8a6d3b}.custom-bootstrap a.text-warning:focus,.custom-bootstrap a.text-warning:hover{color:#66512c}.custom-bootstrap .text-danger{color:#a94442}.custom-bootstrap a.text-danger:focus,.custom-bootstrap a.text-danger:hover{color:#843534}.custom-bootstrap .bg-primary{color:#fff;background-color:#337ab7}.custom-bootstrap a.bg-primary:focus,.custom-bootstrap a.bg-primary:hover{background-color:#286090}.custom-bootstrap .bg-success{background-color:#dff0d8}.custom-bootstrap a.bg-success:focus,.custom-bootstrap a.bg-success:hover{background-color:#c1e2b3}.custom-bootstrap .bg-info{background-color:#d9edf7}.custom-bootstrap a.bg-info:focus,.custom-bootstrap a.bg-info:hover{background-color:#afd9ee}.custom-bootstrap .bg-warning{background-color:#fcf8e3}.custom-bootstrap a.bg-warning:focus,.custom-bootstrap a.bg-warning:hover{background-color:#f7ecb5}.custom-bootstrap .bg-danger{background-color:#f2dede}.custom-bootstrap a.bg-danger:focus,.custom-bootstrap a.bg-danger:hover{background-color:#e4b9b9}.custom-bootstrap .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.custom-bootstrap ol,.custom-bootstrap ul{margin-top:0;margin-bottom:10px}.custom-bootstrap ol ol,.custom-bootstrap ol ul,.custom-bootstrap ul ol,.custom-bootstrap ul ul{margin-bottom:0}.custom-bootstrap .list-unstyled{padding-left:0;list-style:none}.custom-bootstrap .list-inline{padding-left:0;margin-left:-5px;list-style:none}.custom-bootstrap .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.custom-bootstrap dl{margin-top:0;margin-bottom:20px}.custom-bootstrap dd,.custom-bootstrap dt{line-height:1.42857143}.custom-bootstrap dt{font-weight:700}.custom-bootstrap dd{margin-left:0}@media (min-width:768px){.custom-bootstrap .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.custom-bootstrap .dl-horizontal dd{margin-left:180px}}.custom-bootstrap abbr[data-original-title],.custom-bootstrap abbr[title]{cursor:help;border-bottom:1px dotted #777}.custom-bootstrap .initialism{font-size:90%;text-transform:uppercase}.custom-bootstrap blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.custom-bootstrap blockquote ol:last-child,.custom-bootstrap blockquote p:last-child,.custom-bootstrap blockquote ul:last-child{margin-bottom:0}.custom-bootstrap blockquote .small,.custom-bootstrap blockquote footer,.custom-bootstrap blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}.custom-bootstrap blockquote .small:before,.custom-bootstrap blockquote footer:before,.custom-bootstrap blockquote small:before{content:'\2014 \00A0'}.custom-bootstrap .blockquote-reverse,.custom-bootstrap blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.custom-bootstrap .blockquote-reverse .small:before,.custom-bootstrap .blockquote-reverse footer:before,.custom-bootstrap .blockquote-reverse small:before,.custom-bootstrap blockquote.pull-right .small:before,.custom-bootstrap blockquote.pull-right footer:before,.custom-bootstrap blockquote.pull-right small:before{content:''}.custom-bootstrap .blockquote-reverse .small:after,.custom-bootstrap .blockquote-reverse footer:after,.custom-bootstrap .blockquote-reverse small:after,.custom-bootstrap blockquote.pull-right .small:after,.custom-bootstrap blockquote.pull-right footer:after,.custom-bootstrap blockquote.pull-right small:after{content:'\00A0 \2014'}.custom-bootstrap address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.custom-bootstrap code,.custom-bootstrap kbd,.custom-bootstrap pre,.custom-bootstrap samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.custom-bootstrap code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.custom-bootstrap kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.custom-bootstrap kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.custom-bootstrap pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.custom-bootstrap pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.custom-bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}.custom-bootstrap .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.custom-bootstrap .container{width:750px}}@media (min-width:992px){.custom-bootstrap .container{width:970px}}@media (min-width:1200px){.custom-bootstrap .container{width:1170px}}.custom-bootstrap .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.custom-bootstrap .row{margin-right:-15px;margin-left:-15px}.custom-bootstrap .col-lg-1,.custom-bootstrap .col-lg-10,.custom-bootstrap .col-lg-11,.custom-bootstrap .col-lg-12,.custom-bootstrap .col-lg-2,.custom-bootstrap .col-lg-3,.custom-bootstrap .col-lg-4,.custom-bootstrap .col-lg-5,.custom-bootstrap .col-lg-6,.custom-bootstrap .col-lg-7,.custom-bootstrap .col-lg-8,.custom-bootstrap .col-lg-9,.custom-bootstrap .col-md-1,.custom-bootstrap .col-md-10,.custom-bootstrap .col-md-11,.custom-bootstrap .col-md-12,.custom-bootstrap .col-md-2,.custom-bootstrap .col-md-3,.custom-bootstrap .col-md-4,.custom-bootstrap .col-md-5,.custom-bootstrap .col-md-6,.custom-bootstrap .col-md-7,.custom-bootstrap .col-md-8,.custom-bootstrap .col-md-9,.custom-bootstrap .col-sm-1,.custom-bootstrap .col-sm-10,.custom-bootstrap .col-sm-11,.custom-bootstrap .col-sm-12,.custom-bootstrap .col-sm-2,.custom-bootstrap .col-sm-3,.custom-bootstrap .col-sm-4,.custom-bootstrap .col-sm-5,.custom-bootstrap .col-sm-6,.custom-bootstrap .col-sm-7,.custom-bootstrap .col-sm-8,.custom-bootstrap .col-sm-9,.custom-bootstrap .col-xs-1,.custom-bootstrap .col-xs-10,.custom-bootstrap .col-xs-11,.custom-bootstrap .col-xs-12,.custom-bootstrap .col-xs-2,.custom-bootstrap .col-xs-3,.custom-bootstrap .col-xs-4,.custom-bootstrap .col-xs-5,.custom-bootstrap .col-xs-6,.custom-bootstrap .col-xs-7,.custom-bootstrap .col-xs-8,.custom-bootstrap .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.custom-bootstrap .col-xs-1,.custom-bootstrap .col-xs-10,.custom-bootstrap .col-xs-11,.custom-bootstrap .col-xs-12,.custom-bootstrap .col-xs-2,.custom-bootstrap .col-xs-3,.custom-bootstrap .col-xs-4,.custom-bootstrap .col-xs-5,.custom-bootstrap .col-xs-6,.custom-bootstrap .col-xs-7,.custom-bootstrap .col-xs-8,.custom-bootstrap .col-xs-9{float:left}.custom-bootstrap .col-xs-12{width:100%}.custom-bootstrap .col-xs-11{width:91.66666667%}.custom-bootstrap .col-xs-10{width:83.33333333%}.custom-bootstrap .col-xs-9{width:75%}.custom-bootstrap .col-xs-8{width:66.66666667%}.custom-bootstrap .col-xs-7{width:58.33333333%}.custom-bootstrap .col-xs-6{width:50%}.custom-bootstrap .col-xs-5{width:41.66666667%}.custom-bootstrap .col-xs-4{width:33.33333333%}.custom-bootstrap .col-xs-3{width:25%}.custom-bootstrap .col-xs-2{width:16.66666667%}.custom-bootstrap .col-xs-1{width:8.33333333%}.custom-bootstrap .col-xs-pull-12{right:100%}.custom-bootstrap .col-xs-pull-11{right:91.66666667%}.custom-bootstrap .col-xs-pull-10{right:83.33333333%}.custom-bootstrap .col-xs-pull-9{right:75%}.custom-bootstrap .col-xs-pull-8{right:66.66666667%}.custom-bootstrap .col-xs-pull-7{right:58.33333333%}.custom-bootstrap .col-xs-pull-6{right:50%}.custom-bootstrap .col-xs-pull-5{right:41.66666667%}.custom-bootstrap .col-xs-pull-4{right:33.33333333%}.custom-bootstrap .col-xs-pull-3{right:25%}.custom-bootstrap .col-xs-pull-2{right:16.66666667%}.custom-bootstrap .col-xs-pull-1{right:8.33333333%}.custom-bootstrap .col-xs-pull-0{right:auto}.custom-bootstrap .col-xs-push-12{left:100%}.custom-bootstrap .col-xs-push-11{left:91.66666667%}.custom-bootstrap .col-xs-push-10{left:83.33333333%}.custom-bootstrap .col-xs-push-9{left:75%}.custom-bootstrap .col-xs-push-8{left:66.66666667%}.custom-bootstrap .col-xs-push-7{left:58.33333333%}.custom-bootstrap .col-xs-push-6{left:50%}.custom-bootstrap .col-xs-push-5{left:41.66666667%}.custom-bootstrap .col-xs-push-4{left:33.33333333%}.custom-bootstrap .col-xs-push-3{left:25%}.custom-bootstrap .col-xs-push-2{left:16.66666667%}.custom-bootstrap .col-xs-push-1{left:8.33333333%}.custom-bootstrap .col-xs-push-0{left:auto}.custom-bootstrap .col-xs-offset-12{margin-left:100%}.custom-bootstrap .col-xs-offset-11{margin-left:91.66666667%}.custom-bootstrap .col-xs-offset-10{margin-left:83.33333333%}.custom-bootstrap .col-xs-offset-9{margin-left:75%}.custom-bootstrap .col-xs-offset-8{margin-left:66.66666667%}.custom-bootstrap .col-xs-offset-7{margin-left:58.33333333%}.custom-bootstrap .col-xs-offset-6{margin-left:50%}.custom-bootstrap .col-xs-offset-5{margin-left:41.66666667%}.custom-bootstrap .col-xs-offset-4{margin-left:33.33333333%}.custom-bootstrap .col-xs-offset-3{margin-left:25%}.custom-bootstrap .col-xs-offset-2{margin-left:16.66666667%}.custom-bootstrap .col-xs-offset-1{margin-left:8.33333333%}.custom-bootstrap .col-xs-offset-0{margin-left:0}@media (min-width:768px){.custom-bootstrap .col-sm-1,.custom-bootstrap .col-sm-10,.custom-bootstrap .col-sm-11,.custom-bootstrap .col-sm-12,.custom-bootstrap .col-sm-2,.custom-bootstrap .col-sm-3,.custom-bootstrap .col-sm-4,.custom-bootstrap .col-sm-5,.custom-bootstrap .col-sm-6,.custom-bootstrap .col-sm-7,.custom-bootstrap .col-sm-8,.custom-bootstrap .col-sm-9{float:left}.custom-bootstrap .col-sm-12{width:100%}.custom-bootstrap .col-sm-11{width:91.66666667%}.custom-bootstrap .col-sm-10{width:83.33333333%}.custom-bootstrap .col-sm-9{width:75%}.custom-bootstrap .col-sm-8{width:66.66666667%}.custom-bootstrap .col-sm-7{width:58.33333333%}.custom-bootstrap .col-sm-6{width:50%}.custom-bootstrap .col-sm-5{width:41.66666667%}.custom-bootstrap .col-sm-4{width:33.33333333%}.custom-bootstrap .col-sm-3{width:25%}.custom-bootstrap .col-sm-2{width:16.66666667%}.custom-bootstrap .col-sm-1{width:8.33333333%}.custom-bootstrap .col-sm-pull-12{right:100%}.custom-bootstrap .col-sm-pull-11{right:91.66666667%}.custom-bootstrap .col-sm-pull-10{right:83.33333333%}.custom-bootstrap .col-sm-pull-9{right:75%}.custom-bootstrap .col-sm-pull-8{right:66.66666667%}.custom-bootstrap .col-sm-pull-7{right:58.33333333%}.custom-bootstrap .col-sm-pull-6{right:50%}.custom-bootstrap .col-sm-pull-5{right:41.66666667%}.custom-bootstrap .col-sm-pull-4{right:33.33333333%}.custom-bootstrap .col-sm-pull-3{right:25%}.custom-bootstrap .col-sm-pull-2{right:16.66666667%}.custom-bootstrap .col-sm-pull-1{right:8.33333333%}.custom-bootstrap .col-sm-pull-0{right:auto}.custom-bootstrap .col-sm-push-12{left:100%}.custom-bootstrap .col-sm-push-11{left:91.66666667%}.custom-bootstrap .col-sm-push-10{left:83.33333333%}.custom-bootstrap .col-sm-push-9{left:75%}.custom-bootstrap .col-sm-push-8{left:66.66666667%}.custom-bootstrap .col-sm-push-7{left:58.33333333%}.custom-bootstrap .col-sm-push-6{left:50%}.custom-bootstrap .col-sm-push-5{left:41.66666667%}.custom-bootstrap .col-sm-push-4{left:33.33333333%}.custom-bootstrap .col-sm-push-3{left:25%}.custom-bootstrap .col-sm-push-2{left:16.66666667%}.custom-bootstrap .col-sm-push-1{left:8.33333333%}.custom-bootstrap .col-sm-push-0{left:auto}.custom-bootstrap .col-sm-offset-12{margin-left:100%}.custom-bootstrap .col-sm-offset-11{margin-left:91.66666667%}.custom-bootstrap .col-sm-offset-10{margin-left:83.33333333%}.custom-bootstrap .col-sm-offset-9{margin-left:75%}.custom-bootstrap .col-sm-offset-8{margin-left:66.66666667%}.custom-bootstrap .col-sm-offset-7{margin-left:58.33333333%}.custom-bootstrap .col-sm-offset-6{margin-left:50%}.custom-bootstrap .col-sm-offset-5{margin-left:41.66666667%}.custom-bootstrap .col-sm-offset-4{margin-left:33.33333333%}.custom-bootstrap .col-sm-offset-3{margin-left:25%}.custom-bootstrap .col-sm-offset-2{margin-left:16.66666667%}.custom-bootstrap .col-sm-offset-1{margin-left:8.33333333%}.custom-bootstrap .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.custom-bootstrap .col-md-1,.custom-bootstrap .col-md-10,.custom-bootstrap .col-md-11,.custom-bootstrap .col-md-12,.custom-bootstrap .col-md-2,.custom-bootstrap .col-md-3,.custom-bootstrap .col-md-4,.custom-bootstrap .col-md-5,.custom-bootstrap .col-md-6,.custom-bootstrap .col-md-7,.custom-bootstrap .col-md-8,.custom-bootstrap .col-md-9{float:left}.custom-bootstrap .col-md-12{width:100%}.custom-bootstrap .col-md-11{width:91.66666667%}.custom-bootstrap .col-md-10{width:83.33333333%}.custom-bootstrap .col-md-9{width:75%}.custom-bootstrap .col-md-8{width:66.66666667%}.custom-bootstrap .col-md-7{width:58.33333333%}.custom-bootstrap .col-md-6{width:50%}.custom-bootstrap .col-md-5{width:41.66666667%}.custom-bootstrap .col-md-4{width:33.33333333%}.custom-bootstrap .col-md-3{width:25%}.custom-bootstrap .col-md-2{width:16.66666667%}.custom-bootstrap .col-md-1{width:8.33333333%}.custom-bootstrap .col-md-pull-12{right:100%}.custom-bootstrap .col-md-pull-11{right:91.66666667%}.custom-bootstrap .col-md-pull-10{right:83.33333333%}.custom-bootstrap .col-md-pull-9{right:75%}.custom-bootstrap .col-md-pull-8{right:66.66666667%}.custom-bootstrap .col-md-pull-7{right:58.33333333%}.custom-bootstrap .col-md-pull-6{right:50%}.custom-bootstrap .col-md-pull-5{right:41.66666667%}.custom-bootstrap .col-md-pull-4{right:33.33333333%}.custom-bootstrap .col-md-pull-3{right:25%}.custom-bootstrap .col-md-pull-2{right:16.66666667%}.custom-bootstrap .col-md-pull-1{right:8.33333333%}.custom-bootstrap .col-md-pull-0{right:auto}.custom-bootstrap .col-md-push-12{left:100%}.custom-bootstrap .col-md-push-11{left:91.66666667%}.custom-bootstrap .col-md-push-10{left:83.33333333%}.custom-bootstrap .col-md-push-9{left:75%}.custom-bootstrap .col-md-push-8{left:66.66666667%}.custom-bootstrap .col-md-push-7{left:58.33333333%}.custom-bootstrap .col-md-push-6{left:50%}.custom-bootstrap .col-md-push-5{left:41.66666667%}.custom-bootstrap .col-md-push-4{left:33.33333333%}.custom-bootstrap .col-md-push-3{left:25%}.custom-bootstrap .col-md-push-2{left:16.66666667%}.custom-bootstrap .col-md-push-1{left:8.33333333%}.custom-bootstrap .col-md-push-0{left:auto}.custom-bootstrap .col-md-offset-12{margin-left:100%}.custom-bootstrap .col-md-offset-11{margin-left:91.66666667%}.custom-bootstrap .col-md-offset-10{margin-left:83.33333333%}.custom-bootstrap .col-md-offset-9{margin-left:75%}.custom-bootstrap .col-md-offset-8{margin-left:66.66666667%}.custom-bootstrap .col-md-offset-7{margin-left:58.33333333%}.custom-bootstrap .col-md-offset-6{margin-left:50%}.custom-bootstrap .col-md-offset-5{margin-left:41.66666667%}.custom-bootstrap .col-md-offset-4{margin-left:33.33333333%}.custom-bootstrap .col-md-offset-3{margin-left:25%}.custom-bootstrap .col-md-offset-2{margin-left:16.66666667%}.custom-bootstrap .col-md-offset-1{margin-left:8.33333333%}.custom-bootstrap .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.custom-bootstrap .col-lg-1,.custom-bootstrap .col-lg-10,.custom-bootstrap .col-lg-11,.custom-bootstrap .col-lg-12,.custom-bootstrap .col-lg-2,.custom-bootstrap .col-lg-3,.custom-bootstrap .col-lg-4,.custom-bootstrap .col-lg-5,.custom-bootstrap .col-lg-6,.custom-bootstrap .col-lg-7,.custom-bootstrap .col-lg-8,.custom-bootstrap .col-lg-9{float:left}.custom-bootstrap .col-lg-12{width:100%}.custom-bootstrap .col-lg-11{width:91.66666667%}.custom-bootstrap .col-lg-10{width:83.33333333%}.custom-bootstrap .col-lg-9{width:75%}.custom-bootstrap .col-lg-8{width:66.66666667%}.custom-bootstrap .col-lg-7{width:58.33333333%}.custom-bootstrap .col-lg-6{width:50%}.custom-bootstrap .col-lg-5{width:41.66666667%}.custom-bootstrap .col-lg-4{width:33.33333333%}.custom-bootstrap .col-lg-3{width:25%}.custom-bootstrap .col-lg-2{width:16.66666667%}.custom-bootstrap .col-lg-1{width:8.33333333%}.custom-bootstrap .col-lg-pull-12{right:100%}.custom-bootstrap .col-lg-pull-11{right:91.66666667%}.custom-bootstrap .col-lg-pull-10{right:83.33333333%}.custom-bootstrap .col-lg-pull-9{right:75%}.custom-bootstrap .col-lg-pull-8{right:66.66666667%}.custom-bootstrap .col-lg-pull-7{right:58.33333333%}.custom-bootstrap .col-lg-pull-6{right:50%}.custom-bootstrap .col-lg-pull-5{right:41.66666667%}.custom-bootstrap .col-lg-pull-4{right:33.33333333%}.custom-bootstrap .col-lg-pull-3{right:25%}.custom-bootstrap .col-lg-pull-2{right:16.66666667%}.custom-bootstrap .col-lg-pull-1{right:8.33333333%}.custom-bootstrap .col-lg-pull-0{right:auto}.custom-bootstrap .col-lg-push-12{left:100%}.custom-bootstrap .col-lg-push-11{left:91.66666667%}.custom-bootstrap .col-lg-push-10{left:83.33333333%}.custom-bootstrap .col-lg-push-9{left:75%}.custom-bootstrap .col-lg-push-8{left:66.66666667%}.custom-bootstrap .col-lg-push-7{left:58.33333333%}.custom-bootstrap .col-lg-push-6{left:50%}.custom-bootstrap .col-lg-push-5{left:41.66666667%}.custom-bootstrap .col-lg-push-4{left:33.33333333%}.custom-bootstrap .col-lg-push-3{left:25%}.custom-bootstrap .col-lg-push-2{left:16.66666667%}.custom-bootstrap .col-lg-push-1{left:8.33333333%}.custom-bootstrap .col-lg-push-0{left:auto}.custom-bootstrap .col-lg-offset-12{margin-left:100%}.custom-bootstrap .col-lg-offset-11{margin-left:91.66666667%}.custom-bootstrap .col-lg-offset-10{margin-left:83.33333333%}.custom-bootstrap .col-lg-offset-9{margin-left:75%}.custom-bootstrap .col-lg-offset-8{margin-left:66.66666667%}.custom-bootstrap .col-lg-offset-7{margin-left:58.33333333%}.custom-bootstrap .col-lg-offset-6{margin-left:50%}.custom-bootstrap .col-lg-offset-5{margin-left:41.66666667%}.custom-bootstrap .col-lg-offset-4{margin-left:33.33333333%}.custom-bootstrap .col-lg-offset-3{margin-left:25%}.custom-bootstrap .col-lg-offset-2{margin-left:16.66666667%}.custom-bootstrap .col-lg-offset-1{margin-left:8.33333333%}.custom-bootstrap .col-lg-offset-0{margin-left:0}}.custom-bootstrap fieldset{min-width:0;padding:0;margin:0;border:0}.custom-bootstrap legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.custom-bootstrap label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.custom-bootstrap input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.custom-bootstrap input[type=checkbox],.custom-bootstrap input[type=radio]{margin:4px 0 0;line-height:normal}.custom-bootstrap input[type=file]{display:block}.custom-bootstrap input[type=range]{display:block;width:100%}.custom-bootstrap select[multiple],.custom-bootstrap select[size]{height:auto}.custom-bootstrap input[type=checkbox]:focus,.custom-bootstrap input[type=file]:focus,.custom-bootstrap input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.custom-bootstrap output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.custom-bootstrap .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:18px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.custom-bootstrap .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.custom-bootstrap .form-control::-moz-placeholder{color:#999;opacity:1}.custom-bootstrap .form-control:-ms-input-placeholder{color:#999}.custom-bootstrap .form-control::-webkit-input-placeholder{color:#999}.custom-bootstrap .form-control::-ms-expand{background-color:transparent;border:0}.custom-bootstrap .form-control[disabled],.custom-bootstrap .form-control[readonly],.custom-bootstrap fieldset[disabled] .form-control{background-color:#eee;opacity:1}.custom-bootstrap .form-control[disabled],.custom-bootstrap fieldset[disabled] .form-control{cursor:not-allowed}.custom-bootstrap textarea.form-control{height:auto}.custom-bootstrap input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.custom-bootstrap input[type=date].form-control,.custom-bootstrap input[type=datetime-local].form-control,.custom-bootstrap input[type=month].form-control,.custom-bootstrap input[type=time].form-control{line-height:34px}.custom-bootstrap .input-group-sm input[type=date],.custom-bootstrap .input-group-sm input[type=datetime-local],.custom-bootstrap .input-group-sm input[type=month],.custom-bootstrap .input-group-sm input[type=time],.custom-bootstrap input[type=date].input-sm,.custom-bootstrap input[type=datetime-local].input-sm,.custom-bootstrap input[type=month].input-sm,.custom-bootstrap input[type=time].input-sm{line-height:30px}.custom-bootstrap .input-group-lg input[type=date],.custom-bootstrap .input-group-lg input[type=datetime-local],.custom-bootstrap .input-group-lg input[type=month],.custom-bootstrap .input-group-lg input[type=time],.custom-bootstrap input[type=date].input-lg,.custom-bootstrap input[type=datetime-local].input-lg,.custom-bootstrap input[type=month].input-lg,.custom-bootstrap input[type=time].input-lg{line-height:46px}}.custom-bootstrap .form-group{margin-bottom:15px}.custom-bootstrap .checkbox,.custom-bootstrap .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.custom-bootstrap .checkbox label,.custom-bootstrap .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.custom-bootstrap .checkbox input[type=checkbox],.custom-bootstrap .checkbox-inline input[type=checkbox],.custom-bootstrap .radio input[type=radio],.custom-bootstrap .radio-inline input[type=radio]{position:absolute;margin-left:-20px}.custom-bootstrap .checkbox+.checkbox,.custom-bootstrap .radio+.radio{margin-top:-5px}.custom-bootstrap .checkbox-inline,.custom-bootstrap .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.custom-bootstrap .checkbox-inline+.checkbox-inline,.custom-bootstrap .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.custom-bootstrap fieldset[disabled] input[type=checkbox],.custom-bootstrap fieldset[disabled] input[type=radio],.custom-bootstrap input[type=checkbox].disabled,.custom-bootstrap input[type=checkbox][disabled],.custom-bootstrap input[type=radio].disabled,.custom-bootstrap input[type=radio][disabled]{cursor:not-allowed}.custom-bootstrap .checkbox-inline.disabled,.custom-bootstrap .radio-inline.disabled,.custom-bootstrap fieldset[disabled] .checkbox-inline,.custom-bootstrap fieldset[disabled] .radio-inline{cursor:not-allowed}.custom-bootstrap .checkbox.disabled label,.custom-bootstrap .radio.disabled label,.custom-bootstrap fieldset[disabled] .checkbox label,.custom-bootstrap fieldset[disabled] .radio label{cursor:not-allowed}.custom-bootstrap .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.custom-bootstrap .form-control-static.input-lg,.custom-bootstrap .form-control-static.input-sm{padding-right:0;padding-left:0}.custom-bootstrap .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.custom-bootstrap select.input-sm{height:30px;line-height:30px}.custom-bootstrap select[multiple].input-sm,.custom-bootstrap textarea.input-sm{height:auto}.custom-bootstrap .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.custom-bootstrap .form-group-sm select.form-control{height:30px;line-height:30px}.custom-bootstrap .form-group-sm select[multiple].form-control,.custom-bootstrap .form-group-sm textarea.form-control{height:auto}.custom-bootstrap .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.custom-bootstrap .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.custom-bootstrap select.input-lg{height:46px;line-height:46px}.custom-bootstrap select[multiple].input-lg,.custom-bootstrap textarea.input-lg{height:auto}.custom-bootstrap .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.custom-bootstrap .form-group-lg select.form-control{height:46px;line-height:46px}.custom-bootstrap .form-group-lg select[multiple].form-control,.custom-bootstrap .form-group-lg textarea.form-control{height:auto}.custom-bootstrap .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.custom-bootstrap .has-feedback{position:relative}.custom-bootstrap .has-feedback .form-control{padding-right:42.5px}.custom-bootstrap .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.custom-bootstrap .form-group-lg .form-control+.form-control-feedback,.custom-bootstrap .input-group-lg+.form-control-feedback,.custom-bootstrap .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.custom-bootstrap .form-group-sm .form-control+.form-control-feedback,.custom-bootstrap .input-group-sm+.form-control-feedback,.custom-bootstrap .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.custom-bootstrap .has-success .checkbox,.custom-bootstrap .has-success .checkbox-inline,.custom-bootstrap .has-success .control-label,.custom-bootstrap .has-success .help-block,.custom-bootstrap .has-success .radio,.custom-bootstrap .has-success .radio-inline,.custom-bootstrap .has-success.checkbox label,.custom-bootstrap .has-success.checkbox-inline label,.custom-bootstrap .has-success.radio label,.custom-bootstrap .has-success.radio-inline label{color:#3c763d}.custom-bootstrap .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.custom-bootstrap .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.custom-bootstrap .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.custom-bootstrap .has-success .form-control-feedback{color:#3c763d}.custom-bootstrap .has-warning .checkbox,.custom-bootstrap .has-warning .checkbox-inline,.custom-bootstrap .has-warning .control-label,.custom-bootstrap .has-warning .help-block,.custom-bootstrap .has-warning .radio,.custom-bootstrap .has-warning .radio-inline,.custom-bootstrap .has-warning.checkbox label,.custom-bootstrap .has-warning.checkbox-inline label,.custom-bootstrap .has-warning.radio label,.custom-bootstrap .has-warning.radio-inline label{color:#8a6d3b}.custom-bootstrap .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.custom-bootstrap .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.custom-bootstrap .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.custom-bootstrap .has-warning .form-control-feedback{color:#8a6d3b}.custom-bootstrap .has-error .checkbox,.custom-bootstrap .has-error .checkbox-inline,.custom-bootstrap .has-error .control-label,.custom-bootstrap .has-error .help-block,.custom-bootstrap .has-error .radio,.custom-bootstrap .has-error .radio-inline,.custom-bootstrap .has-error.checkbox label,.custom-bootstrap .has-error.checkbox-inline label,.custom-bootstrap .has-error.radio label,.custom-bootstrap .has-error.radio-inline label{color:#a94442}.custom-bootstrap .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.custom-bootstrap .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.custom-bootstrap .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.custom-bootstrap .has-error .form-control-feedback{color:#a94442}.custom-bootstrap .has-feedback label~.form-control-feedback{top:25px}.custom-bootstrap .has-feedback label.sr-only~.form-control-feedback{top:0}.custom-bootstrap .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.custom-bootstrap .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.custom-bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.custom-bootstrap .form-inline .form-control-static{display:inline-block}.custom-bootstrap .form-inline .input-group{display:inline-table;vertical-align:middle}.custom-bootstrap .form-inline .input-group .form-control,.custom-bootstrap .form-inline .input-group .input-group-addon,.custom-bootstrap .form-inline .input-group .input-group-btn{width:auto}.custom-bootstrap .form-inline .input-group>.form-control{width:100%}.custom-bootstrap .form-inline .control-label{margin-bottom:0;vertical-align:middle}.custom-bootstrap .form-inline .checkbox,.custom-bootstrap .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.custom-bootstrap .form-inline .checkbox label,.custom-bootstrap .form-inline .radio label{padding-left:0}.custom-bootstrap .form-inline .checkbox input[type=checkbox],.custom-bootstrap .form-inline .radio input[type=radio]{position:relative;margin-left:0}.custom-bootstrap .form-inline .has-feedback .form-control-feedback{top:0}}.custom-bootstrap .form-horizontal .checkbox,.custom-bootstrap .form-horizontal .checkbox-inline,.custom-bootstrap .form-horizontal .radio,.custom-bootstrap .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.custom-bootstrap .form-horizontal .checkbox,.custom-bootstrap .form-horizontal .radio{min-height:27px}.custom-bootstrap .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.custom-bootstrap .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.custom-bootstrap .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.custom-bootstrap .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.custom-bootstrap .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.custom-bootstrap .btn{display:inline-block;padding:0;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;-moz-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;-ms-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;-o-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease}.custom-bootstrap .btn.active.focus,.custom-bootstrap .btn.active:focus,.custom-bootstrap .btn.focus,.custom-bootstrap .btn:active.focus,.custom-bootstrap .btn:active:focus,.custom-bootstrap .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.custom-bootstrap .btn.active,.custom-bootstrap .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.custom-bootstrap .btn.disabled,.custom-bootstrap .btn[disabled],.custom-bootstrap fieldset[disabled] .btn{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}.custom-bootstrap a.btn.disabled,.custom-bootstrap fieldset[disabled] a.btn{pointer-events:none}.custom-bootstrap .btn-primary.active,.custom-bootstrap .btn-primary:active,.custom-bootstrap .open>.dropdown-toggle.btn-primary{background-image:none}.custom-bootstrap .btn-primary .badge{color:#337ab7;background-color:#fff}.custom-bootstrap .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.custom-bootstrap .btn-success.focus,.custom-bootstrap .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.custom-bootstrap .btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.custom-bootstrap .btn-success.active,.custom-bootstrap .btn-success:active,.custom-bootstrap .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.custom-bootstrap .btn-success.active.focus,.custom-bootstrap .btn-success.active:focus,.custom-bootstrap .btn-success.active:hover,.custom-bootstrap .btn-success:active.focus,.custom-bootstrap .btn-success:active:focus,.custom-bootstrap .btn-success:active:hover,.custom-bootstrap .open>.dropdown-toggle.btn-success.focus,.custom-bootstrap .open>.dropdown-toggle.btn-success:focus,.custom-bootstrap .open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.custom-bootstrap .btn-success.active,.custom-bootstrap .btn-success:active,.custom-bootstrap .open>.dropdown-toggle.btn-success{background-image:none}.custom-bootstrap .btn-success.disabled.focus,.custom-bootstrap .btn-success.disabled:focus,.custom-bootstrap .btn-success.disabled:hover,.custom-bootstrap .btn-success[disabled].focus,.custom-bootstrap .btn-success[disabled]:focus,.custom-bootstrap .btn-success[disabled]:hover,.custom-bootstrap fieldset[disabled] .btn-success.focus,.custom-bootstrap fieldset[disabled] .btn-success:focus,.custom-bootstrap fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.custom-bootstrap .btn-success .badge{color:#5cb85c;background-color:#fff}.custom-bootstrap .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.custom-bootstrap .btn-info.focus,.custom-bootstrap .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.custom-bootstrap .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.custom-bootstrap .btn-info.active,.custom-bootstrap .btn-info:active,.custom-bootstrap .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.custom-bootstrap .btn-info.active.focus,.custom-bootstrap .btn-info.active:focus,.custom-bootstrap .btn-info.active:hover,.custom-bootstrap .btn-info:active.focus,.custom-bootstrap .btn-info:active:focus,.custom-bootstrap .btn-info:active:hover,.custom-bootstrap .open>.dropdown-toggle.btn-info.focus,.custom-bootstrap .open>.dropdown-toggle.btn-info:focus,.custom-bootstrap .open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.custom-bootstrap .btn-info.active,.custom-bootstrap .btn-info:active,.custom-bootstrap .open>.dropdown-toggle.btn-info{background-image:none}.custom-bootstrap .btn-info.disabled.focus,.custom-bootstrap .btn-info.disabled:focus,.custom-bootstrap .btn-info.disabled:hover,.custom-bootstrap .btn-info[disabled].focus,.custom-bootstrap .btn-info[disabled]:focus,.custom-bootstrap .btn-info[disabled]:hover,.custom-bootstrap fieldset[disabled] .btn-info.focus,.custom-bootstrap fieldset[disabled] .btn-info:focus,.custom-bootstrap fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.custom-bootstrap .btn-info .badge{color:#5bc0de;background-color:#fff}.custom-bootstrap .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.custom-bootstrap .btn-warning.focus,.custom-bootstrap .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.custom-bootstrap .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.custom-bootstrap .btn-warning.active,.custom-bootstrap .btn-warning:active,.custom-bootstrap .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.custom-bootstrap .btn-warning.active.focus,.custom-bootstrap .btn-warning.active:focus,.custom-bootstrap .btn-warning.active:hover,.custom-bootstrap .btn-warning:active.focus,.custom-bootstrap .btn-warning:active:focus,.custom-bootstrap .btn-warning:active:hover,.custom-bootstrap .open>.dropdown-toggle.btn-warning.focus,.custom-bootstrap .open>.dropdown-toggle.btn-warning:focus,.custom-bootstrap .open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.custom-bootstrap .btn-warning.active,.custom-bootstrap .btn-warning:active,.custom-bootstrap .open>.dropdown-toggle.btn-warning{background-image:none}.custom-bootstrap .btn-warning.disabled.focus,.custom-bootstrap .btn-warning.disabled:focus,.custom-bootstrap .btn-warning.disabled:hover,.custom-bootstrap .btn-warning[disabled].focus,.custom-bootstrap .btn-warning[disabled]:focus,.custom-bootstrap .btn-warning[disabled]:hover,.custom-bootstrap fieldset[disabled] .btn-warning.focus,.custom-bootstrap fieldset[disabled] .btn-warning:focus,.custom-bootstrap fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.custom-bootstrap .btn-warning .badge{color:#f0ad4e;background-color:#fff}.custom-bootstrap .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.custom-bootstrap .btn-danger.focus,.custom-bootstrap .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.custom-bootstrap .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.custom-bootstrap .btn-danger.active,.custom-bootstrap .btn-danger:active,.custom-bootstrap .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.custom-bootstrap .btn-danger.active.focus,.custom-bootstrap .btn-danger.active:focus,.custom-bootstrap .btn-danger.active:hover,.custom-bootstrap .btn-danger:active.focus,.custom-bootstrap .btn-danger:active:focus,.custom-bootstrap .btn-danger:active:hover,.custom-bootstrap .open>.dropdown-toggle.btn-danger.focus,.custom-bootstrap .open>.dropdown-toggle.btn-danger:focus,.custom-bootstrap .open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.custom-bootstrap .btn-danger.active,.custom-bootstrap .btn-danger:active,.custom-bootstrap .open>.dropdown-toggle.btn-danger{background-image:none}.custom-bootstrap .btn-danger.disabled.focus,.custom-bootstrap .btn-danger.disabled:focus,.custom-bootstrap .btn-danger.disabled:hover,.custom-bootstrap .btn-danger[disabled].focus,.custom-bootstrap .btn-danger[disabled]:focus,.custom-bootstrap .btn-danger[disabled]:hover,.custom-bootstrap fieldset[disabled] .btn-danger.focus,.custom-bootstrap fieldset[disabled] .btn-danger:focus,.custom-bootstrap fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.custom-bootstrap .btn-danger .badge{color:#d9534f;background-color:#fff}.custom-bootstrap .btn-link{font-weight:400;color:#337ab7;border-radius:0}.custom-bootstrap .btn-link,.custom-bootstrap .btn-link.active,.custom-bootstrap .btn-link:active,.custom-bootstrap .btn-link[disabled],.custom-bootstrap fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.custom-bootstrap .btn-link,.custom-bootstrap .btn-link:active,.custom-bootstrap .btn-link:focus,.custom-bootstrap .btn-link:hover{border-color:transparent}.custom-bootstrap .btn-link:focus,.custom-bootstrap .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.custom-bootstrap .btn-link[disabled]:focus,.custom-bootstrap .btn-link[disabled]:hover,.custom-bootstrap fieldset[disabled] .btn-link:focus,.custom-bootstrap fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.custom-bootstrap .btn-group-lg>.btn,.custom-bootstrap .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.custom-bootstrap .btn-group-sm>.btn,.custom-bootstrap .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.custom-bootstrap .btn-group-xs>.btn,.custom-bootstrap .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.custom-bootstrap .btn-block{display:block;width:100%}.custom-bootstrap .btn-block+.btn-block{margin-top:5px}.custom-bootstrap input[type=button].btn-block,.custom-bootstrap input[type=reset].btn-block,.custom-bootstrap input[type=submit].btn-block{width:100%}.custom-bootstrap .collapse{display:none}.custom-bootstrap .collapse.in{display:block}.custom-bootstrap tr.collapse.in{display:table-row}.custom-bootstrap tbody.collapse.in{display:table-row-group}.custom-bootstrap .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.custom-bootstrap .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.custom-bootstrap .dropdown,.custom-bootstrap .dropup{position:relative}.custom-bootstrap .dropdown-toggle:focus{outline:0}.custom-bootstrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.custom-bootstrap .dropdown-menu.pull-right{right:0;left:auto}.custom-bootstrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.custom-bootstrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.custom-bootstrap .dropdown-menu>li>a:focus,.custom-bootstrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.custom-bootstrap .dropdown-menu>.active>a,.custom-bootstrap .dropdown-menu>.active>a:focus,.custom-bootstrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.custom-bootstrap .dropdown-menu>.disabled>a,.custom-bootstrap .dropdown-menu>.disabled>a:focus,.custom-bootstrap .dropdown-menu>.disabled>a:hover{color:#777}.custom-bootstrap .dropdown-menu>.disabled>a:focus,.custom-bootstrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.custom-bootstrap .open>.dropdown-menu{display:block}.custom-bootstrap .open>a{outline:0}.custom-bootstrap .dropdown-menu-right{right:0;left:auto}.custom-bootstrap .dropdown-menu-left{right:auto;left:0}.custom-bootstrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.custom-bootstrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.custom-bootstrap .pull-right>.dropdown-menu{right:0;left:auto}.custom-bootstrap .dropup .caret,.custom-bootstrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed}.custom-bootstrap .dropup .dropdown-menu,.custom-bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.custom-bootstrap .navbar-right .dropdown-menu{right:0;left:auto}.custom-bootstrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.custom-bootstrap .btn-group,.custom-bootstrap .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.custom-bootstrap .btn-group-vertical>.btn,.custom-bootstrap .btn-group>.btn{position:relative;float:left}.custom-bootstrap .btn-group-vertical>.btn.active,.custom-bootstrap .btn-group-vertical>.btn:active,.custom-bootstrap .btn-group-vertical>.btn:focus,.custom-bootstrap .btn-group-vertical>.btn:hover,.custom-bootstrap .btn-group>.btn.active,.custom-bootstrap .btn-group>.btn:active,.custom-bootstrap .btn-group>.btn:focus,.custom-bootstrap .btn-group>.btn:hover{z-index:2}.custom-bootstrap .btn-group .btn+.btn,.custom-bootstrap .btn-group .btn+.btn-group,.custom-bootstrap .btn-group .btn-group+.btn,.custom-bootstrap .btn-group .btn-group+.btn-group{margin-left:-1px}.custom-bootstrap .btn-toolbar{margin-left:-5px}.custom-bootstrap .btn-toolbar .btn,.custom-bootstrap .btn-toolbar .btn-group,.custom-bootstrap .btn-toolbar .input-group{float:left}.custom-bootstrap .btn-toolbar>.btn,.custom-bootstrap .btn-toolbar>.btn-group,.custom-bootstrap .btn-toolbar>.input-group{margin-left:5px}.custom-bootstrap .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.custom-bootstrap .btn-group>.btn:first-child{margin-left:0}.custom-bootstrap .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.custom-bootstrap .btn-group>.btn:last-child:not(:first-child),.custom-bootstrap .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-bootstrap .btn-group>.btn-group{float:left}.custom-bootstrap .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.custom-bootstrap .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.custom-bootstrap .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.custom-bootstrap .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.custom-bootstrap .btn-group .dropdown-toggle:active,.custom-bootstrap .btn-group.open .dropdown-toggle{outline:0}.custom-bootstrap .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.custom-bootstrap .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.custom-bootstrap .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.custom-bootstrap .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.custom-bootstrap .btn .caret{margin-left:0}.custom-bootstrap .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.custom-bootstrap .dropup .btn-lg .caret{border-width:0 5px 5px}.custom-bootstrap .btn-group-vertical>.btn,.custom-bootstrap .btn-group-vertical>.btn-group,.custom-bootstrap .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.custom-bootstrap .btn-group-vertical>.btn-group>.btn{float:none}.custom-bootstrap .btn-group-vertical>.btn+.btn,.custom-bootstrap .btn-group-vertical>.btn+.btn-group,.custom-bootstrap .btn-group-vertical>.btn-group+.btn,.custom-bootstrap .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.custom-bootstrap .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.custom-bootstrap .btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.custom-bootstrap .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.custom-bootstrap .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.custom-bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.custom-bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.custom-bootstrap .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.custom-bootstrap .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.custom-bootstrap .btn-group-justified>.btn,.custom-bootstrap .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.custom-bootstrap .btn-group-justified>.btn-group .btn{width:100%}.custom-bootstrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.custom-bootstrap [data-toggle=buttons]>.btn input[type=checkbox],.custom-bootstrap [data-toggle=buttons]>.btn input[type=radio],.custom-bootstrap [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.custom-bootstrap [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.custom-bootstrap .input-group{position:relative;display:table;border-collapse:separate}.custom-bootstrap .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.custom-bootstrap .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.custom-bootstrap .input-group .form-control:focus{z-index:3}.custom-bootstrap .input-group-lg>.form-control,.custom-bootstrap .input-group-lg>.input-group-addon,.custom-bootstrap .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.custom-bootstrap select.input-group-lg>.form-control,.custom-bootstrap select.input-group-lg>.input-group-addon,.custom-bootstrap select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.custom-bootstrap select[multiple].input-group-lg>.form-control,.custom-bootstrap select[multiple].input-group-lg>.input-group-addon,.custom-bootstrap select[multiple].input-group-lg>.input-group-btn>.btn,.custom-bootstrap textarea.input-group-lg>.form-control,.custom-bootstrap textarea.input-group-lg>.input-group-addon,.custom-bootstrap textarea.input-group-lg>.input-group-btn>.btn{height:auto}.custom-bootstrap .input-group-sm>.form-control,.custom-bootstrap .input-group-sm>.input-group-addon,.custom-bootstrap .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.custom-bootstrap select.input-group-sm>.form-control,.custom-bootstrap select.input-group-sm>.input-group-addon,.custom-bootstrap select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.custom-bootstrap select[multiple].input-group-sm>.form-control,.custom-bootstrap select[multiple].input-group-sm>.input-group-addon,.custom-bootstrap select[multiple].input-group-sm>.input-group-btn>.btn,.custom-bootstrap textarea.input-group-sm>.form-control,.custom-bootstrap textarea.input-group-sm>.input-group-addon,.custom-bootstrap textarea.input-group-sm>.input-group-btn>.btn{height:auto}.custom-bootstrap .input-group .form-control,.custom-bootstrap .input-group-addon,.custom-bootstrap .input-group-btn{display:table-cell}.custom-bootstrap .input-group .form-control:not(:first-child):not(:last-child),.custom-bootstrap .input-group-addon:not(:first-child):not(:last-child),.custom-bootstrap .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.custom-bootstrap .input-group-addon,.custom-bootstrap .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.custom-bootstrap .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.custom-bootstrap .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.custom-bootstrap .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.custom-bootstrap .input-group-addon input[type=checkbox],.custom-bootstrap .input-group-addon input[type=radio]{margin-top:0}.custom-bootstrap .input-group .form-control:first-child,.custom-bootstrap .input-group-addon:first-child,.custom-bootstrap .input-group-btn:first-child>.btn,.custom-bootstrap .input-group-btn:first-child>.btn-group>.btn,.custom-bootstrap .input-group-btn:first-child>.dropdown-toggle,.custom-bootstrap .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.custom-bootstrap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.custom-bootstrap .input-group-addon:first-child{border-right:0}.custom-bootstrap .input-group .form-control:last-child,.custom-bootstrap .input-group-addon:last-child,.custom-bootstrap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.custom-bootstrap .input-group-btn:first-child>.btn:not(:first-child),.custom-bootstrap .input-group-btn:last-child>.btn,.custom-bootstrap .input-group-btn:last-child>.btn-group>.btn,.custom-bootstrap .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.custom-bootstrap .input-group-addon:last-child{border-left:0}.custom-bootstrap .input-group-btn{position:relative;font-size:0;white-space:nowrap}.custom-bootstrap .input-group-btn>.btn{position:relative}.custom-bootstrap .input-group-btn>.btn+.btn{margin-left:-1px}.custom-bootstrap .input-group-btn>.btn:active,.custom-bootstrap .input-group-btn>.btn:focus,.custom-bootstrap .input-group-btn>.btn:hover{z-index:2}.custom-bootstrap .input-group-btn:first-child>.btn,.custom-bootstrap .input-group-btn:first-child>.btn-group{margin-right:-1px}.custom-bootstrap .input-group-btn:last-child>.btn,.custom-bootstrap .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}

.custom-bootstrap .modal-header {
    border: none;
}

.custom-bootstrap .fade {
    opacity: 1;
}

.custom-bootstrap .modal-body {
    border: none;
}

.custom-bootstrap .modal-footer {
    border: none;
}

.custom-bootstrap .login-method-block {
    text-decoration: underline;
}

.custom-bootstrap .custom-control-label {
    font-size: 12px;
}

.custom-bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/local/components/pixelplus/auth.popup/templates/.default/img/checkbox.svg")
}

.custom-bootstrap .custom-control-input:checked ~ .custom-control-label::before {
    color: #aaaaaa;
    border-color: #aaaaaa;
    background-color: white;
    border: #aaaaaa solid 1px;
}

.custom-bootstrap .custom-control-label::before {
    color: #aaaaaa;
    border-color: #aaaaaa;
    background-color: white;
}

.custom-bootstrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #17e917;
    background-color: #fff;
    border-color: #17e917;
}

.custom-bootstrap .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: transparent;
    border-color: transparent;
}
.custom-bootstrap .custom-control-label::after {
    position: absolute;
    top: -0.15rem;
    left: -2rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-bootstrap .btn-primary {
    background-color: #1caf64;
    border-color: #1caf64;
    height: 40px;
    width: 100%;
    font-size: 18px;
    outline-color: #1caf64;
    color: #FFFFFF;
    border-radius: 0!important;
}

.custom-bootstrap .btn-primary:disabled {
    opacity: 1;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

.custom-bootstrap .grey-text {
    color: #ababab;
}

.custom-bootstrap .arrow {
    position: absolute;
    left: 15px;
    top: 22px;
}

.custom-bootstrap small {
    font-size: 11px;
}
.custom-bootstrap .error {
    color: #dc3545;
}

.custom-bootstrap .modal-title {
    font-size: 18px;
    font-weight: 700;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.mhead-wrap .custom-bootstrap .modal {
    overflow: initial;
}

.custom-bootstrap [type=tel] {
    letter-spacing: 4px;
}
/* End */


/* Start:/bitrix/templates/grillzone/components/bitrix/menu/fixed_menu_style_new/style.css?1737101496848*/
.menu_item_wrapper_fixed {
	display: inline-block;
	padding: 0px 10px;
}

.fixed_header_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 78.36734693877551%;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_item_wrapper_fixed > a {
	color: #e1011b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

span.site_logo_f {
	margin-right: 30px;
	margin-left: 20px;
}

.scroll_header div#bx_incl_area_1 {
	display: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.small/basket_top/style.css?1737101495331*/
/*Table*/
table.sale_basket_small
{
	width:245px;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/bitrix/templates/grillzone/components/bitrix/catalog.compare.list/compare_score/style.css?1737101497405*/
.number_compare{
    display: inline-block;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    background-color: #ed0101;
    border: 2px solid #fff;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    /* left: 50%; */
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    margin-left: 18px;
}
/* End */


/* Start:/bitrix/templates/grillzone/components/bitrix/search.title/header_search/style.css?17371014964111*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	width: 205px;
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {

}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {

}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/grillzone/components/bitrix/search.title/header_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
.search-form {
	position: relative;
	margin-top: 8px;
}
.search-form input[type=text] {
	width: 205px;
	border: 2px solid #b2b2b9;
	border-radius: 4px;
	padding: 4px 20px 4px 8px;
	font-style: italic;
}
.search-form input[type=text]:focus{
	border: 2px solid #b2b2b9 !important;
	outline: none;
}
.search-form input[type=submit] {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 6px;
	top: 9px;
	background: url('/img/search_icon.png') 50% 50% no-repeat transparent;
	border: none;
	font-size: 0px;
	cursor: pointer;
}
.search__not_available {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 5px !important;
	white-space: nowrap;
	line-height: 19px;
	font-family: "PT Sans",sans-serif;
	margin-right: 10px;
}
/* End */


/* Start:/bitrix/templates/grillzone/components/bitrix/menu/top_menu_new/style.css?17371014965599*/
 .red_menu{
  position: relative;
  z-index: 100;
  height: auto;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 min-height: 40px;
 justify-content: space-between;
}
.red_menu__main_part{
 display: -moz-flex;
 display: -webkit-flex;
 display: -ms-flex;
 display: flex;
}
 .red_menu .spec_menu {
  padding-right: 20px;
}
 .menu_item_wrapper.lvl1{
  height: auto;
  float: left;
  position: relative;
 line-height: 16px;
}
 .lvl1 > a, .red_menu .spec_menu > a{
  display: inline-block;
  background-color: #434343;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  text-align: center;
  height: 100%;
  padding: 5px 14px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-align-content: center;
}
 .red_menu .spec_menu > a.sale_menu {
  background: #000;
  padding: 0 30px;
 height: 100%;
  min-height: 50px;
 align-items: center;
}
.red_menu .spec_menu > a:hover{
 background: url('/img/sale_menu_background.png') 50% 50% no-repeat #ff4800;
}
.lvl1.l1x.special_hover>a, {
  background: #000;
}
 .submenu{
  display: none;
}
 .lvl1.special_hover .submenu{
  min-width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  z-index: 10;
 /*background-color: white;
 */
  background: url(/img/black.png);
  border-radius: 0px 0px 6px 6px;
}
 .column{
  width: 240px;
  float: left;
  margin-left: 92px;
  margin-bottom: 42px;
}
 .column:first-child{
  margin-left: 38px;
}
 .column_header{
  margin-left: 22px;
  margin-right: 22px;
  height: 44px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6eb;
  line-height: 44px;
  margin-bottom: 16px;
  font-size: 20px;
  margin-top: 32px;
}
 .column_header a{
  text-align: left;
}
 .column_header a:hover {
  color: #e50008;
}
 .lvl2{
  /* width: 232px; */
  /* height: 28px; */
}
 .lvl2 img{
  margin-top: 8px;
  margin-left: 4px;
}
 .lvl2 a{
  text-align: left;
  font-size: 15px;
  text-transform: none;
  display: block;
 white-space: nowrap;
  width: 100%;
  height: 100%;
  line-height: 28px;
  font-weight: normal;
 padding-left: 10px;
}
 .lvl2:hover{
 /*background: url(/img/lvl21.png) center center no-repeat;
 */
}
 .lvl2:hover a{
  color: #e50008;
  text-decoration: underline;
}
 .lvl2:hover a span{
  color: #e50008;
  text-decoration: underline;
}
 .columnnosplit{
  /* width: 980px; */
  /* margin-top: 32px; */
  /* margin-bottom: 32px; */
}
 .columnnosplit .trigger_in_menu{
 height: 40px;
  margin-left: 39px;
}
 .columnnosplit .trigger_in_menu span{
  display: inline-block;
  padding: 0px 20px 0px 18px;
  background: url("/bitrix/templates/grillzone/components/bitrix/menu/top_menu_new/./images/trigger_acsess.png") 0px 4px transparent no-repeat;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
 .columnnosplit .trigger_in_menu span.use_trig_now {
 background-position: 0px -16px;
}
 .columnnosplit.acsess_blok_api .menu_item_wrapper {
 display: none;
}
 .columnnosplit.acsess_blok_api .menu_item_wrapper.use_tipe_acsess {
 display: block;
}
 .columnnosplit .lvl2 {
  /* float: left; */
  /* margin-left: 39px; */
  /* margin-right: 52px; */
 margin: 10px;
}
 .columnnosplit .lvl2_picture{
  margin-right: 0px;
}
 .lvl2_picture{
  width: 148px;
  height: auto;
  height: 174px;
}
 .lvl2_picture a{
  text-align: center;
  padding-left: 0px;
  text-decoration: none;
}
 .pic_anc{
  display: block;
  height: 100px;
  border-radius: 8px;
}
 .name_anc{
  display: block;
  font-size: 16px;
  line-height: normal;
  color: white;
  /* margin: 16px 0px; */
  /* margin-bottom: 8px; */
  /* text-transform: uppercase; */
  text-decoration: underline;
}
 .columnnosplit.acsess_blok_api .menu_item_wrapper.use_tipe_acsess .name_anc{
 text-transform:none;
}
 .desc_anc{
  margin: 8px 0px;
  font-size: 13px;
  line-height: normal;
  display: block;
  font-family: sans-serif;
  font-weight: normal !important;
  color: white;
}
 .catalog_anc{
  font-size: 13px;
  width: 130px;
  color: black;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  margin: 16px auto;
  margin-bottom: 0px;
  background-color: white;
  line-height: 28px;
  border-radius: 16px;
}
 .lvl2_picture a:hover .name_anc, .lvl2_picture a:hover .catalog_anc, .lvl2_picture a:hover .desc_anc, .lvl2_picture a:hover{
  text-decoration: none;
}
 .more_menu_main {
  position: relative;
}
 .more_menu_main:hover > a {
  background: #fff !important;
  position: relative;
  z-index: 15;
  color: #333;
}
 .more_menu_main > a:before {
  content: '';
  position: absolute;
  border-style: solid;
  top: calc(50% - 6px);
  left: 0px;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e50008;
}
 .more_menu_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 .more_menu_main ul.more_menu_ul {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 42px 20px 20px;
  width: 170px;
  display: none;
}
 .more_menu_main:hover ul.more_menu_ul {
  display: block;
}
 .more_menu_main ul.more_menu_ul li {
  line-height: 1.2;
  padding-bottom: 10px;
}
 .more_menu_main ul.more_menu_ul ul li:first-child {
  padding-top: 5px;
}
 .more_menu_main ul.more_menu_ul > li > a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
 .more_menu_main ul.more_menu_ul > li a:hover {
  text-decoration: underline;
}
 .more_menu_main ul.more_menu_ul ul li a{
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
 .more_menu_main ul.more_menu_ul ul li a:hover{
  text-decoration: underline;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/grill_multilevel/style.css?17371014953335*/
ul#vertical-multilevel-menu,ul#vertical-multilevel-menu ul{
list-style: none;
display: block;
padding: 0px;
}
ul#vertical-multilevel-menu{
background-color: #e7e6ec;
width: 224px;
box-sizing: border-box;
border-radius: 8px;
padding: 24px 0px;
margin-right: 32px;
}
ul#vertical-multilevel-menu li{
list-style: none;
display: block;
}
ul#vertical-multilevel-menu > li{
	padding-right: 28px;
}
ul#vertical-multilevel-menu > li > ul{
	margin-right: -23px;
}
ul#vertical-multilevel-menu ul.ll.l2{

}
ul#vertical-multilevel-menu ul.ll.l3{
display: none;
}
ul#vertical-multilevel-menu ul.ll.l3.open{
display: block;
margin-top: 4px;
}
.l3 span{
font-family: Arial,Helvetica, sans-serif;
font-size: 13px !important;
}
ul#vertical-multilevel-menu>li>a{
color: #333;
font-weight: bold;
text-decoration: none;
font-size: 16px;
line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
display: block;
}
ul#vertical-multilevel-menu ul.ll.l2>li{
display: block;
margin: 6px 0px;
text-decoration: none;
position:relative;
}
ul#vertical-multilevel-menu ul.ll.l2>li a{
/*text-decoration: none;
border-bottom: 1px solid #2b2a2e;*/
font-size: 10px;
color: #2b2a2e;
text-decoration: underline;
}
ul#vertical-multilevel-menu ul.ll.l2>li a span{
font-size: 14px;
display: block;
	letter-spacing: -0.02em;
}
.span-parent{
	padding-right: 10px;
}
ul#vertical-multilevel-menu ul.ll.l2>li>a.parent{
/*text-decoration: none;
border-bottom: 1px dashed #2b2a2e;*/
text-decoration: underline;
}
ul#vertical-multilevel-menu ul.ll.l2>li a:hover{
/*border-bottom: 1px solid transparent;*/
text-decoration: none;
}
ul#vertical-multilevel-menu ul.ll.l2 span.galk{

background: url(/img/2017/arr_galk.png) center bottom no-repeat;
width: 7px;
height: 7px;
display: inline-block;
position: absolute;
padding: 3px 10px;

margin: 5px 0 0 0;
right: 0;
top: 6px;
}
.ll.l3.open li{
padding: 4px 0px;
}
.ll .item-selected{
font-weight: bold !important;
text-decoration: none !important;
border-color: transparent !important;
}
.ll.l2 a{
/*padding-left: 32px;*/
margin-left: 20px;
}
.l2 .li_selected span.galk{
background-position: center top !important;
}
.li_selected ul{
display: block !important;
}
.root-item a{
/*display: block;
padding: 3px 16px;*/
display: inline-block;
padding: 4px 8px;
border-radius: 6px;
}
.ll.l3 a{
/*padding-left: 48px;*/
margin-left: 44px;
margin-right: 12px;
}
#vertical-multilevel-menu>li>a{
padding-left: 16px;
}
#vertical-multilevel-menu ul a:hover{
background-color: #ccc;
}

#vertical-multilevel-menu .li-parent
{
	/*background:url(/img/2017/li-parent.png) no-repeat 100% 7px;*/
	position:relative;
}
#vertical-multilevel-menu .li-parent .galk-parent
{
	position:absolute;
	top:7px;
	right:0;
	width:25px;
	height:15px;
	background-image:url(/img/2017/li-parent.png);
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#vertical-multilevel-menu .li-parent.li-parent_selected .galk-parent
{
	position:absolute;
	top:7px;
	right:0;
	width:25px;
	height:15px;
	background-image:url(/img/2017/li-parent_selected.png);
}
#vertical-multilevel-menu .li-parent .ll.l2
{
	display:none;
}
ul#vertical-multilevel-menu li.li-parent.li-parent_selected ul.ll.l2,
ul#vertical-multilevel-menu li.li-parent.li-parent_selected ul.ll.l2.open
{
	display:block;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/ban_left/style.css?1737101495105*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/nav/style.css?1737101495342*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top: 14px;
	list-style:none;
font-size: 11px;
}
.mobile-wrap ul.breadcrumb-navigation{
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 10px;
}
ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	font-weight: bold;
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/bitrix/templates/grillzone/components/bitrix/menu/footer_menu/style.css?1737101496674*/
/* Footer menu*/
ul.footer-menu {
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
	list-style: none;
}

ul.footer-menu li {
	padding: 3px 0;
	list-style-type: none;
	line-height: 1.2;
}
ul.footer-menu li:before {
	content: "- ";
	vertical-align: top;
}

ul.footer-menu li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	letter-spacing: -0.015em;
	max-width: 90px;
	display: inline-block;
}

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

ul.footer-menu li:first-of-type{
	padding-top: 0;
}
.title_menu_in_footer + ul.footer-menu li:first-of-type {
	padding-top: 3px;
}
.title_menu_in_footer--b-line{
	margin-left: -15px;
}



/* End */


/* Start:/local/components/pixelplus/auth.popup/templates/.default/style.css?17371014683025*/
/*.custom-bootstrap .modal-header {*/
/*    border: none;*/
/*}*/

/*.custom-bootstrap .fade {*/
/*    opacity: 1;*/
/*}*/

/*.custom-bootstrap .modal-body {*/
/*    border: none;*/
/*}*/

/*.custom-bootstrap .modal-footer {*/
/*    border: none;*/
/*}*/

/*.custom-bootstrap .login-method-block {*/
/*    text-decoration: underline;*/
/*}*/

/*.custom-bootstrap .custom-control-label {*/
/*    font-size: 12px;*/
/*}*/

/*.custom-bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {*/
/*    background-image: url("/local/components/pixelplus/auth.popup/templates/.default/img/checkbox.svg")*/
/*}*/

/*.custom-bootstrap .custom-control-input:checked ~ .custom-control-label::before {*/
/*    color: #aaaaaa;*/
/*    border-color: #aaaaaa;*/
/*    background-color: white;*/
/*    border: #aaaaaa solid 1px;*/
/*}*/

/*.custom-bootstrap .custom-control-label::before {*/
/*    color: #aaaaaa;*/
/*    border-color: #aaaaaa;*/
/*    background-color: white;*/
/*}*/

/*.custom-bootstrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {*/
/*    color: #17e917;*/
/*    background-color: #fff;*/
/*    border-color: #17e917;*/
/*}*/

/*.custom-bootstrap .custom-control-input:focus ~ .custom-control-label::before {*/
/*    box-shadow: none;*/
/*}*/

/*.custom-bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {*/
/*    background-color: transparent;*/
/*    border-color: transparent;*/
/*}*/
/*.custom-bootstrap .custom-control-label::after {*/
/*    position: absolute;*/
/*    top: -0.15rem;*/
/*    left: -2rem;*/
/*    display: block;*/
/*    width: 2rem;*/
/*    height: 2rem;*/
/*    content: "";*/
/*    background: no-repeat 50%/50% 50%;*/
/*}*/

/*.custom-bootstrap .btn-primary {*/
/*    background-color: #1caf64;*/
/*    border-color: #1caf64;*/
/*    height: 40px;*/
/*    width: 100%;*/
/*    font-size: 18px;*/
/*    outline-color: #1caf64;*/
/*    color: #FFFFFF;*/
/*    border-radius: 0!important;*/
/*}*/

/*.custom-bootstrap .btn-primary:disabled {*/
/*    opacity: 1;*/
/*    background-color: #aaaaaa;*/
/*    border-color: #aaaaaa;*/
/*}*/

/*.custom-bootstrap .grey-text {*/
/*    color: #ababab;*/
/*}*/

/*.custom-bootstrap .arrow {*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    top: 22px;*/
/*}*/

/*.custom-bootstrap small {*/
/*    font-size: 11px;*/
/*}*/
/*.custom-bootstrap .error {*/
/*    color: #dc3545;*/
/*}*/

/*.custom-bootstrap .modal-title {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/
/*.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {*/
/*    box-shadow: none;*/
/*}*/
/*.btn-primary.focus, .btn-primary:focus {*/
/*    box-shadow: none;*/
/*}*/

/*.mhead-wrap .custom-bootstrap .modal {*/
/*    overflow: initial;*/
/*}*/
/* End */


/* Start:/bitrix/templates/grillzone/styles.css?173710149711262*/
@font-face {
    font-family: "PT Sans";
    src: url("/bitrix/templates/grillzone/fonts/PTSansRegular/PTSansRegular.eot");
    src: url("/bitrix/templates/grillzone/fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/grillzone/fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
        url("/bitrix/templates/grillzone/fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PT Sans";
    src: url("/bitrix/templates/grillzone/fonts/PTSansItalic/PTSansItalic.eot");
    src: url("/bitrix/templates/grillzone/fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/grillzone/fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
        url("/bitrix/templates/grillzone/fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
    font-display: swap;
}

/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PT Sans";
    src: url("/bitrix/templates/grillzone/fonts/PTSansBold/PTSansBold.eot");
    src: url("/bitrix/templates/grillzone/fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/grillzone/fonts/PTSansBold/PTSansBold.woff") format("woff"),
        url("/bitrix/templates/grillzone/fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'rublregular';
    src: url('/bitrix/templates/new_whogrill/fonts/rub/PTSansRub-Regular.otf');
    src: url('/bitrix/templates/new_whogrill/fonts/rub/PTSansRub-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/new_whogrill/fonts/rub/PTSansRub-Regular.woff') format('woff'),
        url('/bitrix/templates/new_whogrill/fonts/rub/PTSansRub-Regular.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rubl {
    font-family: rublregular, Arial, Tahoma, sans-serif;
}

.bx_catalog_list_custom .bx_catalog_item_price span.brubl {
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin: 0 0 190px 0;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "PT Sans", sans-serif;
    color: #333;
    min-width: 1020px;
    -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: auto;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.clr,
.clear,
.container:after {
    clear: both;
}

.hidden {
    display: none;
}

.margin_m20 {
    margin-left: -20px;
    margin-right: -20px;
}

.padding_0 {
    padding: 0 !important;
}

.padding_top_1 {
    padding-top: 1em;
}

.padding_bottom_1 {
    padding-bottom: 1em;
}

.padding_tb_1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-top: 16px;
    padding: 0px;
}

h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

p {
    margin: 8px 0;
}

a {
    color: #e1011b;
}

a:hover {
    text-decoration: none;
}

a.phone_link,
a.no_style_link {
    color: inherit;
    text-decoration: none;
}

#header a.phone_link {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.font_size_11 {
    font-size: 11px;
}

/* ���� ���� */
.bg_color_grey {
    background-color: #e7e6ec;
}

.bg_color_darkgrey {
    background-color: #8d8c8c;
    color: #fff;
}

.bg_color_red {
    background-color: #434343;
    color: #fff;
}

.bg_color_black {
    background-color: #434343;
    color: #fff;
}

/* /���� ���� */
.column_2,
.column_2_footer ul {
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
}

.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    height: auto !important;
}

.flexbox.space_between {
    justify-content: space-between !important;
}

.flexbox.space_between > div:first-child,
ul.flexbox.space_between > li:first-child {
    padding-left: 0px;
}

.flexbox.space_between > div:last-child,
ul.flexbox.space_between > li:last-child {
    padding-right: 0px;
}

.flexbox > div,
ul.flexbox > li {
    display: inline-block;
}

.column-content-left {
    width: 25%;
}

.column-content-right {
    width: 75%;
}

#main_block {
    padding-bottom: 340px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1020px;
    /* Set the fixed height of the footer here */
    height: 320px;
    font-size: 12px;
    padding-top: 30px;
}

#footer .title_menu_in_footer {
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #353336;
    display: block;
}

.fl {
    float: left
}

.fr {
    float: right
}

.shop-detail {
    margin-bottom: 16px;
}

.shop-detail .fl,
.shop-detail .fr {
    width: 50%;
}

.shop-detail .h2 {
    color: #e1011b;
    margin: 0 0 16px 0;
}

.shop-detail .phone,
.shop-detail .email,
.shop-detail .skype {
    font-weight: bold;
}

.shop-detail .schedule {
    color: #e1011b;
}

.shop-detail .img {
    width: 48%;
    height: 214px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 16px 0 0 0;
    display: block;
    float: left;
}

.section_description .all-model {
    line-height: 68px;
}

/* ������������ ��������� ��� ������ ����� */
.ajax_navigation .ajax_btn_load {
    cursor: pointer;
}

.ajax_navigation .ajax_btn_load img {
    vertical-align: bottom;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ajax_navigation .ajax_btn_load:hover img.rotate_img {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ajax_navigation .ajax_btn_load span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.ajax_navigation .navigation-pages {
    text-align: center;
}

.ajax_navigation .navigation-pages a,
.ajax_navigation .navigation-pages span.nav-current-page {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #e50008;
    text-decoration: none;
}

.ajax_navigation .navigation-pages span.nav-current-page {
    background-color: #e7e6ec;
    color: #333;
}

.ajax_navigation .navigation-arrows {
    position: relative;
}

.ajax_navigation .navigation-arrows span,
.ajax_navigation .navigation-arrows a {
    position: absolute;
    top: 0;
    display: inline-block;
    border-radius: 4px;
}

.ajax_navigation .navigation-arrows span:last-child,
.ajax_navigation .navigation-arrows a:last-child {
    right: 0;
}

.ajax_navigation .navigation-arrows a {
    background-color: #e50008;
}

.ajax_navigation .navigation-arrows span {
    background-color: #e7e6ec;
}

.ajax_navigation .navigation-arrows i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 15px 15px !important;
}

.ajax_navigation .chevron-left {
    background: url('/img/keyboard-left-arrow-button.png') no-repeat 50% 50% transparent;
}

.ajax_navigation .chevron-right {
    background: url('/img/keyboard-right-arrow-button.png') no-repeat 50% 50% transparent;
}

.ajax_navigation span.disabled .chevron-left {
    background: url('/img/keyboard-left-arrow-button-dark.png') no-repeat 50% 50% transparent;
}

.ajax_navigation span.disabled .chevron-right {
    background: url('/img/keyboard-right-arrow-button-dark.png') no-repeat 50% 50% transparent;
}

/* END ������������ ��������� ��� ������ ����� */

.grill_city_styles .h1_style_big > h1 {
    font-size: 36px;
}

.grill_city_styles .block_sity_gril {
    background: url("/bitrix/templates/grillzone/img/gril_bg.png") no-repeat center;
    width: 100%;
    height: 250px;
}

.grill_city_styles .block_sity_gril > .top_text {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 10px;
    display: inline-block;
    margin: 70px 0px 0px 20px;
}

.grill_city_styles .block_sity_gril > .bottom_text {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 5, 5, 0.6);
    padding: 4px 10px;
    display: inline-block;
    margin: 0px 0px 0px 20px;
}

.ul_oplata {
    padding: 0;
}

.ul_oplata li {
    display: inline-block;
}

.address_footer {
    margin-top: 15px;
}

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

.address_footer ul li {
    display: block;
    padding-left: 23px;
    margin-bottom: 12px;
    color: #fff;
    background: url(/img/address.png) no-repeat left center;
}

.address_footer ul li a:hover i {
    text-decoration: none;
}

.address_footer ul li a {
    color: #fff;
}

.address_footer ul li a i {
    text-decoration: underline;
    color: #e1011b;
}

.yand_img img {
    max-width: 88px;
}

.header_address a:hover {
    color: #ed0101;
}

.header_address a:hover i {
    text-decoration: none;
}

.header_address a i {
    font-style: normal;
    text-decoration: underline;
}

.header_address a span {
    color: #333333;
    text-decoration: none;
}

.header_address a {
    font-style: normal;
    color: #ed0101;
    text-decoration: none;
}

.header_address {
    font-size: 11px;
    line-height: 13px;
    padding-left: 20px;
    text-align: left;
    background: url(/img/address_red.png) left center no-repeat;
}

.header-menu .parent {
    position: relative;
}

.header-menu .parent ul {
    min-width: 180%;
    display: none;;
    position: absolute;
    left: 0px;
    z-index: 10;
    /* background-color: white; */
    background: rgba(0, 0, 0, 0.85);
    border-radius: 0px 0px 6px 6px;
    list-style: none;
    padding: 0;
    z-index: 101;
    padding: 5px 15px;

}

.header-menu .parent:hover ul {
    display: block;
}

.header-menu .parent ul a {
    text-align: left;
    font-size: 15px;
    text-transform: none;
    display: block;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-weight: normal;
}

.header-menu .parent ul a:hover {
    color: #e50008;
}
 .mm-top .mmt-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* End */


/* Start:/bitrix/templates/grillzone/template_styles.css?173730442054108*/

.mobile {
    display: none
}

.weber_certif {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.weber_certif img {
    z-index: 5;
    position: absolute;
    top: -5px;
    left: 0;
}
.header-menu .parent ul a{
    text-decoration: underline!important;
    padding: 0 0 0 10px!important;
    margin: 10px!important;   
}
.header-menu .parent ul{
    padding: 0;
}
.weber_certif .text_weber_certif {
    margin: 6px 0px 6px 50px;
    display: inline-block;
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 10px 12px 40px;
    text-transform: uppercase;
    line-height: 1.1;
}

#header .site_logo_block {
    display: flex;
    align-items: center;
}
#header .site_logo{
    font-size: 25px;
    font-weight: bold;
}

#header .alink.site_logo {
    cursor: pointer;
}

.header_basket_block {
    position: relative;
    margin-top: 5px;
    cursor: pointer;
}

.header_basket_block .basket_link {
    color: #e1011b;
    text-decoration: underline;
    text-transform: uppercase;
    padding-left: 5px;
    padding-top: 3px;
    display: inline-block;
}

.header_basket_block .basket_link:hover {
    text-decoration: none;
}

span#basketcntready {
    display: inline-block;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    background-color: #ed0101;
    border: 2px solid #fff;
    border-radius: 12px;
    position: absolute;
    top: -4px;
    left: 50%;
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    margin-left: 6px;
}

.title_for_block {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 10px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    background-color: #8d8c8c;
}

.title_for_block a {
    font-size: 14px;
    color: #fff;
}

.title_for_block a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 7px;
    margin-left: 7px;
    background: url('/img/title_link_more.png') 50% 50% no-repeat transparent;
}

.main_slider {
    width: 655px;
}

.main_slider .flexslider {
    margin: 0px !important;
    border: none;
}

.block_custom_title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #333;
    background-color: #dfdfdf;
    min-width: 130px;
    padding: 6px 10px;
    line-height: 1.1;
    z-index: 100;
}

/* Сравнение (индикатор в Каталоге) */
.catalog_relative {
    position: relative;
}

.catalog-compare-list-top {
    position: absolute;
    right: 0px;
    margin-top: -20px;
}

.compare_link, .compare_list_empty {
    background: url(/img/compare.png) left center no-repeat;
    padding-left: 36px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 5px;
    display: inline-block;
}

.compare_link:hover {
    text-decoration: none;
}

.r_comp {
    background: url(/img/compare_right.png) right center no-repeat;
    width: 10px;
    display: inline-block;
    height: 29px;
    font-size: 11px !important;
}

/* End Сравнение (индикатор в Каталоге) */

/* Фильтр в каталоге */
.filter_wrapper {
    background-color: #e7e6ec;
    border-radius: 6px;
    padding: 8px 18px;
    margin-bottom: 16px;
}

.filter_whogrill td {
    vertical-align: middle;
}

.filter_wrapper select {
    width: 148px;
}

.wrap {
    position: relative;
}

.loading_fader {
    background: url(/img/loading_fader.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 230;
    display: none;
}

.price_wrapper {
    min-height: 40px;
    margin-bottom: 0px;
    position: relative;
}

.count_up div {
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top: 0;
    border-bottom-color: white;
    margin: 4px auto;
}

.count_down div {
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-bottom: 0;
    border-top-color: white;
    margin: 4px auto;
}

#range {
    width: 248px;
}

.noUi-handle input[type=text] {
    display: block;
    position: absolute;
    font-size: 10px;
    top: 14px;
    margin-left: -12px;
    border: none;
    left: -9px;
    text-align: center;
    width: 50px;
    color: #e1011b;
    background: transparent;
}

.noUi-handle-lower input[type=text] {
    top: -16px;
}

.price_wrapper td {
    vertical-align: middle;
}

.price_min {
    color: #333333;
    font-size: 10px;
    float: left;
    margin-bottom: 4px;
    bottom: -26px;
    position: relative;
    display: none;
}

.price_max {
    color: #333333;
    font-size: 10px;
    float: right;
    margin-bottom: 4px;
    display: none;
}

.bold_td {
    font-weight: bold;
    font-size: 14px;
    padding: 0px 12px;
}

.filter_form {
    width: 350px;
}

.price_min_current,
.price_max_current {
    display: none;
}

.galk {
    cursor: pointer;
}

.req_fields_desc {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* END Фильтр в каталоге */

/* Теги в каталоге */
.tag, .tag a {
    font-size: 11px;
    color: #585858;
}

.tag a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #353535;
    border-radius: 6px;
    margin-bottom: 4px;
}

/* End Теги в каталоге */

/* Иконки (правый блок в детальной карточке товара) */
.icon_block {
    text-align: center;
    white-space: nowrap;
}

.icon_block div {
    display: inline-block;
    height: 147px;
    background: url("/img/iconki3.png") no-repeat scroll;
    width: 93px;
}

.icon_block div.icon_block_1 {
    background-position: -20px 0px;
}

.icon_block div.icon_block_2 {
    background-position: -115px 0px;
}

.icon_block div.icon_block_3 {
    background-position: -210px 0px;
}

.icon_block div.icon_block_4 {
    background-position: -306px 0px;
}

.icon_block div.icon_block_5 {
    background-position: -401px 0px;
}

.icon_block div.icon_block_6 {
    background-position: -496px 0px;
}

/* END Иконки (правый блок в детальной карточке товара) */

/* Аксессуары (правый блок в детальной карточке товара) */
.price_wrapper span.old_price_prop.acsess_oldpr {
    font-size: 13px !important;
    position: absolute;
    line-height: normal;
    top: -13px;
    color: #d70016;
    text-decoration: line-through;
}

.tovar table td span.not_available.accsessur,  .tovar table td a.not_available.accsessur{
    line-height: 25px;
    background-color: #e7e6ec;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
    border-radius: 3px;
    height: auto;
}

.access-blok .catalog_item_card {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-bottom: 20px;
    border: 1px solid #e6e6eb;
    border-radius: 6px;
    behavior: url(/PIE.htc);
    position: relative;
    padding: 10px 0;
}

.access-blok .prev_pic {
    width: 70px;
    height: auto;
    display: block;
    margin-left: 10px;
    float: left;
}

.access-blok .item_card_text {
    margin-left: 0px;
    width: 200px;
    float: right;
    padding-left: 10px;
    border-left: 1px solid rgb(230, 230, 235);
}

.access-blok .item_card_text .gray {
    font-size: 12px;
    line-height: 15px;
    padding: 1px 0px;
    display: inline-block;
}

.access-blok .item_card_text .itit {
    /*margin-top: 14px;*/
    margin-top: 0px;
    margin-bottom: 1px;
}

.access-blok .item_card_text .itit a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.item_card_text table {
    position: absolute;
    bottom: 12px;
    width: 195px;
}

.access-blok .item_card_text table td {
    vertical-align: middle;
}

.item_card_text table td span {
    font-size: 18px;
    font-weight: bold;
}

.access-blok .item_card_text table {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.quick_preview_button_wrap {
    position: absolute;
    width: 223px;
    height: 249px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.quick_preview_button_wrap:hover {
    background: rgba(0, 0, 0, 0.1);
}

.quick_preview_button_wrap .quick_preview_button {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -75px;
    background-color: #E1011B;
    color: #FFFFFF;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.htc);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    display: none;
}

.quick_preview_button_wrap:hover .quick_preview_button {
    opacity: 1;
    display: block;
}

.quick_preview_button_wrap .quick_preview_button:hover {
    background-color: #000000;
}

.quick-preview-popup .fancybox-skin {
    padding: 35px 35px 0 35px !important
}

.quick-preview-popup .fancybox-skin .fancybox-inner {
    width: 744px !important;
}

.quick-preview-popup .fancybox-skin .fancybox-close {
    background-image: none;
    top: 35px;
    right: 35px;
    width: 60px;
    height: 20px;
}

.quick-preview-popup .fancybox-skin .fancybox-detail {
    position: absolute;
    cursor: pointer;
    z-index: 8040;
    top: 0px;
    right: 100px;
    height: 20px;
}

form.add_basket_form_pp {
    margin: 0 0 5px 0;
}

.access-blok .buycatbutton {
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 4px 0 21px !important;
    position: relative;
    text-align: right;
    min-width: 89px !important;
    margin: 0;
    background: url('/img/btn_basket_img.png') no-repeat 4px 4px #e1011b;
    color: #fff;
    border: none;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    line-height: 23px;
    height: 25px;
    font-family: "PT Sans", sans-serif;
    margin-right: 10px;
}

.access-blok .buycatbutton:hover {
    text-decoration: none;
}

.already_bought {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px 0 28px !important;
    position: relative;
    text-align: right;
    min-width: 115px !important;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #514f5c;
    border-radius: 3px;
    display: inline-block;
    line-height: 28px;
}

.already_bought:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url('/img/btn_basket_img.png') no-repeat 0% 0% transparent;
    left: 8px;
    top: 4px;
}

.to_basket_to_replace .already_bought {
    display: none !important;
}

.access-blok .already_bought {
    font-size: 11px;
    padding: 0 5px 0 19px !important;
    min-width: 89px !important;
    line-height: 25px;
}

.access-blok .already_bought:before {
    left: 5px;
    top: 3px;
}

.access-blok .line {
    margin: 0px !important;
}

.access-blok .section_description h1 {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 38px;
    color: #010100;
}

.access-blok .section_before_description {
    padding-bottom: 20px;
}

.section_description,
.access-blok .section_description,
.access-blok .section_before_description {
    color: #585858;
}

.section_description p,
.access-blok .section_description p,
.access-blok .section_before_description p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.access-blok .filter {
    margin-left: 32px;
    margin-top: 26px;
}

.access-blok .filter a {
    border-bottom: 1px dotted #E1051F;
    display: inline-block;
    margin-right: 12px;
    text-decoration: none;
    line-height: 14px;
}

.access-blok .filter a:hover {
    border: none;
}

.access-blok .filter a.selected {
    color: black;
    border: none;
    font-weight: normal;
}

.access-blok .count {
    width: 60%;
    height: 22px;
    text-align: right;
    float: left;
    border: 1px solid #d6d7d7;
    border-radius: 4px 0 0 4px;
    padding: 0px 3px;
    box-sizing: border-box;
}

.access-blok .count_up, .access-blok .count_down {
    float: left;
    background-color: #e1011b;
    width: 15px;
    height: 10px;
    cursor: pointer;
}

.access-blok .count_up {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid white;
}

.access-blok .count_down {
    border-radius: 0 0 4px 0;
}

.access-blok .price_wrapper {
    height: auto !important;
    margin-bottom: 0px !important;
    height: auto !important;
}

.access-blok .price_wrapper table {
    bottom: initial;
    position: relative;
}

.access-blok .price_wrapper .count_wrapper {
    width: 43px;
}

.price_wrapper .price_api_count span {
    white-space: nowrap;
}

.access-blok .count_up div {
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-top: 0;
    border-bottom-color: white;
    margin: 2px auto;
    border-width: 0px 4px 4px;
}

.access-blok .count_down div {
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: white;
    margin: 2px auto;
    border-width: 4px 4px 0px;
}

/* END Аксессуары (правый блок в детальной карточке товара) */

/* Покупка в один клик */
div#main_collback {
    min-height: 390px;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #000;
    opacity: .8;
    z-index: 100;
}

div.popup input.inputtext {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #C1C5C8;
    border-radius: 2px;
    color: #000;
    outline: medium none;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 8px;
    width: 365px;
    margin: 3px 0px;
}

div.popup input.inputtext.error {
    border-color: red;
}

div.popup label {
    width: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.subm {
    background-color: #6BCA0D;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: 174px;
    height: 40px;
    border: medium none;
    float: right;
}

div.popup div.popup-result {
    color: green;
    display: none;
}

.tab.chara a {
    color: #000;
    text-decoration: none;
}

div.predprosmotr {
    margin-top: 10px;
}

div.predprosmotr img {
    border: 1px solid #CCC;
    border-radius: 10px;
    float: left;
}

div.predprosmotr div.text-div {
    padding-left: 100px;
}

input.input_rassylka {
    vertical-align: middle;
}

span.span_rassylka {
    vertical-align: middle;
    font-size: 10px;
}

.fancybox-type-iframe {
    max-height: 425px;
    max-width: 530px;
}
.fancybox-iframe {
    max-height: 430px;
    max-width: 535px;
    overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner, .fancybox-iframe .fancybox-inner {
    max-width: 500px;
}

.reg_form {
    max-height: 330px;
    max-width: 500px;
}

/* END Покупка в один клик */

/* Детальная страница товара */
.tover-img #image {
    position: relative;
    width: 420px;
    height: 420px;
    border: 1px solid #e6e6eb;
    border-radius: 6px;
    /*margin-right: 21px;*/
    margin-bottom: 15px;
    text-align: center;
    display: table;
}

.images .image {
    border: 1px solid #e6e6eb;
    border-radius: 6px;
    position: relative;
    float: left;
    margin: 0 6px 6px 0;
    display: block;
    width: 85px;
    height: 85px;
    text-align: center;
}

.images .image.hidden {
    display: none !important;
}

.images .image.sel {
    border-color: #e1011b;
}

.images a.image span {
    display: inline-block;
    width: 87px;
    height: 87px;
    opacity: 0.4;
}

.svo {
    margin-bottom: 0px;
}

.svo td {
    color: #353535;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #353535;
    vertical-align: bottom !important;
    white-space: nowrap;
}

.tovar table td {
    vertical-align: middle;
}

.tovar table td span {
    font-size: 22px;
    font-weight: bold;
}

.tovar table td span.old_price_prop {
    font-size: 16px;
    line-height: 14px;
    color: #d70016;
    text-decoration: line-through;
}

span.not_available, a.not_available {
    background-color: #E7E6EC;
    display: inline-block;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
}

a.not_available:hover, a.pre_available:hover {
    background-color: #e3e2e4!important;
}

.tovar table td span.not_available, .tovar table td a.not_available {
    line-height: 27px;
    height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
}

.gray {
    color: #828187;
}

.item_tab_menu {
    width: 100%;
    margin-top: 30px;
}

.item_tab_menu > div, .item_tab_menu > input {
    display: none;
}


.item_tab_menu > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.item_tab_menu > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.item_tab_menu > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.item_tab_menu > input:nth-of-type(4):checked ~ div:nth-of-type(4){
    display: block;
    padding: 5px 10px 0 0;
}
.item_tab_menu .tab_button {
    color: #333333;
    font-weight: normal;
    height: auto;
    display: table-cell;
    font-size: 20px;
    border-bottom: 3px solid transparent;
    text-align: center;
    width: 245px;
    cursor: pointer;
    user-select: none;
}


.item_tab_menu .tab_button:hover,
.item_tab_menu input[type="radio"]:checked + .tab_button{
    border-bottom: 3px solid #e1011b;
}

.tab_button_title{
    padding: 7px;
    display: block;
    border-bottom: 1px solid #959595;
    position: relative;
    top: 2px;
    z-index: -1;
}
.item_tab_menu .tab {
    margin-top: 15px;
}

.item_tab_menu .upper_case {
    text-transform: uppercase;
}

.tab_manuals_table td {
    height: 45px;
}

.tab_manuals_table .left_row {
    text-align: left;
    padding-left: 40px;
    text-transform: lowercase;
}

.tab_manuals_table .left_row::first-letter {
    text-transform: uppercase;
}

.tab_manuals_table .for_before {
    position: relative;
}

.tab_manuals_table .pdf_image:before {
    position: absolute;
    width: 37px;
    background-image: url(/img/img_for_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    left: -41px;
    top: 0;
    bottom: 0;
    height: 39px;
    margin: auto;
}

.tab_manuals_table .excel_image:before {
    position: absolute;
    width: 37px;
    background-image: url(/img/img_for_xlsx.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    left: -41px;
    top: 0;
    bottom: 0;
    height: 39px;
    margin: auto;
}

.tab_manuals_table .word_image:before {
    position: absolute;
    width: 37px;
    background-image: url(/img/img_for_doc.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    left: -41px;
    top: 0;
    bottom: 0;
    height: 39px;
    margin: auto;
}

.tab_manuals_table .right_row {
    text-align: right;
    padding: 15px;
    white-space: nowrap;
}

.tab_manuals_table .right_row a {
    color: #266eb7;
}

.dot {
    border-bottom: 1px dotted #353535;
}

.tovar .detail_form .buycatbutton {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 8px 0 30px !important;
    position: relative;
    text-align: right;
    min-width: 95px !important;
    margin: 0;
    background: url('/img/btn_basket_img.png') no-repeat 8px 4px #e1011b;
    color: #fff;
    border: none;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    line-height: 23px;
    height: 28px;
    font-family: "PT Sans", sans-serif;
}

.tovar .compare_link_add {
    font-size: 12px;
    padding-left: 37px;
    line-height: 14px;
    min-height: 30px;
    display: inline-block;
    white-space: nowrap;
    background: url(/img/comp_left.png) left center no-repeat;
    color: black;
    line-height: 36px;
}

.tovar .compare_link_add_right {
    background: url(/img/comp_right.png) right center no-repeat;
    font-size: 12px !important;
    line-height: 14px;
    min-height: 30px;
    position: relative;
    width: 9px;
    display: inline-block;
    line-height: 36px;
}

.tovar a.show_popup {
    color: #2A292E;
    border: solid 1px #d5d5d5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
    background-image: linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
    text-decoration: none;
    padding: 3px 24px;
    -webkit-box-shadow: inset 0px 0px 1px #ffffff;
    -moz-box-shadow: inset 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 1px #ffffff;
}

.tovar .to_basket_to_replace .count_wrapper {
    max-width: 70px;
}

.count {
    width: 40px;
    height: 27.2px;
    text-align: right;
    float: left;
    border: 1px solid #d6d7d7;
    border-radius: 4px 0 0 4px;
    padding: 0px 6px;
}

.count_up, .count_down {
    float: left;
    background-color: #e1011b;
    width: 24px;
    height: 13px;
    cursor: pointer;
}

.count_up {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid white;
}

.count_down {
    border-radius: 0 0 4px 0;
}

.found_cheaper_link {
    color: rgb(53, 53, 53);
    margin-top: 8px;
    display: inline-block;
    padding-left: 5px;
}

.main_content_fancy {
    font-size: 14px;
    padding-left: 10px;
}

.main_content_fancy input {
    margin: 0px 10px 15px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main_content_fancy input[type=text] {
    border: 1px solid rgb(213, 213, 213);
    border-radius: 3px;
    width: 335px;
    padding: 3px 10px;
}

.main_content_fancy input.error {
    border: 1px solid rgb(225, 1, 27);
}

.main_content_fancy input.error_text {
    color: rgb(225, 1, 27);
}

.make_link {
    font-size: 16px;
    color: #e1011b;
    text-decoration: underline;
}

.fancy_butt {
    background-color: rgb(225, 1, 27);
    color: rgb(255, 255, 255);
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.fancy_butt:hover {
    background-color: rgb(255, 45, 69);
}

.fancy_butt:active {
    background-color: rgb(168, 13, 30);
}

.loader_in_fancybox, .loader_in_fancybox div.send_result {
    display: none;
}

.loader_in_fancybox div.send_wait {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

/* END Детальная страница товара */

/*стили для анимирования "выпадения" на странице /info/dostavka/ */
h2.dostavkaclick {
    cursor: pointer;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

h2.dostavkaclick:hover {
    color: #e1011b;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.dostavkaclick + ul {
    display: none;
}

h2.dostavkaclick::after {
    content: '>';
    /*float:right;*/
    margin: 0 0 0 10px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

h2.dostavkaclick.dostavkaclassadd::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/* /info/dostavka/ END*/

.bx-sls .bx-ui-sls-container {
    min-height: 33px !important;
}

.scroll_header {
    width: 100%;
    height: 54px;
    z-index: 200;
    position: fixed;
    background: #fff;
    border-bottom: solid 3px #bdbdbd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 11px;
    min-width: 1030px;
}

.hidden_header {
    margin-top: -200px;
}

.telephone_fixed_headers {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    padding: 16px 7px;
    letter-spacing: -0.3px;
    font-weight: 600;
}

.telephone_text {
    font-size: 10px;
    margin-top: -3px;
    margin-left: 8px;
    text-transform: lowercase;
}

.lk_text {
    margin-top: -7px;
    display: block;
}

.search_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 24px;
}

.sravneniya_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin: 3px 11px 3px 27px;
    cursor: pointer;
}

.userpanel_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    float: right;
}

.backet_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-left: 9px;
}

.mr_fixed {
    margin-left: 16px;
}

.podarok_block {
    background: url(/img/podarok_b.png) 50% 50% no-repeat transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.podbor-po-tipu .preview_link{
    display: block;
    min-width: 182px;
}

.tooltip_icon {
    position: relative;
    display: inline-block;
}

.tooltip_icon .tooltiptext {
    width: 70px;
    background-color: #e8e7ed;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 5;
    top: 38px;
    left: 50%;
    margin-left: -20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.tooltip_icon .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #e8e7ed transparent;
}

.procent_mt {
    /*margin-top: 35px;*/
    left: 0 !important;

}

.working-hours {
    margin-top: 6px;
    font-weight: bold;
}

.working-hours__shop {
    float: right;
}

.working-hours__phone {
    float: left;
}

.working-hours__shop {
    background: url(/img/shop-image.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
}

.working-hours__phone {
    background: url(/img/phone-image.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
}

.working-hours img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.working-hours > div > div {
    float: right;
    position: relative;
    top: 6px;
}

.errorchecked {
    background-color: #e1011b;
    box-shadow: 0px 0px 8px 3px rgba(230, 30, 30, 1) !important;
}

.img_preview {
    width: 170px;
    margin: 0 20px 0 0;
    display: inline-block;
    min-height: 120px;
}

.table_city .hidden_tr {
    display: none;
}

.line_under_table {
    margin: 20px 0;
    border-top: 2px dashed #bdbdbd;
    position: relative;
}

.city_name_hidden {
    position: absolute;
    right: 0;
    top: -21px;
    background: #fff;
    padding: 10px 12px;
    font-weight: 600;
    color: #8a8585;
}

.city_name_hidden:hover {
    color: #696363;
    cursor: pointer;
}

.bx_catalog_list_bana {
    margin-bottom: 25px;
    margin-top: 15px;
    width: 100%;
}

.bx_catalog_list_bana img {
    width: 99.5%;
}

.form_button_disabled {
    opacity: 0.5;
}

input.input_private {
    margin-right: 5px;
}
.comments-box{
    color: #676767;
}
.comments-box h2{
    font-size: 18px;
    color: #000;
}
.comments-item{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
.comments-text{
    font-size: 14px;
    font-style: italic;
    line-height: 1.286;
    margin-bottom: 7px;
}
.comments-author{
    font-style: normal;
}
.comments-date{
    color: #d0d0d0;
}
.add-buttom-modal-form{
    background-color: #e1091a;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 130px;
    transition: 0.2s background-color;
}
.add-buttom-modal-form:hover{
    color: #fff;
    text-decoration: none;
    background-color: #bf0110;
}

/* Новый год */
/*body {
    background: url(/img/new-year/snow-bg-r.jpg) 1435px 195px repeat-y;
}
#header {
    background: #fff;
}
#header .header-main {
    padding-bottom: 0 !important;
}
#header .header-image {
    height: 53px;
    background: url(/img/new-year/header-bg.jpg) bottom center no-repeat;
}
#main_block {
    background: url(/img/new-year/snow-bg-l.jpg) -470px -110px repeat-y;
}
.bg_color_grey {
    background: #fff;
}
.bg_color_grey .container .advantages_block {
    background: #e7e6ec;
}*/

/*sale
@media only screen and (min-device-width: 640px){
    body {
        background: url(/img/new-year/bg-ny-r.jpg) right 225px no-repeat;
    }
    #main_block {
        background: url(/img/new-year/bg-ny-l.jpg) 0 0 no-repeat;
    }
}
.element-catalog > .info_wr{
    display: none;
}
 */
/* END Новый год */

.change-cart-count{
    display: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.basket_add_true,
.add_basket_form_pp .already_bought{
    display: none !important;
}
.already_bought + .change-cart-count,
.basket_add_true + .change-cart-count{
    display: inline-block;
}
.change-cc__minus,
.change-cc__plus{
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 27px;
    line-height: 24px;
    border: 1px solid #acacac;
    border-radius: 5px;
    vertical-align: top;
    user-select: none;
}
.change-cc__plus{
    color: #fff;
    background: #e1011b;
    border-color: #e1011b;
}
.change-cc__cnt{
    display: inline-block;
    width: 17px;
    height: 27px;
    line-height: 25px;
    vertical-align: top;
}


.thank-popup{
    text-align: center;
    padding-bottom: 10px;
}
.thank-popup__text{
    padding: 10px 45px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.thank-popup__button{
    display: inline-block;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 15px;
    text-decoration: none !important;
}


.fixed_header_menu {
    width: 72.36734693877551%!important;
	margin-top: 4px;
}
ul.header-menu {
    margin: 0 110px 0 0;
}
span.site_logo_f {
    margin-right: 10px;
    margin-left: 5px;
}
.izbrannoe_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin: 3px 11px 3px 17px;
    cursor: pointer;
}
.predzakaz_fixed_headers {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 3px 17px;
    cursor: pointer;
}

.top_menu_right {
	width:100px;
	float:right;
	display:block;
}
.top_menu_right .header_basket_block {
	margin:10px 0 0 10px;
	width:30px;
    display: inline-block;
}
.top_menu_right .top_block_right_two .alink img{
	margin:0 0 -4px 0;
}
.top_favorites_value, .top_preorder_value {
    display: inline-block;
    min-width: 10px;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    line-height: 16px;
    color: #ed0101!important;
    background-color: #fff!important;
    border: 1px solid #fff;
    border-radius: 12px;
    position: absolute;
    top: -4px;
    left: 50%;
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    margin-left: 2px; 
}
.number_favorites, .number_preorder {
    display: inline-block;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    background-color: #ed0101;
    border: 2px solid #fff;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    margin-left: 18px;
}
.favorites_text {
	margin:0 0 40px 0;
}
.favorites_text .left {
	float:left;
	padding:0 20px 0 0;
}
.favorites_text .link span {
	color:#ed0101;
	border-bottom:1px dashed #ed0101;
	text-decoration:none;
}
.favorites_text .send_user_favor {
	background:#e1011b;
	color:#fff;
	border:0;
	border-radius:3px;
}
.favorites_text .send_user_favor:hover {
	background:#ff1430;
}
.favorites_text .link {
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    margin: -5px 0 0 -60px;
    text-align: center;
    z-index: 1!important;
	border:1px solid #e1011b;
	border-radius:30px;
	padding:5px 10px;
} 
.ya-share2__container_size_m .ya-share2__icon {
    height: 30px!important;
    width: 100px!important;
    background-size: 100px 30px!important;
    z-index: 2!important;
	margin: 0 0 0px 20px;
}
.ya-share2__icon_more {
    background:none!important;
    border: 0!important;
    box-sizing: border-box;
    position: relative;
}
.ya-share2__icon_more:before {
    content: ''!important;
	background: url(/img/favorites_share.svg) 0 0 no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
	margin: 5px 20px 0 -10px;
}
.ya-share2__icon:active {
    box-shadow: none!important;
}

.content_menu_l1 .menu-count {
	float:right;
	background:#fff;
	color:#333;
	font-size:12px;
	font-weight:400px;
	border-radius:20px;
	padding:3px 5px;
	min-width:20px;
	text-align:center;
}
.header_basket_block .number_preorder_value {
    display: inline-block;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    background-color: #ed0101;
    border: 2px solid #fff;
    border-radius: 12px;
    position: absolute;
    top: -4px;
    left: 50%;
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    margin-left: 6px;
}

.pre_available_search {
	margin:0 15px 15px 0!important;
	padding:5px 10px;
}
.pre_available_search:hover {
	text-decoration:none!important;
}
.whogrill-auth-form {	
    text-align: center;
    font-size: 18pt;
    margin: 30px 0 0;
}

.scroll-to-top
{
    width: 67px;
    height: 67px;
    background-color: #e50008;
    -webkit-border-radius: 33.5px;
    -moz-border-radius: 33.5px;
    border-radius: 33.5px;
    behavior: url(/bitrix/templates/grillzone/PIE.htc);
    cursor: pointer;
    background-image:url(/img/mobile-main/scroll-to-top.png);
    background-size:27px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 40px;
    margin-right: 90px;
    margin-bottom: 90px;
    transition: opacity 0.25s, bottom 0s linear 0.25s;
}
.scroll-to-top--fixed{
    opacity: 1;
    bottom: 100px;
    transition: opacity 0.25s, bottom 0s linear 0s;
}
.mm-top .mmt-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.service_block {
    margin-top:54px;
}
.service_menu {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service_menu a {
    color:#333333;
}
.service_menu a.active {
    border-bottom:2px solid #E1011B
}
.gray-border {
    border: 1px solid #c2c2c2;
}
.service_block-top_preorder,
.service_block-top_repear,
.service_block-top_to {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.service_block-top_repear,
.service_block-top_to{
    background: #FAFAFA;
}
.service_block-top_repear .service_block-top_image {
    padding: 70px 20px 55px 0;
}
.service_block-top_to .service_block-top_image {
    padding: 24px 0px 55px 0;
}
.preorder_text {
    padding: 30px 50px;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.service_block-top_preorder .preorder_text {
    background: url("/bitrix/templates/grillzone/../img/grill_bg.png") no-repeat 100% 97%;
}
.service_block-top_to .btn_link,
.service_block-top_repear .btn_link {
    margin:42px 0;
}
.alert_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.alert_block span {
    margin-left: 16px;
}
.alert_block a {
    color:#0B76F4;
}
.preorder_text-title {
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}
.alert_popup {
    background: #FAFAFA;
    border: 1px solid #E7E6EC;
    box-sizing: border-box;
    padding: 30px;
    width: 401px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 24px;
    right: -21%;
}
.popup_close {
   position: absolute;
    top:10px;
    right: 10px;
}
.service_block-top_image img {
    max-width: 431px;
}
.preorder_text p {
    max-width: 93%;
}
.btn_link {
    max-width: 157px;
    background: #E1011B;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    border-radius: 0;
    outline: none;
    border: none;
}
.btn_link:hover {
    background: #FF1430;
    color: #ffffff;
}
.btn_link:active,
.btn_link:focus {
    background: #CC0605;
    color: #ffffff;
    outline: none;
    border: none;

}
.owl-item.active.center .prod_wrap{
    background: #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    min-height: 586px;
}
.owl-carousel {
    padding: 0 40px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top:50%;
    display: block;
    width: 24px;
    height: 42px;
    background-size: cover;
}
.owl-prev {
    left: 0;
    background-image: url("/bitrix/templates/new_whogrill/img/slider/prev_nav.svg");
}
.owl-next {
    right:0;
    background-image: url("/bitrix/templates/new_whogrill/img/slider/next_nav.svg");
}

/* accessories slider */

.accessories .wrap {
    border: 1px solid #E7E6EC;
    padding: 15px;
}
.accessories .ac_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #E1011B;
}
.accessories .ac_sku {
    font-size: 10px;
    line-height: 13px;
}
.accessories .ac_info {
    font-size: 11px;
    line-height: 14px;
    height: 58px;
}
.accessories .pd_rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accessories .pd_rating img {
    width: 10px !important;
    float: left;
}
.accessories .ac_price {
    font-weight: bold;
    font-size: 13.037px;
    line-height: 17px;
    color: #333333;
}
.accessories .btn_link {
    font-size: 12px;
    width: 100%;
}
/* == accessories slider == */
.service_access {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.additional_access {
    margin-top: 55px;
}
.additional_access .preorder_text-title {
    padding-bottom: 40px;
}
.service_access .text_part {
    max-width: 500px;
}
.service_access .text_part h1 {
    padding-bottom: 25px;
}
.prod_wrap {
    text-align: center;
    border: 1px solid #E7E6EC;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-item .prod_wrap img {
    display: inline-block;
    width: auto;
    margin-top: 40px;
}

.owl-item.active .prod_wrap img {
    height: 244px;
}
.owl-item.center .prod_wrap img {
    height: 280px;
}
.custom_sale_img {
    right: 10px;
    background: url('/bitrix/templates/grillzone/../img/per.png') 50% 50% no-repeat transparent;
    background-size: contain;
}
.label-tags {
    position: absolute;
    top:18px;
    right:18px;
    width: 20px;
}
.label-tags span {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    margin-bottom: 12px;
    line-height: 30px;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
}
.custom_new {
    background: linear-gradient(180deg, #06F048 0%, #09B439 100%);
}
.custom_hit {
    background: linear-gradient(180deg, #FF7633 0%, #E0051B 100%);
}
.label-discount {
    position: absolute;
    top:60px;
    left:1px;
    font-size: 16px;
    line-height: 28px;
    padding:0 13px;
    background: linear-gradient(180deg, #FF7633 0%, #E0051B 100%);
    color: #ffffff;

}
.label-type {
    position: absolute;
    top: 18px;
    left: 1px;
    min-width: 110px;
    background: linear-gradient(180deg, #FF7633 0%, #E0051B 100%);
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    z-index: 1;
    padding:0 13px;
}
.label-discount:after,
.label-type:after {
    content: "";
    background: linear-gradient(135deg, #FF7633 0%, #E0051B 100%);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 0;
    right: -11px;
    top: 4px;
}
.prod_wrap .btn_link {
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
}

.access_slider_title {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    padding: 10px 35px;
    color: #E1011B;
    height: 73px;
}
.access_slider_price {
    font-weight: bold;
    font-size: 20.6667px;
    line-height: 27px;
    text-align: center;
    color: #333333;
}
.owl-item.center .prod_wrap .btn_link {
    margin-bottom: 0;
}
.owl-item.active.center .access_slider_price {
    margin-top: 30px;
    padding-bottom: 0;
}

/* OFFER */
.offer_block {
    margin-top: 107px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 40px 65px;
    display: flex;
    justify-content: space-between;
}
.offer_block .offer_part.prod {
    border: 1px solid #E7E6EC;
    padding: 15px;
}
.offer_part.offer_info {
    max-width: 316px;
    padding-right:80px;
}
.offer_part .offer_price {
    padding-top: 40px;
}
.offer_block .offer_title {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #E1011B;
}
.offer_block .offer_label {
    background: #E1011B;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color:#ffffff;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}
.offer_block .offer_price {
    font-weight: bold;
    font-size: 45px;
    line-height: 58px;
    color: #333333;
}
.offer_block .offer_price span {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
}
.offer_block .part_product-image {
    border-bottom: 1px solid #E7E6EC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.offer_block .part_product-image img {
    max-width: 100%;
}
.offer_block .part_product-title {
    color: #E1011B;
    font-weight: bold;
    font-size: 18.1703px;
    line-height: 24px;
}
.offer_block .part_product-title p {
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}
.offer_part.offer_plus {
    display: flex;
    align-items: center;

}

/* ORDER FORM */

.form_order {
    width: 100%;
    background: #ffffff;
    padding: 40px 34px;
    position: relative;
}
.form_order button.close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-dialog {
    width: auto;
}
.form_order .container {

    padding:0;
}
.form_order_block {
    background: #ffffff;
    display: flex;
    width: 100%;
}
.form_order_block .form {
    max-width: 270px;
    padding: 25px 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}

.form_order_block.more_active .form{
    max-width: 100%;
    width: 100%;
}
.form_order_block.more_active {
    width: 100%;
}

.main_info {
    display: inline-block;
    width: 228px;
    padding: 0;
}

.more_info-block, .more_info_image-block {
    padding: 0 0 0 60px;

}
.more_info-block {
    min-height: 315px;
}
.buttons_block {
    position: relative;
    float: left;
    clear: both;
    padding: 0;
}
.form_order_block.more_active .buttons_block {
    position: absolute;
    padding: 0;
    bottom: 58px;
    width: 228px;
}
.form-header {
    padding-top: 10px;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
}
.form-header p {
    font-size: 15px;
    line-height: 19px;
    margin: 20px 0 30px;
}
.form_order_block.more_active .form-header {
    font-size: 24px;
}
.form_order_block.more_active .form-header p {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0 20px;
}


.form-body img {
    max-width: 100%;
}
.form-body input, .form-body select,
.confirmation_window input {
    border: 1px solid #E7E6EC;
    width: 100%;
    line-height: 35px;
    padding-left: 12px;
    margin-bottom: 20px;
    border-radius: 0;
}
.gray_link {
    color: #333333;
}
.form-body .gray_link {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 30px;
}
.form-body button {
    width: 100%;
    max-width: none;
    border-radius: 0;
}
.form-body .btn_link {
    margin-bottom: 20px;
}

.form-body .btn_white {
    outline: none;
    background: transparent;
    border: 1px solid #E7E6EC;
}
.form-body .btn_white:hover {
    border: 1px solid #333333;
}
.form-body .btn_white:active {
    background: #E7E6EC;
    border: 1px solid #333333;
    outline: none;
}
.form_add_info-block {
    border: 1px solid #E7E6EC;
    padding: 30px 40px 0;
    width: 100%;
    display: inline-block;
    background:#ffffff url("/bitrix/templates/grillzone/../img/truck_2.png") no-repeat 92% 100%;
}
.repar_form .form_add_info-block {
    background:#ffffff url("/bitrix/templates/grillzone/../img/repear/tools.png") no-repeat 92% 50%;
}
.form_add_header {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 30px;
}
.form_add_info {
    margin-bottom: 24px;
}
.form_add_info:last-child {
    margin-bottom: 50px;
}
.form_add_info-block p {
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}
.form_add_info-block p img {
    margin: 0 15px;
}
.form-body .fake_select {
    position: relative;
}
.form-body .select_title {
    border: 1px solid #E7E6EC;
    width: 100%;
    line-height: 35px;
    padding-left: 12px;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
}
.form-body .fake_select .fa {
    position: absolute;
    right: 20px;
    top:0;
    font-size: 24px;
    line-height: 27px;
    color: #C4C4C4;
}
.form-body .fake_select.active .fa {
    color: #E1011B;
}
.fake-select_list {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
    border: 1px solid #E7E6EC;
    top: 36px;
    padding: 0;
    margin: 0;
    padding-right: 2px;
    z-index: 4;
}
.fake-select_list img,
.select_title img {
    margin-right: 10px;
}
.fake_select.active .fake-select_list {
    display: block;
}
.fake-select_list li {
    line-height: 28px;
    padding-left: 12px;
    border-bottom: 1px solid #E7E6EC;
}
.fake-select_list li:last-child {
    border: none;
}

.fake-select_list li:hover {
    color: #E1011B;
    fill: #E1011B;
}
.flies_list {
    width: 100%;
}
.flies_list p {
    padding-left:47px;
}

.load_link img {
    margin:0 15px;
}
.load_link {
    text-decoration: underline;
    color:#0B76F4;
    cursor: pointer;
    font-weight: normal;
}
.checkboxes input[type=checkbox],
input[type=file]{
    display: none;
}
.checkboxes label {
    position: relative;
    padding-left: 38px;
    display: flex;
}
.richtext {
    width: 100%;
    height: 155px;
    border: 1px solid #E7E6EC;
}
label.rent {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
label.mailing {
    font-size: 14px;
    line-height: 27px;
    font-weight: normal;
    height: 29px;
}
.plus_pice {}
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 6px;
    font-weight: bold;
}
.checkboxes input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #E1011B;
    text-align: center;
    line-height: 15px;
}
.confirmation_window {
    padding: 60px 70px;
}
.confim_title {
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.confirm_text p,
.confirm_text .form-wrapper {
    margin-bottom: 25px;

}
.confirm_text .form-wrapper {
    display: inline-flex;
    align-items: center;
}
.confirm_text .form-wrapper input {
  margin-right: 40px;
}
.confirm_text .form-wrapper input, .confirm_text .form-wrapper .btn_link {
    display: inline-block;
    width: 230px;
    max-width: none;
    border-radius: 0;
    height: 39px;
    margin-bottom: 0;
}
.offer_info .label-type {
    display: none;
}

@media only screen and (max-device-width: 640px) {
    body {
        font-size: 16px;
        line-height: 21px;
        min-width: unset;
    }

    #header {
        display: none;
    }
    .service_menu {
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;;
        background: #E7E6EC;
        z-index: 1000;
    }
    .service_menu img {
        height: 25px;
    }
    .service_menu a {
        padding-top: 8px;
        display: flex;
        flex-direction: column;
        width: 80px;
        text-align: center;
    }
    .service_menu a span {
        display: inline-block;
        width: 100%;
    }
    .service_block-top_preorder {
        display: none;
    }
    .service_block {
        padding: 0 15px;
    }
    .owl-carousel {
        padding: 0 25px;
    }
    .owl-item {
        border: none;
    }
    .owl-item.active {
        border: 1px solid #E7E6EC;
        box-sizing: border-box;
        border-radius: 9px;
        margin-left: 2px;
    }
    .access_slider_title {
        padding: 10px 21px;
    }
    .offer_block {
        flex-direction: column;
        padding: 15px;
        margin: 15px;
        border-radius: 9px;
        background: #F7F7F7;
    }
    .offer_title {display: none}

    .offer_part.offer_info {
        max-width: none;
        padding: 60px 15px 15px;
        position: relative;
    }
    .offer_info .label-type {
        left: -15px;
        display: block;
    }
    .offer_info p {
        text-align: center;
        font-size: 16px;
        padding: 0 27px;
        line-height: 21px;}
    .offer_block .offer_label {
        font-size: 16px;
        line-height: 28px;
    }
    .offer_block .part_product-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .offer_block .offer_price, .offer_block .offer_price span {
        font-size: 17px;
        line-height: 22px;
    }
    .offer_block .offer_price {
        text-align: center;
        padding-top: 12px;
    }
    .offer_block .offer_part.prod {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .offer_part.prod .part_product-image {
        max-width: 120px;
        border-bottom: none;
        border-right: 1px solid #F3F3F3;
        margin: 0;
        padding-bottom: 0;
        padding-right: 20px;
    }
    .offer_part.offer_plus {
        justify-content: center;
    }
    .offer_part.offer_plus img {
        padding: 10px;
        height: 38px;
    }
    .offer_part.prod {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 9px;
    }

    .form_order {
        padding: 40px 10px;
    }
    .form_order_block.more_active .form-body {
        display: block;
    }
    .form_order_block {
        flex-direction: column;
    }
    .form_order_block .form {
        max-width: unset;
        margin-right: 0;
    }
    .main_info {
        max-width: unset;
        width: 100%;
    }
    .more_info-block, .more_info_image-block {
        padding: 0;
    }
    .more_info-block {
        min-height: unset;
    }
    .alert_popup {
        display: none;
    }
    .to .more_info_image-block,
    .rent .more_info_image-block {
        display: none;
    }

    .form_order_block.more_active .buttons_block {
        position: relative;
        padding: 0;
        width: 100%;
        float: none;
        bottom: auto;
    }
    .confirmation_window {
        padding: 0;
    }
    .confirm_text .form-wrapper {
        display: block;
    }
    .confirm_text .form-wrapper input {
        margin-bottom: 30px;
    }
    .confirm_text .form-wrapper input, .confirm_text .form-wrapper .btn_link {
        width: 100%;
    }
    .service_block-top_repear, .service_block-top_to {
        flex-direction: column-reverse;
    }
    .service_block-top_repear .service_block-top_image,
    .service_block-top_to .service_block-top_image {
        padding: 20px;
    }
    .service_block-top_image img {
       width: 100%;
    }
    .preorder_text {
        padding: 20px;
    }
    .service_access {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .confim_title {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }
    .form_add_info p {
        display: inline-flex;
        align-items: center;

    }
    .form_order_block.more_active .form-header {
        font-size: 20px;
        line-height: 26px;
    }
    .form_add_info-block {
        padding: 20px;
        background: #F7F7F7;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 9px;
    }
    .form-body .btn_link, .service_block-top_to .btn_link,
    .service_block-top_repear .btn_link {
        max-width: unset;
    }
    .load_link {
        display: inline-block;
        width: 100%;
        padding: 0 0 14px 0;
    }
}
/* End */
/* /scripts/fancybox/jquery.fancybox.css?17371014164992 */
/* /js/jquery.nouislider.css?17371012142609 */
/* /js/slick/slick.css?17371012141758 */
/* /js/slick/slick-theme.css?17371012143127 */
/* /js/core-ui-select.css?17371012143318 */
/* /js/flexslider/flexslider.css?17371012146848 */
/* /js/tooltip/tooltipster.bundle.min.css?17371012148177 */
/* /css/custom-bootstrap.css?173710121481526 */
/* /bitrix/templates/grillzone/components/bitrix/menu/fixed_menu_style_new/style.css?1737101496848 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.small/basket_top/style.css?1737101495331 */
/* /bitrix/templates/grillzone/components/bitrix/catalog.compare.list/compare_score/style.css?1737101497405 */
/* /bitrix/templates/grillzone/components/bitrix/search.title/header_search/style.css?17371014964111 */
/* /bitrix/templates/grillzone/components/bitrix/menu/top_menu_new/style.css?17371014965599 */
/* /bitrix/templates/.default/components/bitrix/menu/grill_multilevel/style.css?17371014953335 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/ban_left/style.css?1737101495105 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/nav/style.css?1737101495342 */
/* /bitrix/templates/grillzone/components/bitrix/menu/footer_menu/style.css?1737101496674 */
/* /local/components/pixelplus/auth.popup/templates/.default/style.css?17371014683025 */
/* /bitrix/templates/grillzone/styles.css?173710149711262 */
/* /bitrix/templates/grillzone/template_styles.css?173730442054108 */
