.bg-f9c500{
	background: #f9c500;
}
.bg-3bbff0{
	background: #3bbff0;
}
.bg-26768b{
	background: #26768b;
}
.bg-abc91e{
	background: #406bb2;
}
.bg-3d3d3c{
	background: #3d3d3c;
}


.text_h1{
	font-size: 26px;
	color: #1d1d1b;
	text-align: center;
	font-weight: 600;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.category{margin-top: 15px;}


.head .contact_bl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 10px 0;
}
.head .contact_bl .contact{
	text-align: left;
	margin: 0 0 0 10px;
	padding: 3px 0px 3px 30px;
	position: relative;
}
.head .contact_bl .contact i{
	position: absolute;
	left: 3px;
	top: 5px;
	font-size: 20px;
	color: #406bb2;
}
.head .contact_bl .contact a{
	color: #575756;
}

.head .contact_bl .contact i.fa-envelope{
	left: 0;
	top: 6px;
}
.head .logo_bl a{
	padding: 40px 20px 20px;
}
.head .logo_bl img{
	width: 100%;
}
.head .cart_bl{
	margin: 30px 0 10px;
}
.head .cart_bl img{
	width: 60px;
	margin-top: 5px;
}
.head .cart_bl .cart{
	margin: 0 15px 0 0;
	width: 100%;
	text-align: right;
	padding: 0 15px;
}
.head .cart_bl .cart .cart_name{
	margin: 0 -10px 0 0;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.head .cart_bl .cart .cart_name a{
	color: #000;
}
.head .cart_bl .cart .cart_tovar{
	color: #575756;
	display: block;
	position: absolute;
	right: 30px;
	background: #abc917;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
}
.head .cart_bl .cart .cart_img{
	
}


.navbar{
	background: #3d3d3c;
}

.navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
	font-size: 18px;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #abc917;
}
.navbar .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:focus{
	background: #abc917;
}
.navbar form{
	position: relative;
}

.navbar .search .nav_form-control{
	padding: 5px 40px 5px 10px;
	border-radius: 0px;
	border: 0;
	background: #555;
	color: #fff;
	font-size: 18px;
}

