@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=cyrillic');

html, body {
	font-family: 'Exo 2', sans-serif !important;
	font-size: 14px;
	line-height: 1.2;
}

h1,h2,h3,h4,h5,h6{}
h1, .h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
p{
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}


header {
    padding: 10px 0;
    background-color: #eeeded;
}
.header-title {
    margin-bottom: 15px;
    padding: 0 16px;
}
.header-title-main {
	font-size: 18px;
	font-weight: bold;
    margin: 0;
}
.header-title-desription {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 0;
}
header input#title-search-input {
    border-radius: 5px 0 0 5px;
    padding: 22px 15px;
}
header button.btn.btn-default {
    background: #f8fafc;
    border: 1px solid #d5dadc;
    border-radius: 0 5px 5px 0px;
    padding: 11px 15px;
    border-left: none;
    color: #666666;
}
header .bx-searchtitle .bx-input-group-btn button:hover {
    background: #f8fafc;
    color: #000;
}
.header_contact {
	color: #666666;
	text-align: center;
}
.header_contact-phone {
    font-size: 24px;
    margin: 0;
}
.header_contact-phone a {
  color: #666666;
}
.header_contact-time {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.header_contact-social {
    font-size: 24px;
    padding: 9px 0;
}
.header_contact-social a {
    color: #666666;
    padding: 0 5px;
}
.header_contact-social a:hover {
    color: #60993a;
}
.header_info-btn {
    padding: 5px;
    margin-bottom: 5px;
    color: #666;
    background-color: #ffcc33;
    border-radius: 5px;
    text-align: center;
}
.header_info-btn:hover {
    background-color: #60993a;
    color: #fff;
}
.header_info-btn a {
    color: #666666;
    font-weight: bold;
}
.header_info-btn:hover a{
    color: #fff;
}
.header_minicart {
    font-size: 18px;
    padding: 5px 0px;
    line-height: 30px;
}
.header_minicart i {
    color: #669933;
    padding-right: 5px;
}
.header_minicart a {
    color: #666666;
    padding-right: 5px;
}
.header_minicart-count {
    padding: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #993300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}



/*  MENU  */



.menu-main {
    background-color: #669933;
    margin: 5px 0;
}



/*  WORKAREA  */



.workarea {
    //margin-bottom: 15px;
    color: #333333;
    line-height: 1.5;
}
.workarea, .workarea p, .workarea li {
    font-size: 18px;
}




.section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 30px;
}
.section-prem {
    background-image: url(/upload/image/common/bg-prem.png);
    padding: 50px 0 50px;
}
.section-description {
    background-image: url(/upload/image/common/bg-description.png);
    padding: 30px 0 50px;
}
.section-sale {
    background-image: url(/upload/image/common/bg-sale.png);
}
.section-promo {
    padding-top: 0;
}



.section-prem h2 {
    color: #fff;
}
.block-prem {
    color: #fff;
    margin-bottom: 30px;
}
.block-prem-left {
    width: 70px;
    float: left;
    margin-right: 15px;
    padding-top: 10px;
    text-align: center;
}
.block-prem-left img {
  max-width: 100%;
  max-height: 100%;
}
.block-prem-right {
    padding-left: 85px;
}
.block-prem-title {
    font-size: 30px;
    font-weight: bold;
    color: #ffcc33;
}
.block-prem-description {
    font-size: 16px;
}


.chosen-block-item {
    display: block;
    float: left;
    width: 20%;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.chosen-cat-img {
    width: 165px;
    height: 165px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: center;
    border: 15px solid #379a2c;
    border-radius: 50%;
}
.chosen-block-item a:hover .chosen-cat-img {
    border-color: #ffcc33;
}
.chosen-block-item a {
    color: #333333;
}
.chosen-block-item a:hover {
    color: #669933;
}
.chosen-cat-title {
    font-weight: bold;
}


/*  FOOTER  */



footer {
    background-image: url(/upload/image/common/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px;
    color: #fff;
    margin-top: 5px;
}
footer .footer-separate {
    height: 34px;
}
footer p {
  font-size: 18px;
}
footer .txt-small {
  font-size: 14px;
  margin-bottom: 0;
}
footer .txt-small span {
  float: right;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #cecece;
}
.webmaster p {
  font-size: 14px;
}
.footer-2 p {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}
.footer-2 p:last-child {
    margin-bottom: 0;
}
.footer-2 i {
    float: left;
    margin-right: 15px;
    color: #ffcc33;
}
.footer-2 p span {
    float: left;
}
.metrika {
    text-align: center;
    margin-bottom: 42px;
}
.footer-3 .webmaster {
    text-align: center;
    margin-bottom: 0;
}
.footer-3 .webmaster p {
    margin-bottom: 0;
}


.page-category {
    display: inline-block;
    margin-bottom: 15px;
}
.page-category-img {
    float: left;
}
.page-category-title {
    float: left;
    font-size: 24px;
    padding-top: 10px;
    margin-left: 15px;
}
.page-category-title a {
    color: #333333;
}

.page-catalog {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
}
.page-catalog-item {
    width: 20%;
    float: left;
    padding: 15px;
}
.page-catalog-item:nth-child(5n+1) {
    clear: both;
}
.page-catalog-box {
    text-align: center;
}
.page-catalog-box a {
    color: #666666;
    font-weight: bold;
}
.page-catalog-box a:hover {
    color: #669933;
}
.page-catalog-img {
    margin-bottom: 10px;
}


.popup-window-buttons .bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
    background-color: #ffcc33;
    border-radius: 10px;
    cursor: pointer;
}
.popup-window-buttons .bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button:hover {
    background-color: #669933;
    color: #fff;
}
    
.bx-yellow .btn.btn-default {
    outline: none;
    background-color: #ffcc33;
    border-color: #ffcc33;
    color: #333333;
    font-weight: bold;
    margin-right: 15px;
}
.product-item-amount-description-container {
    width: 250px;
    text-align: center;
}
.BtnOneClick {
    outline: none;
    background-color: #ffcc33;
    color: #333333;
    font-weight: bold;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    height: 50px;
    margin-top: 0;
    margin: 0;
    font-size: 14px;
    width: 250px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bx-filter .bx-filter-param-label {
    font-size: 13px;
}


.BtnOneClick:hover {
    background-color: #589940;
    color: #FFF;
}
.bx-yellow .btn.btn-default:hover {
    outline: none;
    background-color: #589940;
    border-color: #589940;
    color: #FFF;
}


#contactForm {
    display: none;
    border: 6px solid #60993a;
    padding: 2em;
    width: 400px;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 105;
    color: #666666;
}
.formBtn { 
  width: 140px;
  display: inline-block;  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 100%;
    padding-bottom: 15px;
}
#contactForm input[type=text], #contactForm input[type=password] {
    padding: 10px 15px;
}
#contactForm input[type="submit"] {
    background-color: #ffcc33;
    border-radius: 5px;
    border: none;
    padding: 5px;
}











