

/* Start:/local/templates/ustemplate/components/bitrix/search.title/us/style.css?15967129142972*/
.bx_search_container{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	left: 0;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
	width: 100%;
	padding-right: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	background: url('/local/templates/ustemplate/components/bitrix/search.title/us/images/search_lupe.png') no-repeat left center;
	cursor: pointer;

}

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

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ustemplate/components/bitrix/search.title/us/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: 45px;
	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;
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/sale.basket.basket.line/basket-shop/style.css?15229166264253*/
.bx-basket {}
.bx-basket-block {
	font-size: 16px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/search.title/us-secondary/style.css?15967147444948*/
.bx_search_container {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.bx_search_container .bx_field {
    position: relative;
    margin-top: 15px;
    height: 30px;
    border-top: 1px solid #8ca3ae;
    border-right: 1px solid #a0b4be;
    border-bottom: 1px solid #b6c8d1;
    border-left: 1px solid #a0b4be;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    line-height: 30px;
}

.bx_search_container .bx_field .bx_input_text {
    position: absolute;
    left: 0;
    height: 30px;
    outline: none;
    border: none;
    background: none;
    line-height: 30px;
    width: 100%;
    padding-right: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.bx_search_container .bx_field .bx_input_submit {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 34px;
    border: none;
    background: url('/local/templates/ustemplate/components/bitrix/search.title/us-secondary/images/search_lupe.png') no-repeat left center;
    cursor: pointer;

}

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

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/ustemplate/components/bitrix/search.title/us-secondary/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: 45px;
    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.adaptiv_view.additional_search {
    position: absolute;
    top: calc(100% + 5px);
    height: 60px;
    width: calc(100% + 20px);
    left: -10px;
    padding: 10px 10px;
    background-color: white;
    transition: opacity .1s ease;
}

#secondary-title-search {
    padding-bottom: 10px;
    border-bottom: 2px solid #007873;
}

#secondary-title-search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 400px;
    height: 30px;
    border: 1px solid #e2e2e2;
}

#secondary-title-search-input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 10px 0px 40px;
    background-color: rgba(255, 255, 255, 0.57);
    border: 0px;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 0px 30px 0px 10px;
    font-size: 14px;
    color: #333!important;
}

#secondary-title-search .search {
    height: 30px !important;
    width: 33px;
    border-radius: 0px;
    background: #ffba2b !important;
    color: #333;
    line-height: 0px !important;
    right: 0px;
    left: auto;
    padding: 0 !important;
    font-size: 14px !important;
    margin: -1px 0px 0px 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search_form.adaptiv_view.additional_search.hidden{
    opacity: 0!important;
    pointer-events: none;
}
#secondary-title-search .search .fa-search {
    color: #fff !important;
}

div.title-search-result{
    max-width: calc(100vw - 20px);
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/menu/topmenu/style.css?15229166274414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/ustemplate/components/bitrix/menu/topmenu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/ustemplate/components/bitrix/menu/topmenu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/ustemplate/components/bitrix/menu/topmenu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/ustemplate/components/bitrix/menu/sections/style.css?159882626710225*/
ul.left-menu{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.left-menu > li{
	margin:0px 0px 2px 0px;
	padding:0px;
	cursor:pointer;
}

ul.left-menu > li:last-child{
	margin:0px;
}

ul.left-menu > li > a{
	display:block;
	margin:0px;
	padding:7px 32px 7px 11px;
	position:relative;
}

ul.left-menu > li.parent:hover > a{
	width:158px;
	padding:7px 45px 7px 11px;
	z-index:602;
}

ul.left-menu > li.parent > a .arrow,
ul.left-menu > li.parentMore > a .arrow{
	width:0px;
	height:0px;
	position:absolute;
	top:50%;
	right:13px;
	margin:-5px 0px 0px 0px;
	padding:0px;
}

ul.left-menu > li.parent:hover > a .arrow{
	right:26px;
}

/***SUBMENU***/
ul.left-menu > li.parent > ul.submenu,
ul.left-menu > li.parent > .catalog-section-childs,
ul.left-menu > li.parentMore > ul.submenuMore{
	width:auto;
	max-width:958px;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	z-index:600;
}

ul.left-menu > li.parent > ul.submenu{
	padding:15px 25px 15px 0px;
	list-style:none;
}

ul.left-menu > li.parent > .catalog-section-childs,
ul.left-menu > li.parentMore > ul.submenuMore{
	padding:10px 10px 8px 10px;
	list-style:none;
}

ul.left-menu > li.parent > ul.submenu > li{
	width:141px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px 0px 0px 25px;
}

ul.left-menu > li.parentMore > ul.submenuMore > li{
	margin:0px 0px 2px 0px;
	padding:0px;
}

ul.left-menu > li.parent > ul.submenu > li a,
ul.left-menu > li.parentMore > ul.submenuMore > li a{
	display:block;
	margin:0px;
	padding:7px 0px;
}

ul.left-menu > li.parentMore > ul.submenuMore > li a{
	width:178px;
	padding:9px 11px;
}

ul.left-menu > li.parent > ul.submenu > li a .arrow,
ul.left-menu > li.parentMore > ul.submenuMore > li a .arrow{
	display:none;
	visibility:hidden;
}

ul.left-menu > li.parent > ul.submenu > li.parent ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.left-menu > li.parent > ul.submenu > li.parent ul li{
	margin:0px;
	padding:0px;
}

ul.left-menu > li.parent > ul.submenu > li.parent ul li a{
	padding:5px 0px 5px 7px;
}

ul.left-menu > li.parent > ul.submenu > li.parent ul ul a{
	padding:5px 0px 5px 17px;
}

ul.left-menu > li.parent > ul.submenu > li.parent ul ul ul,
ul.left-menu > li.parentMore > ul.submenuMore > li.parent .catalog-section-childs,
ul.left-menu > li.parentMore > ul.submenuMore > li.parent ul{
	display:none;
	visibility:hidden;
}



.top-catalog{
	width:100%;
	height:40px;
	float:left;
	margin:0px;
	padding:0px 10px;
	box-sizing:border-box;
	position:relative;
}

.top-catalog ul.left-menu{
	height:40px;
	overflow:hidden;
}

.top-catalog ul.left-menu > li{
	float:left;
	margin:0px;
}

.top-catalog ul.left-menu > li > a{
	height:40px;
	padding:0px 14px;
}

.top-catalog ul.left-menu > li.parent:hover > a{
	width:auto;
	padding:0px 14px;
	z-index:auto;
}

.top-catalog ul.left-menu > li.parent > .arrow,
.top-catalog ul.left-menu > li.parentMore > .arrow{
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	margin:0px 0px 0px -5px;
	padding:0px;
	z-index:602;
}
ul.left-menu > li:hover > a,
ul.left-menu > li.selected > a {
  color: #fff;
  border-color: #b21001;
  background: #b21001;
}
ul.left-menu > li.parent > ul.submenu,
ul.left-menu > li.parent > .catalog-section-childs,
ul.left-menu > li.parentMore > ul.submenuMore {
  border-color: #b21001;
}
ul.left-menu > li.parent > ul.submenu li a:hover {
  color: #b21001;
}
ul.left-menu > li.parentMore > ul.submenuMore li a:hover {
  color: #fff;
  border-color: #b21001;
  background: #b21001;
}
.top-catalog {
  background: #b21001;
}
.top-catalog ul.left-menu > li > a {
  color: #fff;
}
.top-catalog ul.left-menu > li:hover > a,
.top-catalog ul.left-menu > li.selected > a {
  background: rgba(0,0,0,0.5);
}
.top-catalog ul.left-menu > li.parent > .arrow,
.top-catalog ul.left-menu > li.parentMore > .arrow {
  border-bottom-color: #b21001;
}


.top-catalog{
	border-radius:3px;
	background:#b21001;
}

.top-catalog ul.left-menu > li > a{
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	text-decoration:none;
	line-height:40px;
	border:none;
	border-radius:0px;
}

.top-catalog ul.left-menu > li.parentMore > a{
	font-weight:700;
	line-height:30px;
}

.top-catalog ul.left-menu > li:hover > a,
.top-catalog ul.left-menu > li.selected > a{
	color:#fff;
	border:none;
	background:#7d0000;
}

.top-catalog ul.left-menu > li.parent:hover > a{
	border-radius:0px;
}

.top-catalog ul.left-menu > li.parent > .arrow,
.top-catalog ul.left-menu > li.parentMore > .arrow{
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #b21001;
}



.catalog-section-list{
	width:100%;
	margin:0px;
	padding:0px;
}

.catalog-section{
	width:100%;
	margin:0px 0px 8px 0px;
	padding:0px;
}

.catalog-section .catalog-section-title{
	width:100%;
	padding:0px;
	position:relative;
}

.catalog-section .catalog-section-title a{
	display:block;
	margin:0px;
	padding:8px 38px 8px 12px;
}

.catalog-section .catalog-section-title .showchild,
.catalog-section .catalog-section-title .showsectionchild{
	width:38px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

.catalog-section .catalog-section-title .showchild i,
.catalog-section .catalog-section-title .showsectionchild i{
	width:100%;
	position:absolute;
	left:0px;
	top:50%;
	margin:-9px 0px 0px 0px;
	padding:0px;
}

.catalog-section .catalog-section-title .showchild .fa-minus,
.catalog-section .catalog-section-title .showsectionchild .fa-minus,
.catalog-section .catalog-section-title.active .showchild .fa-plus,
.catalog-section .catalog-section-title.active .showsectionchild .fa-plus,
.catalog-section .catalog-section-title .showsectionchild .fa-minus-circle,
.catalog-section .catalog-section-title .showsectionchild .fa-plus-circle{
	display:none;
	visibility:hidden;
}

.catalog-section .catalog-section-title.active .showchild .fa-minus,
.catalog-section .catalog-section-title.active .showsectionchild .fa-minus,
.catalog-section .catalog-section-title .showchild .fa-plus,
.catalog-section .catalog-section-title .showsectionchild .fa-plus{
	display:block;
	visibility:visible;
}

.catalog-section-childs,
.reviews-section-childs{
	width:100%;
	margin:0px;
	padding:0px;
}

.reviews-section-childs{
	float:left;
	margin:0px 0px 18px 0px;
}

.catalog-section-child,
.reviews-section-child{
	float:left;
	margin:0px 0px 2px 0px;
	padding:0px;
}

.catalog-section-child:nth-child(4n + 2),
.reviews-section-child:nth-child(4n + 2){
	margin:0px 2px 2px 2px;
}

.catalog-section-child:nth-child(4n + 3),
.reviews-section-child:nth-child(4n + 3){
	margin:0px 2px 2px 0px;
}


.catalog-section-child a,
.reviews-section-child a{
	width:236px;
	height:58px;
	display:block;
	margin:0px;
	padding:0px;
}
.reviews-section-child a{
	height:75px;
}

.catalog-section-child a .child,
.reviews-section-child a .child{
	display:block;
	margin:0px;
	padding:0px;
}

.catalog-section-child a .child .image,
.reviews-section-child a .child .image{
	width:66px;
	height:56px;
	display:table-cell;
	vertical-align:middle;
}

.catalog-section-child a .child .text,
.reviews-section-child a .child .text{
	height:56px;
	display:table-cell;
	vertical-align:middle;
	padding:0px 12px;
}

.catalog-section-descr{
	width:100%;
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}


ul.left-menu > li.parent > ul.submenu,
ul.left-menu > li.parent > .catalog-section-childs,
ul.left-menu > li.parentMore > ul.submenuMore{
	border:3px solid #b21001;
	border-radius:4px;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
	background:#fff;
}

ul.left-menu > li.parent > ul.submenu li a,
ul.left-menu > li.parentMore > ul.submenuMore li a{
	color:#575b71;
}

ul.left-menu > li.parent > ul.submenu > li > a,
ul.left-menu > li.parentMore > ul.submenuMore > li > a{
	font-size:14px;
	font-weight:700;
}

ul.left-menu > li.parentMore > ul.submenuMore > li > a{
	border-radius:4px;
	border:1px solid #dee0ee;
}

ul.left-menu > li.parent > ul.submenu li.parent ul ul a{
	font-size:11px;
}

ul.left-menu > li.parent > ul.submenu li a:hover{
	color:#7d0000;
}

ul.left-menu > li.parentMore > ul.submenuMore li a:hover{
	color:#000;
	border:1px solid #b21001;
	background:#b21001;
}


.catalog-section .catalog-section-title a{
	font-size:18px;
	font-weight:600;
	color:#575b71;
	border:2px solid #edeef8;
	border-radius:4px;
	background:#edeef8;
}

.catalog-section .catalog-section-title:hover a{
	color:#7d0000;
	text-decoration:none;
	border:2px solid #b21001;
	background:none;
}

.catalog-section .catalog-section-title .showchild,
.catalog-section .catalog-section-title .showsectionchild{
	text-align:center;
}

.catalog-section .catalog-section-title .showchild i,
.catalog-section .catalog-section-title .showsectionchild i{
	font-size:18px;
	color:#dee0ee;
	transition:all 0.15s ease 0s;
}

.catalog-section .catalog-section-title .showchild:hover i,
.catalog-section .catalog-section-title .showsectionchild:hover i{
	color:#7d0000;
}

.catalog-section-child a,
.reviews-section-child a{
	text-decoration:none;
	border:1px solid #dee0ee;
	border-radius:4px;
	transition:all 0.15s ease 0s;
}

.reviews-section-child a{
	border:1px solid transparent;
}

.catalog-section-child a:hover,
.reviews-section-child a:hover{
	text-decoration:none;
	border:1px solid #b21001;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
}

.reviews-section-child a:hover{
	border:1px solid transparent;
}

.catalog-section-child a .child,
.reviews-section-child a .child{
	border:1px solid transparent;
	border-radius:4px;
	transition:all 0.15s ease 0s;
}

.catalog-section-child a:hover .child{
	border:1px solid #b21001;
}

.catalog-section-child a .child .image,
.reviews-section-child a .child .image{
	text-align:center;
}

.catalog-section-child a .child .image img,
.reviews-section-child a .child .image img{
	border:none;
}

.catalog-section-child a .child .text,
.reviews-section-child a .child .text{
	color:#575b71;
	text-decoration:underline;
	transition:all 0.15s ease 0s;
}

.catalog-section-child a:hover .child .text,
.reviews-section-child a:hover .child .text{
	color:#7d0000;
	text-decoration:none;
}

.catalog-section-descr{
	border-top:1px dotted #dee0ee;
}
z
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/news.list/banner_left/style.css?152447606274*/
.banner_left img {
	margin-bottom: 10px;
  width: 100%;
  height: auto;	
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/news.list/reviews_simple_list/style.css?1552558472994*/
.stati_left{
	width:90%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
}

.stati_left .h3{
	margin:0px;
	padding:0px 0px 15px 0px;
}

.stati_left ul.lsnn{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.stati_left ul.lsnn li{
	width:100%;
	display:table;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}

.stati_left ul.lsnn li .image_cont{
	width:59px;
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:0px 10px 0px 0px;
}

.stati_left ul.lsnn li .image_cont .image{
	width:57px;
	height:37px;
	display:table;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.stati_left ul.lsnn li .image_cont .image a{
	display:table-cell;
	margin:0px;
	padding:0px;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.stati_left ul.lsnn li a.title-link{
	width:auto;
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:0px;
        font-size: 14px;
}

.stati_left a.all{
	float:left;
	margin:0px;
	padding:0px;
}

/* End */


/* Start:/local/templates/ustemplate/components/bitrix/breadcrumb/.default/style.css?1522916626585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/ustemplate/bootstrap/css/bootstrap.min.css?1522916624122252*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=13d17bde29b251c887624d94fb55dac5)
 * Config saved to config.json and https://gist.github.com/13d17bde29b251c887624d94fb55dac5
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.eot');src:url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.woff') format('woff'),url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/local/templates/ustemplate/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover,a.text-primary:focus{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover,a.bg-primary:focus{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}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,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{/*margin-left:-20px;margin-right:-20px*/}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;/*padding-left:20px;padding-right:20px*/}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}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}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,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}.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, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.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}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#3071a9;border-color:#193c5a}.btn-primary:hover{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#285e8e;border-color:#193c5a}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.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;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#999}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/* End */


/* Start:/local/templates/ustemplate/css/font-awesome.css?159128026835006*/
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.eot?v=4.6.2');
  src: url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('/local/templates/ustemplate/css/../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/ustemplate/css/social.css?15229166286137*/

    .social-vkontakte-icon, .social-facebook-icon, .social-moimir-icon, .social-odnoklassniki-icon, .social-gplus-icon, .social-twitter-icon {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        display: inline-block;
        vertical-align: top;
    }
    
    span.social-vkontakte-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
    }
    .social-facebook-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
    }
    .social-odnoklassniki-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuNTYzIDE0LjEyNmMyLjU3OCAwIDQuNjY4LTIuMDQgNC42NjgtNC41NTUgMC0yLjUxNS0yLjA5LTQuNTU1LTQuNjY3LTQuNTU1LTIuNTc4IDAtNC42NjcgMi4wNC00LjY2NyA0LjU1NiAwIDIuNTE3IDIuMDkgNC41NTYgNC42NjcgNC41NTZ6bTAtNi43OTZjMS4yNjggMCAyLjI5NyAxLjAwMyAyLjI5NyAyLjI0IDAgMS4yNC0xLjAzIDIuMjQyLTIuMjk3IDIuMjQyLTEuMjY4IDAtMi4yOTYtMS4wMDMtMi4yOTYtMi4yNCAwLTEuMjQgMS4wMjgtMi4yNDIgMi4yOTYtMi4yNDJ6Ii8+PHBhdGggZD0iTTE2Ljk4IDE0LjQ4MmMtMS4zMSAxLjAwOC0zLjQxNyAxLjAwOC0zLjQxNyAxLjAwOHMtMi4xMDYgMC0zLjQxNy0xLjAwOGMtLjk3LS43NDYtMS43LS4zMTctMS45NjMuMi0uNDYuOS4wNiAxLjMzNiAxLjIzIDIuMDcgMS4wMDIuNjI3IDIuMzc2Ljg2MiAzLjI2NC45NWwtLjc0LjcyMmMtMS4wNDUgMS4wMi0yLjA1MiAyLjAwMi0yLjc1IDIuNjg1YTEuMDI3IDEuMDI3IDAgMCAwIDAgMS40NzZsLjEyNS4xMjNhMS4wOSAxLjA5IDAgMCAwIDEuNTEzIDBsMi43NS0yLjY4NSAyLjc1IDIuNjg0YTEuMDkgMS4wOSAwIDAgMCAxLjUxNSAwbC4xMjYtLjEyNGExLjAyNyAxLjAyNyAwIDAgMCAwLTEuNDc3bC0yLjc1LTIuNjg2LS43NDQtLjcyNWMuODg4LS4wOSAyLjI0OC0uMzI2IDMuMjQtLjk0OCAxLjE3Mi0uNzM0IDEuNjktMS4xNyAxLjIzLTIuMDctLjI2Mi0uNTE3LS45OTItLjk0Ni0xLjk2Mi0uMnoiLz48L2c+PC9zdmc+Cg==);
    }
    .social-moimir-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMTFhMS41IDEuNSAwIDEgMCAwLTMgMS41IDEuNSAwIDAgMCAwIDN6bTcgMGExLjUgMS41IDAgMSAwIDAtMyAxLjUgMS41IDAgMCAwIDAgM3ptNS4zNjcgNi44NzJsLTIuMDI4LTMuNDA3YS45ODguOTg4IDAgMCAwLTEuMzM4LS4zNDUuOTUuOTUgMCAwIDAtLjM1IDEuMzEybC4yNC40MDVhNy41NDggNy41NDggMCAwIDEtNS4zOTUgMi4yNDUgNy41NSA3LjU1IDAgMCAxLTUuMzktMi4yNGwuMjQyLS40MWEuOTUuOTUgMCAwIDAtLjM1Mi0xLjMxMi45ODguOTg4IDAgMCAwLTEuMzM4LjM0NWwtMi4wMjcgMy40MDdhLjk1Ljk1IDAgMCAwIC4zNTIgMS4zMTIuOTkuOTkgMCAwIDAgMS4zMzctLjM0NWwuNzctMS4yOTJBOS41MjQgOS41MjQgMCAwIDAgMTMuOTk2IDIwYTkuNTIgOS41MiAwIDAgMCA2LjQxLTIuNDU2bC43NyAxLjI5NWEuOTkuOTkgMCAwIDAgMS4zMzcuMzQ1Ljk1Ljk1IDAgMCAwIC4zNTMtMS4zMTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
    }
    .social-gplus-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjk4NCAxMi4yMTh2My41NjRzMy40NS0uMDA0IDQuODU3LS4wMDRjLS43NiAyLjMxLTEuOTQ0IDMuNTctNC44NTYgMy41Ny0yLjk0OCAwLTUuMjQ4LTIuMzk1LTUuMjQ4LTUuMzQ4czIuMy01LjM0NyA1LjI0OC01LjM0N2MxLjU1OCAwIDIuNTY1LjU1IDMuNDg4IDEuMzE0Ljc0LS43NC42NzctLjg0NiAyLjU1Ny0yLjYyNUE4Ljk0MiA4Ljk0MiAwIDAgMCAxMy45ODMgNUM5LjAyMiA1IDUgOS4wMyA1IDE0czQuMDIyIDkgOC45ODQgOWM3LjQxNiAwIDkuMjMtNi40NyA4LjYyOC0xMC43ODJoLTguNjI4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
    }
    .social-twitter-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
    }    
    
    .social-vkontakte-block, .social-facebook-block, .social-odnoklassniki-block, .social-moimir-block, .social-gplus-block, .social-twitter-block {
        list-style: none;
        display: inline-block;
        background-color: #BABABA;
        border-radius: 0;
        margin-right: 4px;
    }
    .my-social-buttons-list {
        margin: 0;
        margin: 0;
        padding: 0;
        margin-right:20px;
    }