.navbar .search input[type="search"]::-webkit-input-placeholder { color: #b2b2b2; }
.navbar .search input[type="search"]:-ms-input-placeholder { color: #b2b2b2; }
.navbar .search input[type="search"]::-ms-input-placeholder { color: #b2b2b2; }
.navbar .search input[type="search"]::placeholder { color: #b2b2b2; } 
.navbar .search .nav_form-control:focus{
	outline: none !important;
	border-bottom: 1px solid #555;
	background: #555;
}


.navbar .search .nav_btn{
	position: absolute;
	font-size: 15px;
	border: 0;
	border-radius: 0px;

	padding: 6px 6px;
	color: #b2b2b2;
	background: #3d3d3c;
	cursor: pointer;
	margin: 0 3px;
	height: 32px;
	width: 32px;
	right: 0;
}

.navbar .search .nav_btn:focus{
	outline: none !important;
	border: 0;
	border-style: none;
}
.navbar-nav .dropdown .dropdown-menu{
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}


.index_carousel .carousel-indicators{
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	left: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	flex-direction: column;
}
.index_carousel .carousel-indicators li{
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px 0;
	background: #fff;
	cursor: pointer;
}
.index_carousel .carousel-indicators .active{
	background: #406bb2;
}

.warning_bl{
	margin-top: 30px;
}


.warning_bl .warning{
	padding: 5px 5px 5px 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	color: #000;
	height: 80px;
}
.warning_bl .warning i{
	margin: 0 16px 5px 0;
	color: #406bb2;
	font-size: 60px;
}
.warning_bl .warning span{
	font-size: 22px;
	font-weight: 600;
	text-align: left;

}
.warning_bl .cont{
	font-size: 16px;
}

.popular{
	margin-top: 30px;
}
.popular .text_h1{
	margin-bottom: 20px;
}

.bl_card{
	margin-top: 15px;
	margin-bottom: 15px;
}
.card_product{
	border: 2px solid #ededed;
	position: relative;
	height: 100%;
	justify-content: space-between;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.card_product .title{
	position: relative;
	width: 100%;
}
.card_product .title .tag{
	color: #fff;
	width: 100%;
}
.card_product .title .tag div{
	text-align: center;
	width: 100%;
	height: 31px;
	padding: 2px;
	overflow: hidden;
	transition: all .5s;
	opacity: 1;
	margin-top: 3px;
}
.card_product .title .tag .top{
	background: #abc917;
}
.card_product .title .tag .action{
	background: #ea554c;
}


.card_product img.img_product{
	width: 100%;
}

.card_product .tov_bottom{
	padding-bottom: 50px;
	position: relative;
}
.card_product .text{
	text-align: center;
	padding: 5px 10px;
	min-height:60px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.card_product .text a{
	color: #212529;
}

.card_product .price{
	padding: 0px 10px 10px;
}
.card_product .price .cost{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card_product .price .cost .discount{
	
	color: #990000;
	padding: 0px 0px;
	text-decoration:line-through;
}
.card_product .price .cost .discount span{
	color: #3d3d3c;
}
.card_product .price .cost .pr{
	font-weight: 600;
	padding: 5px 0px;
	margin: 0 10px;
}
.card_product .bay{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.card_product .bay .action{
	font-size: 14px;
	text-decoration: line-through;
	color: #ea554c;
	padding-top: 2px;
}
.card_product .bay .action span{
	color: #444;
}

.card_product .bay .button{
	padding: 12px 15px;
	background: #ededed;
	color: #3d3d3c;
	width: 100%;
	text-align: center;
	display: block;
	cursor: pointer;
	height: 100%;
	font-weight: 600;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
.card_product .bay .button:hover{
	color: #000;
}
.card_product .bay .button_cart{
	display: block;
	background: #406bb2;
	width: 100px;
	font-size: 20px;
	padding: 7px 4px 7px 0;
	height: 100%;
}
.card_product .bay .button_cart img{
	width: 30px;
}

.foot{
	background: #3d3d3c;
	margin-top: 30px;
}
.foot .foot_top{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
.foot .foot_top a{
	color: #fff;
}
.foot .foot_top a:hover{
	color: #abc917;
}
.foot .foot_cont{
	font-size: 14px;
}
.foot .foot_cont .title{
	color: #abc917;
	margin:10px 0;
}
.foot .foot_cont .cont{
	color: #fff;
	margin: 15px 0;
}
.foot .foot_cont .cont ul{
	padding: 0;
	margin: 0;
}
.foot .foot_cont .cont ul li{
	list-style-type: none;
}

.foot .foot_cont .cont a{
	color: #fff;
}
.foot .foot_cont .cont a:hover{
	color: #abc917;
}

.foot .foot_search{
	margin: 15px 0;
}
.foot .foot_search .foot_form-control{
	border-radius: 0px;
	border: 0;
	padding: 7px 10px;
}
.foot .foot_search .foot_form-control:focus{
	outline: none !important;
}

.foot .foot_search .foot_btn{
	border-radius: 0px;
	margin-top: 10px;
	background: #406bb2;
	color: #fff;
	border:0;
	padding: 5px 20px;
	cursor: pointer;
}
.foot .foot_search .foot_btn:active{
	background: #406bb2;
	color: #fff;
}
.foot .foot_search .foot_btn:focus{
	outline: none !important;
}
.foot .foot_bottom{
	background: #2b2b2b;
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 14px;
}
.foot .foot_bottom a{
	color: #abc917;
}

.catalog{
	margin-top: 15px;
	font-size: 14px;
}
.catalog a{
	color: #333;
}

.catalog .table thead{
	background: #3d3d3c;
	color: #fff;
}
.catalog .table thead th{
	border-bottom: 0;
}
.catalog thead a{
	color: #fff;
	font-weight: 400;
}

.catalog .table td{
	padding: .50rem .75rem;
}
.catalog .table .commercial{
	color: #406bb2;
	border-top: none;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.catalog .table tbody tr:hover{
	background: rgba(76,182,248,0.2);
}
.catalog .table tbody tr.commercial:hover{
	background: rgba(76,182,248,0.2);
}
.catalog .table .min{
	width: 84px;
}
.catalog .table .min_ob{
	width: 80px;
}
.catalog .table .min_sf{
	width: 121px;
}
.catalog .table .min_pr{
	width: 73px;
}

.contact{
	margin-top: 30px;
}
.contact .contact_head{
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact .content{
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact .contact_cont{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ededed;
}
.contact .contact_info{
	background: #ededed;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}
.contact .contact_info .info{
	background: #fff;
	margin: 15px 0px 0 15px;
	padding: 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 44px;
	padding: 0 0 0 70px;
}
.contact .contact_info .info i{
	display: block;
	background: #3d3d3c;
	height: 100%;
	width: 70px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: 0;
	color: #fff;
}
.contact .contact_info .info a{
	color: #000;
}
.contact .contact_info .info a:hover{
	color: #406bb2;
}
.contact .contact_cont{
	background: #ededed;
	padding-bottom: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.contact .contact_cont .cont_form-control{
	margin: 15px 15px 0 0px;
	border: 0;
	padding: 10px 15px;
}
.contact .contact_cont textarea.cont_form-control{
	min-height: 103px;
}

.contact .contact_cont .cont_btn{
	padding: 5px 40px;
	margin: 15px 15px 0 15px;
	align-self:flex-end;
	background: #406bb2;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.contact .map_cont{
	margin-top: 30px;
}
.contact .map_cont iframe{
	width: 100%;
	height: 400px;
}
.last_news .text_h1{
	margin-top: 15px;
	margin-bottom: 30px;
}
.last_news .bl_news{
	text-align: right;
	margin-bottom: 30px;
	border-right: 2px solid #ededed;
}
.last_news .row .bl_news:last-of-type{
	border-right: 0px solid #ededed;
}
.last_news .bl_news .date{
	color: #406bb2;
}
.last_news .bl_news .img_cont{
	width: 100%;
}
.last_news .bl_news .img_cont img{
	width: 100%;
}
.last_news .bl_news .title{
	margin: 0px 0 10px;
	text-align: left;
	padding-bottom: 24px;
}
.last_news .bl_news .title a{
	color: #000;
	font-size: 16px;
}
.last_news .bl_news .desc{
	text-align: left;
	margin-bottom: 10px;
}
.last_news .bl_news a.more{
	color: #406bb2;
}
.last_news .bl_news .url_top{
	margin-top: -24px;
	position: absolute;
  bottom: 0;
}

.product{
	margin-top: 30px;
}
.breadcrumb{
	background: #fff;
	padding: 10px 0 0;
}
.product .breadcrumb a{
	color: #406bb2;
}
.product .img_cont img{
	width: 100%;
	margin-bottom: 20px;
}
.product .prod_cont{
	padding-bottom: 100px;
}
.product .title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product .cont_r{
	margin-top: 20px;
	margin-bottom: 30px;
}
.product .price{
	position: absolute;
	bottom: 22px;
	width: calc(100% - 30px);
}
.product .price .bay{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-top: 10px;
}
.product .price .bay .button_cart{
	display: block;
	font-size: 20px;
	background: #406bb2;
	width: 100px;
	padding: 7px 4px 7px 0;
	height: 100%;
}
.product .price .bay .button_cart img{
	width: 30px;
}

.product .price .bay .button{
	padding: 12px 15px;
	background: #ededed;
	color: #3d3d3c;
	width: 100%;
	text-align: center;
	display: block;
	height: 100%;
}
.product .price .bay .button:hover{
	color: #000;
}

.product .content{
	margin-top: 30px;
	margin-bottom: 30px;
}

.news img{
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
	margin: 0;
	border-radius: 0;
	min-width: 8rem;
}
.kses_bord{
	border-bottom: 1px solid #7cb41d;
}
