@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700,700italic&subset=latin,cyrillic);


*{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', 'Segoe Ui', 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;

}

#openBoxberry {
	cursor: pointer;
	color: rgb(219, 42, 97);
}

.hidden {
    display: none;
}

/*#button-cart-q {
    display: hidden;
}*/

.header_top{
    width: 100%;
    background-color: #F2F2F2;	
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.header_top_center{
	position: relative;
}
.header_top .lk{
	margin-left: 0;
	margin-right: auto;
	
}
.header_top .lk a, .header_top .cart a{
	color: #000;
	text-decoration: none;
	line-height: 50px;
	padding-left: 23px;
	position: relative;
}
.header_top .lk a img, .header_top .cart a img{
	position: absolute;
	left: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
}
.header_top .lk a span, .header_top .cart a span{
	font-size: 12px;
}

.header_top .cart{
	margin-right: 0;
	margin-left: auto;
}
.header_top .cart a{
	padding-left: 28px;
}
header .car_kol{
    color: #E82B50;
    border: 2px solid #E82B50;
    width: 28px;
    display: inline-block;	
    border-radius: 50%;	
    text-align: center; 
    margin-left: 10px;
    padding: 2px;
}
.header_top a:hover{
	color: #F73166;
}
.navbar-toggler{
	border: 1px solid #000;
	padding: 12px 11px;
	border-radius: 3px;
	outline: none !Important;
	cursor: pointer;
}
.navbar-toggler span{
	width: 15px;
	height: 1px;
	background: #000;
	position: relative;
}
.navbar-toggler span:before, .navbar-toggler span:after{
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	width: 15px;
	height: 1px;
	background: #000;
}
.navbar-toggler span:after{
	top: auto;
	bottom: -4px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before{
	-moz-transform: rotate(90deg);  /* Firefox */
	-o-transform: rotate(90deg);  /* Opera */
	-webkit-transform: rotate(90deg);  /* Safari y Chrome */
	top: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after{
	display: none;
}


.top_menu ul{
	padding-top: 10px;
}
.top_menu ul li a{
	color: #000;
	text-decoration: none;
}
.top_menu ul li{
	margin-bottom: 10px;
	padding-left: 0;
}

header .logo{
	margin-bottom: 30px;
	text-align: center;
}
header .cont_info{
	text-align: center;
	margin-bottom: 20px;
}
header .email{
	margin-bottom: 13px;
}
header .email, header .phones{
	text-align: center;
}
header .email a{
	position: relative;
	padding-left: 30px;
	color: #000;
	text-decoration: none;
}
header .phones{
	position: relative;
	padding-left: 30px;
	color: #000;
	display: inline-block;
}
header .phone{
	display: block;
	text-align: left;
}

header .email a:hover{
	color: #F73166;
}
header .email a img, header .phones img{
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
}
header .phones .time{
	font-style: italic;
    font-size: 12px;
	display: block;
	text-align: left;
}

header .search{
    border: 1px solid #666666;
    border-radius: 20px;
	max-width: 300px;
	margin: auto;
	padding: 0 20px;
	height: 35px;
	position: relative;
}
header .search #query{
    line-height: 33px;
    border: 1px;
    width: 100%;
	outline: none !important;
}
header .search .search-icon{
    width: 24px;
    height: 24px;
    display: block;
    background: url('../image/icon-search.png') no-repeat;
	margin: auto;
}
header .search button{
    background: transparent;
    border: 0;
	position: absolute;
	height: 34px;
	width: 40px;
	right: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	outline: none !important;
}

.vendor{
	margin-bottom: 40px;
}
.vendor > div{
	margin-bottom: 20px;
}
.vendor a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: 0.7;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	height: auto;
	max-width: 130px;
}
.vendor a:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
	opacity: 1;
}
.news-image{   
    margin-right: 10px;
}

.page_index_news .heading-title{
	margin-bottom: 30px;
}
.page_index_news{
    /*border-radius: 10px 10px 10px 10px;*/
    border: 15px solid #F7F5F6;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}
.news .row{
    
    /*margin-left: -15px;*/
}
.news-title a,
.heading-title a{
    color: #F73166;
    text-decoration: none;
}
.news .news_wrap{
	margin-bottom: 30px;
}
.news-image{
	width: 100%;
	max-width: 100px;
	margin-right: 15px;
}
.news-image img{
	width: 100%;
	max-width: 140px;
	height: auto;
}
.news_wrap{
	margin-bottom: 20px;
}
.footer_top{
    width: 100%;
    /*background-color: #F4EAEF;*/
    background: url(../image/background_mail.png);	
    margin-top: 50px;
}
.footer_top_center{
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer_top .subscribers_email{
    height: 32px;
    border: 1px solid #2F2D3A;
	border-radius: 0;
	outline: none !important;
}
.footer_top .subscribers_submit{
    background: #2F2D3A;
    border: 1px solid #2F2D3A;
    border-radius: 0;
    color: #FFFFFF;
    padding: 5px 20px;
	cursor: pointer;
}
.footer_top .subscribers_text{
    font-size: 12px;
	margin-top: 15px;
	max-width: 270px;
}



.footer_article {
    width: 100%;
    background-color: #FFF6FA;
	padding: 30px 0;
}
.footer_article li{
    margin-left: 0px;
}

.footer_article .tab{
	margin-bottom: 30px;
}
.footer_article .tab:last-child{
	margin-bottom: 0; 
}

.footer_article .social{
    margin-bottom: 30px;
    /*padding-left: 20px;*/
}

.footer_article .tab ul{
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 14px;
}
.footer_article .tab ul li{
    padding-top: 10px;
    font-weight: 500;
}
.footer_article .tab a{
    color: #000;
    text-decoration: none;
    font-size: 14px;	
}
.footer_article .tab a:hover{
	color: #F73166;
}
.footer_article .social a{
    padding-right: 5px;
}
.footer_bottom {
    width: 100%;
    height: 40px;
    background-color: #444444;
    color: white;
}
header .header_category li.active > a{
	color: #F73166;
}
header .header_category li.active{
	position: relative;
}
.categories .text_span{
    display: block;
    padding-right: 15px;
    color: #6E6E6E;
}
article .nav .icon:after {
    padding: 0 10px;
    color: #000;
    content: "";
    margin-left: 10px;
    width: 17px;
    height: 16px;
    background: url('../image/mini_menu.png') no-repeat;
    position: absolute;
    margin-top: 2px;
}
.sort-shop li{
    list-style-type: none;
	display: inline-block;
    position: relative;
}
.sort_top:after {
    top: 7;
    padding: 0 5px;
    color: #000;
    content: "";
    margin-left: 8px;    
    background: url('../image/sort_bottom.png') no-repeat;
    position: relative;
}
.sort_bottom:after {
    top: 7;
    padding: 0 5px;
    color: #000;
    content: "";
    margin-left: 8px;
    background: url('../image/sort_top.png') no-repeat;	
    position: relative;
}
.categories .meta .sort{
    padding-top: 10px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
	padding-bottom: 8px;
	
}
.categories .meta .sort .sort-shop a{
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;	
}
.categories .meta .sort .sort-shop .active {
    color: #F73166;	
}
.categories .meta .sort .sort-shop a:hover{
    color: #F73166;
}

.num_page{
    margin-top: 10px;
}
.num_page ul li{
    margin-left: auto;
    list-style-type: none;
    position: relative;
	display: inline-block;
	vertical-align: top;
}
.num_page ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    /*margin-right: 10px;*/
    font-weight: 500;	
    padding: 0px 3px;
}
.num_page ul li[class=active] a{
    color: #FFF!important;
    background: #F73166!important;
}
.num_page ul li .arrow_radius{
    width: 24px;
	height: 24px;
	line-height: 24px;
    display: inline-block;	
    border-radius: 50%;	
    text-align: center; 
    margin-top: 0;
}
.num_page ul li .arrow_radius:hover{
    color: #FFF!important;
    background: #F73166!important;

}
.num_page ul li .arrow-end-06:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-end-06.png') no-repeat;
}
.num_page ul li .arrow-end-off-06:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-end-off-06.png') no-repeat;
}
.num_page ul li .arrow-end-off-07:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-end-off-07.png') no-repeat;
}
.num_page ul li .arrow-end-06:hover::before {	
    background: url('../image/arrow-end-active-06.png') no-repeat;

}
.num_page ul li .arrow-06:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-06.png') no-repeat;
}
.num_page ul li .arrow-off-06:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-off-06.png') no-repeat;
}
.num_page ul li .arrow-off-07:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-off-07.png') no-repeat;
}
.num_page ul li .arrow-06:hover::before {	
    background: url('../image/arrow-active-06.png') no-repeat;

}
.num_page ul li .arrow-end-07:before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-end-07.png') no-repeat;
}
.num_page ul li .arrow-end-07:hover::before {	
    background: url('../image/arrow-end-active-07.png') no-repeat;

}
.num_page ul li .arrow-07::before {	
    padding: 3px 12px;
    content: "";  
    float: left;    
    height: 24px;
    background: url('../image/arrow-07.png') no-repeat;
}
.num_page ul li .arrow-07:hover::before {	
    background: url('../image/arrow-active-07.png') no-repeat;
}

