.newblock {
    min-height: 56px;
}
.img_item img {
	margin: auto auto;
}
.img_item {
	text-align: center;
}
.text_sale_item, .text_item, .text_cur_item {
	text-align: center;
	font-family: DIN Alternate;
}
.text_sale_item {
	margin-top: 5px;
	font-size: 21px;
	color: #da3526;
}
.text_cur_item {
	margin-top: 5px;
	font-size: 22px;
	color: #000;
	min-height: 56px;
}
.text_item {
	font-size: 15px;
	text-decoration: line-through;
	margin-top: -6px;
	margin-bottom: 10px;
}
.text_in_item {
	font-size: 23px;
	text-decoration: line-through;
	font-family: DIN Alternate;
}
.text_in_sale_item {
	font-size: 35px;
	color: #da3526;
	font-family: DIN Alternate;
}
.icon_sale {
    font-family: DIN Alternate;
    background-color: #da3425;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 12px 0 0 1px;
    position: absolute;
    top: 8px;
    right: 24px;
    font-size: 13px;
}
.currency {
	font-size: 12px;
	text-transform: uppercase;
}
.currency_old {
	font-size: 11px;
	text-transform: uppercase;
}
.head_line {
	width: 100%;
	background-color: #fff;;
	margin-bottom: 20px;
}
.logo {
	background: url('/images/new_logo.png') no-repeat;
	background-size: contain;
	height: 100px;
	width: 194px;
	margin-right: 50px;
}
.center {
	width: 100%;
	max-width: 1366px;
	padding: 0 32px;
	box-sizing: border-box;
}
.navbar {
    border-radius: 0;
    border-bottom: 2px solid #000;
}
.navbar-toggle {
    background-color: #84c200;
	border-radius: 4px;
	border: none;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-nav > li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
.navbar-nav > li > a {
    color: #000;
}
.dropdown-menu > li > a {
    color: #000;
}


.nav > li > a:hover, .nav > li > a:focus, .nav .open > a,
.nav .open > a:hover, .nav .open > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	text-decoration: none;
    background-color: #000;
    color: #fff;
}
.icon{
	margin-left: 10px;
	width: 50px;
	height: 50px;
	float: left;
	background: url('/images/sprite.png') no-repeat;
}
.insta{
	background-position: 0 0px;
	cursor: pointer;
}
.vk{
	background-position: -50px 0px;
	cursor: pointer;
}
.head5 {
	padding: 15px 0 10px 0;
	font-size: 17px;
	color: #777;
	text-transform: uppercase;
}
.links {
	list-style-type: none;
	margin-bottom: 20px;
}
.links > li > a {
	color: #7b7b7b;
}
.iconlinks {
	margin-bottom: 20px;
	height: 50px;
}
.name_item {
	font-size: 25px;
}
.sizes {
	/*height: 50px;*/
}
.colors > div, .sizes > div {
	float: left;
	cursor: pointer;
}
.colors > div, .sizes > div {
	border: 2px solid #464646;
	padding: 5px 10px;
	font-size: 15px;
	margin-right: 5px;
	user-select: none;
	margin-bottom: 5px;
}
.no-touch .colors > div:hover, .no-touch .sizes > div:hover {
	border: 2px solid #000000;
	background-color: #000000;
	color: #ffffff;
	-webkit-tap-highlight-color: #fff;
}

.act {
	background-color: #fff;
	color: #353535;
}
.no_act {
	background-color: #d8d8d8;
	color: #b7b7b7;
}
.but_cart {
	padding: 12px 0;
	text-align: center;
	background: #84c200;
	color: #fff;
	margin: 15px auto;
	cursor: pointer;
}
.but_cart:hover {
	background: #84c200;
}
.foot {
	margin-top: 30px;
	background-color: #f3f3f3;
}
.identify_size {
	font-size: 14px;
	border-bottom: 1px dotted #272727;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 7px;
	margin-top: 10px;
}
.section {
	color: #b3b3b3;
	font-weight: bold;
	margin-bottom: 7px;
}
.big_section{
	margin-left: 15px;
	margin-bottom: 16px;
	font-size: 15px;
}
.info {
	font-size: 13px;
}
.wishlist {
	color: #8C877C;
	padding-left: 20px;
	transition: .4s linear;
}
.wishlist:after {
	content: "\f004";
}
.wishlist:after{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 13px;
}
.wishlist:hover {
	color: #E34D38;
}
.offset-top{
	margin-top: 10px;
}
.text_in_cur_item {
	margin-top: 10px;
	font-size: 21px;
	font-weight: bold;
}
.cart_icon{
	width:50px;
	height:50px;
	background: url(/images/new_cart.png);
	background-repeat: round;
	float: left;
}
.cart_count{
	font-size: 16px;
	color: #000;
	float:right;
}

