/*
	font-family
	font-size
	color
	background-color
	border-color
*/

html {
	font-size: 106%;
}
h1, .h1 {
	text-align: center;
}
h3 {
	font-weight: lighter;
}
a {
	color: #052f81;
	text-decoration: none;
	}
	a:hover,
	a:focus,
	a:active {
		color: #052f81;
		text-decoration: inherit;
		outline: none;
	}
	p a:visited {
		color: #052f81;
	}

/*
 * fonts
 */
.ab__font{font-size: 106%;font-family: "Calibri", Arial, sans-serif;font-weight: lighter;} /* body */

	.ab__font__sub{}

	.ab__font__mid{font-size: 16px;}
		@media screen and (max-width:767px) {.ab__font__mid{font-size: 14px;}}

	.ab__font__big{font-size: 18px;}
		@media screen and (max-width:767px) {.ab__font__big{font-size: 16px;}}

/*
 * colors
 */
 .ab__color{color: #333300;} /*body*/
a.ab__color:hover,
a.ab__color:focus,
a.ab__color:active,
a.ab__color:visited{}

	 .ab__color__sub{color: #323232;} /*header, left-menu__root-list>li>ul>li>a */
	a.ab__color__sub:hover,
	a.ab__color__sub:focus,
	a.ab__color__sub:active,
	a.ab__color__sub:visited{}

	 .ab__color__sub-2{color: #ffffff;} /*header__menu-wrap*/
	a.ab__color__sub-2:hover,
	a.ab__color__sub-2:focus,
	a.ab__color__sub-2:active,
	a.ab__color__sub-2:visited{color: #ffffff;}

	 .ab__color__sub-3, .ab__color__sub-3 .tel{color: #ffffff} /*footer*/
	a.ab__color__sub-3:hover,
	a.ab__color__sub-3:focus,
	a.ab__color__sub-3:active,
	a.ab__color__sub-3:visited{}

/*
 * backgrounds
 */
.ab__background{ /*body*/
	background: url('./images/bg.jpg') repeat;
}

	.ab__background__sub{background: #9c5628;} /*catalog__section-item-price*/

	.ab__background__sub-2{ /*header__menu-wrap*/
		background: #f9af00;
	}

	.ab__background__sub-3{background: #f9af00;} /*footer*/

	 .ab__background__sub-4{background: #9c5628;} /*pagenavigation*/
	a.ab__background__sub-4:hover{background: #7b5d37;}

	.ab__background__sub-5{ /*bxslider__item-about*/
		background: rgba(255,250,245,0.85);
	}

/*
 * custom
 */

.wrapper,
.footer{
	box-shadow: none;
	background: #fff;
	border-left: 2px solid #f9af00;
	border-right: 2px solid #f9af00;
}
.wrapper{
	padding-top: 0;
}
.header__col-inner{
	margin-bottom: 0;
}
.content{
	margin-top: 0;
}
.footer{
	margin-bottom: 0;
}
.footer__col{
	padding: 0;
}
.footer__col-inner{
	margin-bottom: 0;
}
.header__menu-wrap{
	width: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.col-border{
	box-shadow: none;
}
.breadcrumb-nav__list{
	padding: 22px 0 0px;
}
.bx-wrapper{
	margin-top: 15px;
}
.header__menu-icon-link,
.header__menu-icon-link:focus,
.header__menu-icon-link:active{
	border: 0;
	margin-top: 9px;
}
.form-control{
	border-radius: 0;
}
.btn{
	border-radius: 0;
}
.catalog__section-item-price{
	border-radius: 0;
}
.spn-next__item, .spn-prev__item, .spn-item, .spn-item-active{
	border-radius: 0;
}