.stores_banner img{
	width: 100%;
	height: auto;
	
}
.stores_banner .tab_name{
	-webkit-filter: grayscale(0) !important;
	margin-bottom: 10px;
}
.stores_banner .tab:first-child{
	margin-bottom: 35px;
}
article h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    font-size: 30px;
    color: #333;
}
.sel_metro{
    background-color: #F2F2F2;
    padding: 15px 15px;
    margin-top: 50px;
}
.sel_metro select{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.sel_metro label{
	margin-right: 20px;
	display: inline-block;
}
.sel_metro label .shop_sel{
	margin-right: 7px;
}
.login_form_main{
	margin-top: 30px;
}
.top_text{
    border-bottom: 2px solid #F73166;
    margin-bottom: 20px;
}
.top_text span{
    font-size: large;
    font-weight: 600;
}
.login_form{
    margin: auto;
    margin-bottom: 45px;
}

.login_form label{
	float: left;
    position: relative;
    min-width: 80px;
	font-weight: 600;
    height: 34px;
    padding-top: 5px;
    font-style: italic;
}


.login_form input{
    width: 70% !important;
}
.login_form .form-group{
    margin-top: 10px;
}
.login_form .buttons_bottom{
    text-align: left;
}
.login_form .foget_pass{
	margin-top: 8px;
}
.login_form .buttons_bottom button{
    
}
.login_form .buttons_bottom a{
    
}
.buttons_bottom #button-cart:before{
    content: "   ";
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url('../image/LK-white.png') no-repeat;
    margin-bottom: -5;
    margin-left: 5;
}
.reg-form-checkout{
	
}
.reg-form-checkout .form-group .form-control-reg{

}
.addres_form .form-group .form-control{
   
}
.addres_form .form-group textarea{
   
}
.reg-form-checkout .form-group .control-label,
.login_form label,
.addres_form .form-group label{
    font-weight: 600;
    height: 34px;
    padding-top: 5px;
    font-style: italic;
}
.reg-form-checkout .form-group .control-label{
    float: left;
    position: relative;
	min-width: 80px;
}
.reg-form-checkout .form-group{
    clear: both;
	margin-bottom: 15px;
}
.addres_form .form-group{
    clear: both;
    /*height: 50px;*/
    margin-bottom: 10px;
    margin-right: 40px;
}
.reg-form-checkout .captcha{
    /* float: right; */
    margin-top: -15;
    position: absolute;
    right: 130px;
}
.reg-form-checkout a{
    text-align: center;
}
.required{
    color: #F73166;
}
.cart-product .disabled{
    position: absolute;
    left: -99999px;
}
.radioCl{
    padding-bottom: 5px;
}
.cart-product .bt{
	margin-top: 20px;
}
.cart-product .bt a{
	padding: 8px 15px;
}
.right_checkout{
   margin-top: 40px;
}
.login_form .form-group.social_login{
	margin-top: 40px;
}
.login_form .form-group{
	margin-bottom: 15px;
	clear: both;
}
.social_login #uLogin{
	margin-top: 10px;
}
.login_form .buttons_bottom .btn{
	padding: 8px 20px;
	width: 210px !important;
}
.cart-product .bt{
	margin-top: 30px;
}
.privacy-policy input, .processing-personal-data input, input[type="checkbox"]{
	margin-right: 7px !important;
}
.cart-product .form-group label{
	height: auto;
}
.privacy-policy a, .processing-personal-data a{
	margin-left: 20px;
}
.checkout .btn{
	width: 200px !important;
	padding: 8px 5px;
}
.checkout .buttons_bottom a{
	margin-top: 10px !important;
	margin-left: 0 !important;
	display: block;
}
.addres_form label{
	float: none !important;
	margin-bottom: 7px;
	display: block;
}
.addres_form .form-group{
	margin-right: 0;
}
.addres_form .form-group input, .addres_form .form-group textarea{
	width: 100%;
	max-width: 360px;
	margin-right: 0;
}
.addres_form .form-group textarea{
	min-height: 120px;
}
.tabel_header_dostavki, .shipping_block{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.checkout .btn-bottom, .errorMSG{
	margin-left: 15px;
}

.fancybox-skin{
	background: #fff !important;
}
.fancybox-inner{
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.fancybox-wrap .product-info .more_bt{
	margin-top: 15px;
	margin-bottom: 15px;
}
.fancybox-wrap{
	max-width: 1200px;
}
.notify_product .btn{
	width: 200px !important;
}
.element_checkout .form-group{
	max-width: 310px;
}
.payment{
	padding-left: 15px;
	padding-right: 15px;
}
.payment table{
	margin-left: 0 !important;
}
.tabel_dostavka_colonka .inp_bl{
	width: 10px;
}
.tabel_dostavka_colonka table tr td:nth-child(2n){
	width: 50px;
}
.tabel_dostavka_colonka.table2{
	padding-left: 30px;
	padding-top: 15px;
}
.tabel_dostavka_colonka .form-group.warning:before{
	display: none !important;
}


















@media (max-width: 767px) { 
	.type_1 table tr{
		display: block;
		max-width: 340px;
		margin: auto;
	}
	.type_1 table tr td{
		display: block;
	}
	.bar_cart{
		flex-direction: column;
		height: auto !important;
	}
	.bar_cart_nav .bar_bottom_line{
		display: none;
	}
	.bar_cart .bar_text{
		height: auto !important;
		display: flex;
	}
	.bar_cart .colorFonCircle{
		margin: 0 !important;
		margin-right: 15px !important;
		position: relative !important;
		top: -5px;
	}
	.bar_cart .bar_cart_LNK{
		margin-bottom: 15px;
	}
	.product-tables .price{
		float: none !important;
	}
	p img{
		max-width: 100%;
		height: auto; 
	}
	table{
		width: 100% !important;
	}
	.title_pr{
		margin-left: 15px !important;
		font-size: 22px;
		margin-bottom: 5px !important;
	}
	
	.bottom-dlg_top-hr{
		padding-bottom: 10px !important;
	}
	.bottom-dlg_top-hr a{ 
		display: block;
		margin-bottom: 10px;
	}
	.left_panel_reg{
		margin-bottom: 40px;
	}
	.myFormAcc tr, .myFormAcc td{
		display: block;
	}
	
	
	.fancybox-wrap .product-info .product-images{
		margin-bottom: 20px;
	}
	.fancybox-wrap .product-info table{
		max-width: 360px;
	}
	.fancybox-wrap .product-info table td{
		padding: 0 !important;
		font-size: 14px !important;
	}
	.fancybox-wrap .product-info .btn{
		width: 210px !important;
	}
	.fancybox-wrap .product-info.row{
		margin-left: -14px;
	}
	.definition_sizes .size_calk_rez{
		float: none !important;
	}
	.notify_product input{
		display: block !important;
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}
	.definition_sizes .accordion .menu_block{
		padding: 0 !important;
	}
	.definition_sizes table{
		max-width: 800px;
		width: 100%;
		overflow-x: auto;
	}
	.definition_sizes .menu_block{
		overflow-x: scroll;
	}
	.size-inner table{
		max-width: 100%;
	}
	.size-inner{
		margin-left: 6px;
	}
	.size-inner .td input{
		width: 30px !important;
	}
	.size-inner td{
		padding-right: 0 !important;
		width: 50%;
	}
	.fancybox-nav span, .fancybox-close{
		visibility: visible !important;
	}
	.product-info .options{
		padding-left: 3px;
	}
	.new_msg_text_cart{
		left: 0 !important;
		
	}
	.size-inner{
		padding-top: 0 !important;
	}
	
	
	#bonus-collapse-group > .group .collapse{
		padding-left: 0!important;
		padding-right: 0 !important;
	}
	#bonus_card_virtual table, #bonus_card table{
		max-width: 320px;
	}
	.fancybox-inner div{
		/*width: auto !important;*/
		margin: 5px !important;
	}
}

@media (max-width: 991px) { 
	header .header_category ul{
		padding-top: 15px;
		list-style-type: none;
	}
	header .header_category li{
		margin-bottom: 13px;
		padding-left: 0;
		position: relative;
		border-left: none !important;
	}
	header .header_category li a{
		color: #000;
		font-weight: 600;
		text-decoration: none;
	}

	header .header_category li > .sub-nav{
		display: none;
	}
	.triangle_click{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 20px;
		height: 20px;
	}
	.triangle_click:after{
		content: "";
		width: 12px;
		height: 8px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #F73166;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		cursor: pointer;
		margin: auto;
	}
	.triangle_click.active:after{
		border-top: none;
		border-bottom: 8px solid #F73166;
	}
	header .header_category .sub-nav.activeMenu{
		height: auto !important;
	}
	header .header_category li > .sub-nav li a{
		font-weight: normal;
		font-size: 12px;
	}
	header .header_category li > .sub-nav{
		margin-bottom: 25px;
		
	}
	header .header_category .navbar{
		max-width: 300px;
	}
	#discount_card p img{
		max-width: 100%;
		height: auto; 
	}
	
	
	.article_filter .nav_filter{
		padding: 0 !important;
		margin-left: 0 !important;
	}
	.article_filter{
		/*display: none;*/
	}
	.article_filter ul.nav{
		margin-right: 0 !important;
		max-width: 295px;
	}
	.article_filter .nav_filter .nav > li{
		margin-bottom: 20px;
		display: block;
		width: 100%;
	}
	ul.sub-nav{
		display: none;
	}
	ul.sub-nav.article_navli_subnav{
		display: block;
		float: none !important;
		margin-top: 10px;
	}
	article .sub-nav .scroll_blok a{
		display: block;
		color: #000;
		text-decoration: none;
		padding: 7px 10px 7px 0 !important;
	}
	article .sub-nav .scroll_blok label{
		margin-bottom: 10px;
	}
	article .sub-nav .scroll_blok{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.filter_size .size-select.in{
		max-width: 290px;
		display: flex !important;
		flex-wrap: wrap;
	}
	.filter_size .size-select li{
		display: inline-block;
		width: auto;
	}
	article .razm_blok .scroll_blok{
		width: auto !important;
	}
	.filter_size .size-select{
		margin-left: 0 !important;
	}
	.article_filter{
		padding-bottom: 1px !important;
	}
	.nav_filter .meny_activ{
		text-decoration: none;
		border-radius: 5px;
		font-weight: 600;
		cursor: pointer;
		color: #F73166;
	}
	.nav li .meny_activ_remove:after {
		content: "";
		margin-left: 6px;
		text-decoration: none;
		width: 18px;
		height: 19px;
		background: url(../image/del_js_product.png) no-repeat;
		position: absolute;
	}
	.article_options .nav{
		display: flex;
		flex-wrap: wrap;
	}
	.article_options .nav li{
		width: 50%;
		text-align: center;
		padding: 3px;
	}
	.article_options .nav li a{
		display: block;
		padding: 7px 3px 8px;
		background: #f1f1f1;
		font-size: 12px !important;
		color: #000 !important;
		cursor: pointer;
	}
	.article_options .nav li a.article_options_active{
		color: #fff !important;
		background: #F73166 !important;
	}
	.article_options_text{
		margin-top: 3px !important;
	}
	.article_options_text .razm_blok{
		padding-left: 0 !important;
		padding-right: 0 !Important;
	}
	.article_options_text .razm_blok .scroll_blok{
		padding-left: 0 !important;
	}
	.options .sizeForm label, .options .sizeForm .col-md-6{
		width: 100% !important;
	}
	.options .sizeForm label{
		padding-bottom: 20px;
		display :block;
	}
	.colorForm label{
		display: block;
		padding-bottom: 8px;
	}
}

@media (min-width: 370px){
	.header_top{
		min-height: 50px;
	}
	.header_top .lk a span, .header_top .cart a span{
		font-size: 12px;
	}
	.header_top .h_panel{
		position: absolute;
	}
	.header_top .lk, .header_top .cart{
		position: relative;
		z-index: 2;
	}
	.header_top .lk{
		margin-left: auto;
		margin-right: 0;
	}
	.header_top .cart{
		margin-left: 15px;
	}
	.header_top .top_menu{
		margin-top: 11px;
	}
	
}
@media (min-width: 390px){
	.header_top .lk a span, .header_top .cart a span{
		font-size: 13px;
	}
}