.cart_area{
	float:right;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content{
	padding: 15px;
	text-align: center;
	font-size: 16px;
}
.modal {
	text-align: center;
}
.align_lable{
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.valing{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Карточки на главной */
.cart_cat{

	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	display: table;
	cursor: pointer;
	width: 100%;
}
.block_in_cart{
	color: #fff;
	background-color: rgba(0, 0, 0, .25);
	min-height: 740px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.text_in_cart{
	font-size: 27px;
	font-family: "Century Gothic";

}
.block_in_cart:hover{
	text-decoration: none;
	background-color: rgba(0, 0, 0, .50);
	color:#fff;
}



/* Карточки на главной */
.map_index{
	background-image: url(/images/map2.jpg);
	background-size: cover;
	height: 423px;
	text-align: center;
	display: table;
	width: 100%;
	cursor: pointer;
}
.text_in_map{
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	font-size: 30px;
	font-family: "Century Gothic";
}
.text_in_map:hover{
	text-decoration: none;
	background-color: rgba(0, 0, 0, .50);
	color:#fff;
}
.cart_soc {
	background-color: #efefef;
	display: table;
	width: 100%;
	cursor: pointer;
	height: 227px;
}
.center_in_cart_soc{
	vertical-align: middle;
	display: table-cell;
}
.logo_in_cart_soc{
	width: 75px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.cart_soc:hover{
	background-color: #fff;
	border-top: #bababa 5px solid;
	border-bottom: #bababa 5px solid;

}
.unselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none;
}
.noactive_bc{
	color:#c0c0c0;
}
.info_descr > table > tbody > tr > td {
	border: 1px solid #ccc;
	padding: 8px 6px;
	text-align: center;
	font-size: 16px;
}
@media (max-width: 767px) {
	.img_item {
		overflow: hidden;
	}
	.logo {
		background-size: cover;
		height: 68px;
    	width: 151px;
		margin-right: 50px;
		margin-left: 20px;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: #fff;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle .icon-bar {
		width: 33px;
	}
	.cart_icon{
		margin-top: 13px;
		width: 44px;
		height: 44px;
	}
	.cart_count{
		margin-top: 24px;
	}
	.card_item{
/*		height: 312px;*/
	}
	.cart_cat{
		min-height: 191px;
	}
	.cart_cat {
		background-size: cover;
	}
	.text_in_cart{
		padding: 0px;
		font-size: 18px;
	}
	.map_index{
		background-position: -247px;
	}
	.cart_soc_left_index{

	}
	.cart_soc_rigth_index{

	}
	.cart_soc{
		height: 132px;
	}
	.info_descr > table > tbody > tr > td {
		border: 1px solid #ccc;
		padding: 8px 6px;
		text-align: center;
		font-size: 12px;
	}
.grid-sizer,
.item_m { width: 50%; }

    .img_item{
        min-height: 176px;
    }
    .sale_price_cart{
		font-size: 14px;color: #da3526;text-align: center;
	}
	.retail_price_cart{
		font-size: 11px;text-decoration: line-through;text-align: center;
	}
	.ret_sale_price_block{
		display: inline-block;
		padding-top: 4px;
	}
	.name_block{
		height: 71px;
	}
	.ret_price{
		padding-top: 6px;
		text-align: center;
	}
	.cart_index {
		margin-bottom: 6px;
		padding: 0px 3px 0 3px;
	}
}

@media (min-width: 768px){
	.img_item img {
		max-width: 100%;
	}
	.container-fluid {
		width: 741px;
	}
/*	.navbar-nav > li > a {
		padding: 46px 5px 46px 5px;
	}*/
	.navbar-nav .open .dropdown-menu{
		background-color: #fff;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle .icon-bar {
		width: 33px;
	}

	.logo {
		margin-right: 0px;
		margin-left: 5px;
	}
	.navbar-nav {
		/* margin-left: 20px;*/
	}
	.cart_icon{
		margin-top: 30px;
		width:50px;
		height:50px;
	}
	.cart_count{
		margin-top: 45px;
	}
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.none_lable{
		display: none;
	}
	.valing {
		height:68px;
	}
	.card_item{
/*		height: 343px;*/
	}
	.img_item {
		width: 220px;
		height: 293px;
		overflow: hidden;
	}
	.grid-sizer,
.item_m { width: 33%; }
    .img_item{
        min-height: 272px;
    }
    .sale_price_cart{
		font-size: 14px;color: #da3526;text-align: center;
	}
	.retail_price_cart{
		font-size: 11px;text-decoration: line-through;text-align: center;
	}
	.ret_sale_price_block{
		display: inline-block;
		padding-top: 16px;
	}
	.ret_price{
		padding-top: 7px;
	}
}

@media (min-width: 992px){
	.img_item img {
		max-width: 100%;
	}
	.container-fluid {
		width: 937px;
	}
/*	.navbar-nav > li > a {
		padding: 46px 32px 46px 32px;
	}*/
	.navbar-nav .open .dropdown-menu{
		background-color: #fff;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle .icon-bar {
		width: 33px;
	}
	.none_lable{
		display: none;
	}
	.card_item{
/*		height: 444px;*/
	}
	.img_item {
		width: 293px;
		height: 391px;
		overflow: hidden;
	}
		.grid-sizer,
.item_m { width: 33%; }
	.cart_index {
	    padding-left: 5px;
	    padding-right: 5px;
	    margin-bottom: 10px;
	}
}

@media (max-width: 1199px){
	.navbar-toggle {
		margin-top: 18px;
	}
}
@media (min-width: 1200px){
	.img_item img {
		max-width: 100%;
	}
	.container-fluid {
		width: 1139px;
	}
	.navbar-nav > li > a {
		padding: 46px 32px 46px 32px;
	}
	.logo {
	    margin-right: 90px;
	    margin-top: 12px;
	}
	.none_lable{
		display: none;
	}
	.card_item{
/*		height: 411px;*/
	}
	.cart_cat{
		min-height: 349px;
	}
	.cart_soc_left_index{
		padding-right: 0;
	}
	.cart_soc_right_index{
		padding-left: 0;
	}
	.img_item {
		width: 263px;
		height: 350px;
		overflow: hidden;
	}
		.grid-sizer,
.item_m { width: 25%; }
	.cart_index {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 30px;
	}

}
@media (max-width: @screen-xs-min) {
	.modal-sm { width: @modal-sm; }
}
		