@media (max-width: 767px) {
.bx-logo {
    background: #febe2c;
}
.bx-logo .bx-logo-block img {
    height: 60px;
}
.bx-aside-nav-control {
    position: absolute;
    top: 25px;
    left: 25px;
}
.bx-aside-nav {
  padding-top: 100px;
}
.chosen-block-item {
    width: 33%;
}
.news-item-title {
    overflow: hidden;
}
.news-item-title a {
    font-size: 16px;
}
.block-news-item {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
footer p {
    font-size: 14px;
}
footer .txt-small span {
    float: left;
}
.footer-2 p span {
    float: left;
    width: 250px;
}
.footer-2 p {
    font-size: 14px;
}
.menu-catalog ul.level li a:first-child {
    font-size: 14px;
}
.treeCSS ul {
    margin: 0;
}
.news-item-title {
    overflow: hidden;
}
.webmaster p {
    font-size: 12px;
}
.footer-1 {
    margin-bottom: 20px;
}
.footer-2 p {
    font-size: 12px;
    width: 100%;
}
.header-title {
    margin-top: 10px;
}
.header_minicart {
    text-align: center;
}
.header_minicart-count {
    display: none;
}
}



.news-item img {
    width: 100%;
}

@media (max-width: 575px) {

.chosen-block-item {
    width: 50%;
    font-size: 14px;
}
.chosen-cat-img {
    width: 100px;
    height: 100px;
    border: 5px solid #379a2c;
}
.block-news-item {
    width: 100%;
}
.bx-yellow .btn.btn-default {
    font-size: 12px;
}
.workarea, .workarea p, .workarea li {
    font-size: 16px;
}
h1, .h1 {
    font-size: 24px;
}
.page-catalog-item {
    width: 33%;
    float: left;
    padding: 10px;
}
.page-catalog-item p {
    font-size: 12px;

}
.page-category-title {
    width: 215px;
    font-size: 18px;
    padding-top: 0px;
}
.news-item img {
    width: 100%;
}
}




@media (max-width: 991px) and (min-width: 768px) {
.header_minicart-count {
    display: none;
}
.header_minicart {
    text-align: center;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
    font-size: 12px;
}
.bx-wrapper .bx-controls-direction a {
    margin-left: -33px;
    width: 20px;
    height: 20px;
    background-size: contain;
}
a.bx-next {
    margin-right: -33px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left {
    left: -20px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
    right: -20px;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls, .bx_catalog_tile_home_type_2 .bx_cnt_desc {
    text-align: center;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
    padding: 0px;
    font-size: 12px;
}
.metka-sale {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.chosen-block-item {
    width: 25%;
}
.news-item-title {
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: none;
    padding: 30px 10px;
    height: 140px;
    overflow: hidden;
}
.news-item-title a {
    font-size: 16px;
}
footer p {
    font-size: 14px;
}
footer .txt-small span {
    float: left;
}
.footer-2 p span {
    float: left;
    width: 250px;
}
.footer-2 p {
    font-size: 14px;
}
.menu-catalog ul.level li a:first-child {
    font-size: 14px;
}
.treeCSS ul {
    margin: 0;
}
.news-item-title {
    overflow: hidden;
}
.webmaster p {
    font-size: 12px;
}
}







@media (max-width: 1199px) and (min-width: 992px) {
.header-title {
    padding: 0;
}
.header-title-desription {
    font-size: 12px;
}
.header_minicart-count {
    display: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
    font-size: 14px;
}
.bx-wrapper .bx-controls-direction a {
    margin-left: 0;
}
.bx-wrapper .bx-prev {
    left: 0;
}
.bx-wrapper .bx-next {
    right: 0;
}
a.bx-next {
    margin-right: 0;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls, .bx_catalog_tile_home_type_2 .bx_cnt_desc {
    text-align: center;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left {
    left: 0;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
    right: 0;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide {
    width: 840px;
    margin: auto;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
    font-size: 14px;
}
.metka-sale {
    height: 60px;
    width: 60px;
    background-size: contain;
}
.chosen-block-item {
    width: 25%;
}
footer .txt-small span {
    float: left;
}
.footer-2 p span {
    float: left;
    width: 340px;
}
.footer-2 p {
    font-size: 16px;
}
.menu-catalog ul.level li a:first-child {
    font-size: 14px;
}
.treeCSS ul {
    margin: 0;
}
.news-item-title {
    overflow: hidden;
}


}
@media (min-width: 1200px) {

}