@media (min-width: 576px) {
	header .email{
		margin: auto;
		margin-right: 15px;
	}
	header .phones{
		margin: auto;
		margin-left: 15px;
	}
	.categories .text_span, .categories .sort-shop{
		display: inline-block;
	}
	.num_page{
		margin-top: 15px;
	}
	.stores_banner .tab{
		max-width: 510px;
		margin-left: auto;
		margin-right: auto;
	}
	.stores_banner img{
		width: auto;
		margin: 3px;
		max-width: 100%;
	}
	.stores_banner .mila2 img{
		width: 239px;
	}
	.stores_banner .mila2{
		width: 274px;
	}
	.stores_banner .mila1{
		width: 290px;
	}
	.stores_banner .lapas3{
		width: 293px;
	}
	.stores_banner .lapas2 img{
		height: 175px
	}
	.stores_banner .lapas1{
		margin-right: 7px;
	}
	.stores_banner .tab_name{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
		height: 78px;
		z-index: 2;
	}
	.sel_metro select{
		max-width: 200px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.accordion .menu_name .second{
		display: block !important;
	}
	.accordion .menu_name .first{
		left: 20px !important;
	}
	.accordion .txt_name{
		padding-left: 55px !important;
	}
	.accordion .menu_block{
		padding: 15px 40px !important; 
	}
}


@media (min-width: 768px) {
	.header_top .h_panel{
		position: relative;
	}
	.header_top .cart{
		margin-left: 25px;
	}
	.header_top{
		padding-bottom: 2px;
		margin-bottom: 40px;
	}
	.header_top .navbar-nav{
		padding-bottom: 10px;
		padding-top: 15px;
	}
	header .logo{
		text-align: left; 
		margin-bottom: 0;
	}
	header .cont_info{
		text-align: left;
	}
	header .email{
		margin-right: auto;
		margin-left: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	header .phones{
		margin-right: auto;
		margin-left: 10px;
		text-align: left;
	}
	.footer_top .subscribers_text{
		margin-top: -2px;
	}
	.footer_top .subscribers_submit{
		padding: 5px 30px;
	}
	#shoplist .shop{
		padding-right: 20px;
		padding-left: 20px;
	}
	.sel_metro select{
		max-width: 270px;
	}
	.right_checkout{
		margin-top: 0;
	}
	.top_text, .top_text span{
		text-align: center;
	}
	.login_form .buttons_bottom{
		text-align: center;
	}
	.login_form .form-group.social_login{
		text-align: center;
		margin-top: 30px;
	}
	.right_checkout .top_text span{
		line-height: 50px;
	}
	.cart-product .bt{
		text-align: center;
	}
	.shipping_courier{
		display: flex;
	}
	.shipping_courier .tabel_dostavka_colonka:first-child{
		margin-right: 40px;
	}
	.bar_cart .colorFonCircle{
		margin-top: 20px;
	}
	.text_h2{
		float: none !Important;
		text-align: center;
	}
	.bek_text{
		margin-top: 15px;
		padding-left: 25px
	}
}


@media (min-width: 992px) { 
	.header_top .navbar-nav{
		padding: 0;
	}
	.header_top .h_panel{
		padding-left: 0;
	}
	.top_menu ul li{
		margin-bottom: 0;
		line-height: 50px;
		margin-right: 15px;
	}
	.top_menu ul li:last-child{
		margin-right: 0;
	}
	.header_top .top_menu{
		margin-top: 0;
	}
	.top_menu ul li a{
		padding: 0 !important;
		font-size: 13px;
	}
	header .email{
		margin: auto;
		margin-right: 15px;
	}
	header .phones{
		margin: auto;
		margin-left: 15px;
	}
	.triangle_click{
		display: none;
	}
	
	header .header_category li{
		margin-left: 0px;
		vertical-align: top;
	}	
		
	nav .nav{
		display: -webkit-box; 
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;

		-webkit-box-pack: justify;/**/
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;    
		justify-content: space-between;

	}
	.nav ul .col-menu{
		box-shadow: 0 3px 4px rgba(0,0,0,0.3);
		border-top: 2px solid #F73166;
		padding: 20px 0px;
		background: #fff;
	}
	.nav ul .col-menu td{
		padding-right: 25px;
		padding-left: 25px;
	}

	.nav li a {
		display: block;
		text-decoration: none;
		color: #2D2D2D;
		border-radius: 5px;
		font-weight: 600;
		cursor: pointer;
	}
	.header_category .nav li:hover .mark{
		border-bottom: 0px solid #F73166 !important;
		padding-bottom: 0px !important;

	}
	.nav li .meny_activ {
		float: left;
		display: block;
		text-decoration: none;
		border-radius: 5px;
		font-weight: 600;
		cursor: pointer;
		color: #F73166;
	}
	.nav li .meny_activ_remove,
	.nav li .meny_activ_clear{
		padding: 3px 12px;
		float: left;
		border-radius: 12px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: 0px;
	}
	.nav li .meny_activ_remove:after {
		content: "";
		margin-top: -2px;
		text-decoration: none;
		width: 18px;
		height: 19px;
		background: url('../image/del_js_product.png') no-repeat;
		position: absolute;
	}
	.nav li .meny_activ_clear:after {
		content: "";
		margin-top: -2px;
		text-decoration: none;
		width: 18px;
		height: 19px;
		background: url('../image/clear_js_product.png') no-repeat;
		position: absolute;
	}
	header .nav li a:hover{
		color: #F73166;

	}
	.sub-nav {
		position: absolute;
		border-top: 15px solid transparent;
		left: -9999px;
		list-style:none;
		padding:0;
		z-index: 100;
	}
	.header_category .sub-nav{
		z-index: 120;
	}
	header .nav li:hover .sub-nav {
		left: -10;
	}

	header .nav li[id=hover] .sub-nav {
		left: -10;
	}

	header .nav li:hover .style_sub_nav {
		left: -250;
	}

	.header_category .nav .sub-nav li a{
		font-size: 12px;
		font-weight: 600;
		padding: 10px;
	}
	.hr_vertical{
		width: 2px;
		height: 100%;
		background-color: #CCCCCC;
		position: absolute;
	}
	header .header_category li.nav-item.active:after{
		content: "";
		width: 100%;
		height: 4px;
		position: absolute;
		bottom: -11px;
		background: #F73166;
		display: block;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	
	header .header_category li .sub-nav .col-menu{
		display: flex;
	}
	
	header .header_category li .sub-nav .col{
		display: inline-block;
	}
	
	header .header_category li .sub-nav .col li{
		white-space: nowrap;
	}
	.nav li {
		position: relative;
		list-style-type: none;
		padding-bottom: 8px;
	}
	.triangle {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid #F73166;
		position: absolute;
		margin-top: 7px;
		left: -9999px;
	}
	.triangle_wite {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid #FFF;
		position: absolute;
		margin-top: 5px;
		padding-top: 5px;
		margin-left: 0;
		z-index: -999;
	}
	header .nav li:hover .triangle {
		left: 15px;
		z-index: 121;
	}
	header .nav li[id=hover] .triangle {
		left: 15px;
		z-index: 121;
	}
	header .nav li:hover .triangle_wite {
		z-index: 121;
		left: 15px;
	}
	header .nav li[id=hover] .triangle_wite {
		z-index: 121;
		left: 15px;
	}
	.news-image{
		max-width: 140px;
		margin-right: 25px;
	}
	.page_index_news .heading-title{
		margin-bottom: 40px;
	}
	.page_index_news{
		padding: 40px;
		border: 25px solid #F7F5F6;
	}
	.newslist{
		margin-bottom: 25px;
	}
	.sort_tp .num_page{
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
	}
	.categories .meta .sort{
		padding-bottom: 15px;
	}
	header .header_category:after{
		content: "";
		display: block;
		width: 100%;
		border-bottom: 4px solid #E1E1E1;
		margin-top: 7px;
	}
	.stor_banners{
		margin-left: -5px;
		margin-right: -5px;
	}
	.stor_banners > div{
		padding-left: 5px;
		padding-right: 5px;
	}
	.stores_banner .mila2{
		width: 263px;
	}
	.stores_banner .lapas3{
		width: 258px;
	}
	.login_form_main .top_text span{
		line-height: 50px;  
	}
	.login_form_main .form-group{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.login_form_main .form-group input{
		max-width: 250px;
		width: 100%;
	}
	.login_form_main .form-group .check_bl{
		max-width: 250px;
		margin-top: 5px;
		
	}
	.login_form_main .form-group .check_bl input{
		width: 100% !important;
		max-width: 13px !important;
		display: inline-block !important;
	}
	.cart-product .bt{
		margin-top: 20px;
	}
	.login_form .buttons_bottom{
		margin-top: 25px;
	}
	.social_login > span{
		margin-right: 10px;
		top: 4px;
		position: relative;
	}
	.cart-product .top_text span{
		line-height: 50px;
	}
	.product-tables .price .noSaleBlock{
		float: none;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
	.product-line{
		position: relative;
	}
	.product-tables .del_js_product{
		position: absolute;
		top: 0px;
		right: 0;
	}
	.product-tables .divtr{
		margin-bottom: 0 !important;
	}
	.bottom_summ{
		display: flex;
		justify-content: center;
	}
	.errorMSG{
		width: 100%;
		margin-top: 15px;
	}
	.colorForm ul.nav{
		padding-top: 8px;
	}
	.sizeForm.addCart .btn{
		margin-top: 25px !important;
	}
	.article_options_text{
		margin-top: 7px !important;
	}
	.vendor_info{
		margin-top: 30px;
	}
	.num_page{
		margin-top: 0 !important;
		margin-bottom: 15px !important;
	}
	.filter_size .size-select.in{
		width: 285px;
		display: flex !important;
		flex-wrap: wrap;
	}
	.filter_size .size-select li{
		display: inline-block;
		width: auto;
	}
	article .razm_blok .scroll_blok{
		width: auto !important;
	}
	.article_navli_subnav{
		width: 275px;
	}
	.sort_tp .num_page{
		justify-content: end !important;
	}
	.sort_tp .num_page > div{
		margin-left: auto;
		margin-right: 0;
	}
	.element_checkout .form-group{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.element_checkout .form-group input{
		width: 70%;
	}
	.element_checkout .privacy-policy{
		margin-top: 25px;
	}
	.product-tables .price .SaleBlock{
		top: 0 !important;
	}
}



@media (min-width: 1200px) {
	.header_top .cart{
		margin-left: 40px;
	}
	.top_menu ul li{
		margin-right: 22px; 
	}
	header .cont_info{
		font-size: 15px;
	}
	header .phones, header .email a{
		padding-left: 35px;
	}
	.stores_banner .tab{
		max-width: 100%;
	}
	.stores_banner .mila1{
		width: 271px;
	}
	.stores_banner .mila2{
		width: 255px;
	}
	.stores_banner .mila2 img{
		width: 246px;
	}
	.stores_banner .lapas2 img{
		height: 188px;
	}
	.stores_banner .lapas3{
		width: 293px;
	}
	.options .colorForm label{
		float: left;
	}
}





















header, nav, section, article, aside, footer {
    display:block;
}
img{
    border-width: 0;
}
body{
    /*min-width: 770px;*/
}
h4{
    font-weight: 500;
}


.header_top_center_href{
    line-height: 50px;
}
.header_top_center_href a{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    margin-right: 45px;
}

.header_top_center_right a, .login_form .account{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}


header .header_category_hr{
    background-color: #E1E1E1;
    height: 4px;
    margin-top: 6px;
}
header .header_category{
    padding-top:35px;
   
}

header .header_navigate{
    /*padding-top: 15px;*/
}
.breadcrumb{
    background: transparent;
    /*border-top: 2px solid #dedede;*/
    padding-bottom: 5px;
    padding-top: 8px;
    opacity: 0.8;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #F73166;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
.breadcrumb a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}


article{
    word-wrap: break-word;
    /*overflow: hidden;*/
}
.navbar-toggler i{
	font-size: 14px;
	position: absolute;
	top: 4px;
	left: 50px;
	margin: auto;
	font-style: normal;
	height: 20px;
}
.bar_cart_nav{
	margin-top: 35px;
	margin-bottom: 20px;
}
.radioCl label{
	padding-bottom: 10px;
	display: block;
}
.checkout .reg-form-checkout .form-group{
	display: flex;
}
.checkout .processing-personal-data{
	margin-top: 10px;
}
.checkout .btn{
	margin-top: 20px !important;
}
.terms_payment{
	margin-top: 15px;
	display: block;
	width: 100%;
}



/*
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
*/







.containerCenter {
    margin: auto;
}
@media (min-width: 0px)  {/*768*/
    /*.containerCenter {
        width:750px; 
    }*/
    .single_banner #n3{
        margin-left: 750px;
    }
    .header_top_center_href a{
        margin-right:1%
    }
    header .logo_text {
        margin-left: 10px;
    }
    .footer_article .right_column {
        margin-left: 250px;
    }
    .nav li a {
        font-size: 13px;
    }
    .razdelitel_mail{
        width: 10px;
    }
    /*.product-grid .row{
        height: 400px;
        width: 820px;
    }*/
    .bottom-dlg_bottom {
        height: 400px;
    }
    .header_category_hr{		
        width: 770px;
    }
    .images_product{
        height: 376px;
    }
    .cart-product{
        width: 100% !important;
    }

    .reg_fio_text{
        margin-left: 38%;
    }
    .tabel_dostavka_line span{
        font-size: 12px !important;
    }
    .banner_type .type_1 table{
        height: 200px;
    }
    .product-info .icon-a{
        font-size: 10px !important;
    }
    .stores_banner .logos_store{
        width: 0px;
    }
}
@media (min-width: 992px) {
    .containerCenter {
        width:970px;
    }
        .single_banner #n3{
                margin-left: 970px;
        }
        .header_top_center_href a{
                margin-right:6%
        }
        header .logo_text {
                margin-left: 6%;
        }
        .footer_article .right_column {
                margin-left: 370px;
        }
        .nav li a {
                font-size: 15px;
        }
        .razdelitel_mail{
                width: 50px;
        }
        
        /*.product-grid .row{
                height: 447px;
                width: 1050px;
        }*/
        .bottom-dlg_bottom {
                height: 447px;
        }
        .header_category_hr{		
                width: 990px;
        }
        .images_product{
                height: 490px;
        }
        .cart-product{
                width: 100% !important;
        }
        .right_checkout{
                margin-top: 100px;
                width: 100% !important;
        }
        .reg_fio_text{
                margin-left: 38%;
        }
        .tabel_dostavka_line span{
                font-size: 10px !important;
        }
        .banner_type .type_1 table{
                height: 300px;
        }
        .product-info .icon-a{
                font-size: 10px !important;
        }
        .stores_banner .logos_store{
                width: 0px;
        }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .containerCenter {
        width:994px;
    }
    .single_banner #n3{
        margin-left: 994px;
    }
    .header_top_center_href a{
        margin-right: 45px;
    }
    header .logo_text {
        margin-left: 180px;
    }
    .footer_article .right_column {
        margin-left: 370px;
    }
    .nav li a {
        font-size: 15px;
    }
    .razdelitel_mail{
        width: 50px;
    }
    
    /*.product-grid .row{
        height: 344px;
        width: 1074px;
    }*/
    .bottom-dlg_bottom {
        height: 344px;
    }
    .header_category_hr{		
        width: 1014px;
    }
    .images_product{
        height: 414px;
    }
    .cart-product{
        width: 45% !important;
        padding-right: 5%;
    }
    .right_checkout{
        margin-top: 0px;
        width: 45% !important;
        padding-left: 5%;
    }
    .reg_fio_text{
        margin-left: 148px;
    }
    .tabel_dostavka_line span{
        font-size: 14px !important;
    }
    .banner_type .type_1 table{
        height: 400px;
    }
    .product-info .icon-a{
        font-size: 13px !important;
    }
    .stores_banner .logos_store{
        width: 994px;
    }

    .bottom_summ{
        width: 100%;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 25px;
        margin-top: -10px;
    }
    .bottom_summ #button-cart{
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 210px !important;
    }
    .bottom_summ #button-one{
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 210px !important;
    }    
    .bottom_summ .clear{
        padding-top: 20px;
    }
    #button-cart , #button-one, .button-milabel{
        border-radius: 4px;
        background-color: #F73166;
        color: #FFF;
        
        margin-top: 20px;
        border: 0px;
        cursor: pointer;
        text-decoration: none;
    }
	.bar_cart_nav{
		width: 100%;
		margin-top: 50px;
	}
	
}

@media (min-width: 1200px) {
    .containerCenter {
        width:1170px;
    }
    .single_banner #n3{
        margin-left: 1170px;
    }
    .header_top_center_href a{
        margin-right: 45px;
    }
    header .logo_text {
        margin-left: 180px;
    }
    .footer_article .right_column {
        margin-left: 370px;
    }
    .nav li a {
        font-size: 15px;
    }
    .razdelitel_mail{
        width: 50px;
    }
    
    /*.product-grid .row{
        height: 520px;
        width: 1250px;
    }*/
    .bottom-dlg_bottom {
        height: 520px;
    }
    .header_category_hr{		
        width: 1190px;
    }
    .images_product{
        height: 590px;
    }
    .cart-product{
        width: 45% !important;
        padding-right: 5%;
    }
    .right_checkout{
        margin-top: 0px;
        width: 45% !important;
        padding-left: 5%;
    }
    .reg_fio_text{
        margin-left: 148px;
    }
    .tabel_dostavka_line span{
        font-size: 14px !important;
    }
    .banner_type .type_1 table{
        height: 400px;
    }
    .product-info .icon-a{
        font-size: 13px !important;
    }
    .stores_banner .logos_store{
        width: 1170px;
    }
}