/* End */


/* Start:/local/templates/ustemplate/css_mod/auz.006f70.css?161227409032964*/
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
 font-style: normal;
 font-weight: 400;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
 font-style: normal;
 font-weight: 600;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansItalic/MuseoSansItalic.ttf") format("truetype");
 font-style: italic;
 font-weight: 400;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
 font-style: normal;
 font-weight: 300;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf")format("truetype");
 font-style: normal;
 font-weight: 500;
 font-display: swap;
 }
@font-face {
 font-family: "MuseoSansBlack";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
 font-style: normal;
 font-weight: 700;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBoldItalic/MuseoSansBoldItalic.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBoldItalic/MuseoSansBoldItalic.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBoldItalic/MuseoSansBoldItalic.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBoldItalic/MuseoSansBoldItalic.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBoldItalic/MuseoSansBoldItalic.ttf") format("truetype");
 font-style: italic;
 font-weight: 600;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf") format("truetype");
 font-style: italic;
 font-weight: 500;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLightItalic/MuseoSansLightItalic.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLightItalic/MuseoSansLightItalic.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLightItalic/MuseoSansLightItalic.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLightItalic/MuseoSansLightItalic.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansLightItalic/MuseoSansLightItalic.ttf") format("truetype");
 font-style: italic;
 font-weight: 300;
 font-display: swap;
}
@font-face {
 font-family: "MuseoSans";
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlackItalic/MuseoSansBlackItalic.eot");
 src: url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlackItalic/MuseoSansBlackItalic.eot?#iefi")format("emmeeeee-opentype"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlackItalic/MuseoSansBlackItalic.woff2") format("woff2"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlackItalic/MuseoSansBlackItalic.woff") format("woff"),
 url("/local/templates/ustemplate/css_mod/../fonts/MuseoSans/MuseoSansBlackItalic/MuseoSansBlackItalic.ttf") format("truetype");
 font-style: italic;
 font-weight: 700;
 font-display: swap;
}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
:-moz-placeholder {color: #666;}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}

body *{
 font-family: "MuseoSans", Helvetica, Arial, sans-serif;
 color: #333;
}
body{background-color: #fff !important;}
header .logo,
 header .logo img{max-height: 120px;}
 body a,
 body .compare-link,
 body #popupToOrderInOneClick label a,
 #popupRazmerNoSize label a{
 color: #00A390;
 text-decoration: none;
 font-size: inherit;
 -webkit-transition: all .2s ease-in-out !important;
 -o-transition: all .2s ease-in-out !important;
 transition: all .2s ease-in-out !important;
 }
body a:active, body a:focus, body a:hover,
 body .compare-link:hover,
 body #popupToOrderInOneClick label a:hover,
 body #popupRazmerNoSize label a:hover{
 color: #333;
 text-decoration: underline;
}
body header span.search_form{
 /*margin:30px 25px;*/
 margin: 3px 20px 0 50px;
}
body header span.search_form form{
 position: relative;
 max-width: 400px;
 height: 30px;
 border: 1px solid #e2e2e2;
}
body header span.search_form .search{
 height: 30px !important;
 width: 30px;
 border-radius: 0px;
 background: #ffba2b !important;
 color: #333;
 line-height: 0px !important;
 right: 0px;
 left: auto;
 padding: 0 !important;
 font-size: 14px !important;
 margin: -1px 0px 0px 0px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
body header span.search_form .search:before{display: none !important;}
body header span.search_form input.search-suggest{
 width: 100%;
 height: 100%;
 padding: 0px 30px 0px 10px;
 font-size: 14px;
}
body header span.search_form .search .fa{
 color: inherit !important;
 font-size: 14px;
}
body header span.search_form .search:hover{
 background-color: #00A390;
 color: #fff;
}
body header .main-menu{background-color: #f5f5f5;}
body iframe{
 max-width: 100%;
}
body header .phone{border-radius: 0px;}
body header .phone:hover{
 color: #00A390;
 border-color: #00A390;
 text-decoration: none;
}
body header .phone .wibro{
 vertical-align: text-bottom;
 color: inherit !important;
}
body .row_about .text_about {
 font-size: 16px;
 max-width: 600px;
 font-weight: 300;
}
body .row_about img{padding: 10px 0px;}
body .row_about-text{padding: 0px 0px 0px 20px;}
body .footer_panel_all,
 body .footer_panel_all.cart-block-side .switch{
 background: #004f56; /* Old browsers */ /* FF3.6-15 */
 background: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%); /* Chrome10-25,Safari5.1-6 */
 background: -webkit-gradient(linear, left top, right top, from(#004F56),to(#00A390));
 background: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 background: linear-gradient(to right, #004F56 0%,#00A390 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f56', endColorstr='#00A390',GradientType=1 );
}
body .switch .fil0 {
 fill: #00897E;
}
body .switch .fil1 {
 fill: #00A390;
}
body .main-menu .navbar-default .navbar-nav > li > a:hover,
 body .main-menu .navbar-default .navbar-nav > li > a.root-item-selected{
 background: #f5f5f5;
 color: #00A390;
}

body .btn,
 body .bx_catalog_list_home.bx_uvelirsoft .bx_bt_button,
 body button, body a.buttons,
 body .bx_medium.bx_bt_button{
 position: relative;
 display: inline-block;/* FF3.6+ *//* FF3.6+ */
 background: -webkit-gradient(linear, right top, left top, from(#004f56), color-stop(#00A390), to(#004f56)) !important;
 background: -webkit-linear-gradient(right, #004f56, #00A390, #004f56) !important;
 background: -o-linear-gradient(right, #004f56, #00A390, #004f56) !important;
 background: linear-gradient(270deg, #004f56, #00A390, #004f56) !important;
 background-size: 200% 100% !important;
 background-position:0% 0% !important;
 -webkit-transition: background-position .3s ease-in-out;
 -o-transition: background-position .3s ease-in-out;
 transition: background-position .3s ease-in-out;
 font-weight: bold !important;
 padding: 0px 15px !important;
 color: #fff !important;
 border: 0px;
 border-radius: 0px !important;
 line-height: 40px !important;
 height: 40px !important;
 text-decoration: none;
}
.bx-soa-section-content .btn-md{color: #fff !important;}
body .btn:hover,
 body .bx_catalog_list_home.bx_uvelirsoft .bx_bt_button:hover,
 body button:hover, body a.buttons:hover,
 body .bx_medium.bx_bt_button:hover{
 background-position:100% 100% !important;
 color: #fff !important;
 }
body .btn *,
 body .bx_catalog_list_home.bx_uvelirsoft .bx_bt_button *,
 body button *, body a.buttons *{
 position: relative;
 color: inherit !important;
 font-weight: inherit !important;
 font-size: inherit !important;
 z-index: 2;
}
body .btn_orderInOneClick.btn.btn-default,
 body .bx_medium.bx_bt_button.continue,
 body .current.btn.btn-subscribe{
 background: #fff !important;
 border-radius: 0px;
 color: #00A390 !important;
 border: 2px solid #00A390
}
body .btn_orderInOneClick.btn.btn-default:hover,
 body .bx_medium.bx_bt_button.continue:hover,
 body .current.btn.btn-subscribe:hover{
 background: #00A390 !important;
 color: #fff !important
}
body .current.btn.btn-subscribe:before{display: none !important;}
body .bx_medium.bx_bt_button.continue:before{display: none !important;}
body ul.left-menu > li.parentMore > ul.submenuMore li a:hover{border: 1px solid transparent;}
body ul.left-menu > li.parentMore > ul.submenuMore li a{
 border: 1px solid #f5f5f5;
 border-radius: 0px;
}
/*body .bx_item_detail.bx_uvelirsoft{display: inline-block;vertical-align: top;}*/
body .btn_orderInOneClick.btn.btn-default:before{display: none !important;}
body footer .container a:hover{color: #00A390 !important;}
header .top-catalog{background-color: #fff; }
header .top-catalog ul.left-menu{text-align: center;}
header .top-catalog ul.left-menu > li{
 float: none;
 display: inline-block;
}
header .top-catalog ul.left-menu > li > a{
 color: #fff;
 font-weight: 500;
 background-color: transparent !important;
 text-transform: uppercase;
}

header .top-catalog ul.left-menu > li:hover > a, .top-catalog ul.left-menu > li.selected > a{color: #fff;border-bottom: 2px solid #fff;}
body .anythingSlider-default .arrow.forward a, body .anythingSlider-default .arrow.back a{background-color: transparent !important;}
body .anythingSlider-default .arrow.forward a:before, body .anythingSlider-default .arrow.back a:before,
body .anythingSlider-default .arrow.forward a:after, body .anythingSlider-default .arrow.back a:after{display: none !important;}
body .nav-tabs>li.active>a, body .nav-tabs>li.active>a:hover, body .nav-tabs>li.active>a:focus{
 border-radius: 0px;
}

header .bottom-catalog-menu{
 background: #004f56; /* Old browsers */ /* FF3.6-15 */
 background: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%); /* Chrome10-25,Safari5.1-6 */
 background: -webkit-gradient(linear, left top, right top, from(#004F56),to(#00A390));
 background: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 background: linear-gradient(to right, #004F56 0%,#00A390 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f56', endColorstr='#00A390',GradientType=1 );
}
header .bottom-catalog-menu .container,
 header .bottom-catalog-menu .top-catalog{
 background-color: transparent ;
}

header .bottom-catalog-menu ul.left-menu > li.parent > ul.submenu,
 header .bottom-catalog-menu ul.left-menu > li.parent > .catalog-section-childs, ul.left-menu > li.parentMore > ul.submenuMore{
 border: 2px solid transparent;
 border-image-slice: 1 !important;
 border-radius: 0px !important;
 border-color: #004f56; /* Old browsers */ /* FF3.6-15 */
 -webkit-border-image: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%);
 border-image: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%); /* Chrome10-25,Safari5.1-6 */
 border-image: -webkit-gradient(linear, left top, right top, from(#004F56),to(#00A390));
 -o-border-image: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 border-image: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 border-image: linear-gradient(to right, #004F56 0%,#00A390 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

body .top-catalog ul.left-menu > li.parent > .arrow, body .top-catalog ul.left-menu > li.parentMore > .arrow {
 border-left: 10px solid transparent !important;
 border-right: 10px solid transparent !important;
 border-bottom: 10px solid #004F56;
}
body .catalog-section-child a, body .reviews-section-child a{
 border-radius: 0px !important;
 border: 1px solid #f5f5f5;
 }
body .catalog-section-child a .child, body .reviews-section-child a .child{
 border: 0px !important;
 border-radius: 0px !important;
}
body .catalog-section-child a:hover,
 body .reviews-section-child a:hover,
 body .catalog-section-child a:hover .child{
 border: 2px solid transparent;
 border-image-slice: 1 !important;
 border-color: #004f56; /* Old browsers */ /* FF3.6-15 */
 -webkit-border-image: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%);
 border-image: -webkit-linear-gradient(left, #004F56 0%,#00A390 100%); /* Chrome10-25,Safari5.1-6 */
 border-image: -webkit-gradient(linear, left top, right top, from(#004F56),to(#00A390));
 -o-border-image: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 border-image: -o-linear-gradient(left, #004F56 0%,#00A390 100%);
 }
body .catalog-section-child a:hover .child .text,
 body .reviews-section-child a:hover .child .text{color:#00A390;}
 body .bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-v{/* FF3.6+ */
 background: -webkit-gradient(linear, 1deg, color-stop(0, 004F56), color-stop(50%, 00A390), color-stop(100%, 004F56));/* Chrome,Safari4+ */
 background: -webkit-linear-gradient(1deg, #004F56 0, #00A390 50%, #004F56 100%);/* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(1deg, #004F56 0, #00A390 50%, #004F56 100%);/* Opera 11.10+ */
 background: -ms-linear-gradient(1deg, #004F56 0, #00A390 50%, #004F56 100%);/* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
 background: -webkit-linear-gradient(89deg, #004F56 0, #00A390 50%, #004F56 100%);
 background: -o-linear-gradient(89deg, #004F56 0, #00A390 50%, #004F56 100%);
 background: linear-gradient(1deg, #004F56 0, #00A390 50%, #004F56 100%);
}
body .news-favorite.active i, body .news-favorite.active:hover i,
 body .news-favorite.active:active i, body .news-favorite.active:focus i{
 color: #00A390;
}
body .bx_item_section_name_gray span{
 color: #00A390;
 border-bottom-color: #00A390;
}
body .bx_item_section_name_gray:after{border-top-color: #00A390;}
body .content-catalog .sort div a{text-decoration: none;}
body .content-catalog .sort li:hover a span{color: #00A390;}
body .bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt,
 body .bx_item_detail .bx_item_detail_size ul li:active .cnt,
 body .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{border-color: #00A390 !important;}
body .bx_item_section_name_gray:after{display: none !important;}
body .bx_item_detail_rating .bx_stars_bg{
 z-index: 1 !important;
}
body .bx_item_detail .bx_bt_button_type_2{
 border: 1px solid #e9e9e9;
 background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
 background-image: -webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
 background-image: -webkit-gradient(linear,left top, left bottom,from(#fcfcfc),to(#f1f1f1));
 background-image: -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
 background-image: linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
 color: #656565;
 text-shadow: 0 1px 0 #fff;
}

body svg polygon {fill: #00A390;}
body .left-column .new_leader_disc li .item-discount-prop span i{color: #fff;}
body .nav-tabs>li>a{
 border: 0px !important;
 border-radius: 0px !important;
}
body .nav-tabs>li.active>a, body .nav-tabs>li.active>a:hover, body .nav-tabs>li.active>a:focus{
 background: #ffba2b !important;
 border: 0px !important;
 border-radius: 0px !important;
}
body .compare{cursor: pointer;}

body .bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
 body .bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a,
 body .bx_ordercart .bx_item_detail_size_small_noadaptive ul li:hover a{
 border-color: #00A390 !important;
 }
body .bx_item_detail_rating .bx_stars_progress{background: #ffba2b !important; }
body .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul{width: auto !important;}
body .catalog-section-child a, body .reviews-section-child a{width: 230px;}
body .pre-footer-kontacts .tel{margin-top: 10px;}
body .catalog-section-list{display: none;}
body .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container{ border-color: #00A390;}
body .alert-danger{color: #fff;}
@media screen and (max-width: 767px){
 body header .top-catalog ul.left-menu{background-color: #fff;}
 body header .top-catalog ul.left-menu > li {
 display: block;
 background: #fff;
 }
 body header .top-catalog ul.left-menu > li > a,
 body header .top-catalog ul.left-menu > li:hover > a,
 body header .top-catalog ul.left-menu > li.selected > a{color: #333;}
 body header .arrow{display: none !important;}
 body header .main-menu .collapse.navbar-collapse,
 body header .bottom-catalog-menu .collapse.navbar-collapse{
 top: 40px;
 }
 body header .main-menu *{background-color: #fff;}
}
/*257645*/
.adaptiv_view {
    display: none!important;
}
@media (min-width:768px) {
    .top-catalog .left-menu #id44 {
        display: none;
    }
}
@media (max-width:767px) {
    body .footer_panel_all.block-position-top {
        bottom: calc( 100% - 60px );
        height: 60px;
        background: #f1f1f1;
        border-bottom: 5px solid #007873;
        box-shadow: none;
    }
    .footer_panel_all.block-position-top .adaptiv_noview {
        display: none;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .footer_panel_logo.adaptiv_view {
        position: static;
        transform: none;
        flex: 1 1 auto;
        display: flex!important;
        align-items: center;
        justify-content: flex-start;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .footer_panel_logo>.logo {
        margin: 0;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .footer_panel_logo img {
        max-height: 50px;
        width: initial;
    }
    .footer_panel_all.block-position-top .adaptiv_heder {
        display: flex;
        justify-content: flex-end;
        height: 55px;
        line-height: 55px;
        align-items: center;
    }
    body>header.cart-position-top {
        margin-top: 61px;
    }
    body>header.cart-position-top>.main-menu {
        position: fixed;
        top: 60px;
    }
    body>header.cart-position-top>.bottom-catalog-menu {
        top: 19px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites .fa-heart-o {
        color: #007873 !important;
        font-size: 42px;
        width: initial !important;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites,
    .footer_panel_all.block-position-top .adaptiv_heder .compare,
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive {
        position: relative!important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 0 5px !important;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites>[data-count="0"],
    .footer_panel_all.block-position-top .adaptiv_heder .compare [data-count="0"],
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive .count-products.empty {
        display: none;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites>.count,
    .footer_panel_all.block-position-top .adaptiv_heder .compare .count,
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive .count-products {
        background: #00615c !important;
        position: absolute;
        top: 6px;
        right: -7px;
        margin: 0;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .compare i.fa::before,
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive i.fa::before {
        content: none;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .compare i.fa,
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive i.fa {
        background: url(/local/templates/ustemplate/images/icon/compare_icon.png) no-repeat;
        width: 42px!important;
        height: 42px;
        background-size: contain;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive i.fa {
        background: url(/local/templates/ustemplate/images/icon/shopping-cart.png) no-repeat;
        background-size: contain;
    }
    .footer_panel_all.block-position-top .profile_adaptive,
    .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive .total-price {
        display: none;
    }
    .footer_panel_all.block-position-top div.adaptiv_heder .cart_adaptive {
        padding: 0 15px !important;
    }
    .footer_panel_all.block-position-top .adaptive_phone {
        display: block!important;
        width: 42px;
        height: 55px;
        background: url(/local/templates/ustemplate/images/icon/call_icon.png) no-repeat;
        background-size: 35px;
        background-position: center;
    }
    .button_burger_adaptiv.adaptiv_view {
        display: flex!important
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle {
        background: #007873 !important;
        width: 60px;
        margin: 0 0 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle .icon-bar {
        background: #fff;
        width: 29px;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        display: none;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle:not(.collapsed) .icon-bar:first-child {
        transform: rotate(42deg);
        top: 4px;
        width: 35px;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle:not(.collapsed) .icon-bar:last-child {
        transform: rotate(-42deg);
        top: -4px;
        width: 35px;
    }
    /*******/
    header.cart-position-top .main-menu,
    header>.main-menu,
    header.cart-position-top .bottom-catalog-menu .navbar-header,
    header>.bottom-catalog-menu .navbar-header {
        display: none;
    }
    header.cart-position-top .bottom-catalog-menu {
        background: none;
        height: auto;
    }
    header.cart-position-top>.header-middle {
        margin-top: 15px;
    }
    .adaptiv_view.main_menu_adaptiv,
    .search_form.adaptiv_view,
    .adaptiv_personal_wrapp.adaptiv_view {
        display: block!important;
    }
    body header .bottom-catalog-menu {
        width: 100%!important;
    }
    body header .bottom-catalog-menu div.sub-toggle-menu.navbar-collapse {
        width: 100%!important;
        transform: none;
        height: calc(100vh - 59px);
        padding: 0 10px 10px !important;
    }
    body header .bottom-catalog-menu div.sub-toggle-menu.navbar-collapse .search_form.adaptiv_view form {
        margin: 0 auto;
    }
    body header .bottom-catalog-menu div.sub-toggle-menu.navbar-collapse .search_form.adaptiv_view {
        padding-bottom: 10px;
        border-bottom: 2px solid #007873;
    }
    .adaptiv_personal_wrapp.adaptiv_view {
        padding: 10px 10px 10px 40px;
        background: url(/local/templates/ustemplate/images/icon/users_icon.png) no-repeat;
        background-position: 5px center;
        border-bottom: 2px solid #007873;
    }
    .adaptiv_personal_wrapp.adaptiv_view a {
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
    }
    header .bottom-catalog-menu .top-catalog {
        float: none;
        border-bottom: 2px solid #007873;
        padding-bottom: 5px;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu {
        text-align: left;
        padding: 10px 0 0 30px;
        float: none;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>a,
    header .bottom-catalog-menu .top-catalog ul.left-menu>li.parent:hover>a {
        height: auto;
        padding: 10px 14px;
        display: inline-block;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.arrow {
        border: 0 !important;
        background: url(/local/templates/ustemplate/images/icon/shevron_down.png) no-repeat;
        width: 27px;
        height: 27px;
        display: inline-block !important;
        background-position: center;
        background-size: contain;
        position: relative;
        top: 6px !important;
        left: auto !important;
        right: auto !important;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs {
        position: static;
        border: none;
        box-shadow: none;
        padding: 0 55px;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child {
        width: 100%;
        float: none;
        padding: 7px 0;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child a {
        width: initial;
        border: 0;
        display: inline-block;
        height: auto;
        box-shadow: none !important;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child a:hover .child,
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child a .child {
        border: none !important;
        box-shadow: none;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child a:hover .child .text,
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child a .child .text {
        color: #333;
        height: auto;
        display: inline;
        padding: 0;
        font-weight: 500;
        background-color: transparent !important;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none !important;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs .catalog-section-child .image {
        display: none;
    }
    .bottom-catalog-menu .top-catalog ul.left-menu>li>.catalog-section-childs.activve {
        display: flex!important;
        flex-direction: column;
    }
    header .bottom-catalog-menu .top-catalog ul.left-menu>li>.arrow.activve {
        transform: rotate(180deg);
    }
    .main_menu_adaptiv>.navbar-nav {
        padding: 10px 0 10px 10px;
        border-bottom: 2px solid #007873;
    }
    .main_menu_adaptiv>.navbar-nav>li a {
        color: #333;
        text-transform: none;
        font-weight: 500;
        font-size: 16px;
        padding: 8px 15px;
        display: inline-block;
    }
    .main_menu_adaptiv>.navbar-nav>li>ul {
        list-style: none;
        padding: 0 0 0 60px;
        display: none;
    }
    .main_menu_adaptiv>.navbar-nav>li:first-child>a {
        background: url(/local/templates/ustemplate/images/icon/shevron_down.png) no-repeat;
        background-position: right center;
        background-size: 27px;
        padding-right: 35px;
    }
    .main_menu_adaptiv>.navbar-nav>li.activve:first-child>ul {
        display: block;
    }
    .main_menu_adaptiv>.navbar-nav>li.activve:first-child>a {
        background: url(/local/templates/ustemplate/images/icon/shevron_up.png) no-repeat;
        background-position: right center;
        background-size: 27px;
    }
    .adres_phone_wrapp {
        padding: 0 15px 10px!important;
    }
    .adres_phone_wrapp .header-address {
        display: flex!important;
        flex-direction: column;
    }
    .adres_phone_wrapp .header-address>a,
    .adres_phone_wrapp .header-address>span {
        padding: 5px 0;
        font-size: 14px !important;
    }
    .adres_phone_wrapp .header-address>span>a {
        color: #333;
    }
    .adres_phone_wrapp>.text.phone {
        margin: 10px auto 0 !important;
    }
    .tel_wapp {
        padding-left: 22px!important;
        background: url(/local/templates/ustemplate/images/icon/whatsapp.png) no-repeat;
        background-position: left 4px;
        background-size: 17px;
    }
}

@media (max-width:420px) {
    body>header.cart-position-top>.bottom-catalog-menu {
        top: 15px;
    }
    body .footer_panel_all.block-position-top {
        bottom: calc( 100% - 50px );
        height: 55px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder {
        height: 50px;
        line-height: 50px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .footer_panel_logo img {
        max-height: 38px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites .fa-heart-o {
        font-size: 32px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .compare i.fa, .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive i.fa {
        width: 32px!important;
        height: 32px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites>.count, .footer_panel_all.block-position-top .adaptiv_heder .compare .count, .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive .count-products {
        min-width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
        line-height: 12px !important;
        right: -2px;
    }
    .footer_panel_all.block-position-top .adaptive_phone {
        width: 32px;
        height: 50px;
        background-size: 27px;
    }
    .button_burger_adaptiv.adaptiv_view .navbar-toggle {
        width: 50px;
        height: 32px !important;
    }
    body>header.cart-position-top {
        margin-top: 64px;
    }
    .footer_panel_all.block-position-top .adaptiv_heder .favorites, .footer_panel_all.block-position-top .adaptiv_heder .compare, .footer_panel_all.block-position-top .adaptiv_heder .cart_adaptive {
        padding: 0 2px !important;
    }
    .footer_panel_all.block-position-top div.adaptiv_heder .cart_adaptive {
        padding: 0 8px !important;
    }
}

/* End */


/* Start:/local/templates/ustemplate/anythingslider/slider.css?15229166245128*/
/***GENERAL STYLES***/
.anythingSlider{
	margin:0px;
	padding:0px;
}

.anythingSlider .anythingWindow{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;	
}

.anythingSlider .anythingBase{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:0px;
	top:0px;
	overflow:visible !important;
}

.anythingSlider .panel{
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/***SLIDER***/
.anythingSlider-default{
	position:relative;
}

.anythingSlider-default .anythingWindow{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	z-index:598;
}

.anythingSlider-default .panel a{
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/***SLIDER NAVIGATION LINKS***/
.anythingSlider-default .anythingControls{ 
	position:absolute;
	left:22px;
	bottom:10px;
	z-index:599;
}

.anythingSlider-default .anythingControls ul{ 
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.anythingSlider-default .anythingControls ul li{ 
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
}

.anythingSlider-default .anythingControls ul li:last-child{
	margin:0px;
}

.anythingSlider-default .anythingControls ul li a{
	width:14px;
	height:13px;
	display:block;
	margin:0px;
	padding:0px;
	border:2px solid #868aa0;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	border-radius:9px;
	background:#868aa0;
}

.anythingSlider-default .anythingControls ul li a.cur{
	background:#fde037;
}

.anythingSlider-default .anythingControls ul li a span{
	display:none;
	visibility:hidden;
}

/***SLIDER NEXT_BACK LINKS***/
.anythingSlider-default .arrow.forward,
.anythingSlider-default .arrow.back{ 
	width:40px;
    height:42px;
	position:absolute;    
    top:50%;
	margin:-21px 0px 0px 0px;
	padding:0px;
	z-index:599;
}

.anythingSlider-default .arrow.forward{
	right:-8px;
}

.anythingSlider-default .arrow.back{
	left:-8px;
}

.anythingSlider-default .arrow.forward a,
.anythingSlider-default .arrow.back a{
	width:40px;
    height:42px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	background:#b21001;
}

.anythingSlider-default .arrow.forward a{
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	-khtml-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}

.anythingSlider-default .arrow.back a{
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
	-khtml-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
}

.anythingSlider-default .arrow.forward a:hover,
.anythingSlider-default .arrow.back a:hover{
	background:#dc3122;
}

.anythingSlider-default .arrow.forward a:before,
.anythingSlider-default .arrow.forward a:after,
.anythingSlider-default .arrow.back a:before,
.anythingSlider-default .arrow.back a:after{
	width:0px;
	height:0px;
	content:"";
	position:absolute;
}

.anythingSlider-default .arrow.forward a:before,
.anythingSlider-default .arrow.forward a:after{
	right:0px;
	border-right:8px solid transparent;
}

.anythingSlider-default .arrow.back a:before,
.anythingSlider-default .arrow.back a:after{
	left:0px;
	border-left:8px solid transparent;
}

.anythingSlider-default .arrow.forward a:before,
.anythingSlider-default .arrow.back a:before{
	top:-4px;
	border-bottom:4px solid #575b71;
}

.anythingSlider-default .arrow.forward a:after,
.anythingSlider-default .arrow.back a:after{
	bottom:-4px;
	border-top:4px solid #575b71;
}

.anythingSlider-default .arrow.forward a:hover:before,
.anythingSlider-default .arrow.back a:hover:before{
	border-bottom:4px solid #bea201;
}

.anythingSlider-default .arrow.forward a:hover:after,
.anythingSlider-default .arrow.back a:hover:after{
	border-top:4px solid #bea201;
}

.anythingSlider-default .arrow.forward a i,
.anythingSlider-default .arrow.back a i{
	font-size:26px;
	color:#fff;
}

/***DISCOUNT NAVIGATION LINKS***/
.anythingSlider-discount-left .anythingControls{
	position:absolute;
	bottom:16px;
	left:50%;
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}

.anythingSlider-discount-left .anythingControls ul{ 
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.anythingSlider-discount-left .anythingControls ul li{ 
	float:left;
	margin:0px 4px 0px 0px;
	padding:0px;
}

.anythingSlider-discount-left .anythingControls ul li:last-child{
	margin:0px;
}

.anythingSlider-discount-left .anythingControls ul li a{
	width:10px;
	height:10px;
	display:block;
	margin:0px;
	padding:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background:#dee0ee;
}

.anythingSlider-discount-left .anythingControls ul li a.cur{
	background:#fde037;
}

.anythingSlider-discount-left .anythingControls ul li a span{
	display:none;
	visibility:hidden;
}

/***DISCOUNT NEXT_BACK LINKS***/
.anythingSlider-discount-left .arrow.forward,
.anythingSlider-discount-left .arrow.back{
	display:none;
	visibility:hidden;
}

/* End */


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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

/* End */


/* Start:/local/templates/ustemplate/css/custom.css?162401348613484*/
.advantages_wrapp {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 50px;
}
.advantages_wrapp img {
    width: 70px;
    margin: 0 0 20px;
}
.advantages_wrapp>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 20%;
}
.advantages_wrapp>div span {
    font-size: 14px;
    text-align: center;
}

/*SM MODAL*/
.how-size{
    cursor: pointer;
}

.sm-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1999;
    background-color: rgba(0,0,0,.3);
}
.sm-modal {
    display: none;
    position: fixed;
    width: 445px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 2000;
}
.sm-modal__content{
    padding: 40px 50px;
}
.sm-modal__close{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 2em;
}
.size-modal__title{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.size-modal__result{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    margin-bottom: 20px;
    padding: 10px;
}
.size-modal__result--active {
    background-color: rgba(76, 76, 76, 0.1);
}
.size-modal__result--error {
    background-color: rgba(255,0,0,.1);
}
.size-modal__row{
    display: flex;
    margin-bottom: 20px;
}
.size-modal__row-img{
    width: 40px;
    margin-right: 20px;
}
.size-modal__input{
    display: flex;
    margin-bottom: 20px;
}
.size-modal__input-field{
    width: 40px;
    margin-right: 20px;
    -moz-appearance:textfield;
}
.size-modal__input-field::-webkit-outer-spin-button,
.size-modal__input-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (max-width: 480px) {
    .sm-modal__content {
        padding: 20px 20px;
    }

}
@media (max-width:1200px) {
    .advantages_wrapp > div {
        padding: 0 5px 0;
    }

    .size-modal__title {
        font-size: 1.2em;
        padding-right: 20px;
    }
}
@media (max-width:870px) {
    .advantages_wrapp {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .advantages_wrapp>div {
        width: 33%;
        padding: 0 5px 20px;
    }
}
@media (max-width:767px) {
	.footer_panel.adaptiv_heder .footer_panel_2 {
		 margin-right: 0px!important;
	}
}
@media (max-width:540px) {
    .advantages_wrapp img {
        width: 70px;
        margin: 0 30px 20px 10px;
    }
    .advantages_wrapp {
        margin: 20px 0;
        justify-content: flex-start;
    }
    .advantages_wrapp>div {
        padding: 0 5px 7px;
        flex-direction: row;
        width: 100%;
    }
    .advantages_wrapp>div span {
        font-size: 15px;
        text-align: left;
    }
}
@media (max-width:400px) {
    .advantages_wrapp img {
        width: 60px;
    }
}
.content-catalog .sort {
    z-index: 2;
}
/*избранное сравнение для разделов*/
.item_kart .news-favorite i,
.bx_catalog_item .news-favorite i {
    color: #005359;
}
.item_kart .news-favorite,
.bx_catalog_item .news-favorite {
    opacity: 1;
}

.item_kart .news-favorite:hover .fa-heart-o:before,
.bx_catalog_item .news-favorite:hover .fa-heart-o:before {
    content: "\f004";
}
.item_kart .news-favorite:hover i,
.bx_catalog_item .news-favorite:hover i {
    color: #00A390;
}
.catalog-compare-item {
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: 1;
}
.catalog-compare-item>img {
    width: 100%!important;
    height: auto!important;
}
.catalog-compare-item .icon_out,
.catalog-compare-item:hover .icon_in {
    display: none!important;
}
.catalog-compare-item:hover .icon_out {
    display: block!important;
}
/*карточки товаров в разделах*/
.bx-no-touch .item_kart .bx_catalog_item_controls.touch,
.bx-touch .item_kart .bx_catalog_item_controls.no_touch {
    display: none !important;
}
.item_kart .expanded_block {
    position: relative;
    z-index: 2;
}
.item_kart .expanded_block a {
    position: relative;
    width: initial;
}
.item_kart .quantity_wrapp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.item_kart .quantity_wrapp>span {
    margin-left: 5px;
}
.item_kart .bx_catalog_item_controls {
    padding-top: 10px;
    text-align: center;
}
.item_kart .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.item_kart .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 18px;
    line-height: 18px;
}
.item_kart .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#fcfcfc),to(#f1f1f1));
    background-image: -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image: linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
}
.item_kart .bx_bt_button,
.item_kart .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.item_kart .bx_catalog_item_controls input[type=text] {
    border: none;
}
.item_kart .bx_col_input {
    display: inline-block;
    width: 40px;
    text-align: center;
}
.item_kart .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
    color: #3f3f3f;
    font-size: 13px;
}
.item_kart .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
    width: 100%;
    text-align: center;
}
/****************/
body .item_kart a.bx_bt_button {
    position: relative;
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#004f56), color-stop(#00A390), to(#004f56)) !important;
    background: -webkit-linear-gradient(right, #004f56, #00A390, #004f56) !important;
    background: -o-linear-gradient(right, #004f56, #00A390, #004f56) !important;
    background: linear-gradient(270deg, #004f56, #00A390, #004f56) !important;
    background-size: 200% 100% !important;
    background-position: 0% 0% !important;
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    font-weight: bold !important;
    padding: 0px 15px !important;
    color: #fff !important;
    border: 0px;
    border-radius: 0px !important;
    line-height: 40px !important;
    height: 40px !important;
    text-decoration: none;
    margin: 1%;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none!important;
    text-align: center;
    cursor: pointer;
    width: 100%!important;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}
#popupToOrderInOneClick_background {
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
#popupToOrderInOneClick_background,
#popupToOrderInOneClick {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popupToOrderInOneClick {
    margin: auto;
    max-width: 460px;
    height: 480px;
    background: #fff;
    padding: 20px;
}
#popupToOrderInOneClick .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
body .bx_catalog_item .btn_orderInOneClick_slider.btn.btn-default {
    background: #fff !important;
    border-radius: 0px;
    color: #00A390 !important;
    border: 2px solid #00A390;
}
body .bx_catalog_item .btn_orderInOneClick.btn.btn-default,
body .bx_catalog_item .btn_orderInOneClick_slider.btn.btn-default {
    width: 100%;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
    margin: 0 0 8px;
}
.bx_catalog_list_home .bx_catalog_item_controls.touch .bx_bt_button_type_2 {
    background: #fff !important;
    width: 100%;
    color: #00A390 !important;
    border: 2px solid #00A390;
}
.bx_catalog_list_home .bx_catalog_item_controls.touch .bx_bt_button_type_2:hover {
    background:#00A390 !important;
    color: #fff;
}
.bx_catalog_list_home .bx_catalog_item_controls.touch .btn_orderInOneClick,
.bx_catalog_list_home .bx_catalog_item_controls.touch .btn_orderInOneClick_slider {
    position: relative;
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#004f56), color-stop(#00A390), to(#004f56)) !important;
    background: -webkit-linear-gradient(right, #004f56, #00A390, #004f56) !important;
    background: -o-linear-gradient(right, #004f56, #00A390, #004f56) !important;
    background: linear-gradient(270deg, #004f56, #00A390, #004f56) !important;
    background-size: 200% 100% !important;
    background-position: 0% 0% !important;
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    font-weight: bold !important;
    padding: 0px 15px !important;
    color: #fff !important;
    border: 0px;
    border-radius: 0px !important;
    line-height: 40px !important;
    height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    background-position: 100% 100% !important;
    color: #fff !important;
    margin: 0 0 8px;
}
.bx_catalog_list_home .bx_catalog_item_controls.touch .btn_orderInOneClick:hover,
.bx_catalog_list_home .bx_catalog_item_controls.touch .btn_orderInOneClick_slider:hover {
    opacity: 0.96;
}
.bx_catalog_list_home.owl-carousel .owl-item:hover {
    box-shadow: none!important;
}
.bx_catalog_list_home.owl-carousel .bx_catalog_item_controls {
    opacity: 1;
}
.bx_catalog_list_home.owl-carousel .bx_catalog_item_title {
    min-height: 38px;
    line-height: 19px;
}
.bx_catalog_list_home.owl-carousel .bx_catalog_item {
    padding: 0!important;
}
.bx-no-touch .bx_catalog_list_home.owl-carousel .bx_catalog_item:hover .bx_catalog_item_container {
	position:relative;
}
.bx_catalog_list_home.owl-carousel .bx_catalog_item .bx_catalog_item_container {
    padding: 15px;
}
.bx-no-touch .bx_catalog_list_home.owl-carousel .bx_catalog_item {
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home.owl-carousel .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_list_home.owl-carousel .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_list_home.owl-carousel .bx_catalog_item .bx_catalog_item_scu {
    display: block;
}
.bx-no-touch .bx_catalog_list_home.owl-carousel .bx_catalog_item:hover .bx_catalog_item_container {
    padding: 15px;
}
@media (max-width:767px) {
    div aside.filter {
        padding: 10px 5px;
        margin: 0;
        border: 2px solid  #00A390;
    }
    aside.filter .show-smart-filter-block {
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
    .bx_catalog_item .news-favorite i {
        font-size: 22px;
    }
    .bx_catalog_item .catalog-compare-item>img {
        width: initial!important;
        height: 20px!important;
    }
}
@media screen and (max-width: 420px) {
    body .bx_catalog_item .btn_orderInOneClick_slider.btn.btn-default,
    body .bx_catalog_item .btn_orderInOneClick.btn.btn-default {
        font-size: 12px;
    }
}
@media screen and (max-width: 360px) {
    body .bx_catalog_item .btn_orderInOneClick_slider.btn.btn-default,
    body .bx_catalog_item .btn_orderInOneClick.btn.btn-default {
        padding: 0 4px !important;
    }
}

.form-group.bx-soa-customer-field[data-property-id-row="7"] {
    display: flex;
}
.form-group.bx-soa-customer-field label[for="soa-property-7"] {
    order: 2;
    padding-left: 5px;
}
#bx-soa-basket {
    display: none;
}
#bx-soa-region .bx-soa-reference {
    display: none;
}
@media (max-width: 767px) {
    #bx-soa-total-mobile {
        display: none!important;
    }
	.footer_panel_1 .town{
        display: none;
	}
	body .show-town{
		display:none;
	}
}
.footer_panel_1 .town{
       cursor: pointer;
}
.footer_panel .town span a:hover{
	border-bottom: 1px dashed #fff !important;
}
@media (max-width: 867px) {
	body .show-town{
		margin-left: -350px !important;
	}
}
body .show-town{
	display:none;
	position:fixed;
	margin:0 auto;
	top:50px;
	left:50%;
	width: 700px;
	max-width: 700px;
	z-index: 30000;
	margin-left: -400px;
	opacity: 1;
	overflow:visible;
	background:#fff;
	border: 2px solid #00A390 !important;
	min-height:600px;
}
body .show-town ul{
	margin:15px 0;
	width: 100%;
}
body .show-town ul li{
	width:33%;
	float:left;
	height:24px;
}
body .show-town ul li a{
	color:#000;
}
.edin_phone{
    font-size: 18px;
}
header .header-address{
    margin-top: 5px;
    vertical-align: top!important;
}
.under_phone{
    margin-left: 34px;
}
.phone_wa{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.con_callback{
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}
.new_callback{
    background-color: #f5f5f5;
    font-weight: bold;
    border: 2px solid #00a18f!important;
    width: 185px!important;
    text-align: center!important;
}
.header-middle .kontakts{
    margin-top: 8px;
}
body header span.search_form{
    margin-top: 20px;
}
a span.a_schema{
    color: #00A390;
}
a:hover span.a_schema{
    color: #333;
    text-decoration: underline;
}

/* End */


/* Start:/local/templates/ustemplate/components/bitrix/system.auth.form/modal/style.css?1522916627698*/
.auth-table td {
    padding: 4px;
}

.auth-table td input[type='text'], .auth-table td input[type='password']{
    width:100%!important;
    padding-left: 10px;
}

.auth-table td input[type='checkbox']{
    width:20px;
    height:20px;
    margin: 0;
}

div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/ustemplate/components/bitrix/system.auth.form/modal/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/ustemplate/components/bitrix/system.auth.form/modal/images/sec-unlocked.png);}


/* End */


/* Start:/local/templates/ustemplate/components/bitrix/main.register/modal/style.css?1522916627347*/
ul.errortext li {
	color: #FF4333;
    text-align: left;
    font-size: 14px;
	list-style-type: disc!important;
}
ul.errortext {
	-webkit-padding-start: 10px;
	
}

#registration input[type='checkbox']{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 5px 5px 0;
}
	#registration input[type='checkbox'] + label{
		display: inline;
	}
/* End */


/* Start:/local/components/uvelirsoft/callback/templates/.default/style.css?15229166287595*/
/*--CAPTCHA--*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}

#reloadCaptcha {
	cursor: pointer;
}

.alertMsg.bad i{
	margin-right: 20px;
    font-size: 28px;
    color: #b21001;
}

.cssload-thecube {
	width: 22px;
	height: 22px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(184,14,14);
	animation: cssload-fold-thecube 0.96s infinite linear both;
		-o-animation: cssload-fold-thecube 0.96s infinite linear both;
		-ms-animation: cssload-fold-thecube 0.96s infinite linear both;
		-webkit-animation: cssload-fold-thecube 0.96s infinite linear both;
		-moz-animation: cssload-fold-thecube 0.96s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.115s;
		-o-animation-delay: 0.115s;
		-ms-animation-delay: 0.115s;
		-webkit-animation-delay: 0.115s;
		-moz-animation-delay: 0.115s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.24s;
		-o-animation-delay: 0.24s;
		-ms-animation-delay: 0.24s;
		-webkit-animation-delay: 0.24s;
		-moz-animation-delay: 0.24s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.355s;
		-o-animation-delay: 0.355s;
		-ms-animation-delay: 0.355s;
		-webkit-animation-delay: 0.355s;
		-moz-animation-delay: 0.355s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(42px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(42px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(42px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(42px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(42px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(42px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(42px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(42px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(42px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(42px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(42px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(42px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(42px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(42px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(42px) rotateY(180deg);
		opacity: 0;
	}
}

.callback form.new_callback_form {
	width:100%;
	float:left;
	margin:0px;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.callback span#echo_callback_form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.callback .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.callback .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.callback .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.callback .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.callback .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.callback .row .span2 input[name="callback_captcha_word"] {
	width:100px;
	float:left;
}

.callback .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.callback div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.callback div.submit button {
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	.callback form.new_callback_form {
		padding:12px;
	}

	.callback .row {
		margin:0px 0px 3px 0px;
	}

	.callback .row .span1 {
		width:89px;
		font-size:12px;
	}

	.callback .row .span2 input[type="text"] {
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}	

	.callback .row .span2 textarea {
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
		font-size:12px;
	}

	.callback .row .span2 input[name="callback_captcha_word"] {
		margin:0px 3px 3px 0px;
	}

	.callback .row .span2 img{
		height:27px;
		float:left;
	}

	.callback div.submit {
		margin:6px 0px 0px 0px;
	}

	.callback div.submit button {
		height:28px;
		font-size:11px;
		font-weight:400;
	}
}
/* End */


/* Start:/local/templates/ustemplate/styles.css?168726622234058*/
body, button, input, textarea, div, span, p, td {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.bx-breadcrumb {
    margin: 10px 0 2px 0;
}

.container{/*min-width:320px;*/}


h4 {
        font-weight: bold;
}

/*--------------------------auth---------------------------------------------*/
.bx-authform {
	margin: 20px auto 20px;

}

.bx-authform .alert {
	text-align: center;
}

/*--------------------------icons social network-----------------------------*/

	#banner .item_kart{position:relative;}
	#banner .item_kart a{
		display:block;
		width:220px;
		height:40px;
		border-radius:4px;
		border:1px solid #f7938a;
		text-align:center;
		line-height:40px;
		position:absolute;
		right:5%;
		top:auto;
		bottom:10%;
		left:auto;
		color:#000;
		text-transform:uppercase;
		font-size:12px;
		background-color: rgba(255,255,255,0.5);
	}
	#banner .item_kart a:hover{text-decoration: none;}
	#banner .item_kart a span{
		margin-left:10px;
	}
/*:hover{cursor:pointer;}*/
/*----------------inner-page------------------*/
button , a.buttons{
	width: 190px;
	margin-right:5px;
	background-color:#f46c60;
}
	button:hover{
		opacity:0.96;
	}
	button:active{
		box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-o-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-ms-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
	}
.btn-default{
	    padding: 9px 12px;
    font-size: 14px;
    vertical-align: top;
	    background: #fff !important;
}
.navbar{
	margin-bottom:0px;
}
.breadcrumb{
	margin:2px;
	padding:0px;
}
	.breadcrumb a{
		color:#c1c1c1;
	}
		.breadcrumb li.active{
			color:#a9a9a9;
		}
/*----------------catalog------------------*/
aside.filter article{
	border-top:1px solid #cdcdcd;
	padding:20px 20px;
}
	.name{
		font-size:16px;
		font-weight:bold;
		display:block !important;
	}
	aside.filter .price {
		margin-bottom:30px;
	}
	aside.filter .price .toddler{
		margin-top:20px;
	}
	aside.filter label{
		font-weight:normal;
	}
		aside.filter .type-product label{
			font-size:16px;
			margin-left:5px;
		}
    aside.filter .bx-filter .btn-themes{
      height: 40px;
      color: #ffffff;
      background-color: #f46c60 !important;
      border: 0px;
      border-radius: 7px;
      text-transform: uppercase;
      font-size: 14px;
      outline:none;
    }
    aside.filter .bx-filter .btn-themes:hover{
      background-color: #ff7063 !important;
      outline:none;
      border: 0px;
    }
  aside.filter .bx-filter .btn-themes:active{
     box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -o-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    outline:none;
    border: 0px;
  }
  .btn-link{
    color:#333;
    outline:none !important;
  }
    .btn-link:hover{
      color:#333;
      outline:none !important;
    }
    .btn-link:active{
      color:#333;
      outline:none !important;
    }

		.modified p {
			display:inline-block;
			margin:0px;
		}
		.modified .name{
			margin:0px 0px 10px 0px;
		}
				.modified p label{
					display:block;
					width:79px;
					height:30px;
					text-align:center;
					font-size:14px;
					vertical-align:middle;
					background-color:#d9d9d9;
					padding:5px 0px;
					-webkit-transition: background-color 0.5s ease 0s;
					-o-transition: background-color 0.5s ease 0s;
					transition: background-color 0.5s ease 0s;
				}
				.bx-filter-input-checkbox span:hover{cursor:pointer;}
				.modified p label:hover{
					background-color:#a9a9a9;
				}
				.bx-filter-section.container-fluid{
					padding:0px;
				}
				.bx-filter-parameters-box{
					/* border-top:1px solid #cdcdcd; */
					padding: 10px 10px;
				}
				.bx-filter-parameters-box .prop-title, .bx-filter-parameters-box .prop-title-mobile{
					font-size:16px;
					font-weight:bold;
					margin-bottom:10px;
				}
				.bx-filter-parameters-box-container a{
					text-decoration:underline;
				}
				.bx-filter-parameters-box-container a:hover{
					text-decoration:none;
					color:#000;
				}
				.bx-filter-input-checkbox span:before{
					display:block;
					float:left;
					content:"";
					font-family: 'Glyphicons Halflings';
					color:#fff;
					width:20px;
					height:20px;
					border:1px solid #b4bbc5;
					margin-right:5px;
					font-size:13px;
					padding:2px;
					padding-top:0px;
					margin-left: 3px;
				}
				.bx-filter-input-checkbox span span:before{
					display:none;
				}
				.radio .bx-filter-input-checkbox  input[type="radio"]{
					margin-left:0px;
				}
				.radio .bx-filter-input-checkbox .bx-filter-param-text{
					padding-left:20px;
				}
				.radio .bx-filter-input-checkbox span:before{
					display:none;
				}
				.bx-filter-input-checkbox input[type="checkbox"]:checked + span:before{
					background-color:#ccd1d9;
					border:1px solid #ccd1d9;
					content:"\E013";
				}
				.bx-filter-input-checkbox input[type="checkbox"]{display:none;}
				.modified p input[type="checkbox"]:checked + label{
					background-color:#a9a9a9;
				}
				.modified p label:before{
					display:none;
				}
		.radio label, .checkbox label{padding-left:0px;}
		aside.filter .yet{
			text-decoration:underline;
			margin-top:15px;
		}
		aside.filter .more.yet{
			text-align:center;
		}
		aside.filter .more.yet:hover, aside.filter .yet:hover{cursor:pointer;text-decoration:none;}



.content-catalog .col-md-4, .content-catalog .col-sm-6, .content-catalog .col-xs-12{
	  margin:0px;
	  padding:1px;
}
.content-catalog .row{margin-right:0}
.content-catalog .row div{padding:0; background-repeat: no-repeat;
    background-size: cover
    }

.content-catalog .description{
        margin:30px 0px;
}
.content-catalog .description p{
        color:#666;
        padding:0px;
        margin:0px;
        font-size:14px;
}

/*--------------------------product_cart------------------------------*/
.row.name{
	border-bottom:2px solid #cdcdcd;
	margin-bottom:20px;
	position:relative;
	}

.bx_item_rating{
	text-align: right;
	float:right;
}
/*.product */.bx_stars_container{
	position: relative;
	width: 120px;
  height: 22px;
	background: #dadada;
	background-size: 100%;
}
/*.product */.bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/ustemplate/images/stars1.png) no-repeat center;
	/*background: url(/local/templates/ustemplate/images/stars.png) no-repeat center;*/
	background-size:100%;
}

/*.product */.bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #f46c60;
}
/*.product */.bx_stars_rating_votes{
	color: #f46c60;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}
.bx-filter-parameters-box-container .filter-option.modified p input{display: none;}

.product .caption{
  padding-bottom: 0px;
  float:left;
}
.product .bx_item_rating{
  margin-top:40px;
}

.product .product_info .not-checked{
	opacity:0.4;
}
	.product .product_info .modified p label{
		background-color:transparent;
		outline:1px solid #dbdbdb;
	}
		.product .product_info .modified p label:hover{
			background-color:#dbdbdb;
			outline:1px solid #dbdbdb;
		}



		/*---------------силизация select------------------------*/
		.product .product_info .insert, .product .product_info .count{margin:15px 0px;}
		.product .product_info  .jq-selectbox__select {
			background:transparent;
			border:1px solid #f0f0f0;
			outline:0px;
			border:0px;
			background-color:#fff;
			background-image:none;
			min-width:110px;
			}
			.product .product_info  .jq-selectbox__select:hover, .product .product_info .jq-selectbox.opened, .jq-selectbox__dropdown{
				border:0px;
				border-radius:3px;
				box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
			}
			.product .product_info  .jq-selectbox.opened{
				border-bottom:0px;
			}
			.jq-selectbox__dropdown{
				padding-top:15px;
				top:15px !important;
				z-index:-1;
			}
			.jq-selectbox li{
				background-color: #fff;
			}
			.jq-selectbox li.selected, .jq-selectbox li:hover {
				background-color: #f2f2f2;
				color: #292d33;
			}
		.product .product_info .jq-selectbox__trigger {border:0px;}
		.product .product_info .jq-selectbox__trigger-arrow {
			border-top: 5px solid #000;
			border-right: 3px solid transparent;
			border-left: 3px solid transparent;
		}
		/*----------------------------------------------------*/

		.product .owl-prev, .product .owl-next {
				border-top: 4px solid #c1c1c1;
				border-left: 4px solid #c1c1c1;
		}
			.product .slider-product li{
				text-align:center;
				position:relative;
				cursor:pointer;
			}
			.product .slider-product .lSPager.lSGallery{
				width:100% !important;
				display:-ms-flexbox;
				display:-webkit-box;
				display:flex;
				-ms-flex-align:center;
				        -webkit-box-align:center;
				        align-items:center;
				-ms-flex-pack:distribute;
				        justify-content:space-around;
			}
			.product .socials{
        display: block;
        position: absolute;
        top: 90%;
        left:50%;
        margin-left: -109px;
				}
			.product .socials a{
				opacity:0.4;
				padding: 5px;
			}
			.product .slider-product .lSSlideWrapper{
				border:1px solid #f4f4f4;
				    margin: 0px 20px;
			}
			.product .slider-product  .lSSlideOuter .lSPager.lSGallery li{border:1px solid #f4f4f4;}
				.product .slider-product li .news-icon .news-favorite{
							background-size: 100% auto;
							width:35px;
							height:35px;
				}
			.product .slider-product .lSAction{
				display:none !important;
			}
			.product .product_info .price{
				font-size:30px;
				color:#000;
			}
			.product .product_info .description{
				font-size:14px;
				color:#666;
			}
			.product .product_info .modified .name{
				margin-bottom:10px;
				}
			.product .product_info .determine_size{
				font-size:12px;
				color:#b2b2b2;
				text-decoration:underline;
				margin-bottom:20px;
			}
				.product .product_info .determine_size:hover{
					text-decoration:none;
				}





		.product .title {margin:20px 0px;}
		.product #comments .item_comments{
			position:relative;
		}
			.product #comments .item_comments .avatar{
				width:20%;
				height:100%;
				display:inline-block;
				vertical-align:top;
				margin-right:10px;
			}
			.product #comments .item_comments .who{
				width:75%;
				height:100%;
				display:inline-block;
			}
			.product #comments .item_comments .who .description{
				color:#666;
				font-size:14px;
			}
      .product #comments .owl-stage-outer{
        /*max-height:300px;*/
        padding: 0px 30px;
      }
			.product #comments .item_comments .who .name{
				color:#333;
				font-weight:normal;
			}
			.product #comments .item_comments .who .name time, .product #comments .item_comments .who .evaluation{
				color:#b2b2b2;
				font-size:14px;
				font-weight:normal;
				margin-left:10px;
			}
			.product #comments .item_comments .who .evaluation{
				margin:0px;
				position:relative;
				width:100%;
				display:inline-block;
			}
			.product #comments .owl-dots{
				display:none !important;
			}
			.product #comments .item .bx_item_rating, .liked-page .rating .bx_item_rating{
				display:inline-block;
				float:none;
				margin:0px;
			}
			.product .look_comments{float:right;}
			.product .give_feedback a{
				text-decoration:underline;
				color:#333;
			}
			.product .give_feedback  a:hover{
				text-decoration:none;
			}
			.product .give_feedback .user_comment{
				border:1px solid #c2c2c2;
				border-radius: 7px;
				width:100%;
				max-width:100%;
				height:50px;
				max-height:50px;
				padding:5px;
			}
		.product .buttons.publish{
			float:right;
			margin-top:20px;
		}

		/*-------------------basket.html, liked.html---------------------------*/
    h1, .h1{
      padding-bottom:10px;
      /*border-bottom:1px solid #cdcdcd;*/
    }
    .basket-page table,
    .liked-page table{
      width:100%;
    }
      .basket-page table tr,
      .liked-page table tr{
        border-bottom:1px solid #cdcdcd;
      }
        .basket-page table tr th, .basket-page table tr td,
        .liked-page table tr th, .liked-page table tr td{
          padding:5px;
        }
        .basket-page table tr td.identifier,
        .liked-page table tr td.identifier{
          min-width:10px;
          vertical-align: top;
        }
        .basket-page table tr td.image,
        .liked-page table tr td.image{
          max-width:140px;
          padding:10px;
        }
          .basket-page table tr td.image img,
          .liked-page table tr td.image img{
            width:100%;
            max-width:260px;
          }
          .basket-page table tr td.characteristic,
          .liked-page table tr td.characteristic {
            max-width:170px;
            min-width:160px
          }
          .basket-page table tr td.characteristic p:not(.name),
          .liked-page table tr td.characteristic p:not(.name){
            margin-bottom:3px;
          }
          .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
          .liked-page table tr td.count, .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
            text-align:center;
          }
          .basket-page table tr td.delete,
          .liked-page table tr td.delete{
            min-width:95px;
          }
          .basket-page table tr td.delete span:hover,
          .liked-page table tr td.delete span:hover{
            cursor:pointer;
          }
          .basket-page table tr td.delete span:after,
          .liked-page table tr td.delete span:after{
            content:'\2716';
            display: inline-block;
            margin-left: 10px;
          }
          .liked-page table tr td.look a{
            padding:10px 8px;
            background-color:#f0f0f0;
            border-radius:5px;
          }
          .liked-page table tr td.look a:hover{
            background-color:#e4e4e4;
            color:#000;
            text-decoration:none;
          }
          .liked-page table tr td.look a:active{
            box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -webkit-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -o-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -ms-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
          }
          .basket-page .bottom-basket,
          .liked-page .bottom-basket{
            text-align:right;
          }
          .basket-page .bottom-basket .pagination>li>a,
          .liked-page .bottom-basket .pagination>li>a{
            margin:5px;
            width:22px;
            padding:3px 0px;
            height:22px;
            text-align: center;
            border-radius:5px;
            color:#000;
            font-size:12px;
          }
          .basket-page .bottom-basket .pagination>li.active>a,
          .liked-page .bottom-basket .pagination>li.active>a,
          .basket-page .bottom-basket .pagination>li:first-child:hover:not(.disabled) a,
          .basket-page .bottom-basket .pagination>li:last-child:hover:not(.disabled) a,
          .liked-page .bottom-basket .pagination>li:first-child:hover:not(.disabled) a,
          .liked-page .bottom-basket .pagination>li:last-child:hover:not(.disabled) a{
            border:0px;
            color:#f46c60;
            background-color: transparent;
          }
          .basket-page .bottom-basket .pagination>li.active>a:hover, .basket-page .bottom-basket .pagination>li.disabled>a:hover,
          .liked-page .bottom-basket .pagination>li.active>a:hover, .liked-page .bottom-basket .pagination>li.disabled>a:hover
          {
            background-color: transparent;
            cursor:default;
          }
          .basket-page .bottom-basket .pagination li:first-child  a, .basket-page .bottom-basket .pagination li:last-child  a,
          .liked-page .bottom-basket .pagination li:first-child  a, .liked-page .bottom-basket .pagination li:last-child  a
          {
            border: 0px;
            line-height: 10px;
            color: #cdcdcd;
            font-size: 50px;
          }
          .basket-page .bottom-basket .pagination li a:hover,
          .liked-page .bottom-basket .pagination li a:hover{
            background-color: #c5c5c5;
          }
          .basket-page .bottom-basket .all-total span:last-child, .basket-page .bottom-basket .all-total-sale span:last-child,
          .liked-page .bottom-basket .all-total span:last-child, .liked-page .bottom-basket .all-total-sale span:last-child{
            min-width: 80px;
            display: inline-block;
          }
          .basket-page .all,
          .liked-page .all{
            display: block;
            color:#000;
            text-decoration:underline;

          }
          .basket-page .delete.all,
          .liked-page .delete.all{
            float:left;
            margin-top:20px;
          }
          .basket-page .look.all,
          .liked-page .look.all{
            float:right;
            margin-top: -40px;
          }
          .basket-page .all:hover,
          .liked-page .all:hover{
            cursor: pointer;
            text-decoration: none;
          }
          .liked-page table tr .comment a{
            color:#333;
            text-decoration:underline;
          }
            .liked-page table tr .comment a:hover{
                color:#333;
                text-decoration:none;
            }
		/*---------------------------------------------------------*/
		/*------------------личная информация----------------------*/
    .personal_data-form{
      padding:70px 0px 50px 50px;
    }
      .personal_data-form span:first-child{
        display: block;
        float: left;
        width:125px;
        font-size:14px;
        color:#000;
        margin-right: 20px;
      }
      .personal_data-form input{
        height:40px;
        padding:0px 10px;
      }
        .personal_data-form input[type="text"], .personal_data-form input[type="date"], .personal_data-form input[type="password"]{
          display: inline-block;
          border:2px solid #d2d6dc;
          border-radius:4px;
          width:320px;
          line-height: 40px;
          padding: 7px
        }
          .personal_data-form .gender input[name="gender"]{
            display:none;
          }
        .personal_data-form .gender label{
          display: inline-block;
          width:155px;
          max-width:155px;
          margin-right:5px;
          border-radius:4px;
          border:2px solid #d2d6dc;
          background-color: #fff;
          height:40px;
          line-height:38px;
          text-align:center;
        }
        .personal_data-form label.load_file{
          width:150px;
          border-radius:4px;
          border:2px solid #d2d6dc;
          background-color: #fff;
          height:40px;
          line-height:38px;
          text-align:center;
        }
        .personal_data-form .load_file input[type="file"]{
            display:none;
          }
        .personal_data-form .delete_photo{
          display: block;
          text-decoration: underline;
          font-size: 14px;
          color:#000;
        }
        .personal_data-form p span.load{display:block;height:100%;}
        .personal_data-form .delete_photo:hover{
          text-decoration: none;
          cursor:pointer;
        }
        .personal_data-form .part{
          border-bottom:1px solid #c1c1c1;
          margin:20px 0px;
          font-size: 14px;
          color:#000;
        }
        .personal_data-form p:last-child{
          display: inline-block;
          width:auto;
          position: relative;
        }
        .personal_data-form p:last-child button{
          display: block;
          position: absolute;
          margin-top: 20px;
          right: 0px;
        }
          .personal_data-form .gender label:hover, .personal_data-form .gender input[name="gender"]:checked + label{
            background-color: #c1c1c1;
            cursor:pointer;
          }
          .personal_data-form .load-image{
            width:60px;
            height:60px;
            margin-right:10px;
            margin-bottom:10px;
        }
/**/
#banner .owl-controls .owl-nav>div{
	background-image: none !important;
}
    /*---------------------------------------------------------*/
    .item.item_kart {
    position: relative;
		}
    .item-newproduct, .item-bestseller, .item-discount-prop, .item-discount{
			width:35px;
			height:31px;
			display:inline-block;
			vertical-align: top;
			margin: 5px 0px;
		}
		svg{
			position:absolute;
			z-index:1;
			width:100%;
			height:100%;
		}
		.item_mark{
			position:absolute;
			top:0;
			left:0;
			color:#fff;
			z-index: 0;
			width: 31px;
		}
			.item-newproduct span, .item-bestseller span, .item-discount-prop span, .item-discount span{
		    position: relative;
		    z-index: 1;
		    display: inline-block;
		    width: 20px;
		    text-align: center;
		    top: 4px;
		    left: 3px;
		    font-size: 12px;
			}
    .action .title{
      text-align:left;
      text-transform:none;
    }
    .action-carousel  .owl-dots{display:none !important;}
    .action-carousel-baner{
      padding:0px 20px;
    }
    .action-carousel-baner .action-title{
      color:#f46c60;
      font-size:18px;
    }
    .action-carousel-baner .action-description{
      font-size:12px;
    }
    .right-line{
      border-right:1px solid #ddd;
    }
    .action-carousel .title-news .price{
      font-size: 15.5px;
      padding-top: 0px;
    }
    .action-carousel .price span{
      font-size: 15.5px;
      display: inline-block;
      margin-right: 10px;
    }
    .action-baner-image{
      display:inline-block;
      width:100%;
      text-align:center;
      height: auto;
      margin-bottom: 20px;
      border:1px solid #f0f0f0;
    }
    .action-baner-image img{width:100%;}
    .action-baner-image img.vertical{max-width:400px;}
    .old-price{text-decoration:line-through;}
    .new-price{color:#f46c60;}
   .action-carousel .owl-next{right:-10px;}
   .action-carousel .owl-prev{left:-10px;}
   .action-carousel .owl-carousel{padding:20px;}
   .action-carousel .news-icon span{width:25px;height:25px;}
   .action-carousel .news-favorite i{line-height: 25px;font-size: 17px;}
   .action-carousel .title-news{font-size:14px;}
   .action-carousel .owl-prev, .action-carousel .owl-next{width:20px;height:20px;top:50%;margin-top:-10px;}

@media only screen and (max-width:850px){
  .basket-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .liked-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    font-size:14px;
  }
  .basket-page table tr td.identifier span,
  .liked-page table tr td.identifier span,
  .basket-page table tr td.delete span,
  .liked-page table tr td.delete span{
    font-size:16px;
    margin-top: 15px;
    display: inline-block;
  }
  .basket-page table tr td.delete span:after,
  .liked-page table tr td.delete span:after{
    margin-left:5px;
  }
}
@media only screen and (max-width:767px){
	main .container{
    padding: 5px 10px;
	}
	aside.filter{
		margin:10px 0px;
	}
	aside.filter article{
		border-top:0px;
		vertical-align: top;
		display:inline-block;
		width:49%;
		padding:0px;
		position:relative;
	}
	aside.filter .yet{display:none;}
	aside.filter .more.yet{display:inline-block;width:100%;}
	aside.filter .name{
		border:1px solid #f0f0f0;
		max-width:170px;
		min-width:115px;
		width:100%;
		border-radius:3px;
		padding:4px;
		position:relative;
	}
	aside.filter .name:after{
		content:"";
		display:block;
		position:absolute;
		right:10px;
		top:12px;
		border-top:5px solid #000;
		border-right:3px solid transparent;
		border-left:3px solid transparent;
		height:5px;
	}
	aside.filter .price{
		margin-bottom:10px;
	}
  aside.filter .bx-filter-button-box .bx-filter-parameters-box-container{
    text-align: center;
  }
  aside.filter .bx-filter-parameters-box{
    border-top:0px;
  }
	.content-catalog .description{
		margin:20px;
	}
	body header .bottom-catalog-menu .sub-toggle-menu.navbar-collapse {
		width: 200%!important;
		transform: translateX(-50%);
	}
	.filter-option{
		display:none;
		position:absolute;
		z-index:2;
		background-color:#fff;
		width:100%;
		padding:5px;
		}
	.product .row.name .caption{
		float:none;
	}
		.product .row.name .caption span{
			display:block;
			margin-left:0px;
		}
			.product .row.name .caption .article{
				margin-top:10px;
				display:inline-block;
			}
	.bx_item_rating{
		margin-top:0px;
		margin-bottom:10px;
	}
	.product .product_info .modified p label {
    width: 40px;
    height: 40px;
    margin: 5px;
		padding: 10px 0px;
	}
  .basket-page table tr:first-child,
  .liked-page table tr:first-child{
    display:none;
  }
  .basket-page table tr th, .basket-page table tr td,
  .liked-page table tr th, .liked-page table tr td{
    padding:0px;
    vertical-align: top;
  }
  .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
  .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
    display:table;
    text-align:left;

  }
  .basket-page table tr td.delete,
  .liked-page table tr td.look, .liked-page table tr td.delete{
    text-align: right;
    width: 100%;

  }
    .basket-page table tr td.delete span,
    .liked-page table tr td.delete span{
      margin-right: 10px;
    }
    .basket-page table tr td.count:before, .basket-page table tr td.price:before, .basket-page table tr td.sale:before, .basket-page table tr td.total:before,
    .liked-page table tr td.price:before, .liked-page table tr td.sale:before{
      margin-right:10px;
      margin-bottom: 5px;
      display: inline-block;
    }
    .basket-page table tr td.count:before{
      content:'Количество:';
    }
    .basket-page table tr td.price:before,
    .liked-page table tr td.price:before{
      content:'Цена за шт.:';
    }
    .basket-page table tr td.sale:before,
    .liked-page table tr td.sale:before{
      content:'Скидка:';
    }
    .basket-page table tr td.total:before{
      content:'Итого:';
    }
    .liked-page table tr td.look a{
      margin: 5px 10px 5px 0px;
      display: inline-block;
    }
    .right-line{
      border-right:0px;
    }

}
@media only screen and (max-width:650px){
  h1, .h1{
    font-size:22px;
  }
  .basket-page table tr,
  .liked-page table tr{
    position: relative;
  }

  .basket-page table tr td.identifier, .basket-page table tr td.image, .basket-page table tr td.characteristic,
  .liked-page table tr td.identifier, .liked-page table tr td.image, .liked-page table tr td.characteristic,
  .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
  .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
    display:table;
    width:100%;
    max-width:100%;
  }
  .basket-page table tr td.image, .liked-page table tr td.image{
    text-align:center;
  }
  .basket-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .liked-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    font-size:16px;
  }
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    margin-top:10px;
  }
    .basket-page .look.all, .liked-page .look.all{
      float: none;
      margin-top: 0px;
    }
    .basket-page table tr td.delete,
    .liked-page table tr td.delete{
      margin-top: -230px;
      margin-bottom:220px;
    }
    .personal_data-form span:first-child {
      float: none;
      width: 100%;
    }
    .personal_data-form input[type="text"], .personal_data-form input[type="date"], .personal_data-form input[type="password"]{
      width:100%;
    }
    .personal_data-form .gender label {
    display: block;
    float: left;
    width: 50%;
    margin:0px;
    max-width:100%;}
    .personal_data-form p:last-child{display:block;}
    #banner .item_kart a{
			height:35px;
			width:200px;
			line-height:35px;
			bottom:15%;
		}
}
@media only screen and (max-width:480px){
	.product .product_info a.buttons {
		display:block;
		margin: 10px auto;
	}
	.product .look_comments{display:none;}
	.product .buttons.publish{
		margin-top:5px;
	}
	.product #comments .item_comments .avatar{
		margin-right:5px;
	}
	.product #comments .item_comments .who .name,
  .basket-page .delete.all, .liked-page .delete.all{
		font-size:14px;
	}
  .basket-page .bottom-basket nav,
  .liked-page .bottom-basket nav{
    text-align: center;
  }
  .basket-page .bottom-basket nav .pagination,
  .liked-page .bottom-basket nav .pagination{
    margin:10px 0px;
  }
    .basket-page .bottom-basket .all-total span, .basket-page .bottom-basket .all-total-sale span,
    .liked-page .bottom-basket .all-total span, .liked-page .bottom-basket .all-total-sale span{
       font-size:14px;
    }
      .basket-page .bottom-basket .all-total span:last-child, .basket-page .bottom-basket .all-total-sale span:last-child,
      .liked-page .bottom-basket .all-total span:last-child, .liked-page .bottom-basket .all-total-sale span:last-child{
        min-width:60px;
      }
      .basket-page .bottom-basket div button,
      .liked-page .bottom-basket div button{
        margin: 10px auto;
        display: block;
      }
  .basket-page table tr td.identifier span, .basket-page table tr td.delete span,
  .liked-page table tr td.identifier span,  .liked-page table tr td.delete span{
    margin-top:0px;
  }
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    max-width: 180px;
    font-size: 14px;
  }
  .personal_data-form{padding:0px;}
  .personal_data-form p:last-child button{
    position: static;
    width:100%;
  }
#banner .item_kart a {
    height: 25px;
    width: 130px;
    line-height: 25px;
    bottom: 20%;
    font-size: 10px;
}

}
@media only screen and (max-width:400px){
  .basket-page-no .buttons,
  .liked-page-no .buttons{
    margin: 10px auto;
    display: block;
  }
}

.popup-window-content{
	background:transparent!important;
}
.popup-window-titlebar {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.btn_nosize_razmer {
    cursor: pointer;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    width: 130px;
}
.btn_nosize_razmer:hover{
    border: 1px solid #909090;
}
#count_text_catalog_element{
	display: none;
}
.element_detail_favorite>.news-favorite{
	opacity: 1;
	color: #005359;
}
.element_detail_favorite>span>i{
	font-size: 25px;
	/*line-height: 60px;*/

}
#favorite_text_element_detail{
	width: 100%;
	height: 100%;
	display: inline;
	opacity: 1;
	font-size: 14px;
	color: #00A390;
	text-decoration: none;
	vertical-align: super;
}

span#favorite_text_element_detail:hover {
	text-decoration: underline;
}
.compare_element_detail>i, .element_detail_favorite>i{
	font-size: 25px;
	color: #005359;
}
.element_detail_favorite{

	display: inline-block;
	position: inherit!important;
}
.params_element_detail{
	font-weight:700;
	color: #333;
	font-size: 13px;
	font-family: Arial;
	padding: 0px 0 10px 10px;
}
@media (max-width: 480px) {
	.params_element_detail{
		font-weight:700;
		color: #333;
		font-size: 13px;
		font-family: Arial;
		padding: 0px 0 10px 0px;
	}
}
.adaptiv-view>.container{
	width: 100% !important;
	max-width: 100% !important;
}
.start_ing>a:hover{
	box-shadow: none!important;
}
.profile_adaptive{
	font-size: 12px;
}
.img_numberhead{
	text-decoration: none;
	margin-right: 4px;
	width: 18px;
}
/* End */


/* Start:/local/templates/ustemplate/template_styles.css?175326222462060*/
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Light'), local('OpenSans-Light'), url('/local/templates/ustemplate/fonts/opensans/opensanslight.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensanslight.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensanslight.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('/local/templates/ustemplate/fonts/opensans/opensanslightitalic.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensanslightitalic.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensanslightitalic.ttf') format('truetype');
 font-weight: 300;
 font-style: italic;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans'), local('OpenSans'), url('/local/templates/ustemplate/fonts/opensans/opensans.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensans.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensans.ttf') format('truetype');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/local/templates/ustemplate/fonts/opensans/opensansitalic.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensansitalic.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensansitalic.ttf') format('truetype');
 font-weight: 400;
 font-style: italic;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibold.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibold.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibold.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibolditalic.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibolditalic.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensanssemibolditalic.ttf') format('truetype');
 font-weight: 600;
 font-style: italic;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/local/templates/ustemplate/fonts/opensans/opensansbold.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensansbold.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensansbold.ttf') format('truetype');
 font-weight: 700;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/local/templates/ustemplate/fonts/opensans/opensansbolditalic.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensansbolditalic.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensansbolditalic.ttf') format('truetype');
 font-weight: 700;
 font-style: italic;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabold.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabold.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabold.ttf') format('truetype');
 font-weight: 800;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Open Sans';
 src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabolditalic.woff2') format('woff2'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabolditalic.woff') format('woff'), url('/local/templates/ustemplate/fonts/opensans/opensansextrabolditalic.ttf') format('truetype');
 font-weight: 800;
 font-style: italic;
 font-display: swap;
}
.us-copyright{
 text-align: right;
 font-size: 13px;
 width: 100%;
 vertical-align: middle;
 display: block;
}
 .us-copyright img {
 display: inline-block;
 vertical-align: sub;
 margin-right: 5px;
 }
.anythingSlider li {
 list-style: none;
}
.anythingSlider-default .anythingControls ul li a{
 position: static;
 opacity: 1;
}
font.notetext {
 color: #b21001;
 font-size: 24px;
}

.main_menu .sections.active {
 background-color: #7d0000;
}

.pre-footer .container {
 background: #ffffff;
}
header.cart-position-top {
 margin-top: 51px;
 /*margin-top: 103px;*/
}
footer.cart-position-bottom{
 margin-bottom:50px;
}

.show-smart-filter-block, .hide-smart-filter-block span {
 color: #333333;
 font-size: 14px;
}

.show-smart-filter-block, .hide-smart-filter-block {
 border-bottom: 1px solid #dddddd;
 text-align: center;
 margin-bottom: 10px;
 background: #edeef8;
 padding: 2px;
 border-radius: 3px;
 cursor: pointer;
 height: 26px;
}

#smart-filter-block-opener, #smart-filter-block-closer {
 float:left;
 padding-left: 10px;
}

#smart-filter-block-opener-label, #smart-filter-block-closer-label {
 float: right;
 padding: 0 4px;
 font-size: 26px;
 font-weight: bold;
 margin-top: -8px;
}

.footer_panel_all{
 display:none;
 width:100%;
height:50px;
/*height: 100px;*/
 position:fixed;
 left:0px;
 bottom:0px;
 margin:0px;
 padding: 0px 10px;
 z-index:999;
 background-color: #b21001;
 -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
}
.footer_panel_all .fa{
 font-size: 28px;
}

.footer_panel_1 div, .footer_panel_2 div{
 display:inline-block;
}

.clvt .footer_panel_all{
 bottom:auto;
 top:0px;
}

.footer_panel{
 /*max-width:1200px;*/
 /*max-width:1385px;*/
 max-width:1300px;
 /*max-width:1195px;*/
 width: 100%;
 height:50px;
 line-height: 50px;
 vertical-align: middle;
 margin:0px auto;
 padding:0px;
 position:relative;
}

.footer_panel_1{
 float:left;
 margin:0px;
 padding:0px;
}
.footer_panel_1>div{
 margin-right: 10px;
}
.footer_panel_2 {
 float: right;
 margin: 0px;
 padding: 0px;
/*margin-left: -191px;*/
}

.footer_panel *{
 color: #fff !important;
}
.footer_panel a{
 border-bottom: 1px dashed transparent !important;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 text-decoration: none;
}

.footer_panel a:hover{
 text-decoration: none;
}
.footer_panel a.text:hover{
 border-bottom: 1px dashed #fff !important;
}

.footer_panel i{
 color: rgba(0,0,0,0.3) !important;
 vertical-align: middle;
 position: static !important;
 width: 28px !important;
 margin-right: 3px;
}
.bx-basket-block a{
 margin-right: 0px;
}
.text.text-name:after, .text.login_link:after{
 content:'|';
 display: inline-block;
 margin:0px 3px 0px 7px;
 text-decoration: none;
 border-bottom: 0px;
}
.count, .count-products{
 display: inline-block;
 padding: 4px !important;
 min-width: 24px !important;
 height: 24px !important;
 position: static;
 color: #ffffff;
 background: rgba(0,0,0,0.2) !important;
 border-radius: 12px;
 text-align: center;
 vertical-align: middle;
 font-size: 14px !important;
 text-decoration: none;
 font-family: "Open Sans", sans-serif;
 line-height: 16px !important;
 margin-right: 10px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
div.compare{
 position: static !important;
}

a.compare{
 font-size: 12px;
}

.footer_panel_all{
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.footer_panel_all.cart-block-side{
 height: 350px;
 width: 50px;
 padding: 0px;
}

.footer_panel_all.cart-block-side .footer_panel{
 height:100%;
 line-height: normal;
 width: 50px;
}

.footer_panel_all.cart-block-side .footer_panel_1{
 width: 100%;
 padding: 0px;
 text-align: center;
 }
.footer_panel_all.cart-block-side .footer_panel .footer_panel_1>div,
 .footer_panel_all.cart-block-side .footer_panel .bx-basket-block{
 width: 100%;
 padding: 10px 0px 10px 0px;
 border-bottom: 1px solid rgba(0,0,0,0.1);
 text-align: center;
 }
.footer_panel_all.cart-block-side .footer_panel .footer_panel_1>*{
 display: block;
 width: 100%;
 text-align: center;
}
.footer_panel_all.cart-block-side .footer_panel i{
 margin-right: 0px;
}

.footer_panel_all.cart-block-side .bx-basket-block a{
 display: block;
 text-align: center;
 }
.footer_panel_all.cart-block-side .count,
 .footer_panel_all.cart-block-side .count-products{
 margin: 10px 0px 0px 0px;
 }
.footer_panel_all.cart-block-side .text,
 .footer_panel_all.cart-block-side .total-price{
 display: none !important;
 }
.footer_panel_all.block-position-top{
 top:0px;
 bottom: calc( 100% - 50px );;
}
.footer_panel_all.block-position-bottom{
 top: calc( 100% - 50px );;
 bottom: 0px;
}
.footer_panel_all.block-position-right-bottom{
 top: calc( 100% - 450px );;
 left: calc( 100% - 50px );
 right: 0px;
 bottom: 100px;
}
.footer_panel_all.block-position-right-top{
 top: 100px;
 left: calc( 100% - 50px );
 right: 0px;
 bottom: calc( 100% - 50px );
}
.footer_panel_all.block-position-left-bottom{
 top: calc( 100% - 450px );
 left: 0px;
 right: calc( 100% - 50px );
 bottom: 100px;
}
.footer_panel_all.block-position-left-top{
 top: 100px;
 left: 0px;
 right: calc( 100% - 50px );
 bottom: calc( 100% - 50px );
}
.switch{
 display:block;
 width:50px;
 height:50px;

 position:absolute;
 top:0px;
 right:0px;
 z-index:601;
 padding:4px 5px 5px 5px;
}
.switch svg {
 width: 42px;
 height: 42px;
}
.switch svg path:hover{
 cursor:pointer;
 fill-opacity:.8;
}
.footer_panel_all.cart-block-side .footer_panel_2 {
 margin-right: 0px !important;
}
.switch .fil0 {fill:#BE2A2A;fill-rule:nonzero;}
.switch .fil1 {fill:#F39314;fill-rule:nonzero;}
.footer_panel_all.cart-block-side .switch{
 top:auto;
 left: 0px;
 right: auto;
 bottom: 0px;
 background-color: #b21001;
}
.clr{clear: both;}
@media(max-width: 1300px){
.footer_panel_2{
 margin-right: 30px!important;
}
}
@media(max-width: 1000px){
 .text{display: none;}
 .bx-basket-block{padding-left: 0px;}
}
@media(max-width: 600px){
 .total-price{display: none;}
}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
 position: relative;
 overflow: hidden;
 margin: 0;
 width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
 position: relative;
 display: block;
 margin: 0!important;
 padding: 0;
 width: 100%!important;
 white-space: normal;
}
.bx_catalog_list_home .bx_item_detail_size ul li{
 padding: 0 1px;
 height: 26px;
 min-width: 26px;
}


/* ============================================================= СТАРЫЕ СТИЛИ ======================================================= */

body{
 font-size:16px;
 font-family:"Open Sans", sans-serif;
 position: relative;
 background: #edeef8;
}

a{
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 color: #505050;
}
a,a:active, a:focus{
 text-decoration:underline;
 outline:none;
}

a:active, a:focus{
 color: #b21001;
}

a:hover{
 color:#b21001;
}

:focus{outline:none;text-decoration:none;}
:hover{outline:none;text-decoration:none;}
input:hover{outline:none}
ul>li{
 /* list-style-type: none; */
}

.btn-md {
 background-color: #ebebeb!important;
 border-color: #DCDCDC!important;
 color:#555555!important;
}

.btn-lg {
 background-color: #b21001!important;
 border-color: #b21001!important;
}

/*------bootstrapoverview---------*/

.btn-primary:hover, .btn-primary:active {
 color: #ebebeb;
 background-color: #b21001!important;
 border-color: #b21001!important;
}

.btn-primary {
 color: #fff;
 background-color: #b21001;
 border-color: #b21001;
}
.bx-composite-btn-fixed{
 right:calc(50% - 95px);
}

/*-------header-------*/
header{
 position: relative;
 z-index: 2;
}
svg polygon{
 fill:#b21001;
}
.header-middle{
 /* background-color: rgba(255,255,255,0.5); */
 width: 100%;
}

.header-middle .container{
 /* background: #ffffff; */
}

header .row{
 /*min-height:36px;*/
}
.row_search{
 padding-right: 40px;
}
.container{
 width:100%;
 max-width:1200px;
}
.container .container{
 padding:0px;
}

.maincontent {
 padding-top: 18px;
 background: #ffffff;
}

#maincontent{
 padding-top: 12px;
}

.kontakts{
 float:right;
 width:100%;
}
.vhod{
 float:right;
 width:30%;
 padding-top: 5px;
}
.logo{
 display: inline-block;
 max-height: 40px;
 margin: 0px auto;
 color: #333 !important;
 text-decoration: none !important;
 font-size: 13px;
 text-align: center;
 /*line-height: 10px;*/
 line-height: 0;
}
.work-time{
 display: block;
 margin-bottom: 7px;
}
header .tel span{
 line-height: 22px;
}
.kontakts .row, .vhod .row{
 margin:0px;
}
 .logo img{

 max-width:100%;
 max-height:40px;
 display:block;
 height:auto;
 width:auto;
 }
 header .tel, header .header-address{
 display: inline-block;
 vertical-align: bottom;
 font-size: 14px;
 /*margin: 22px 0px 0px 0px;*/
 color: #4f4f4f;
 white-space: nowrap;
 vertical-align: middle;
}
header .socials{margin-bottom: 25px;}
header .socials a i{
 color:#c1c1c1;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.vhod{
 text-align:right;
 font-size:14px
}
.vhod_registr{
 display: block;
 vertical-align: bottom;
 margin: 22px 0px 26px 0px;
}
.vhod_registr a{padding-left:20px}
.vhod .vhod_registr a{display: inline-block;}
header .row_search .fa{
 color: #c1c1c1;
 font-size: 30px;
 vertical-align: top;
}
header .row_search .fa.fa-shopping-cart{
 margin-top: -5px;
}
header .row_search .fa.fa-search{
 font-size: 25px;
}
header span.search_form {
 display: block;
 margin: 40px 25px 20px 25px;
 position: relative;
}
header span.search_form form{
 text-align: center;
}
header span.search_form input.search-suggest{
 height: 40px;
 line-height: 40px;
 width: 100%;
 padding:0px 10px 0px 40px;
 background-color: rgba(255,255,255,0.57);
 border: 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 border-radius: 3px;
}
header span.search_form input[type="submit"]{
 display: inline-block;
 position: absolute;
 top: 2px;
 right: 6px;
 text-decoration: none;
 color: #767f8c;
 font-size: 13px;
 line-height: 22px;
 text-align: left;
 text-transform: uppercase;
 vertical-align: middle;
 white-space: nowrap;
 border: 1px solid #767f8c;
 border-radius: 3px;
 padding: 2px 5px;
 margin: 4px 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 background-color: transparent;
}
header span.search_form input.search-suggest:focus{
 background-color: rgba(255,255,255,1);
}
header span.search_form .search{
 position: absolute;
 top: 0px;
 left: 6px;
 font-size: 25px;
 color: #dee0ee;
}
header span.search_form .search:hover .fa{
 color: #920000;
 cursor: pointer;
}
header .phone{
 display: inline-block;
 text-decoration: none;
 color: #333;
 font-size: 13px;
 text-align: left;
 text-transform: uppercase;
 vertical-align: top;
 white-space: nowrap;
 width: 160px;
 border: 1px solid #333;
 border-radius: 3px;
 padding: 2px 4px;
 margin: 4px 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 margin-left: 35px;
}
header .phone:hover{
 color:#b21001;
 border-color: #b21001;
}

header .phone .wibro{
 color:#333;
 margin-left: 5px;
 font-size: 20px;
 vertical-align: top;
}
header .phone:hover .wibro{
 color:#b21001;
}
header .phone:hover .wibro{
 -webkit-animation: 0.1s tremor ease-out infinite;
 animation: 0.1s tremor ease-out infinite;
}
@-webkit-keyframes tremor {
 0%, 25% {
 left: -1px;
 top:-1px;
 -webkit-transform: translateX(-4%);
 transform: translateX(-4%);
 }
 50%, 100% {
 left: 1px;
 top: 1px;
 -webkit-transform: translateX(4%);
 transform: translateX(4%);
 }
}
.navbar-default{
 background:transparent;
 border:0px;
 border-left:none;
 border-right:none;
 border-radius:0;
 width:100%;
 min-height: 0px;
}
.main-menu{
 background-color: #dee0ee;
 height: 36px;
 line-height: 36px;
}
.main-menu .container-fluid, .main-menu .collapse.navbar-collapse, .main-menu .navbar-nav{
 padding: 0px;
 text-align: left;
 border: 0px;
}

.main-menu .navbar-default .navbar-nav > li > a{
 color:#000;
 padding: 0 16px;
 text-transform: none;
 margin-right: 0;
 -webkit-transition: initial;
 -o-transition: initial;
 transition: initial;
 text-decoration: none;
 line-height: 30px;
}
.main-menu .navbar-default .navbar-nav > li > a.root-item-selected{
 color:#666666;
 background: #ffffff;
 line-height: 36px;
}
.main-menu .navbar-default .navbar-nav > li > a:hover{
 color:#fff;
 background: #8184a1;
 line-height: 36px;
}
.nav{
 font-size:14px;
 text-transform:uppercase;
}
 .nav > li{
 display:inline-block
 }
.navbar-nav{
 text-align:center;
 float:none;
}
 .navbar-nav > li{
 float:none
 }
/*---pre-footer---*/
.pre-footer{


}
.pre-footer .container{
 padding:80px 20px 30px;
}
.pre-footer .email{
 color:#999999;
 text-align: center;
}
.pre-footer-kontacts .tel{margin-bottom:15px;text-align: center;}
 .pre-footer .email input[type="email"]{
 width:100%;
 height:40px;
 /* max-width:430px; */
 border:1px solid #d2d6dc;
 border-radius:7px;
 color:#000000;
 outline:none;
 padding:0 5px;
 margin-right:20px;


 }
 .email input[type="submit"]{
 width:140px;
 height:40px;
 color:#ffffff;
 background-color:#b21001;
 border:none;
 border-radius:7px;
 text-transform:uppercase;
 font-size:14px
 }
.bottom-catalog-menu{
 height: 40px;
}

.bottom-catalog-menu .container {
 background-color: #b21001;
 border-radius: 3px;
}

.bottom-catalog-menu .navbar-default .navbar-collapse, .bottom-catalog-menu .container-fluid{
 margin: 0px;
 padding: 0px;
}
.bottom-catalog-menu .main_menu{
 margin: 0px !important;
 padding: 0px;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 /*
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 */
}
.bottom-catalog-menu .main_menu>li {
 display: block;
 height: 40px;
 position: relative;
 line-height: 40px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 background-color: #b21001;
 cursor: pointer;
}
.bottom-catalog-menu .main_menu>li>.sub_menu {
 display: none;
 width: auto;
 position: absolute;
 top:100%;
 left:0px;
 background-color: #7d0000;

 padding: 30px 15px 15px 10px;
}
.bottom-catalog-menu .main_menu>li>a{
 color:#fff;
 font-size: 18px;
 text-decoration: none;
 font-weight: normal;
 padding: 0px 20px;
 height: 100%;
 display: block;
 text-transform: uppercase;
}
.bottom-catalog-menu .main_menu>li:hover{
 background-color: #7d0000;
}
.bottom-catalog-menu .main_menu>li:hover a{
 text-decoration: none;
}
.bottom-catalog-menu .main_menu>li:hover .sub_menu{
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
}

.bottom-catalog-menu .main_menu>li>.sub_menu>.col{
 display: inline-block;
 margin-right: 0;
 min-width: 160px;

}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col .title{
 color: #fff;
 font-family: "Open Sans", sans-serif;
 font-size: 14px;
 line-height: 14px;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0 10px 10px;
 padding: 0 10px 10px 10px;
 /* border-bottom: 1px solid #fff; */
}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col .title::before{
 content:none !important;
}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col ul {
 padding-left: 20px;
}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col ul li{
 line-height: 12px;
 margin-bottom: 14px;
 list-style-type: none;
}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col ul li a{
 font-size: 14px;
 color:#fff;
}
.bottom-catalog-menu .main_menu>li>.sub_menu>.col ul li:hover a{
 text-decoration: underline;
}
.left-column .new_leader_disc{
 margin-left: 0px;
 padding-left: 0px;
}
.left-column .new_leader_disc li{
 position: relative;
 list-style-type: none;
 display: block;
 line-height: 36px;
 vertical-align: middle;
 height: 36px;
 margin: 5px 0px;
 background-color: transparent;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.left-column .new_leader_disc li:hover{
 background-color: #edeef8;
}
.left-column .new_leader_disc li a{
 text-decoration: none;
}

.left-column .new_leader_disc li .item-discount-prop span{
 color:#fff !important;
}
.left-column .new_leader_disc li .item-discount-prop span i{
 position: static;
 display: block;
 width: 22px;
 height: 22px;
 border: 2px solid #fff;
 border-radius: 50%;
 padding: 0px;
 text-align: center;
 line-height: 18px;
 margin-top: 3px;
}
.left-column .new_leader_disc li .item-newproduct,
.left-column .new_leader_disc li .item-bestseller,
.left-column .new_leader_disc li .item-discount-prop,
.left-column .new_leader_disc li .item-discount{
 margin:0px;
}
.left-column .new_leader_disc li .item-newproduct span,
.left-column .new_leader_disc li .item-bestseller span,
.left-column .new_leader_disc li .item-discount-prop span,
.left-column .new_leader_disc li .item-discount span{
 top: -3px;
}
/*---footer---*/

footer{
 color: #575b71;
}
footer .container{padding-top:25px; font-size:14px;padding-bottom:25px}
footer .container a{color:#575b71;}
footer .container a:hover{color:#b21001;}
footer ul>li:first-child{font-weight:bold;list-style-type: none;}
footer ul>li {list-style-type: none;}
footer ul>li a{color:#000000;line-height: 20px;}
footer ul>li a:hover{color:#000000}
 .money span{
 background-repeat:no-repeat;
 content:" ";
 display:inline-block;
 margin:0 3px;
 background-size:100% auto;
 width:57px;
 height:36px
}
.master{background:url(/local/templates/ustemplate/images/Master.png)}
.visa{background:url(/local/templates/ustemplate/images/Visa.png)}
.paypal{background:url(/local/templates/ustemplate/images/Paypal.png)}
.yandex{background:url(/local/templates/ustemplate/images/yandex.png); width:65px}
.money span.yandex{width:81px}
footer .money{max-width:170px}
footer .copiryte{font-size:12px;color:#fff;padding-top:25px}
.email input{display:inline-block;}
 .footer_navigation{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack: justify;-webkit-box-pack: justify;justify-content: space-between;}
 .footer_navigation ul{display:inline-block;vertical-align:top;padding:0;}

.hide-h1{display:none;}
 @media screen and (max-width:990px){
 .pre-footer .email input[type="email"]{width:100%}
}
@media screen and (max-width:800px){

}

 @media (max-width: 350px) and (min-width: 320px) {
.content-catalog .sort>div:last-child {
  font-size:0;
}

.content-catalog .sort>div:last-child .sort-btns {
  font-size:14px;
}
}


@media screen and (max-width:767px){
.bx-filter .bx-filter-parameters-box {
  width:100%;
}

.content-catalog .sort>div:last-child {
  padding-right:55px !important;
}

.bx_item_section_name_gray span {
  margin-right:0;
}

.content-catalog .sort .sort-btns {
  padding:8px;
}

.bx_item_detail_rating {
    display: none;
}

 body header .top-catalog ul.left-menu > li > a, body header .top-catalog ul.left-menu > li:hover > a, body header .top-catalog ul.left-menu > li.selected > a{
 border: none;
 }
 footer .copiryte *{text-align:center;}
 .top-catalog{
 height: auto !important;
 }
 .nav > li{display:block;}
 .anythingSlider-default .arrow{display: none !important;}
.pre-footer-kontacts .tel{width:50%;margin:auto}
.pre-footer form{margin-bottom:10px}

 footer .container{
 padding-left:20px;
 padding-right:20px
 }
 div.compare span{
 bottom:15px
 }
 header{
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
 .main-menu{
 width: 50%;
 float: left;
 -ms-flex-order: 0;
 -webkit-box-ordinal-group: 1;
 order: 0;
 }
 .main-menu .container-fluid>.navbar-header, .bottom-catalog-menu .container-fluid>.navbar-header{
 margin:0px;
 }
 .main-menu, .bottom-catalog-menu{
 z-index: 3;
 }
 header .main-menu *{
 position: static;
 background-color: #000;
 padding: 0;
 margin: 0px;
 }
 header .bottom-catalog-menu *{
 position: static;
 /*background-color: #b21001;*/
 padding: 0;
 margin: 0px;
 }
 .main-menu .collapse.navbar-collapse, .bottom-catalog-menu .collapse.navbar-collapse{
 position: absolute !important;;
 top: 36px;
 left: 0px;
 width: 100%;
 height: auto;
 margin: 0px;
 background-color: #000;
 border: 0px !important;
 }
 .navbar-collapse{
 border-color: transparent !important;
 padding: 0px !important;
 margin: 0px !important;
 }
 .main-menu .navbar-nav{
 margin: 0px;
 padding: 0px;
 }
 .main-menu .navbar-header button, .bottom-catalog-menu .navbar-header button{
 background-color: transparent;
 width: 100%;
 margin: 0px;
 padding: 0px;
 border-radius: 0px;
 border: 0px;
 height: 36px;
}
 .main-menu .navbar-default .navbar-nav > li > a{
 margin: 0px;
 color: #333;
 text-align: center;
 font-weight: 500;
 line-height: 40px;
 height: 40px;
 font-size: 16px;
 }
 .main-menu .collapsing,
 .bottom-catalog-menu .collapsing{
 width: 100% !important;
 position: absolute !important;
 left: 0;
 }



 .bottom-catalog-menu {
 display: block;
 width: 50%;
 height: 36px;
 background-color: #b21001;
 float: left;
 -ms-flex-order: 1;
 -webkit-box-ordinal-group: 2;
 order: 1;
}
 .header-middle{
 -ms-flex-order: 2;
 -webkit-box-ordinal-group: 3;
 order: 2;
 }
 .navbar-header button:hover,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:transparent}
 .navbar-header button:focus{-webkit-box-shadow:none;box-shadow:none}
 .navbar-nav{text-align:left}
 .navbar-default .navbar-toggle .icon-bar{width:27px;background-color:#fff;margin: 4px auto;}
 .navbar-toggle {
 float:left;
 }
 .bottom-catalog-menu .main_menu{
 display: block;
 }
 .bottom-catalog-menu .main_menu>li:hover, .bottom-catalog-menu .main_menu>li:hover a{
 background-color: #7d0000;
}
 .bottom-catalog-menu .main_menu>li:hover .sub_menu{
 display: none;
 }
 .bottom-catalog-menu .main_menu>li.active .sub_menu{
 display: block;
 z-index: 5;
 padding: 10px;
 }
 .bottom-catalog-menu .main_menu>li.active{
 background-color: #7d0000;
 }
 header .tel{font-size:14px}
}
@media screen and (max-width:710px){
 div.compare span{
 bottom:13px
 }
}
@media screen and (max-width:680px){
 div.compare span{
 bottom:10px
 }
}
@media screen and (max-width:660px){
 div.compare span{
 bottom:8px
 }
}
@media screen and (max-width:620px){
 div.compare span{
 bottom:5px
 }
}
@media screen and (max-width:600px)
{
 header .socials{
 display:none
 }
 header .tel{
 font-size:16px
 }
 header .row{
 min-height:0;
 }
 .kontakts{
 float:none;
 width:100%;
 }
 .kontakts .row{
 margin:0
 }
 .vhod{
 position:relative;
 width:100%
 }
 div.compare{
 position:relative;
 bottom:35px;
 right:0;
 }
 div.compare span{
 bottom:10px
 }
 /* .vhod span.fa.fa-shopping-cart{
 position:absolute;
 top:-75px;
 right:80px
 }
 .vhod span.favorites{
 position:absolute;
 top:-75px;
 right:40px;
 }*/
 .vhod span.fa.fa-shopping-cart, .vhod span.favorites, .vhod span.compare_blank{
 top:-170px
 }
 .row_search{
 position:static
 }
 .container{
 padding-left:0;
 padding-right:0
 }
 header>.container{
 padding:7px 12px 0
 }
 .vhod span.search_form{
 position:absolute;
 width:100%;
 left:0;
 top:20px
 }
 .vhod form{
 /*top:-30px;*/
 width:100%;
 max-width:none;
 margin:auto;
 right:0;
 display:block
 }
 input[type=search]{
 display:block;
 width:100%
 }
 .vhod .col-md-12{
 min-height:0
 }
 .vhod_registr{
 height:auto;
 display:block;
 width:100%;
 padding-top:55px;
 text-align:center
 }
 .pre-footer p:first-child{
 padding-left:0;
 text-align:center
 }
 .pre-footer .email span{
 /* display:none */
 }
 .bx-input-group{
 width:100%;
 max-width:none
 }
 .pre-footer .email button{
 display:block;
 margin:auto;
 margin-top:16px;
 margin-bottom:16px
 }
 .pre-footer-kontacts .tel{
 width:80%;
 }
 .tel{
 font-size:16px
 }
 .pre-footer-kontacts .tel{
 margin-bottom:5px
 }

 .footer_navigation{
 display:block
 }
 .footer_navigation ul{
 width:49%;
 margin-bottom:20px
 }
 div.compare {top: -5px !important;}
}
@media screen and (max-width:400px){
 .vhod span{
 width:25px;
 height:25px;
 }
 .pre-footer-kontacts .tel{
 width:100%;
 }

}
/*------------------------------------------------------------------------------------------------*/
#banner{
 z-index: 0;
 margin-bottom:30px;
 margin-top:0px;
}
.owl-item{background:#ffffff}

.owl-prev, .owl-next{
 border-top: 5px solid #c1c1c1;
 border-left: 5px solid #c1c1c1;
 width: 20px;
 height: 20px;
 color: transparent;
 font-size: 0;
 position: absolute;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.owl-prev:active, .owl-next:active, .owl-prev:hover, .owl-next:hover{ border-color:#b21001;}
.owl-prev{
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg);
 top:47%;
 left:10px
}
.owl-next{
 -webkit-transform:rotate(135deg);
 -ms-transform:rotate(135deg);
 transform:rotate(135deg);
 top:47%;
 right:10px
}

#banner .owl-prev, #banner .owl-next{
 background:url(/local/templates/ustemplate/images/nav_banner.png);
 content:' ';
 width:17px;
 height:39px;
 background-repeat:no-repeat;
 border:none;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}

#banner .owl-prev:hover, #banner .owl-next:hover,#banner .owl-prev:active, #banner .owl-next:active{background:url(/local/templates/ustemplate/images/nav_banner_active.png)}
#banner .owl-prev,#banner .owl-prev:active,#banner .owl-prev,#banner .owl-prev:hover{background-position:0px 0px}
#banner .owl-next,#banner .owl-next:active,#banner .owl-next,#banner .owl-next:hover{background-position:-27px 0px}
.owl-dot{
 width:15px;
 height:15px;
 display:inline-block;
 margin:7px;
 border:2px solid #838181;
 border-radius:50px;
}
 .owl-dot.active span {
 background:#838181;
 margin:1px;
 display:block;
 border-radius:50px;
 width:9px;
 height:9px;
 }
.owl-dots{
 position:absolute;
 width: 100%;
 text-align: center;
 bottom:4px;
}
.title{
 /* text-align:center; */
 margin:50px 0px 20px 0px;
 position: relative;
}
.title::before{
 content: '';
 display: block;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 50%;
 left: 0px;
 background-color: #e2e2e2;
 z-index: 0;
}
.title span{
 display: inline-block;
 position: relative;

 padding: 0px 10px;
 font-size:22px;
 color:#000;
 text-transform:uppercase;
 background-color: #fff;
}

#news,#best,#sale,#recom,div.recomm.owl-carousel {padding:0 30px}
#news.owl-carousel .owl-stage-outer, #best.owl-carousel .owl-stage-outer, #sale.owl-carousel .owl-stage-outer, #recom.owl-carousel .owl-stage-outer, div.recomm.owl-carousel .owl-stage-outer{
 padding: 10px 5px;
 margin-right: -10px;
}
#news .owl-dot, #best .owl-dot,#sale .owl-dot, #recom .owl-dot,div.recomm.owl-carousel .owl-dot {
 display:none
}
#news .owl-item, #best .owl-item, #sale .owl-item, #recom .owl-item, div.recomm.owl-carousel .owl-item {
 padding:15px;
 min-height: 350px;
}
#news .owl-item:hover, #best .owl-item:hover,#sale .owl-item:hover, #recom .owl-item:hover, div.recomm.owl-carousel .owl-item:hover{
 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.45);
 box-shadow: 0px 0px 8px rgba(0,0,0,0.45);
}
#news .owl-item .item_kart .img,#best .owl-item .item_kart .img, #sale .owl-item .item_kart .img, #recom .owl-item .item_kart .img, div.recomm.owl-carousel .owl-item .item_kart .img{
 padding:10px;
 height:auto;
 width:100%;
 overflow:hidden;
}
#news .owl-item .item_kart img,#best .owl-item .item_kart img, #sale .owl-item .item_kart img, #recom .owl-item .item_kart img, div.recomm.owl-carousel .owl-item .item_kart img {
 width: 100%;
 height: 200px;
 -o-object-fit: contain;
 object-fit: contain;
 -o-object-position: center;
 object-position: center;
}
#banner .item_kart{
 max-height:500px
}
.item_kart a{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}
.title-news{
 padding:5px;
 /*width:75%;*/
 font-size:16px;
}
 .title-news span{
 display:block
 }
 .title-news .articul{
 font-size:14px;
 color:#b3b3b3;
 }
 .title-news .price{
 font-size: 22px;
 color: #000;

}
.bx_price .price{
 font-size:16px!important;
 padding-top:5px;
 color: #3f3f3f!important;
}
.btn{
 background-color: #b21001;

 text-decoration: none;
 line-height: 40px;
 padding: 0px 12px;
}
.news-icon{
 position:absolute;
 top:10px;
 right:6px;
}
 .news-icon span{
 background-repeat: no-repeat;
 content: " ";
 display: inline-block;
 font-size: 24px;
 line-height: 34px;
 margin: 0 3px;
 vertical-align: top;
 background-size: 100% auto;
 width: 24px;
 height: 34px;
 opacity: 0.3;
 }
.news-icon span:hover{
 opacity: 1;
 cursor:pointer;
}
.news-favorite{
 width: 34px;
 height: 34px;
 text-align: center;
}
 .news-favorite i{
 line-height:34px;
 font-size:24px;
 font-weight:bold;
 }
 .news-favorite:focus{
 border:1px solid #b21001;
 }
 .news-favorite:focus i{
 color: #b21001;
 }
.bx_item_detail_rating .bx_stars_progres {
 background: #b21001;
}
/*.news-favorite.active,.news-favorite.active:hover{
 background-image:url(/local/templates/ustemplate/images/favorite_click1.png);
}*/
.news-favorite.active,.news-favorite.active:hover i{
 color: #b21001;
 opacity: 1;
}
.news-basket{
 background-image:url(/local/templates/ustemplate/images/basket1.png);
}
.news-basket:hover{
 background-image:url(/local/templates/ustemplate/images/basket_hover1.png);
}
.news-basket.active, .news-basket.active:hover {
 background-image:url(/local/templates/ustemplate/images/basket_active1.png);
}
 .news-basket:hover, .news-basket.active{
 cursor:pointer
 }
.price.sale{
 text-decoration:line-through;
 display:inline-block;
 padding:5px 10px 0px 0px;
}
.price.sale-new{
 display:inline-block;
 color:#b21001!important;
}
span.favorites a.count, div.compare span a.count{
 padding:0 4px;
 height:15px;
 color:#ffffff;
 background:#b21001;
 border-radius:50px;
 top:-5px;
 right:-5px;
 text-align:center;
 font-size:11px;
 text-decoration:none;
 font-family: "Open Sans", sans-serif;;
 line-height: 15px;
}

span.favorites a.count:after, div.compare span a.count:after{
 content:attr(data-count);
}

.kart{
 border:1px solid #f4f4f4;
 padding:15px !important;
 display:inline-block;
 float:left;
 width:32.3%;
 position:relative;
 margin:1px
}
.kart a:hover{color:#000}
.kart.open, .kart:hover{
 outline:2px solid #dddddd;
 padding:15px;
 }
.kartochka .img{
 width:100%;
 border:1px solid #f4f4f4;
 padding:15px;
 cursor:pointer
}
.kart .img img{width:100%}
.catalog_title{
 text-transform: uppercase;
 color: #000;
 font-size: 22px;
 }
.sort{
 text-align:right;
 padding-top:9px
}
 .sort a{
 color:#000;
 text-decoration:none
 }
 .sort a:hover, .sort a:active,a.active{
 color:#b21001
 }
.select_sort{
 display:inline-block;
 margin-left:35px
}
 .select_sort select{
 border:1px solid #f0f0f0
 }

.row_title{
 margin-bottom:12px
}
.breadcrumb{
 background-color:transparent
}
.choise{
 margin-bottom:20px
}
 .choise span{
 font-weight:bold;
 padding-right:20px
 }
 .choise a:hover{color:#000}

.active_filter:after{
 content: '\2716';
 display: inline-block;
 margin-left: 5px;
 font-size:20px;
 cursor:pointer;
 color:#757575
}

 .filter_choise{margin-bottom:30px}
.kart_info{
 position: absolute;
 left: -3px;
 right:-3px;
 padding:0 20px 5px;
 background:#fff;
 z-index:100;
 border:2px solid #dddddd;
 border-top:none;
 display:none;
 }
 .kart_info a, .kart_info a:hover{color:#c2c2c2}
 .kart_info.open{display:block}
.kart_info form div{margin:10px 0}
.kart_info form select{width:100px;float:right}
button , a.buttons{
 height:40px;
 color:#ffffff;
 background-color:#b21001;
 border:none;
 border-radius:7px;
 text-transform:uppercase;
 font-size:14px
}
.close_kart{
 margin:auto;
 width:15px;
 height:15px;
 border-top:3px solid #c1c1c1;
 border-left:3px solid #c1c1c1;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
 margin-top:15px;
 cursor:pointer
}
.addbasket{width:100%;margin:auto}
 aside.filter {
 width: 100%;
}
/*--заказы--*/
.order{
 font-size:22px;
 border-bottom:1px solid #cdcdcd;
}
.order_thank{
 margin:25px 0px 250px;
 text-align:center;
}
 .order_thank .buttons{
 width:auto;
 padding:0 15px;
 }
.table_order p{
 margin:0 0 5px;
}
.basket-page th{
 text-align:center;
}
.table_order .td_price{
 text-align:center
}
.table_order .buttons{
 padding:0 15px;
 width:auto;
}
.table_order .number{vertical-align:top}
.table_order .order_number{margin-bottom:15px}
.show_order{
 text-align:center;
}
.menu-left ul{
 padding-left:0;
 margin-top:33px;
 width:90%;
}
 .menu-left ul li{
 padding:5px;
 border-top:1px solid #cdcdcd;
 border-bottom:1px solid #cdcdcd;
 margin-top:-1px
 }
 .menu-left ul li a:hover{
 text-decoration:none;
 outline:none;
 cursor:pointer;
 color:#000;
 }

 .order-page .button-order {
 text-align:right
 }
 .order-page .button-order .buttons{
 width:auto;
 padding:0 15px
 }
 .order_no{
 margin-top:32px;
 border-top:1px solid #cdcdcd;
 padding:5px;
 margin-bottom:250px
 }
 .detal_order table{
 font-size:14px
 }
 .detal_order tr{
 border-top:1px solid #cdcdcd;
 border-bottom:1px solid #cdcdcd;
 }
 .detal_order .number{
 vertical-align:top
 }
 .order_title{
 margin-top:32px
 }
 .order_title p{
 margin:0px
 }
 .info_order{
 margin-top:15px;
 float:left;
 max-width:70%
 }
 .info_order p{
 margin:0
 }
 .summ_order{
 text-align:right;
 font-size:22px;
 margin-bottom:15px
 }
.nav-catalog {
 text-align:center
}
 .nav-catalog .pagination>li>a,
 .nav-catalog .pagination>li>a{
 margin:5px;
 width:22px;
 padding:3px 0px;
 height:22px;
 text-align: center;
 border-radius:5px;
 color:#000;
 font-size:12px;
 }
 .nav-catalog .pagination>li.active>a,
 .nav-catalog .pagination>li.active>a{
 border:0px;
 color:#b21001;
 background-color: transparent;
 }
 .nav-catalog .pagination>li.active>a:hover, .pagination>li.disabled>a:hover,
 .nav-catalog .pagination>li.active>a:hover, .pagination>li.disabled>a:hover
 {
 background-color: transparent;
 cursor:default;
 }
 .nav-catalog .pagination li:first-child a, .pagination li:last-child a,
 .nav-catalog .pagination li:first-child a, .pagination li:last-child a
 {
 border: 0px;
 line-height: 10px;
 color: #cdcdcd;
 font-size: 50px;
 }
 .nav-catalog .pagination li a:hover,
 .nav-catalog .pagination li a:hover{
 background-color: #c5c5c5;
 color: #000;
 }
 .nav-catalog .pagination>li.active>a:hover, .nav-catalog .pagination>li.disabled>a:hover{
 background:transparent;
 color:#cdcdcd
 }
 .nav-catalog .pagination>li.prev.active>a,.nav-catalog .pagination>li.next.active>a{
 color:#cdcdcd
 }
 .nav-catalog .pagination>li.prev.active>a:hover,.nav-catalog .pagination>li.next.active>a:hover{
 cursor:pointer;
 color:#757575
 }
 .nav-catalog .pagination>li.prev.active>a:active,.nav-catalog .pagination>li.next.active>a:active{
 cursor:pointer;
 color:#b21001
 }
 .news-navigation{
 text-align:right
 }
.basket-page .detal_order .bottom-basket{
 text-align:left
}
 .basket-page .detal_order .bottom-basket nav{
 float:right
 }
.profile{
 margin-top:20px;
 display:inline-block;
 font-weight:normal;
 font-size:22px;
 padding: 0px;
 margin-bottom: 0px;
 line-height: 31.4286px;
}
table th{
 font-weight:normal
}
/*--новости--*/
.row_news{
 padding:20px 0;
 border-bottom:1px solid #cdcdcd
}
 .row_news p{
 margin:0
 }
 .row_news .news_img{
 width:100%;
 overflow:hidden;
 height:21vh;
 max-height:200px;
 background-size:cover;
 max-width:340px;
 margin:auto;
 }
 .row_news img{
 width:100%;
 max-width:340px
 }
.title_news{
 font-size:22px
}
.news_info{
 padding-left:20px
}
 .news_info div{
 margin-bottom:5px
 }
.date_news{
 font-size:12px;
 color:#b3b3b3;
}
.text_news{
 font-size:14px
}
.social_news{
 float:left;
}
.readmore{
 float:right
}
 .readmore a{
 text-decoration:underline
 }
 .readmore a:hover{
 color:#000;
 cursor:pointer
 }
/*--контакты--*/
.container_contakts{
 padding:20px 30px
}
 .container_contakts p{
 margin:2px
 }
 .karta{
 width:100%;
 max-height:500px;
 overflow:hidden
 }
 .karta img{
 width:100%
 }
 .row_kontakts div{
 margin-bottom:30px;
 padding-right:10px
 }
/*--о компании--*/
.row_about{
 margin-bottom:10px
}
.row_about img{
 width:100%;
 padding:10px
 }
.row_about .text_about{
 font-size:14px;
 max-width:550px;
}
.row_about-text{
 padding:5px
}
.row_about-work h1{
 text-transform:uppercase;
 text-align:center;
 font-size:22px
}
.about-block_work {
 display:inline-block;
 text-align: center;
}
 .about-block_work span{
 font-size:36px;
 padding:0 10px
 }
 .about-block_work p{
 max-width:160px;
 padding:0 10px;
 font-size:14px
 }
.about-block{
 padding:0 8.33%;
 display:-ms-flexbox;
 display:-webkit-box;
 display:flex;
 -ms-flex-pack: justify;
 -webkit-box-pack: justify;
 justify-content: space-between;
}
/*--способ отправки и способ доставки--*/
.text_dostavka{
 padding:15px 30px;
 max-width:760px;
 font-size:14px
}
 .text_dostavka p{
 margin:2px 0
 }
 .text_dostavka span{
 font-weight:bold
 }
 .text_dostavka ul{
 margin-top:15px;
 padding-left:0;
 margin-bottom:5px
 }
 .text_dostavka ul li:before{
 content:' - '
 }
/*--оформление заказа--*/
.oformlenie{
 display:inline-block;
 border:1px solid #efefef;
 padding:15px 20px;
 width:32%;
 min-height:180px;
}
.oformlenie-dostavka{
 max-width:240px;
 display:inline-block;
 vertical-align:top;
 width:90%
}
 .oformlenie-dostavka p{
 font-size:12px;
 margin:2px
 }
 .oformlenie-dostavka .summ_dostavka{
 font-size:14px;
 margin-top:20px;
 }
 .oformlenie-dostavka .title-dostavka{
 font-size:16px;
 margin-bottom:20px
 }
.row_oformlenie{
 display:-ms-flexbox;
 display:-webkit-box;
 display:flex;
 -ms-flex-pack:justify;
 -webkit-box-pack:justify;
 justify-content:space-between;
}
.order_post .order{
 border:none
}
.order_post section{
 border-top:1px solid #cdcdcd;
}
.oformlenie.adress {
 display:block;
}
.button_adress{
 width:32%;
 text-align:right
}
 .button_adress button{
 margin-top:20px;
 width:auto;
 padding:0 24px
 }
.row_money{
 border:1px solid #efefef;
 padding:15px
}
.oformlenie-money{
 width:25%;

}
.oformlenie-money p{
 font-size:14px
}
.oformlenie-dostavka.money{width:90%;display:inline-block}
.oformlenie-money span,.oformlenie-money span.yandex{
 background-size:100% auto;
 width:50%;
 display:inline-block;
 height:70px
}
.button_oformlenie{text-align:right}
.order_post .summ_order{
 font-size:18px
}
.order_post input[type="radio"]
{
 z-index:100;
 opacity:0;
 margin-top:10px;

}
.order_post input[type="radio"]+div:before{
 display: block;
 float: left;
 content: "";
 font-family: 'Glyphicons Halflings';
 color: #fff;
 width: 20px;
 height: 20px;
 border: 1px solid #b4bbc5;
 margin-right: 5px;
 font-size: 13px;
 padding: 2px;
 padding-top: 0px;
 margin-top:5px;
 margin-left: -21px;
 z-index:-1;
 position:absolute;
}
.order_post input[type="radio"]:checked+div:before{
 background-color: #ccd1d9;
 border: 1px solid #ccd1d9;
 content: "\E013";
 }
/*--модальное окно--*/
.modal{padding-right:0 !important}
.modal-body, .modal-footer{
 text-align:center
}
.modal-body form{
 text-align:left
}
.modal-body form p{
 margin:0
}
.modal-dialog{width:460px;}
.modal-body{
 padding:30px;
 max-width: 450px;
 margin: 0 auto;
}
.modal-body form span{
 display: inline-block;
 vertical-align: middle;
 }
.modal-body form input,.modal-body form textarea{
 width: 100%;
 margin-bottom: 5px;
 border-radius: 3px;
 font-size: inherit;
 border: 1px solid #989898;
 padding: 2px;
 font-size: 20px;
}

.modal-body label {
 font-weight: 200;
 font-size: 13px;
}

.modal-body form a{
 padding-left: 5px;
 font-size:12px;
}
.modal-dialog a:hover{
 color:#000;
}
.modal-body button{
 display:block;
 margin:16px auto 10px;
}
.modal-body form p.password{
 margin-top:-10px
}
/*------------*/
.error_404{
 text-align:center;
 padding:30px 10px;
 font-size:14px;
}
.error_title{
 text-transform:uppercase;
 color:#b21001;
 padding:50px 0;
 font-size:16px
}
.error_404 p{
 padding:15px 0;
 max-width:500px;
 margin:auto
}
.error_404 p span{
 display:block
}
.error_404 p span a{
 color:#b21001;
}
/*--------*/
.remember-check{
 font-weight:normal;
 vertical-align:top;
 font-size:14px;
 line-height:1.3;
}
.auth-table td input[type='checkbox']{
 width:15px;
 height:15px
}
.forgot-link{
 font-size:14px
}
.order_post input[type="radio"]:hover{
 cursor:pointer
}
span.close_form {
 display: block;
 position: absolute;
 top: 10px;
 right: 20px;
 color: #757575;
 opacity: 0.5;
 z-index: 10;
 cursor: pointer;
}
.modal-body span.close_form:hover{
 opacity:1
}
.modal-body span.close_form :hover{
 cursor:pointer
}
.modal{
 z-index:990
}
#callback_form.modal {
z-index:1050;
}
#registration.modal {
z-index:1050;
}
#auth_form.modal {
z-index:1050;
}
.modal-backdrop{
 z-index:980
}
.left-column{
 padding-right:25px;
}
.left-column:after, .left-column:before{
 content: '';
 display: block;
 clear: both;
}
.anythingContainer {
 width: 100%;
 height: 300px;
 margin: 0px;
 padding: 0px;
}
.anythingSlider-default .anythingWindow{
 z-index: 0;
}
.anythingSlider-default .arrow.forward, .anythingSlider-default .arrow.back{
 z-index: 1;
}
.search-page form{
 position: relative;
}
.search-page form input[type="text"]{
 height: 40px;
 line-height: 40px;
 width: 100%;
 padding: 0px 10px 0px 10px;
 background-color: rgb(247, 247, 252);
 border: 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.search-page form input[type="submit"]:not(#submitOrderInOneClick) {
 display: inline-block;
 position: absolute;
 top: 2px;
 right: 6px;
 text-decoration: none;
 color: #767f8c;
 font-size: 13px;
 line-height: 22px;
 text-align: left;
 text-transform: uppercase;
 vertical-align: middle;
 white-space: nowrap;
 border: 1px solid #767f8c;
 border-radius: 3px;
 padding: 2px 5px;
 margin: 4px 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 background-color: transparent;
}
.b24-widget-button-inner-block svg{
 position: static;
}
@media screen and (max-width:1030px){
 .addbasket {margin:10px auto}
 .row_news .news_img{max-height:190px}
}
@media screen and (max-width:992px){
 .left-column{display: none;}
 .detal_order th,.table_order th{display:none}
 .detal_order table td {vertical-align:top}
 /*.basket-page .detal_order table tr td{padding:0}*/
 .basket-page .detal_order table tr td.image{padding:10px}
 .basket-page .detal_order table tr td.count:before{content:'Количество: '; margin-top:5px;display:inline-block}
 .basket-page .detal_order table tr td.price:before{content:'Цена за шт.: '; margin-top:5px;display:inline-block}
 .basket-page .detal_order table tr td.sale:before{content:'Скидка: '; margin-top:5px;display:inline-block}
 .basket-page .detal_order table tr td.total:before{content:'Итог: '; margin-top:5px;display:inline-block}
 .basket-page .detal_order table tr td.count, .basket-page .detal_order table tr td.price,.basket-page .detal_order table tr td.sale,.basket-page .detal_order table tr td.total{display:table}
 .basket-page .detal_order table tr td.characteristic .name{font-size:14px}
 .table_order td.td_price:before {
 content: 'Итог: ';
 }
 .table_order td, .table_order .td_price{
 display:table;
 text-align:left;
 width:100%
 }
 .table_order .buttons{
 float:right;
 margin-bottom:10px
 }
 .row_news .news_img{max-height:160px}

 .banner_left {display:none;}
 .logo {
 /*display: block;*/
 /*margin: 20px auto;*/
 }
 .logo img{
 display: inline-block;
 }
 header span.search_form {
 display: block;
 margin: 10px 20px;
 }
 header span.search_form form{
 text-align: left;
 }
}
@media screen and (max-width:800px){
 .oformlenie-dostavka{width:80%}
 .advantages .adv-item {display: table;}
}
@media screen and (max-width:767px){
.title-news .price{font-size:18px}
header .phone{
 margin: 4px auto;
}
 aside.filter {
 width: 100%;
 }
 .menu-left ul{
 width:100%;
 margin-top:0
 }
 .menu-left ul li{
 text-align:center
 }
 .top-catalog ul.left-menu{
 height: auto;
 }
 .top-catalog ul.left-menu > li{
 display: block;
 float: none;
 }
 ul.left-menu > li.parent > ul.submenu, ul.left-menu > li.parent > .catalog-section-childs, ul.left-menu > li.parentMore > ul.submenuMore{
 display: none !important;
 }
 .table_order th,.detal_order th{display:none}
 .table_order .number, .detal_order .number{
 margin-top:10px;
 }
 .detal_order .total{
 margin-bottom:10px
 }
 .order-page .page-navigation{
 text-align:center
 }
 .order-page .button-order{
 text-align:center
 }
 .basket-page .detal_order table tr td{
 display:table;
 text-align:left
 }
 .basket-page .detal_order table tr td.characteristic,.basket-page .detal_order table tr td.image {
 max-width:none
 }
 .basket-page .detal_order table tr td.count:before,.basket-page .detal_order table tr td.price:before,.basket-page .detal_order table tr td.sale:before,.basket-page .detal_order table tr td.total:before{margin:0px 0 5px;}
 .order-page .button-order .buttons{float:right}
 .order-page .order_no{text-align:center}
 .detal_order .info_order{
 width:100%;
 float:none;
 max-width:none;
 margin-top:0;
 margin-bottom:10px
 }
 .basket-page .detal_order .bottom-basket nav.order-pagination{
 text-align:center;
 float:none
 }
 .basket-page .detal_order table tr td.image{
 width:100%;
 text-align:center
 }
 .basket-page .detal_order table tr td.characteristic .name{font-size:16px}
 .news_info{
 padding-left:0px
 }
 .row_news img{
 display:block;
 margin:auto
 }
 .row_news .news_img {
 height:25vh;
 max-height: 230px;
 }
 .row_about img{
 padding:10px 0;
 width:70%;
 max-width:50px;
 display:block;
 margin:auto
 }
 .container_contakts{
 padding:30px 0;
 }
 .about-block{
 padding:0
 }
 .row_oformlenie{
 display:block
 }
 .oformlenie{
 display:block;
 width:100%;
 margin-bottom:15px
 }
 .button_adress{
 width:100%
 }
 .oformlenie-money{
 width:100%;
 margin-bottom:10px;
 }
 .oformlenie-dostavka{
 max-width:210px
 }
 .oformlenie-money span, .oformlenie-money span.yandex{
 width:40%
 }
 .modal-dialog{margin:40px auto 20px auto}
 .logo, header span.search_form form,
 header .tel, header .header-address,
 header .phone{
 text-align: center;
 white-space: normal;
 }
.checkbox input[type="checkbox"] {
 position:relative;
 margin-left:0;
}

.auth-table td input[type='checkbox'], form .pers-agreemen input[type="checkbox"] {
 float:left;
}

}

@media screen and (max-width:1439px){
header .tel, header .header-address {
 white-space: normal;
}
}


@media(max-width:722px){
 .left-column{display: none;}
}
@media(max-width:722px){
 div.compare{top: 38px;}
}
@media screen and (max-width:660px){
.title-news .price{font-size:14px}

}
@media screen and (max-width:600px){
 .owl-prev,.owl-next{top:43%;height:17px;width:17px}
 .owl-prev{left:5px}
 .owl-next{right:5px}
 .owl-dots{bottom:0px}
 #news .owl-item, #best .owl-item, #sale .owl-item,#news .owl-item:hover, #best .owl-item:hover, #sale .owl-item:hover{padding:9px}
 #news .owl-item .item_kart .img, #best .owl-item .item_kart .img, #sale .owl-item .item_kart .img{padding:9px}
 #news, #best, #sale{padding:0 22px}
 .title-news {font-size:12px}
 .title-news .price{font-size:12px}
 .title-news .articul{font-size:12px}
 .news-icon{top:15px;right:15px}
 .news-icon span{width:20px;height:20px;display: -ms-flexbox;display: -webkit-box;display: flex;
 -ms-flex-pack: center;
 -webkit-box-pack: center;
 justify-content: center;}
 .news-favorite i{
 line-height: 20px;
 font-size: 15px;
 font-weight: bold;
 }
 .title{font-size:18px}
 .order_thank{
 margin:25px 0px 200px;
 }
 .container_contakts{padding:25px 0}
 .row_kontakts div{
 margin-bottom:20px
 }
 .about-block{display:block;}
 .about-block div{vertical-align:top;width:49%;margin-bottom:20px}
 .about-block div span,.about-block div p{padding:0}
.text_dostavka{
 padding:15px 0px;
}
 .modal-dialog{width:85%;}
 .bx_catalog_list_home.col3 .bx_catalog_item{
 width:48%;
 }
 .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){
 clear:none;
 }
 .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1){
 clear:both;
 }
 .bx_catalog_list_home .bx_catalog_item_title a{
 font-size:14px;
 }
 .bx_catalog_list_home .bx_catalog_item_price .bx_price{
 font-size:18px
 }
}
@media screen and (max-width:545px){
 .title-news .price{font-size:16px}
 #news .owl-item, #best .owl-item, #sale .owl-item,#news .owl-item:hover, #best .owl-item:hover, #sale .owl-item:hover{padding:15px}
 .sort{font-size:14px}
 .title-news {font-size:12px}
 .kart_info{font-size:14px}
}

@media screen and (max-width:500px){
#news .owl-item .item_kart .img, #best .owl-item .item_kart .img, #sale .owl-item .item_kart .img{padding:15px}
.kart{width:49%}
 .sort {
 text-align:left;
 padding-top: 30px;
 margin-bottom: 20px;
 }
 .select_sort{
 margin-left:0;
 display:block;
 float:left;
 margin-top: -25px;
 }
 .modal-dialog{width:94%;}
 .modal-body{
 padding:10px
 }
 .modal-body form span{display:inline;width:100%}
 .modal-body form input{display:block;width:100%}
 .error_404 {padding:30px 0}
}

@media screen and (max-width:440px){
 .title-news .price{font-size:14px}
 #news .owl-item .item_kart .img, #best .owl-item .item_kart .img, #sale .owl-item .item_kart .img{padding:9px}
 #news .owl-item, #best .owl-item, #sale .owl-item,#news .owl-item:hover, #best .owl-item:hover, #sale .owl-item:hover{padding:9px}
 .choise a{float:right}
 .kart_info{font-size:12px}
 .size p label {
 font-size: 12px;
 width: 26px;
 height: 26px;
 }
 .order_thank{
 margin:25px 0px 160px;
 }
 .order_thank p{
 text-align:left
 }
}
@media screen and (max-width:429px){
 .select_sort{
 margin-top: -45px;
 }
}
@media screen and (max-width:400px){
 .title{
 font-size:16px
 }

 .title-news .price{
 font-size:14px
 }
 .title-news .price.sale-new{
 float:left
 }
 .order_thank{
 margin:25px 0px 110px;
 }
 .social_news{
 float:none
 }
 .readmore{
 float:none
 }
 .row_news .news_img {
 height: 25vh;
 max-height: 175px;
 max-width: 270px;
 }
 .row_about img{
 padding:10px 0;
 width:100%;
 max-width:40px;
 }
 header .tel, header .header-address,
 header .tel, header .phone{
 font-size: 12px;
 line-height: 19px;

 }
 header .phone .wibro{
 line-height: 12px;
 vertical-align: sub;
 }

}

/* ядро */
.bx_item_detail_rating td{
 text-align: left;
}
.bx_item_detail_rating .bx_item_rating{
 text-align: left;
}

@media (max-width:530px){
 .bx-touch .bx_item_detail_rating .bx_stars_container{
 width: auto;
 }
}

.bx-breadcrumb {
 margin: 5px 0;
}
/*
.bx-breadcrumb .bx-breadcrumb-item span {
 color:#a9a9a9;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color:#c1c1c1}
*/

.bx-breadcrumb .bx-breadcrumb-item a:hover {text-decoration:underline;}

form .pers-agreemen input[type="checkbox"]{
 height: 20px;
 width: 20px !important;
 vertical-align: middle;
}
form .pers-agreemen label{
 width: calc( 100% - 35px );
 margin-left: 10px;
 vertical-align: middle;
 font-size: 12px;
 line-height: 18px;;
}
.footer_panel_logo {
 float: left;
}
.footer_panel_logo .logo img {
 max-height: 50px;
 margin-right: 70px;
 margin-left: 25px;
}

 .add_fixed-header {
 position: fixed;
 width: 100%;
 line-height: 36px;
 height: 36px;
 margin-top: -1px;
 z-index: 9999;
 background: #a8a8a8;
 }
 .add_fixed-header .tel-header .phone {
 display: inline-block;
 text-decoration: none;
 color: #333;
 font-size: 13px;
 text-align: left;
 text-transform: uppercase;
 vertical-align: middle;
 white-space: nowrap;
 width: 160px;
 border: 1px solid #333;
 padding: 2px 4px;
 margin: 4px 0px;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 border-radius: 0px;
 line-height: 1.42857143;
 margin-left: 6px;
 }
 .add_fixed-header .phone .wibro {
 margin-left: 5px;
 font-size: 20px;
 }
 .add_fixed-header .tel-header span {
 font-size: 14px;
 color: #4f4f4f;
 white-space: nowrap;
 vertical-align: middle;
 }
 .add_fixed-header .tel-header {
 margin-left: 3px;
 text-align: end;
 }
 .add_fixed-header .navbar-default {
 width: auto;
 }
 .add_fixed-header .navbar .nav {
 float: left;
 }
 .add_fixed-header .navbar-default .navbar-nav > li > a {
 color: #000;
 padding: 0 16px;
 text-transform: none;
 margin-right: 0;
 text-decoration: none;
 line-height: 30px;
 }
 .add_fixed-header #title-search {
 margin-top: 2px;
 }
 .add_fixed-header span.search_form form {
 text-align: center;
 }
 .add_fixed-header span.search_form .search {
 position: absolute;
 top: 0px;
 }
 .add_fixed-header span.search_form form {
 position: relative;
 max-width: 400px;
 height: 30px;
 border: 1px solid #e2e2e2;
 }
 .add_fixed-header span.search_form input.search-suggest {
 width: 100%;
 height: 100%;
 vertical-align: top;
 padding: 0px 30px 0px 10px;
 font-size: 14px;
 line-height: 40px;
 background-color: rgba(255,255,255,0.57);
 border: 0px;
 transition: all .3s ease-in-out;
 border-radius: 3px;
 }
 .add_fixed-header span.search_form .search {
 height: 30px !important;
 width: 30px;
 border-radius: 0px;
 background: #ffba2b !important;
 color: #333;
 line-height: 0px !important;
 right: 0px;
 left: auto;
 padding: 0 !important;
 font-size: 14px !important;
 margin: -1px 0px 0px 0px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 }
 .add_fixed-header span.search_form .search .fa {
 color: inherit !important;
 }
 .header-middle {
 margin-top: 3px;
 }
 @media(max-width: 1100px) and (min-width: 992px) {
 .search-wrapper {
 width: 33%;
 }
 .kontakts-wrapper {
 width: 65%;
 }
 .phone {
 margin-left: 0!important;
 }
 }
 @media (max-width: 1131px) {
 .add_fixed-header .fixed-search {
 width: 16.66666667%;
 }
 }
 @media (max-width: 1024px) {
 .footer_panel_logo .logo img {
 margin-right: 25px;
 }
 }
 @media (max-width: 1200px) and (min-width: 992px) {
 .footer_panel_logo .logo img {
 margin-left: 17px;
 }
 }
 @media(max-width: 992px) {
 .footer_panel_logo .logo img {
 max-height: 48px;
 }
 .footer_panel_logo .logo {
 vertical-align: middle;
 max-height: 50px;
 }
 }
 .tel-small {
 text-align: center;
 margin-top: 5px;
 }
 .address-block {
 text-align: left;
 }
 @media(min-width: 768px) and (max-width: 1023px) {
 .phone {
 margin-left: 0!important;
 }
 }
 @media(max-width: 767px) {
 .footer_panel_logo {
 float: none;
 width: auto;
 display: inline-block;
 position: absolute;
 right: 50%;
 transform: translateX(50%);
 }
 .footer_panel_2 {
 margin-right: 0;
 }
 .footer_panel_logo .logo img {
 margin-right: 0;
 margin-left: 0;
 width: 50px;
 }
 .footer_panel {
 text-align: center;
 }
 .main-menu {
 position: fixed;
 top: 50px;
 }
 .bottom-catalog-menu {
 position: fixed;
 right: 0;
 top: 50px;
 }
 .header-middle {
 margin-top: 40px;
 }
 .navbar-collapse {
 overflow: visible;
 width: 200%!important;
 }
 .navbar-collapse span.search_form .search .fa {
 background-color: transparent;
 }
 .navbar-collapse .header-address, .navbar-collapse .phone, .navbar-collapse .header-address {
 display: block;
 }
 .navbar-default .navbar-nav > li > a {
 text-align: left!important;
 }
 .navbar .navbar-collapse {
 padding-left: 10px!important;
 background-color: #fff!important;
 }
 .show-for-small-header-block {
 padding-left: 10px;
 }
 .show-for-small-header-block .phone {
 margin-left: 0;
 }
 .show-for-small-header-block .header-address {
 text-align: left!important;
 margin-top: 10px!important;
 }
 .anythingSlider-default .anythingControls {
 z-index: 1;
 }
 .sub-toggle-menu.navbar-collapse {
 overflow: auto;
 width: 100%!important;
 }
 .tel span {
 display: inline-block;
 vertical-align: text-top;
 }
 .top-catalog ul.left-menu > li > a {
 height: 50px;
 padding: 6px 14px;
 line-height: 21px;
 }
 span.search_form {
 margin: 10px 0 0 0px!important;
 }
 .phone {
 margin-top: 3px!important;
 }
 .footer_panel i {
 width: 20px!important;
 }
 .footer_panel_all .fa {
 font-size: 23px;
 }
 .address-block {
 text-align: center;
 }
 .main-menu .navbar-default .navbar-nav > li > a {
 padding: 0!important;
 }
 .navbar-collapse.collapse.in {
 height: 350px;
 }
 .main-menu ul.navbar-nav {
 padding-bottom: 20px;
 }
 }
 @media(max-width: 340px) {
 .footer_panel_1>div {
 margin-right: 0;
 }
 }


.footer_panel_1>.search_form form{
  position: relative;
  max-width: 400px;
  height: 30px;
}
.footer_panel_1>.search_form input{
  height: 100%;
  padding: 0px 30px 0px 10px;
 width: 275px;
  font-size: 14px;
  color: black!important;
}
.footer_panel_1>.search_form button{
  height: 28px !important;
  width: 30px;
  border-radius: 0px;
  background: #ffba2b !important;
  color: #333;
  line-height: 0px !important;
  right: 0px;
  left: auto;
  padding: 0 !important;
  font-size: 14px !important;
  margin: -1px 0px 0px -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.footer_panel_1>.search_form button>i{
 color: white!important;
}
.numberhead{
 color: white;
 font-weight: 600;
 text-decoration: underline !important;
 /*background-image: url("/upload/another_img/phone.png");*/
}
@media (max-width: 1320px){
 .footer_panel_1>.search_form input{
  width: 230px;
 }
}
@media (max-width: 1280px){
 .footer_panel_1>.search_form input{
  width: 200px;
 }
}
@media (max-width: 761px){
 .footer_panel_1>.search_form{
  display: none;
 }
 .numberhead{
  display: none;
 }
 .img_numberhead{
  display: none;
 }
 .footer_panel_2_1{

    height: 0px!important;
}
}

.cart-position-top,.bottom-catalog-menu.adaptiv-view{
 z-index: 998;
}
.footer_panel_1>.search_form{
 display: none;
}
@media (min-width: 1000px) and (max-width: 1221px){
 .profile_adaptive{
  display: none!important;
 }
}

.block-position-left-bottom .search_form,
.block-position-left-top .search_form,
.block-position-right-bottom .search_form,
.block-position-right-top .search_form,

.block-position-left-bottom .left-right-none,
.block-position-left-top .left-right-none,
.block-position-right-bottom .left-right-none,
.block-position-right-top .left-right-none
{
	display: none !important;
}

.block-position-top .top-bottom-none,
.block-position-bottom .top-bottom-none
{
	display: none !important;
}

.footer_panel_all.cart-block-side {
    height: 390px;
}
.phones_mpb{
	text-align: center;
	width: 100%;
	padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header {
	z-index: 1000;
}
.footer_panel_all{
	z-index: 1001;
}
.footer_panel_2_1{
   display: block!important;
    height: 33px;
}
.footer_panel_2_2{
	   display: block;
     height: 33px;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons {
  display: flex;
}
.lsyr_business-rating-badge-view__star svg {
	position: initial;
}
.lsyr_pagination {
	display:none;
}
.lsyr_business-rating-badge-view__star._full * {
	color: #fc0 !important;
}
/* End */
/* /local/templates/ustemplate/components/bitrix/search.title/us/style.css?15967129142972 */
/* /local/templates/ustemplate/components/bitrix/sale.basket.basket.line/basket-shop/style.css?15229166264253 */
/* /local/templates/ustemplate/components/bitrix/search.title/us-secondary/style.css?15967147444948 */
/* /local/templates/ustemplate/components/bitrix/menu/topmenu/style.css?15229166274414 */
/* /local/templates/ustemplate/components/bitrix/menu/sections/style.css?159882626710225 */
/* /local/templates/ustemplate/components/bitrix/news.list/banner_left/style.css?152447606274 */
/* /local/templates/ustemplate/components/bitrix/news.list/reviews_simple_list/style.css?1552558472994 */
/* /local/templates/ustemplate/components/bitrix/breadcrumb/.default/style.css?1522916626585 */
/* /local/templates/ustemplate/bootstrap/css/bootstrap.min.css?1522916624122252 */
/* /local/templates/ustemplate/css/font-awesome.css?159128026835006 */
/* /local/templates/ustemplate/css/social.css?15229166286137 */
/* /local/templates/ustemplate/css_mod/auz.006f70.css?161227409032964 */
/* /local/templates/ustemplate/anythingslider/slider.css?15229166245128 */
/* /local/templates/ustemplate/owl.carousel/css/owl.carousel.css?15229166264618 */
/* /local/templates/ustemplate/css/custom.css?162401348613484 */
/* /local/templates/ustemplate/components/bitrix/system.auth.form/modal/style.css?1522916627698 */
/* /local/templates/ustemplate/components/bitrix/main.register/modal/style.css?1522916627347 */
/* /local/components/uvelirsoft/callback/templates/.default/style.css?15229166287595 */
/* /local/templates/ustemplate/styles.css?168726622234058 */
/* /local/templates/ustemplate/template_styles.css?175326222462060 */
