body{
	padding: 0;
	margin: 0;
	color: #000000;
}
a:active,a:hover{
	outline:0;
}
:focus{
	outline: none;
}
/*****HEADER*****/
.header_wrap {
	height: 103px;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #242424;
    position: fixed;
	z-index: 10;
    width: 100%;
    top: 0;
    left: 0;	
	box-sizing: border-box;
}
.logo {
    display: flex;
    align-items: center;
}
.slogan {
    font-size: 20px;
    line-height: normal;
    padding-left: 15px;
    color: #ffffff;
}
.header_info {
    display: flex;
    align-items: center;
	padding-right: 40px;
}
.header_info, .header_info a{
	color: #ffffff;
}
span.header_info_item_title {
    display: block;
    font-size: 16px;
    color: #a5a5a5;
    margin-bottom: 5px;
}
.header_info_item {
    position: relative;
    padding-left: 80px;
    margin-left: 45px;
}
.header_info_item span.icon {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 0;
    top: 50%;
    margin-top: -28px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #f5c34f;
    border-radius: 50%;
}
.header_info_item span.icon i{
	color: #f5c34f;
	font-size: 20px;
}
span.header_info_item_value {
    font-size: 20px;
}

.big_slider_item{
	height: 525px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.big_slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.big_slider .owl-nav .owl-next{
	right: 30px;
}
.big_slider .owl-nav .owl-prev{
	left: 30px;
}
.big_slider .owl-nav .owl-prev:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size: 44px;
    color: #ffffff;
    line-height: 44px;
	margin-top: -2px;
}
.big_slider .owl-nav .owl-next:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 44px;
    color: #ffffff;
    line-height: 44px;
	margin-top: -2px;
}
.big_slider.owl-carousel .owl-nav button:hover{
	border: 1px solid #f5c34f;
}
.big_slider.owl-carousel .owl-nav button:hover:before{
	color: #f5c34f;
}

/*****END HEADER*****/



/*****CONTENT*****/
.content_wrap {
    background: #F7F7F9;
    padding: 40px 0;
}
.content_wrap h1 {
    margin-bottom: 40px;
    font-weight: bold;
}
.category_menu {
    background: #ffffff;
}
.category_menu_title {
    padding: 30px 30px 0 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.category_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.category_menu ul li{
	display: block;
	border-bottom: 1px solid #F7F7F9;
}
.category_menu ul li:last-child{
	border-bottom: none;
}
.category_menu ul li a{
	display: block;
	padding: 20px 30px;
	font-size: 22px;
	color: #000000;
}
.category_menu ul li a:hover, .category_menu ul li a.active{
	color: #000000;
	background: #FEB800;
	text-decoration: none;
}
.catalog_category_item_img {
    width: 216px;
    height: 216px;
    display: flex;
    align-items: center;
	justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
}
a.catalog_category_item {
    display: block;
    background: #ffffff;
    padding: 10px 0 25px 0;
    height: 100%;
    box-sizing: border-box;
}
a.catalog_category_item:hover{
	text-decoration: none;
}
.catalog_category_item_name {
    text-align: center;
    color: #000000;
    font-size: 22px;
    line-height: normal;
}
.catalog_category_item_img img {
    border: 5px solid #F4F5ED;
    border-radius: 50%;
}
a.catalog_category_item:hover .catalog_category_item_name{
	color: #FEB800;
}
a.catalog_category_item:hover .catalog_category_item_img img{
	border-color: #FEB800
}
.catalog_list_item_name {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: bold;
	color: #000000;
}
.catalog_list_item_params {
    padding: 0 15px;
}
.catalog_list_item_param {
    font-size: 15px;
    padding: 5px 0;
    color: #000000;
}
.catalog_list_item_price {
    padding: 20px 15px;
    font-size: 24px;
    font-weight: bold;
    color: #f3bc3e;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.catalog_list_item_price span {
    color: #000000;
}
.catalog_list_item {
    height: 100%;
    background: #ffffff;
    padding-bottom: 75px;
	box-sizing: border-box;
	position: relative;
}
.catalog_list_item:hover {
    box-shadow: 0 0 5px 1px #dedede;
}
.contacts_page.content {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.contacts_page.content p{
	margin-bottom: 20px;
}
.content{
	padding: 30px 15px 30px 15px;
	background: #ffffff;
}
/*****END CONTENT*****/


/*****FOOTER*****/
.footer{
	padding: 20px 15px;
	background: #242424;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
a.top_button {
    position: fixed;
    right: 90px;
    bottom: 90px;
    background: #FEB800;
    color: #ffffff;
    font-size: 28px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 10;
	opacity: 0;
	transition-duration: .5s;
}
.smooth_wrap.uk-active .smooth {
    opacity: 1;
}
a.top_button:hover{
	text-decoration: none;
}
a.top_button i{
	margin-top: -2px;
}
.footer_menu{
    text-align: center;
    margin-top: 10px;
}
.footer_menu a{
    display: inline-block;
    font-size: 20px;
    text-transform: none;
    color: #ffffff;
    font-weight: normal;
}
.footer_menu a:hover{
    text-decoration: underline;
}
.footer-contacts{
    display: flex;
    justify-content: space-around;
    margin-bottom: 32px;
}
.footer-requisites{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
}
.footer-button{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    height: 50px;
    margin-top: 20px;
}
.footer-button .icon{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -28px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #f5c34f;
    border-radius: 50%;
    color: #f5c34f;
    font-size: 20px;
}
.footer_info_text{
    margin-left: 80px;
}
.footer_info_item_title{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #929292;
}
.footer_info_item_value{
    display: block;
    width: 100%;
    font-size: 16px;
}
.footer_info_item_value a{
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .footer-contacts{
        flex-direction: column;
        align-items: center;
    }
    .footer-title{
        text-align: center;
    }
}
/*****END FOOTER*****/