.flexslider li{
    margin-left: auto;
}
.breadcrumb li{
    margin-left: auto;
}
/*.product-grid .row{

    margin-left:-36px;

}*/

.article_options li{
    margin-left: 0px;
}

.nav_filter li{
    margin-left: 0px;
}
.article_filter .nav_filter{
    padding-left: 45px;
    padding-right: 45px;
}



/*+++++++++++++++23122015++++++++++*/


/*
article nav .icon:focus ~ article nav li .sub-nav, 
article nav .icon:active ~ article nav li .sub-nav, 
article nav li .sub-nav:hover {
        left: auto;
    right: 10;
    float: right;
}*/
.article_navli_subnav {
    left: auto;
    right: -125;	
    float: right;
}
.filter_color2_subnav_activ{
    right: -125;	
}
/*
.filter_color2_triangle_activ{
        margin-right: -8px;
}
.filter_color2_triangle_wite_activ{
        margin-right: -8px;
}*/
.article_navli_triangle {
    left: auto;
    float: right;
    right: 5;
    z-index: 115;
}
.article_navli_triangle_wite {
    left: auto;
    float: right;
    right: 5;
    z-index: 115;
}

.article_options_navli_triangle {
    left: auto;
    float: right;
    right: 35;
}
.article_options_navli_triangle_wite {
    left: auto;
    float: right;
    right: 35;
    z-index: 115;
}
.article_options_active{
    color: #F73166 !important;
}

article .noJS .nav li:hover .sub-nav {
    left: auto;
    right: -35;
    float: right;
}
article .noJS .nav li:hover .triangle {
    left: auto;
    float: right;
    right: 5;
}
article .noJS .nav li:hover .triangle_wite {
    left: auto;
    float: right;
    right: 5;
    z-index: 115;
}

article .sub-nav .scroll_blok{
    max-height: 300px;
    overflow-y: scroll;
    white-space: nowrap;
    background-color: #FFF;
    padding: 20px 5px;
    width: 250px;
}
article .sub-nav .scroll_blok label input{
    margin-right: 10px;
    display:inline-block;
    width:20px;
    height:20px;
}
article .sub-nav .scroll_blok label div{
    margin-right: 10px;
}
article .sub-nav .scroll_blok .clear{
    margin-top: 15px;
}
article .sub-nav .scroll_blok .activ_label span{
    color: #F73166;
}
article .sub-nav .scroll_blok label:hover{
    cursor: pointer;
}
article .sub-nav .scroll_blok label:hover span{
    color: #F73166;	
}
article .article_options .sub-nav .scroll_blok{
    max-height: 300px;
    width: 500px;
    overflow-y: scroll;
    white-space: inherit; 
    background-color: #FFF;
    padding: 20px 5px;
}
article .sub-nav .scroll_blok a{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 26px 20px 26px;
    margin-bottom: 3px;
    margin-top: 3px;
}
article .sub-nav .scroll_blok a:hover{
    color: #F73166;
}
article .sub-nav .scroll_blok .active{
    color: #F73166;
}
article .filter_color2 .sub-nav .scroll_blok .active{
    outline: solid 2px #F73166;
}
article .sub-nav .scroll_blok .sizeli .active,
article .sub-nav .scroll_blok li a:hover{
    background-color: #F73166;
    color: #FFF;
}
article .sub-nav .razm_blok .apply{
    margin-top: 20px;
    margin-bottom: 40px;
}
article .sub-nav .razm_blok .apply .apply_button{
    margin: auto;
    width: 100px;
    text-align: center;
    padding: 3px;
    background-color: #F73166;
    color: #FFF;
    float: left;
}
article .sub-nav .razm_blok .apply .apply_remove{
    float: right;
    font-style: italic;
    font-weight: 500;
    color: #F73166;
    text-decoration: underline;
    margin-right: 40px;
    margin-top: 4px;
}
article .sub-nav .razm_blok .apply .apply_remove:after{
    content: "";
    margin-left: 10px;
    margin-top: 2px;
    text-decoration: none;
    width: 17px;
    height: 19px;
    background: url('../image/del_js_product.png') no-repeat;
    padding: 0 10px;
    position: absolute;
}
.article_filter{
    margin-top: 40px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 40px;
    /*border-bottom: 1px solid #ccc;*/
}
.article_filter_fixed{
    position: fixed;
    z-index: 100;
    background-color: white;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    padding-top:20px;
    padding-bottom: 25px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 7px rgba(0,0,0,0.3)
}
.razm_blok{
    padding-right: 15px;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;    
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);	
    border-top: 2px solid #F73166;
}
.product-info  .razm_blok{
    box-shadow: 0 3px 4px rgba(0,0,0,0.0);	
}

.scroll_blok::-webkit-scrollbar { 
    width:10px;
    background-color:#FFF;
}
.scroll_blok::-webkit-scrollbar-track {  
    border:1px #CCCCCC solid;
    border-radius:10px;
}
.scroll_blok::-webkit-scrollbar-thumb { 
    background-color:#4D4D4D;
    border-radius:10px;
}
.scroll_blok::-webkit-scrollbar-thumb:hover{
    background-color:#4D4D4D;
    border:1px solid #333333;
}
.scroll_blok::-webkit-scrollbar-thumb:active{
    background-color:#333333;
    border:1px solid #333333;
}
/*+++++++++++++++23122015++++++++++*/
article .menuTags{
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
article .menuTags a{
    color: #6E6E6E;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 40px;
    font-weight: 500;
}
article .menuTags .active{
    color: #F73166;
}
article .menuTags a:hover{
    color: #F73166;
}
a:hover{
    color: #F73166;

}
.footer_article .right_column a:hover{
    color: #F73166;
}




/*+++++++++++23122015++++++++++++++*/






/*.col-md-2{
    float: left;
    width: 50%;
    position: relative;
}
.col-md-8{
    float: left;
    width: 66.66666667%;
    position: relative;
}
.col-md-3{
    float: left;
    width: 33.33333%;
    position: relative;
}
.col-md-4{
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding: 0 2.5% 0 2.5%;
}
.col-md-5{
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding: 0 0.5% 0 0.5%;
}

.col-md-4-bootstrap {
    width: 33.33333333%;
    float: left;
}

.col-md-8-bootstrap {
    width: 66.66666667%;
    float: left;
}*/


.product-grid .thumbnail{
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out; 
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    padding: 8px;
    position: relative;
    transition: none;
}
.thumbnail img{
    width: 100%;
}
.fc-green {
    color: #5cb85c;
}
.f-15 {
    font-size: 15px !important;
}
.line-through {
    text-decoration: line-through;
}





.product-grid .thumbnail .cart-button {
    display: none;
    cursor: pointer;
    background: url('../image/cart-02.png') no-repeat;
    position: absolute;
    right: 15px;
    height: 45px;
    width: 44px;
    margin-top: -60px;
    margin-right: 10px;
}


.product-grid .thumbnail .wishlist{
    display: none;
    cursor: pointer;
    position: absolute;
    left: 15px;
    height: 40px;
    width: 45px;
    margin-top: -60px;
}
.product-grid .thumbnail .wishlist:not(.active){
    background: url('../image/wishlist-passive.png') no-repeat;
}
.product-grid .thumbnail .wishlist{
    background: url('../image/wishlist-inlist.png') no-repeat;
}
.product-grid .thumbnail .wishlist:not(.active):hover{
    background: url('../image/wishlist-onclick.png') no-repeat;
}

.addCart .wishlist{
    display: block;
    cursor: pointer;
    position: absolute;
    right: -40px;
    height: 30px;
    width: 30px;
    margin-top: -28px;
}
.addCart .wishlist:not(.active){
    background: url('../image/wishlist-passive.svg') no-repeat;
}
.addCart .wishlist{
    background: url('../image/wishlist-inlist.svg') no-repeat;
}
.addCart .wishlist:not(.active):hover{
    background: url('../image/wishlist-onclick.svg') no-repeat;
}

#button-cart:hover {
    background: #ec527e;
    border-color: #2F2D3A;
    color: #fff;
}

#button-cart-q:hover {
    background: #019a2f;
    border-color: #fff;
    color: #fff!important;
}


.product-grid:hover  .thumbnail.cart-button {
    display: block;
}
.product-grid .thumbnail .name {
    color:#000;
    display: block;
    text-decoration: none !important;
}
.product-grid .thumbnail .category{
    color:#979797;
    display: block;
}
.product-grid .thumbnail .meta {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 85px;
}
.product-grid .thumbnail .variants-4,.variants-5 {
    margin-top: 10px;
    display: none;
    color:#979797;
}
.product-grid .thumbnail .variants-4 .title {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 5px 0;
    margin-bottom: 5px;
}
.product-grid .thumbnail:hover {
    z-index: 99;
    box-shadow: 0 1px 5px rgba(55, 91, 153, 0.355);
}
.product-grid .thumbnail:hover .variants-4{
    display: block;
    position: absolute;
    background-color: #FFF;
    top: 100%;
    margin-top: -5px;
    width: 100%;
    left: 0;
    box-shadow: 0 4px 6px rgba(55, 91, 153, 0.37);
    border-radius: 2px;
    padding-bottom: 10px;
}
.product-grid .thumbnail:hover .variants_padding{
    padding-left: 10px;
    padding-right: 10px;
}

.product-grid .thumbnail:hover .cart-button{
    display: block;
    position: absolute;
    z-index: 101;
}

.product-grid .thumbnail:hover .wishlist{
    display: block;
    position: absolute;
    z-index: 101;
}
.product-grid .thumbnail .meta_cat{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
}




@media (min-width: 0px)  {
    .article_filter_fixed{
        width: 745px;
    }
}
@media (min-width: 992px) {
    .article_filter_fixed{
        width: 975px;
    }
}
@media (min-width: 1200px) {
    .article_filter_fixed{
        width: 1175px;
    }
}








.filter_size .in{
    display:block !important;
}
.filter_size ul{
    display: table-column;
}
.filter_size .filter-group {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}
.filter_size .size-select li{
    padding-top: 5px;
    padding-left: 5px;
}
.filter_size .size-select{
    margin-left: 10px;
}
.filter_size .size-select li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #CCC;
    border-radius: 0px;
    /* line-height: 50px; */
    width: 60px;
    /* height: 30px; */
    padding-bottom: 8px;
    padding-top: 8px;
}
.filter_size .filter-group .group-name {
    border-bottom: dotted 1px #F73166;
    /*color:#333;*/
    display: block;
    padding: 0 12px 5px 15px;
    text-decoration: none;
    border-radius: 0px;
}

.filter-group .group-name:after {
    content: ">";
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 3px;
    color: #f0537e;
}

.filter-group .group-name.collapsed:after{
    content: "-";
}




/*+++++++++++++++++++040115++++++++++++++++*/


#static_banner{
    padding-top: 20px;
}
#static_banner img{
    width: 100%
}
.stores .card{
    /*padding-right: 20px;
    padding-left: 20px;
    width: calc(50% - 40px);*/
}
.stores .card a{
    color: #000;
    text-decoration: none;
}
#shoplist .shop{
    padding-top: 40px;
    padding-bottom: 20px;
}
#shoplist a{
    color: #F73166;
    text-decoration: none;	
}
#shoplist .address{
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0;
}

#discount_card .row{
    margin-top: 20px;
    margin-right: -15px;
}
#discount_card .row li{
    list-style: none;
    margin-left: 0px;
}
#discount_card .row p{
    margin: 0 0 10px;
}
#discount_card .row a{
    color: #F73166;
    text-decoration: none;		
}
#discount_card .row .form-group label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#discount_card .row .form-group input{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 30%;
}
#discount_card .row .btn-black,
#search-product .btn-black{
    background-color: #23222c;
    border-color: #17171d;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: pointer;
}
#search-product .btn-black{
    
}
#job .form-group {
    float: left;
}
/*+++++++++++++++++++040115++++++++++++++++*/

.clear {
    clear: both;
}

li{
    /*margin-left: 40px;*/
}


/*
 *      @Helpers
 ***************************************************/

/**** Position ****/
.absolute {position: absolute;}
.relative {position: relative;}
.fixed {position: fixed;}
/****  Margin  ****/
.m-auto {margin:auto;}
.m-0-auto {margin: 0 auto;}
.m-0 {margin:0 !important;}
.m-5 {margin:5px !important;}
.m-10 {margin:10px !important;}
.m-20 {margin:20px !important;}

/****  Margin Top  ****/
.m-t-0 {margin-top:0 !important;}
.m-t-5{margin-top:5px !important; }
.m-t-10{margin-top:10px !important;}
.m-t-20{margin-top:20px !important;}
.m-t-30{margin-top:30px !important;}
.m-t-40{margin-top:40px !important;}
.m-t-50{margin-top:50px !important;}
.m-t-60{margin-top:60px !important;}

/****  Margin Bottom  ****/
.m-b-0 {margin-bottom:0 !important;}
.m-b-5 {margin-bottom:5px !important;}
.m-b-6 {margin-bottom:6px !important;}
.m-b-10 {margin-bottom:10px !important;}
.m-b-12 {margin-bottom:12px !important;}
.m-b-15 {margin-bottom:15px !important;}
.m-b-20 {margin-bottom:20px !important;}
.m-b-30 {margin-bottom:30px !important;}
.m-b-40 {margin-bottom:40px !important;}
.m-b-50 {margin-bottom:50px !important;}
.m-b-60 {margin-bottom:60px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-140{margin-bottom:140px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-m30 {margin-bottom:-30px !important;}
.m-b-m50 {margin-bottom:-50px !important;}

/****  Margin Left  ****/
.m-l-0 {margin-left:0 !important;}
.m-l-5 {margin-left:5px !important;}
.m-l-10 {margin-left:10px !important;}
.m-l-20 {margin-left:20px !important;}
.m-l-30 {margin-left:30px !important;}
.m-l-60 {margin-left:60px !important;}
.m-l-175 {margin-left: 175px !important;}

/****  Margin Right  ****/
.m-r-0 {margin-right:0 !important;}
.m-r-5 {margin-right:5px !important;}
.m-r-10 {margin-right:10px !important;}
.m-r-20 {margin-right:20px !important;}
.m-r-30 {margin-right:30px !important;}
.m-r-60 {margin-right:60px !important;}

/****  Padding  ****/
.p-0 {padding:0 !important;}
.p-5 {padding:5px !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px !important;}
.p-30 {padding:30px !important;}
.p-40 {padding:40px !important;}
.p-50 {padding: 50px !important;}

/****  Padding Top  ****/
.p-t-0 {padding-top:0 !important;}
.p-t-5 {padding-top:5px !important;}
.p-t-8 {padding-top:8px !important;}
.p-t-10 {padding-top:10px !important;}
.p-t-20 {padding-top:20px !important;}
.p-t-25 {padding-top:25px !important;}
.p-t-30 {padding-top:30px !important;}
.p-t-40 {padding-top:40px !important;}
.p-t-50 {padding-top:50px !important;}
.p-t-60 {padding-top:60px !important;}

/****  Padding Bottom  ****/
.p-b-0 {padding-bottom:0 !important;}
.p-b-10 {padding-bottom:10px !important;}
.p-b-20 {padding-bottom:10px !important;}
.p-b-30 {padding-bottom:30px !important;}

/****  Padding Left  ****/
.p-l-0 {padding-left: 0 !important;}
.p-l-5 {padding-left:5px !important;}
.p-l-10 {padding-left:10px !important;}
.p-l-20 {padding-left:20px !important;}
.p-l-30 {padding-left:30px !important;}
.p-l-40 {padding-left:40px !important;}
/* Padding Right  ****/
.p-r-0 {padding-right: 0 !important;}
.p-r-5 {padding-right:5px !important;}
.p-r-10 {padding-right:10px !important;}
.p-r-20 {padding-right:20px !important;}
.p-r-30 {padding-right:30px !important;}

/****  Border Radius  ****/
.bd-0{-moz-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;}
.bd-3{-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;}
.bd-6{-moz-border-radius: 6px !important;-webkit-border-radius: 6px !important;border-radius: 6px !important;}
.bd-9{-moz-border-radius: 9px !important;-webkit-border-radius: 9px !important;border-radius: 9px !important;}
.bd-50p{-moz-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;}

/****  Border Radius  ****/
.br-10 {
    border-radius: 10px;
}
/****  Border Settings ****/
.no-bd{border:0 !important;box-shadow: none}
.no-bd-t {border-top: 0 !important;}
.no-bd-l {border-left: 0 !important;}
.no-bd-b {border-bottom: 0 !important;}
.no-bd-r {border-right: 0 !important;}
.bd-1 {border: 1px solid #dcdcdc;}
.bd-r-1 {border-right: 1px solid #dcdcdc;}

/****  Background Colors  ****/
.bg-transparent {background: transparent!important;}
.bg-dark {background: #2f2d3a!important;}
.bg-light-gray{
    /*background: #f6f6f6!important;*/
}

/****  Font Size  ****/
.f-12{font-size:12px !important;}
.f-13{font-size:13px !important;}
.f-14{font-size:14px !important;}
.f-15{font-size:15px !important;}
.f-16{font-size:16px !important;}
.f-18{font-size:18px !important;}
.f-20{font-size:20px !important;}
.f-24{font-size: 20pt;
      color: #ec527e;}
.f-32{font-size:32px !important;}
.f-40{font-size:40px !important;}
.f-60{font-size:60px !important;}
.f-65{font-size:65px !important;}
.f-80{font-size:80px !important;}
.f-150{font-size:150px !important;}

/****  Font Size  ****/
.fc-black {color: #000000;}
.fc-red {color: red;}
.fc-white {color: #ffffff;}
.fc-green {color: #5cb85c}
.fc-gray { color: #b8b8b8; }

/****  Display  ****/
.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-table {
    display: table;
    width: 100%;
}

.d-table-cell {
    display: table-cell;
}

/****  Notification  ****/



h3, .h3 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

p {
    margin: 0 0 10px;
}

#content #managers {
    text-align: left;
}
#content #managers div {
    padding: 15px;
    border-radius: 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    width: 300px;
}
#content #managers ul.list-unstyled li {
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: 700;
}
ul.list-unstyled li > i {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.list-unstyled li{
    margin-left: 0px;
}
.container > a{
    color: #F73166;
    text-decoration: none;
}
#job h6 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}
#job ul {
    margin-bottom: 40px;
}
#franchising .form-control, #job .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeef0;
    background-image: none;
    border: 1px solid #eeeef0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
}
#job .btn-milabel {
    color: #ffffff;
    background: #F73166;
    border-width: inherit;
}
#managers .list-unstyled:hover {
    background: #f9f9f9;
}
.product_sale {
    position: absolute !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    right: 20px;
    background: #5cb85c;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
}
.product_sale_img {
    position: absolute !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    right: 20px;
    background: #5cb85c;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    height: 40px;
}
.product_new {
    position: absolute !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    /*right: 20px;*/
    background: #F73166;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    left: 20px;
}
.fc-green {
    color: #5cb85c;
}
#search-form .form-control {
    display: block;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




/*++++++++++++04102016+++++++++++++++*/



.sizeThisProduct{
    cursor: pointer;
    border-radius:3px;
    font-size:18pt;
    color: #000;
    border: 1px solid #eee;
    background-color: #eee;
    padding: 4px;
    float: left;
    margin: 0px 12px 12px 0px;
    background: linear-gradient(to top, #eee 0%, #F9F9F9 , #eee 100%);
    box-shadow: 0 0 2px rgba(0, 0, 1, 0.4);
    font-size: 12pt;
    text-align: center;
    user-select: none;
}
.sizeThisProduct:hover{
    text-decoration: none;
    background-color: #ec527e;
    background: linear-gradient(to top, #ec527e 0%,#ec527e , #ec527e 100%);
    color: #FFF;
}
.colorThisProduct{
    cursor: pointer;
    border-radius:3px;
    height: 30px;
    width:30px;
    border: 1px solid rgba(88, 88, 88, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 1, 0.4);
}
.colorThisProduct:hover{
    border-radius:3px;
    /*border: 3px solid #ec527e;*/
    border: 3px solid #FFF;
    outline: 3px solid #ec527e;
    /*padding: 2px;*/
}
.disabledThisProduct_color{
    /*border: 1px solid #555;*/
    color: #000000;
    opacity: 0.2;
    content: '';
    background: rgba(0, 0, 0, 0) url('../image/cross.svg') no-repeat;
    background-size: 100% 100%;	
}
.enabledThisProduct_color{
    border-radius:3px;
    /*border: 3px solid #ec527e;*/
    text-align: center;
    outline: 3px solid #ec527e;
    border: 3px solid #FFF;	
    /*padding: 2px;*/
}
.disabledThisProduct_size{
    /*border: 1px solid #b3b3b3;*/
    background-color: #555;
    color: #CCCCCC;
    /*background: linear-gradient(to top, #555 0%, #949494  , #555 100%);*/
}
.enabledThisProduct_size{
    border: 1px solid #ec527e;
    background-color: #ec527e;
    color: #ffffff;
    background: linear-gradient(to top, #ec527e 0%, #ec527e , #ec527e 100%);
}
.quantityThisProduct{
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    color: #000000;
}
#button-cart , #button-one, .button-milabel{
    border-radius: 4px;
    background-color: #F73166;
    color: #FFF!important;
    width: 190px;
    margin-top: 5px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}
#button-cart-q{
    border-radius: 4px;
    background-color: #27c357;
    color: #fff!important;
    width: 190px;
    margin-top: 20px;
    border:1px solid #999;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
}


.button-milabel:hover{
    color: #FFF;
}

.btn {
    width: auto;
    text-align: center;
    padding: 8px 40px;
}

.btn-default {
    border-radius: 4px;
    background-color: #F73166;
    color: #ffffff;
    margin-top: 20px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}

.btn-border {
    border-radius: 4px;
    border: 1px #F73166 solid;
    background-color: transparent;
    color: #000;
    width: auto;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.img-responsive.auto {
    height: auto;
}

.colorBlock{
    height: 24px;
    width: 24px;
    float: left;
    margin: 0px 12px 10px 0px;
    float: left;
    text-align: center;
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    text-decoration: none;
}
#_button-cart{
    border-radius: 4px;
    background-color: #F73166;
    color: #FFF;
    width: 170px;
    margin-top: 20px;
    border: 0px;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
}
.logo_text a:hover{
    color: #F73166;
}


#bonus-collapse-group > .group .collapse {
    display: none;
    padding: 20px;
}
#bonus-collapse-group > .group .collapse.in {
    display: block;
}
#bonus-collapse-group > .group {
    margin-bottom: 15px;
    padding: 0 20px;
}
#bonus-collapse-group > .group a[data-toggle="collapsed"] {
    display: block;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    background: #ededed;
}

#bonus-collapse-group .group label {
    color: #5f5f5f;
}

form#bonus_card table td {
    padding: 3px 0;
}

/*#bonus-collapse-group > .group a[data-toggle="collapsed"].active {*/
    /**/
/*}*/

#bonus-collapse-group > .group a .icon {
    width: 33px;
    height: 33px;
    float: left;
    display: block;
    margin-right: 15px;
}

#bonus-collapse-group > .group a .icon.virtual {
    background: url('../image/reg-black-01.png') center no-repeat;
}

#bonus-collapse-group > .group a.active .icon {
    background: url('../image/reg-color-01.png') center no-repeat;
}

#bonus-collapse-group > .group a .icon.real {
    background: url('../image/act-black-01-01.png') center no-repeat;
}

#bonus-collapse-group > .group a.active .icon.real {
    background: url('../image/act-color-01-01.png') center no-repeat;
}

#bonus-collapse-group > .group a .arrow {
    width: 33px;
    height: 33px;
    float: right;
    display: block;
    background: url('../image/arrow-down.png') center no-repeat;
}

#bonus-collapse-group > .group a.active .arrow {
    background: url('../image/arrow-up.png') center no-repeat;
}

p.form-error {
    display: none;
}
p.form-error.has-error {
    display: block;
    color: red;
    margin: 0!important;
}
.form-control.has-error {
    border-color: red;
}

.sms-confirm .sms-confirm_input p.description,
.sms-confirm .sms-confirm_input p.description strong,
.sms-confirm .sms-confirm_input p.description a {
    font-size: 12px;
}

.sms-confirm .sms-confirm_input .form-control {
    display: block;
    /*width: 60px;*/
    /*border-radius: 4px 0 0 4px;*/
}

.sms-confirm .sms-confirm_input .btn.btn-group {
    display: inline-block;
    background: transparent;
    color: #000!important;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin: 1px 0px 0px -5px;
    border-radius: 0px 4px 4px 0;
    text-decoration: none;
}

form#bonus_card table td .button-milabel,
form#bonus_card_virtual table td .button-milabel {
    margin-top: 0;
}
table td .button-milabel[disabled] {
    background: #D7D7D7;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#bonuscard-sms_confirm.sms-confirm {
    display: none;
}

#bonuscard-sms_confirm.sms-confirm.active {
    display: table-row;
}

a#resend-sms.is-disabled,
a#resend-sms-virtual.is-disabled {
    color: #D7D7D7;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}



.imgBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(95, 95, 95, 0.34);
}
.imgContent{
    position: absolute;
    min-height: 200px;
    min-width: 200px; 
    margin: 0 auto;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.imgClose{
    width: 100%; 
    height: 100%;
    float: right;
    cursor: pointer;
}
.imgClose:hover{
    /*background-color: rgba(95, 95, 95, 0.1);*/
    color: #FFF;
}
.imgClose:after{
    /*font-family: "flexslider-icon";*/
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: 'x';
    position: absolute;
    right: 2%;
    top: 2%;
}
.imgBack{
    position: absolute;
    width: 50%; 
    height: 100%;
    float: left;
    cursor: pointer;
    padding: 5px;
}
.imgBackActive:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
    position: absolute;
    left: 10px;
    top: 50%;
}
.imgBackDeactiv:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
    position: absolute;
    left: 10px;
    top: 50%;
    opacity: .2;
}
.imgBack:hover{
    /*background-color: rgba(95, 95, 95, 0.1);*/
}
.imgImg{
    padding: 5px;
    cursor: pointer;
}
.imgImgActive:after {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f002';
    position: absolute;
    right: 10px;
    top: 50%;
}
.imgImgDeactiv:after {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f002';
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: .2;
}




.frmBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(95, 95, 95, 0.34);
}
.frmContent{
    position: absolute;
    /*min-height: 200px;
    min-width: 200px; */
    margin: 0 auto;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}
.frmClose{
    width: 50%; 
    height: 100%;
    float: right;
    cursor: pointer;
}
.frmClose:hover{
    /*background-color: rgba(95, 95, 95, 0.1);*/
    color: #FFF;
}
.frmClose:after{
    /*font-family: "flexslider-icon";*/
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: 'x';
    position: absolute;
    right: 2%;
    top: 2%;
}
.frmClose:hover{
    /*background-color: rgba(95, 95, 95, 0.1);*/
}
.frmBack{
    width: 50%; 
    height: 100%;
    float: left;
    /*cursor: pointer;*/
}
.frmBack:hover{
    background-color: rgba(95, 95, 95, 0.1);
}
.frmfrm{
    /*padding-top: 20px;
    padding-bottom: 40px;
    /*padding: 5px;*/
    /*cursor: pointer;*/
}
.frmBoxMenuFilter{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    z-index: 998;
    background-color: rgba(95, 95, 95, 0.34);
}






.filterDisabled{
    color: #000000;
    opacity: 0.2;
}
.navbar-act{
    background-color: #f5f5f5;
}
.navbar-collapse li{
    padding-left: 8px;
    padding-right: 8px;
}
.sort .navbar-nav li a{
    text-decoration: none;
}
li.sbros-vse:after {
    content: "x";
    /*font-family: FontAwesome;*/
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 7px;
    color: #f0537e;
}
.btn-product-links{
    /*float: right;*/
}
.product-info .product-images .page_bottom a:hover{
    text-decoration: blink;
}
.colorBlock:hover::after {
    /*content: attr(title); 
    position: absolute; 
    background: #ec527e;
    font-size: 14px;
    padding: 5px 10px; 
    border: 1px solid rgba(88, 88, 88, 0.1);
        color: #FFF;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
.sizeThisProduct:hover::after {
    /*content: attr(title); 
    position: absolute; 
    background: #ec527e;
    font-size: 14px;
    padding: 5px 10px; 
    border: 1px solid rgba(88, 88, 88, 0.1);
        color: #FFF;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
.form-control-reg{
    display: block;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control{
    display: block;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.menuTags a{
    text-decoration: underline;
    padding-right: 15px;
    color: #848484;
    line-height:1.8;	
}
.menuTags a:hover{
    color: #f0537e;
}
.menuTags .active{
    color: #f0537e;
}
.razmerText{
    font-size: 14px;
}






.callBack{
    width: 237px;
    float: right;
    position: fixed;
    color: #FFF;
    transform: rotate(-90deg);
    z-index: 997;
    display: block;
}
.callBackText{
    text-align: center;
    height: 32px;
    width: 148px;
    background: linear-gradient(to top, rgb(240,83,126), rgb(194,66,101));
    border-radius: 8px 8px 0 0;
    font-size: 12px; 
    color: #ffffff;
    cursor: pointer;
    padding-top: 9px;
    margin-bottom: 32px;
    margin-left: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);

}
.callBackForm{
    font-size: 13px;
    color: #999999;
    background: #E6E6E6;
    visibility: hidden;
    width: 0px;
    height: 0px;
    transform: rotate(90deg);
    background: linear-gradient(to right, #feffff 0%,#E6E6E6 100%,#E6E6E6 100%);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#callBack_button{
    text-align: center;
    height: 32px;
    background: linear-gradient(to top, rgb(240,83,126), rgb(194,66,101));
    border-radius: 5px ;
    font-size: 14px;
    color: #ffffff;
}


/*++++++++++++++05012016+++++++++++++++++++++++*/
.product-info a{
    color: #F73166;
    text-decoration: none;
}
.product-info .image{
    margin-top: 10px;
    width: 70%;
    position: relative;
    float: left;
}
.img-responsive{
    width: 100%;	
}
.images_product{
    width: 27%;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.slider-prev:before{
    content: " ";
    background-color: yellow;
    color: red;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 25%;
    cursor: pointer;
    z-index: 1;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../image/bottom-dlg_slider-prev.png') no-repeat;
    transform: rotate(-90deg);
}
.slider-next:after{
    content: " ";
    background-color: yellow;
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 25%;
    cursor: pointer;
    z-index: 1;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../image/bottom-dlg_slider-next.png') no-repeat;
    transform: rotate(-90deg);
}
.slider-img{
    transition-duration: 0.5s;
    top: 0;
    position: absolute;
}
.images_product img{
    width: 80%;
    margin-bottom: 10px;	
}
.article_options_text{
    margin-top: 15px;
    margin-bottom: 20px;
}
.article_options_text .scroll_blok{
    /*min-height: 300px;*/
    padding-left: 10px;
}
.article_options_text .blok_description{
    min-height: 200px !important;
}
/*++++++++06012015++++++++++++*/
.bottom-dlg_top-hr{
    background-color: #F2F2F2;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bottom-dlg_top-hr a{
    cursor: pointer;
    padding-right: 50px;
    text-decoration: underline;
    font-weight: 600;
}
.bottom-dlg_top-hr .active{
    color: #F73166;
}
.bottom-dlg_bottom{
    overflow: hidden;
}
.bottom-dlg_bottom .row{
    width: 100%;
    margin-left: 0px;
    float: left;
    /* position: absolute;	*/
}
.bottom-dlg_bottom .product-grid .thumbnail:hover .variants-4,
.bottom-dlg_bottom .thumbnail:hover .cart-button{
    display: none;
}
.bottom-dlg_bottom .block_div{
    position: absolute;
    left: -99999px;
}
.bottom-dlg_bottom .active{
    left: 0px;
    position: relative;
}
.bottom-dlg_slider-prev:before{
    content: " ";
    background-color: yellow;
    color: red;
    font-weight: bold;
    position: absolute;
    top: 160;
    left: 0;
    cursor: pointer;
    z-index: 100;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../image/bottom-dlg_slider-prev.png') no-repeat;
}
.bottom-dlg_slider-next:after{
    content: " ";
    background-color: yellow;
    color: red;
    font-weight: bold;
    position: absolute;
    top: 160;
    right: 0;
    cursor: pointer;
    z-index: 100;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../image/bottom-dlg_slider-next.png') no-repeat;
}
.bottom-dlg_bottom .product-grid .disabled{
    position: absolute;
    left: -99999px;
}

/*++++++++++07012016++++++++++++*/
.bar_cart{
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bar_cart li{
    margin-left: 0px;
    margin-right: 0px;
    list-style-type: none;
}
.bar_cart li a{
    display: block;
    text-decoration: none;
    color: #CCC;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
.bar_cart li a:hover{
    color: #000;
}
.bar_cart .active a{
    color: #000 !important;
}

.bar_cart_nav .bar_bottom_line{
    background-color: #F2F2F2;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    border-radius: 20px;
    top: -30;
    position: relative;
    z-index: -1;
}
.bar_cart .bar_cart_LNK{
    float: left;
}
.bar_cart .bar_text{
    height: 20px;
}

.bar_cart .colorFonCircle{
    background-color: #F2F2F2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
	text-align: center;
	
    /*margin: auto;
    display: block;
        float: right;*/
}

.bar_cart .active .colorFonCircle{
    background-color: #F73166;
}

.bar_cart .colorFonCircle div{
    color: #FFF;
	line-height: 30px;
}

.bar_cart li a:hover .colorFonCircle{
    background-color: #F73166;
}
.bar_cart_nav .bar_progress{
    background-color: #F73166;
    height: 100%;
    width: 0px;
    border-radius: 20px;
}
/*++++++08012016+++++*/
.checkout .disabled{
    position: absolute;
    left: -99999px;
}
.disabled{
    position: absolute;
    left: -99999px;
}
/*+++++++++++12012016++++++++++++*/

.product-tables{
    /*width: 90%;*/	
}
.product-tables .divtr{
    margin-right: 20px;
	margin-bottom: 10px;
}
.product-tables .name{
    margin-right: 0px;    
    min-width: 200px;
}
.product-tables .name .options{
    height: 70px;
}
.product-tables .price{
    margin-right: 0px;
	margin-top: 10px;
	width: 100%;
}
.product-tables .price br{
	display: none;
}
.product-tables .price .SaleBlock{
    top: -10px;
    position: relative;
}
.product-tables .price .noSaleBlock{
    float: left;
}
.product-tables .divhr{
    width: 100%;
    background-color: #F2F2F2;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-tables .product-line{
	display: flex;
	flex-wrap: wrap
}
.product-tables #cart-qty{
    width: 60px;
    float: left;
}
.product-tables .product-href-name a{
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600;
    cursor: pointer;
}
.product-tables .product-href-name a:hover{
    color: #F73166 !important;
}
.product-tables .del_js_product{
    color: #F73166 !important;
    text-decoration: none !important;
    float: right;
}
.product-tables .del_js_product:after{
    content: "   ";
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url('../image/del_js_product.png') no-repeat;
    margin-bottom: -5;
    margin-left: 5;
}
/*+++++++++++++18012016++++++++++++++*/
.line_summ{
    border-top: 2px solid #F73166;
    border-bottom: 2px solid #F73166;
    margin-top: 5px;
    margin-bottom: 10px;
    
}
.line_summ .data_summ{
    background-color: #F2EDEF;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.line_summ .data_code{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.line_summ .data_code input{
    float: left;
    max-width: 185px;
}
.line_summ .data_code .clear{     
    height: 10px;
}
.bottom_summ{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 25px;
    margin-top: -10px;	
}
.bottom_summ a{
	display: block;
	width: 210px !important;
}
.bottom_summ #button-cart{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
	
}
.bottom_summ .clear{
    padding-top: 20px;
}
.text_h2{
    font-size: large;
    font-weight: 600;
    margin-top: 0px;
    float: left;
}

.summ_itogo {
    /*margin-left: 301px;
    font-size: large;
    font-weight: 600;
    color: #F73166;*/
    font-size: 14px;
    font-weight: 600;
    color: #F73166;    
}

.summ_eoco {
    font-size: 12px;
}
.clear_bottom_checkout{
    height: 150px;
    clear: both;
}
.right_checkout a{
    color: #F73166;
}
.right_checkout .form-control{
    /*border-radius: 10px;
border: 1px solid #000;
    padding-left: 10px;
padding-right: 10px;
width: 150px;
    height: 30px;*/
}
.this_summ{
    
    margin-bottom: 7px;
    font-weight: 600;
    color: #F73166;
}

.summ_product {
    
    font-weight: 600;
    color: #F73166;    
}

.line-summ-label {
    width: 230px;
    
    margin-bottom: 7px;
}

.line-summ-label-bonus {
    
    margin-right: 15px;
}

.tabel_dostavka_line .this_summ{
    padding-top: 4px;
}






.info_delivery{
    margin-left: 20px;
}
.dostavka_text{
    font-size: 16px;
    margin-left: 25px;
}
.dostavka_mini_text{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-left: 40px;
}
.dostavka_block{
    width: 90%;
}
.label_dost_opl{
    float: right;
    position: relative !important;
    padding-right: 20px;
}
.reg_fio_text{
    float: right;    
    position: absolute; 
    color: #000;        
    margin-right: 0px; 
    font-size: 12px;
}

.warning_obyat{
    border: 1px solid #F00 !important;
}


@keyframes blink1 {

    0% { opacity: .0;  }
    100% { opacity: 1;  }  
}

.warning:before{
    content: " ";
    width: 27px;
    height: 29px;
    background: url('../image/warning.png') no-repeat;
    margin-right: -30px;
    float: right;
    -webkit-animation: blink1 1s linear infinite;
    animation: blink1 1s linear infinite alternate;
}
.warning_fieldset:before{
    content: " ";
    width: 27px;
    height: 29px;
    background: url('../image/warning.png') no-repeat;
    margin-right: -40px;
    float: right;
    margin-top: 7px;
}
.warning input/*, fieldset[class=warning]*/{
    border: 1px solid #F73166;
}
.warning_sposob_dostavki{
    color: #F73166;
    border-bottom: 2px solid #F73166;
    padding-bottom: 10px;
    margin-top: 25px;
}
.warning_sposob_dostavki:before{
    content: " ";
    width: 27px;
    height: 29px;
    background: url('../image/warning.png') no-repeat;
    float: left;	
    margin-top: -4px;
}
.warning_sposob_dostavki span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}
.addres_form .dostavka_block label{
    cursor: pointer;
}
li .goods-options {
    font-size:13px !important;
    line-height: 1.8 !important;
    list-style-type:none !important;
}

li {
    list-style-type:none !important;
}
.color2_block{
    border: 1px solid #CCCCCC; 
    width: 19px; 
    height: 19px; 
    float: left;
    border-radius: 5px;
    text-align: center;
}
num{
    color: #F73166 !important;
}
.new_msg_text_cart{
    width: 255px;
    text-align: center;
    position: absolute;
    left: -70px;
    margin: 10px;
    /* border: 2px solid #F73166; */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
    background-color: #FFF;
    z-index: 999;
}
.new_msg_text_cart a{
    text-decoration: underline;
}
.new_msg_text_cart .triangle{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,0.5);
    position: absolute;
    margin-top: -18px;
    left: auto;
    float: right;

}
.new_msg_text_cart .triangle_wite{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    margin-top: -18px;
    left: auto;
    float: right;
    padding-top: 2px;
    z-index: 1;
}
.alert-info{
    color: #252525;
    /*background-color: #d9edf7;*/
    border-color: #bce8f1;
    padding: 25px 0px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.alert-info .point_img{
    background-image: url(../image/gift.png);
    float: left;
    width: 35px;
    height: 37px;
    margin-right: 20px;
}
.img_exit{
    background-image: url(../image/del_js_product.png);
    float: left;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.left_panel_reg li a{
    color: #000;
    text-decoration: none;


}
.left_panel_reg li a:hover{
    color: #F73166;
}
.tabel_header_dostavki{
    margin-top: 30px;
    padding: 10px 15px;
}
.tabel_header_dostavki div{
    color: #F73166;
    font-weight: 600;

}
.tabel_alert_dostavka{
    color: #F73166; 
    font-weight: 600;
    cursor: pointer;
}
.tabel_dostavka_line{
    clear: both;
    padding: 10px;
    /*border: 1px solid #FFF;*/
}
.tabel_dostavka_line:nth-child(2n+1){
    background-color: rgba(247, 247, 247, 0.6);
}
.shipping_block .active{
    background-color: rgba(247, 49, 102, 0.06);
}
.tabel_dostavka_line:hover{
    background-color: rgba(247, 49, 102, 0.12);
}
.tabel_dostavka_colonka{

}
.tabel_dostavka_line td{
    padding-right: 5px;
}
.tabel_dostavka_line .sposob_dostavki_text{
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.tabel_dostavka_line label{
    cursor: pointer;
}
.sale_dostavka{
    color: #000;
}
.sale_dostavka img{
    height: 20px;
}
.banner_type .type_1 img{
    width: 100%;
    /*height: 100%;*/
}
.banner_type .type_1 table{
    width: 100%; 
    /*height: 400px;*/
}
.banner_type .type_1 td{
    padding: 5px;
}
.vendor_info div{
    float: left;
}



/*====================================================*/


#definition-sizes .size {
    display: block;
    width: 100%;
    min-height: 426px;
    background: url('/image/sizes/size-bg.jpg') 26px 10px no-repeat;
}

#definition-sizes .size .size-inner {
    padding-top: 30px;
    padding-left: 250px;
}

#definition-sizes .size i.step {
    width: 32px;
    height: 32px;
    border: 1px solid #2f2d3a;
    border-radius: 100%;
    padding: 10px 5px;
    display: block;
}

.table.table-not-bordered {
    border: 0;
    border-spacing: 1px;
    padding: 0;
}

#definition-sizes .table.list {
    font-size: 12px;
}

#definition-sizes .table.list tr:nth-child(even) {
    background-color: #ffe1ec;
}

#definition-sizes .table.list tr td{
    border: 1px solid #ffffff;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}

#definition-sizes .table.list.bra tr td{
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

#definition-sizes .table.list.shorts tr td:first-child {
    width: 200px;
    font-weight: 700;
}

#definition-sizes .table.list.shorts tr td{
    width: 64px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#definition-sizes .table.list.corset-shorts tr td:first-child {
    width: 120px;
    font-weight: 700;
}

#definition-sizes .table.list.corset-shorts tr td{
    width: 60px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#definition-sizes .table.list.swim tr td:first-child {
    width: 135px;
    font-weight: 700;
}

#definition-sizes .table.list.swim tr td{
    width: 64px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.vendor-1:hover div{  
    width: 171px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat 0px 0px !important;
    transition: 0.5s;

}

.vendor-2:hover div{ 
    width: 187px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat -171px 0px !important;
    transition: 0.5s;

}

.vendor-3:hover div{  
    width: 207px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat -358px 0px !important;
    transition: 0.5s;

}

.vendor-4:hover div{ 
    width: 201px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat -565px 0px !important;
    transition: 0.5s;

}

.vendor-5:hover div{
    width: 224px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat -766px 0px !important;
    transition: 0.5s;

}

.vendor-6:hover div{
    width: 180px;
    height: 180px;
    background: url('/template/milabel_new/image/logo-color.png') no-repeat -990px 0px !important;
    transition: 0.5s;
    
}

article p {
    margin: 0 0 18px !important;
    line-height: 1.8 !important;
}

.news-info div{
    margin: 0 0 18px !important;
    line-height: 1.8 !important;
    font-size: 16px;
}

.news-info p{
    margin: 0 0 18px !important;
    line-height: 1.8 !important;
    font-size: 16px;
}

.news-info span{
    margin: 0 0 18px !important;
    line-height: 1.8 !important;
    font-size: 16px;
}


.scroll_blok p, b, u {
    margin: 0 0 10px !important;
    line-height: 1.4 !important;
    font-size: 13px;
}

.scroll_blok a {
    margin: 0 0 10px !important;
    line-height: 1.4 !important;
    font-size: 13px;
    text-decoration: underline;
}

.banner_type td:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.seo_title_text{
    font-size: 12px;
}
.seo_title_text h1{
    font-size: 14px;
}
.seo_title_text h2{
    font-size: 13px;
}

.definition_sizes .tab{
	margin-bottom: 10px;
}
.definition_sizes .titl_bl span{
	font-size: 12px;
}

.definition_sizes .num_bl{
	margin-right: 10px;
}
.definition_sizes .titl_bl{
	margin-right: 10px;
	width: 125px;
}

.definition_sizes .input_bl input{
	width: 40px;
}
.size_calk_rez{
	margin-top: 15px;
}
#fsize{
	padding-bottom: 18px;
}
#fsize #button-cart{
	margin-top: 20px;
	display: block;
}

.definition_sizes .num {
    display:block;
    text-align: center;
    width: 30px;
	height: 30px;
	line-height: 30px;
    background: #F73166;
    color: #FFF;
    border-radius: 20px;
    font-weight: 600;
}
#fsize #button-cart{
	padding: 7px 20px;
	text-align: center;
}
.form-group.warning{
	position: relative;

}
.warning:before{
	float: none !important;
	position: absolute;
	top: -7px;
	bottom: 0;
	right: -15px;
	margin-right:0 !important;
	margin: auto !important;
}
@media(min-width: 767px){
	.size-inner{
		display: flex;
		justify-content: center;
		padding-top: 5px !important;
	}
	.definition_sizes .num_bl{
		margin-right: 15px;
	}
	.definition_sizes .titl_bl{
		width: 150px;
	}
	.definition_sizes .titl_bl span{
		font-size: 14px;
	}
	.definition_sizes .input_bl input{
		width: 50px;
	}
	#fsize{
		margin-right: 50px;
	}
	.definition_sizes .tab{
		margin-bottom: 20px;
	}
	#fsize #button-cart{
		top: 7px;
		position: relative;
	}
	#fsize{
		position: relative;
		top: 7px;
	}

}








.accordion .active .second[id=calc_size_06]{
    background-image: url(../image/calc_size_active_06.png);
}



.accordion {
    width: 100%;
    border-top: solid 10px #FFF;
}
.accordion .menu_name {
    background: #e9e7e7;
    padding: 20px 15px;
    /* border: solid 1px #c4c4c4; */
    /* border-bottom: none; */
    cursor: pointer;
    margin: 10px;
    font-size: 14px;
}
.accordion h3:hover {
    background-color: #e3e2e2;
}
.accordion h3.active {
    background-position: right 5px;
}
.accordion .menu_block {
    margin: 10px !important;
}
.accordion .menu_name .first{
    background-image: url(../image/calc_size_04.png);
    width: 32px;
    height: 31px;
    position: absolute;
    left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.accordion .active .first{
    background-image: url(../image/calc_size_05.png);
}
.accordion .txt_name{
    padding-left: 40px;
	display: block;
}
.accordion .menu_name{
	position: relative;
}
.accordion .menu_name .second{
    width: 70px;
    height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
    background-size: cover;
	display: none;
}

.accordion .menu_name .second[id=calc_size_06]{
    background-image: url(../image/calc_size_06.png);
}
.accordion .active .second[id=calc_size_06]{
    background-image: url(../image/calc_size_active_06.png);
}

.accordion .menu_name .second[id=calc_size_07]{
    background-image: url(../image/calc_size_07.png);
}
.accordion .active .second[id=calc_size_07]{
    background-image: url(../image/calc_size_active_07.png);
}

.accordion .menu_name .second[id=calc_size_08]{
    background-image: url(../image/calc_size_08.png);
}
.accordion .active .second[id=calc_size_08]{
    background-image: url(../image/calc_size_active_08.png);
}

.accordion .menu_name .second[id=calc_size_09]{
    background-image: url(../image/calc_size_09.png);
}
.accordion .active .second[id=calc_size_09]{
    background-image: url(../image/calc_size_active_09.png);
}

.accordion .menu_name .second[id=calc_size_10]{
    background-image: url(../image/calc_size_10.png);
}
.accordion .active .second[id=calc_size_10]{
    background-image: url(../image/calc_size_active_10.png);
}

.accordion .menu_name .second[id=delievery_06]{
    background-image: url(../image/delievery_06.png);
}
.accordion .active .second[id=delievery_06]{
    background-image: url(../image/delievery_active_06.png);
}

.accordion .menu_name .second[id=delievery_07]{
    background-image: url(../image/delievery_07.png);
}
.accordion .active .second[id=delievery_07]{
    background-image: url(../image/delievery_active_07.png);
}

.accordion .menu_name .second[id=delievery_08]{
    background-image: url(../image/delievery_08.png);
}
.accordion .active .second[id=delievery_08]{
    background-image: url(../image/delievery_active_08.png);
}

.accordion .menu_name .second[id=delievery_09]{
    background-image: url(../image/boxberry2.png);
}
.accordion .active .second[id=delievery_09]{
    background-image: url(../image/boxberry1.png);
}





.left_panel_reg ul .active{
    color: #F73166;
    font-weight: 700;
}



.stores_banner{

} 

.stores_banner .logos_store{
    background-image: url(../image/logos-store.png);
    height: 84px;
    position: absolute;
    float: left;
    z-index: 1;
    margin-top: 137px;
}
.stores_banner img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /*filter: url(desaturate.svg#greyscale);*/
    filter: gray;
    -webkit-filter: grayscale(1);
}

.stores_banner img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /*filter: url(desaturate.svg#greyscale);*/
    filter: gray;
    -webkit-filter: grayscale(0);
    transition: 0.6s;
}

#map h1{
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
    color: #333;
}

#map ul{
    font-family: inherit;
    font-weight: 500;
    line-height: 2.2;
    font-size: 14px;
    color: #333;
}






/*{210416*/

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}
.star-cb-group * {
    font-size: 1rem;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}
.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
    width: .5em;
}
.star-cb-group:hover > input + label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

:root {
    font-size: 2em;
    font-family: Helvetica, arial, sans-serif;
}



fieldset {
    border: 0;
    width: 180px;
}

#log {
    margin: 1em auto;
    width: 5em;
    text-align: center;
    background: transparent;
}



/*}210416*/


.interview_comment{
    width: 100%; 
    height: 130px;
    border: 1px solid #2F2D3A;
    float: left;
    padding: 5px;
    margin: 20px 0px;
}

.interview_email{
    border: 1px solid #2F2D3A;
    float: left;
    margin-right: 10px;
    padding: 5px;
    margin: 20px 0px;	
}

.interview_subscribers{
    margin-right: 10px;
    margin-left: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;

}

.workTime{
    float: left;
    color: #FFF;
    background-color: #f13c58;
    padding: 2px 7px;
    margin-left: 10px;
}



#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 1; /* прозрачность */
    padding: 15px 10px 10px; /* отступы */
    background: #aaa;
    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 15px; /* отступ слева */
    bottom: 15px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../image/bottom-dlg_slider-prev.png') no-repeat;
    transform: rotate(90deg);

}

.shipping_block img{
    margin-right: 15px;
}
#PaymentMethod table{
    margin-left: 20px;
}
#PaymentMethod img{
    margin-left: 5px;
    margin-right: 20px;
}

.text_address{
    width: 100%;
}

.textAdress{
    margin-top: 10px;
    overflow: hidden;
}

.shipping_block .active .this_summ strong{
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
.shipping_block .active .this_summ .sale_dostavka{
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
.tabel_dostavka_line:not(.active) .this_summ strong{
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.tabel_dostavka_line:not(.active) .this_summ .sale_dostavka{
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.question{
    width: 27px;
    height: 29px;
    background: url(../image/question.png) no-repeat;
    margin-right: 30px;
    float: right;
    cursor: pointer;
}

.classProducts .empty{
    padding-left: 20px;
}

.bar_bottom_line .line_text{
    position: absolute; 
    margin-left: 20%; 
    color: #9a9696;
    font-style: italic;
}


.line_summ .apply{
    float: left;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;	
}

.single_banner #n2{
    position: absolute;
    margin-left: -300px;
    margin-top: 50px;
    overflow:  hidden;
}

.single_banner #n3{
    position: absolute;
    margin-top: 50px;
    overflow:  hidden;
}
.bannerTimer{
    text-align: center;
    border-collapse: collapse;
}
.bannerTimer td{
    /*font-family: Open Sans Condensed Light;
    vertical-align: top*/

}
.bannerTimer .timer td{
    font-family: Arial Narrow;
    font-weight: 100;
    font-size: 50px;
    vertical-align: bottom;
    line-height: 1.1;
}
.toptimer{
    font-size: 15px;
    /* position: absolute; */
    /* margin-top: 12px; */
    /* margin-left: 10px; */
    font-family: Open Sans Regular;
    vertical-align: bottom;
    margin-top: 8px;
}
.bottomtimer td{
    font-size: 12px;
    vertical-align: top;
    text-transform: uppercase;
}
.email_msg{
    outline: 3px dashed #E82B50;
    padding: 20px 10px !important;
    color: #353535;
}
.email_msg input{
    width: 240px;
    height: 30px;
    border: 1px solid #2F2D3A;
    float: left;
    margin-right: 10px;
    padding-left: 5px;
}

.email_msg .subscribers_submit {
    background: #E82B50;
    border: 1px solid #E82B50;
    border-radius: 0;
    color: #FFFFFF;
    padding: 5px 30px;
    float: left;
    margin-right: 30px;
    width: 150px;
}


@media (min-width: 0px) and (max-width: 1024px)  {         
    
    .promo-result-ok {
        padding: 21px 21px 16px 21px;;
        overflow: hidden;
    }
    
    .promo-result-ok-head {
        width: 768px;
        height: 279px;        
        background-size: cover !important;
        background: url(../image/header_promo_ok_full.jpg) no-repeat;
        overflow: hidden;
    }
    
    .promo-result-ok-verdict {
        font-size: 18px;
        color: #4d4d4d;
        padding-top: 28px;
        padding-left: 35px;
        background: url(../image/birdie.png) no-repeat;
        background-position: 320px 3px;
    }
    
    .promo-result-ok-sale {
        margin-left: 35px;
        margin-top: 35px;
        font-size: 51px;
        color: #d31c5b;
    }
    
    .promo-result-ok-other-text {
        margin-left: 35px;
        margin-top: 28px;
        font-size: 20px;
    }
    
    .promo-result-ok-promo {
        margin-top: 26px;
        margin-right: 45px;
        float: left;
        font-size: 18px;
        color: #808080 !important;
    }  
    
    .promo-result-ok-promo span {
        font-size: 18px;
        color: #333333;
        text-transform: uppercase;
    }    
    
    .promo-result-ok-end-date {
        margin-top: 26px;
        margin-right: 40px;
        float: left;
        font-size: 18px;
        color: #808080 !important;        
    }
    
    .promo-result-ok-end-date span {
        font-size: 18px;
        color: #333333;        
    }  
    
    .promo-result-go-shopping {
        float: left;

        height: 30px;
        margin-top: 20px;

        border-radius: 10px !important;
    }
    
    .promo-result-go-shopping a {
        display: block;

        height: 30px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bolder; 
        text-align: center;
    }

    .promo-result-go-shopping #button-cart{
        border-radius: 22px;
        height: 20px !important;
        padding-top: 9px;
        background-color: #ed1e79;
        margin: 0px !important;
    } 
    
    .promo-result-error{
        width: 768px;
        height: 342px;
        background: url(../image/header_promo_err_full.jpg) no-repeat;
        background-size: cover !important;
        overflow: hidden;
    }
    
    .promo-result-error-sale {
        width: 342px;
        margin-top: 262px;
        padding-left: 80px;
    }
    
    .promo-result-error-sale a{
        font-size: 12px;
        font-weight: bold;
        color: #d31c5b;
        text-transform: uppercase;
    }     
}

@media (min-width: 1024px) and (max-width: 4000px)  {         
    
    .promo-result-ok {
        padding: 29px 29px 22px 29px;
        overflow: hidden;
    }
    
    .promo-result-ok-head {
        width: 1024px;
        height: 373px;
        background: url(../image/header_promo_ok_full.jpg) no-repeat;
    }
    
    .promo-result-ok-verdict {
        font-size: 25px;
        color: #4d4d4d;
        padding-top: 41px;
        padding-left: 54px;
        background: url(../image/birdie.png) no-repeat;
        background-position: 440px 23px;
    }
    
    .promo-result-ok-sale {
        margin-left: 53px;
        margin-top: 45px;
        font-size: 68px;
        color: #d31c5b;
    }
    
    .promo-result-ok-other-text {
        margin-left: 54px;
        margin-top: 38px;
        font-size: 27px;
    }
    
    .promo-result-ok-promo {
        margin-top: 35px;
        float: left;
        font-size: 25px;
        color: #808080 !important;
    }  
    
    .promo-result-ok-promo span {
        font-size: 25px;
        color: #333333;
        text-transform: uppercase;
    }    
    
    .promo-result-ok-end-date {
        margin-top: 35px;
        margin-left: 60px;
        float: left;
        font-size: 25px;
        color: #808080 !important;        
    }
    
    .promo-result-ok-end-date span {
        font-size: 25px;
        color: #333333;        
    }  
    
    .promo-result-go-shopping {
        float: left;
        width: 210px;
        height: 30px;
        margin-top: 5px;
        margin-left: 65px;
        border-radius: 10px !important;
    }
    
    .promo-result-go-shopping a {
        display: block;
        float: left;
        width: 210px;
        height: 40px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bolder; 
        text-align: center;
    }

    .promo-result-go-shopping #button-cart {
        border-radius: 30px;
        padding: 15px 25px 0 18px;
        background-color: #ed1e79;
    }  
    
    .promo-result-error{
        width: 1024px;
        height: 456px;
        background: url(../image/header_promo_err_full.jpg) no-repeat;
        overflow: hidden;
    }
    
    .promo-result-error-sale {
        margin-top: 350px;
        margin-left: 75px;
    }
    
    .promo-result-error-sale a{
        font-size: 16px;
        font-weight: bold;
        color: #d31c5b;
        text-transform: uppercase;
    }    
}

.russian-size {
    font-size: 18px !important;
    margin-bottom: 10px;
}

.bonus-label {
    float: left;
}

.this-bonus {
    float: left;
    /*margin-top: -10px;*/
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

.this-bonus b {
    font-size: 14px;
}

.spend-bonus {
    float: left;
    margin-right: 30px;
}

.spend-bonus label {
    display: inline-block;
    margin-top: -4px;
    margin-left: 6px;
}

.this-spend-bonus {
    padding-left: 242px;
    margin-left: -12px;
}

.gray-brackets {
    color: #727272 !important;
    font-style: italic;
    font-size: 12px;
}

.gray-brackets a {
    font-weight: 600;
}

.gray-brackets span {
    color: #727272 !important;
    font-weight: 600;    
}

.data_bonus_itogo {
    width: 485px;
    margin-top: 15px;
    margin-left: -41px;
    padding: 0px 0 20px 41px;
    overflow: hidden;
}

.add-score {
    float: left;
    font-weight: 600;
    color: #F73166;    
}

.dec-score {
    float: left;
    font-weight: 600;    
}

.summ_dostavka {
    
}

.bonus-card-info {
    width: 600px;
    margin: 80px 80px 40px 40px;
}

.bonus-card-info span {
    font-weight: bold !important;
}

.bonus-card-info table {
    border-collapse: collapse;
    width: 550px;
}

.bonus-card-info table td {
    width: 30%;
    padding: 3px 10px 3px 10px;
    text-align: left;
    border: 1px solid #eee;
}

.bonus_mode {
    transform:scale(1.2);
    opacity:1.8;
    cursor:pointer;    
    float: left !important;
}

.process-animation {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    background: url(../image/wait-mila.gif) no-repeat;
}

#process-animation-total {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -6px;
    margin-left: -5px;
    background: url(../image/wait-mila.gif) no-repeat;    
}

#process-animation-courier {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -25px;
    margin-left: -60px;
    background: url(../image/wait-mila.gif) no-repeat;    
}

#process-animation-pickup {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -25px;
    margin-left: -60px;
    background: url(../image/wait-mila.gif) no-repeat;    
}

#process-animation-boxberry {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -25px;
    margin-left: -60px;
    background: url(../image/wait-mila.gif) no-repeat;    
}

.membrane {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.1;
    z-index: 10000;    
}

.explanations {
    margin-top: 5px;
}

.explanations p {
    font-size: 10px;
    line-height: 0.8;
}

.left-space {
    margin-left: 10px;
}

.privacy-policy {
    overflow: hidden;
}

.privacy-policy a {
    display: block;
    text-align: left;
    margin-left: 15px;
    margin-top: -17px;
    float: none;
    color: #F73166;
}
.privacy-policy input {
    margin: 5px 0 0 8px;
}

.button-cart-disabled {
    pointer-events: none;
    cursor: default; 
    background-color: #f892ad !important; 
}

.privacy-policy-info {
    width: 1080px;
    height: 100vh;
    text-align: justify;
    margin: 80px 40px 80px 40px;    
}

.privacy-policy-info span {
    font-weight: bold;
}

.privacy-policy-info ul li {
    list-style-type: circle !important;
}

.agr-personal-data {
    width: 1080px;
    height: 100vh;
    text-align: justify;
    margin: 80px 40px 80px 40px;    
}

.agr-personal-data span {
    font-weight: bold;
}

.agr-personal-data ul li {
    list-style-type: circle !important;
}


.agr-personal-data {
    width: 1080px;
    height: 100vh;
    text-align: justify;
    margin: 80px 40px 80px 40px;    
}

.agr-personal-data span {
    font-weight: bold;
}

.agr-personal-data ul li {
    list-style-type: circle !important;
}

.bonus-info-dialog {
    max-width: 700px;
    text-align: justify;
    margin: 80px 40px 40px 40px;     
}

.bonus-info-dialog span {
    font-size: 12px;
}

.processing-personal-data {
    overflow: hidden;
}

.processing-personal-data a {
    display: block;
    text-align: left;
    margin-left: 15px;
    margin-top: -17px;
    float: none;
    color: #F73166;

}
.processing-personal-data input {
    margin: 5px 0 0 0px;   
}

.privacy-policy input {
    margin: 5px 0 0 0px;
}

.agrees-on-sending {
    overflow: hidden;
}

.agrees-on-sending a {
    display: block;
    text-align: left;
    margin-left: 15px;
    margin-top: -17px;
    float: none;
    color: #F73166;

}
.agrees-on-sending input {
    margin: 5px 0 0 0px;   
}

.agrees-on-sending input {
    margin: 5px 0 0 0px;
}

.dogovora-oferty-info {
    margin-top: 20px;
    font-size: 12px;
    text-align: justify;
}

.dogovora-oferty-info p {
    font-size: 12px;
    line-height: 1.42857143 !important;
}

.dogovora-oferty-info span {
    font-weight: bold;
}

.dogovora-oferty-info ul li {
    font-size: 12px;
    line-height: 1.42857143 !important;    
}

.dogovora-oferty-info .bold-text {
    font-size: 13px !important;
    font-weight: bold;
}





.u-login-ul li {
    float: left;
    margin-left: 5px !important;
}

.soc-vk-icon {
    width: 35px;
    height: 35px;
    display: block !important;
    background: url(../image/vk-bw.svg) no-repeat;
}

.soc-vk-icon:hover {
    cursor: pointer;
    background: url(../image/vk-color.svg) no-repeat;
}

.soc-ok-icon {
    width: 35px;
    height: 35px;
    display: block !important;
    background: url(../image/ok-bw.svg) no-repeat;
}

.soc-ok-icon:hover {
    cursor: pointer;
    background: url(../image/ok-color.svg) no-repeat;
}

.news-info strong {
	font-size: 16px;
}













