/*
Theme Name: shablon5
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #1d1d1d;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Merriweather', serif;
	background: #fff;
	background: #fff url('images/bg.webp') no-repeat center top;
	background-size: cover;
	text-align: center;
	}

.wrap {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #1d1d1d;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Merriweather', serif;
	}

a {
	color: #ca2540;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #009028;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #1d1d1d;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 28px;
	line-height: 32px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 26px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 23px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */
/* Контейнер для кнопок */
.header_buttons {
	display: flex;
	gap: 20px; /* Расстояние между кнопками */
	align-items: center; /* Выравнивание по центру */
	margin-left: 20px; /* Расстояние от логотипа */
}

/* Общие стили для кнопок */
.header_buttons a {
	margin-bottom: 30px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Стили для кнопки Login */
.btn_login {
	background-color: #0080d6;
	transition: background-color 0.3s;
}

.btn_login:hover {
	background-color: #005ea6;
}

/* Стили для кнопки Registration */
.btn_register {
	background-color: #fb4d00;
	transition: background-color 0.3s;
}

.btn_register:hover {
	background-color: #c83d00;
}
.logomost {
	margin-left: 40px;
}

header {
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	}
.logo{
	width: 200px;
	}
.logo img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	}


.search{
	width: 490px;
	position:relative;
	}
input.search_inp {
	display:block;
	width: 100%;
	height: 40px;
	background: #f6f6f6;
	border: 1px solid #e8e8e8;
	padding:0 15px;
	margin:0;
	box-sizing:border-box;
    transition: all 0.3s 0.02s ease;
	}
input.search_inp:focus {
	border: 1px solid #ca2540;
	}
input.search_sub{
	display:block;
	width: 40px;
	height: 40px;
	box-sizing:border-box;
	padding:0;
	margin:0;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	background: #ca2540 url('images/search_sub.svg') no-repeat center;
	background-size: auto 21px;
	border:0;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;
    transition: all 0.3s 0.02s ease;
	}
input.search_sub:hover {
	transform:scale(1.1);
	}



.nav_main{
	background: #ca2540;
	}
.main_nav > ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:center;
	}
.main_nav > ul > li{
	display: block;
	position: relative;
	}
.main_nav > ul > li > a{
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 26px;
	position:relative;
	}
.main_nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top: 50%;
	transform:translateY(-50%);
	height: 80%;
	width: 1px;
	background: #fff;
	}
.main_nav > ul > li:first-child > a:before{
	display: none;
	}
.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a{
	box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.4);
	}

.main_nav > ul > li > ul{
	display: none;
	width: 100%;
	position:absolute;
	z-index:1;
	top: 100%;
	left: 0;
	box-sizing:border-box;
	background: #ca2540;
	box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 6px 6px;
	padding: 10px 15px 6px 15px;
	}
.main_nav > ul > li:hover > ul{
	display: block;
	}
.main_nav > ul > li > ul > li{
	display: block;
	padding: 0 0 8px 0;
	}
.main_nav > ul > li > ul > li > a{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	}
.main_nav > ul > li > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: -2px;
	left:0;
	height: 1px;
	width: 0;
	background: #fff;
	border-radius: 4px;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li > ul > li > a:hover:before, .main_nav > ul > li > ul > li.active > a:before{
	width: 100%;
	}

@media (min-width: 1020px) {
.main_nav{
	display: block !important;
	}
}



.adapt_menu{
	position: relative;
	display: none;
	width: 22px;
    height: 14px;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 2px;
    background: #fff;
	border-radius: 3px;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 6px;
	width: 11px;
	}
.adapt_menu span:nth-child(3){
	top: 12px;
	width: 18px;
	}
.adapt_menu.adapt_menu_active span{
    top: 6px;
    width: 100%;
    background: #ffff;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
    transform: rotate(-45deg);
	}			


/* END HEADER */


/* HOME */



.main_title{
	color: #1d1d1d;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 30px 0;
	position:relative;
	text-align:center;
	display: flex;	
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	}
.main_title span{
	display:block;
	padding: 0 40px;
	white-space:nowrap; 
	}
.main_title:before{
	content:"";
	display:block;
	height: 1px;
	width: 100%;
	background: #000;
	}
.main_title:after{
	content:"";
	display:block;
	height: 1px;
	width: 100%;
	background: #000;
	}


.main_text{
	margin: 0 0 50px 0;
	}

.main_form{
	padding: 50px 0;
	background: #f6f6f6;
	margin: 0 0 50px 0;
	}
.main_form_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.main_form_cont{
	width: 380px;
	}
.main_form_b{
	width: 680px;
	}
.main_form_zag{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

	
	
.main_bottom{
	margin: 0 0 50px 0;
	}	
	


/* END HOME */


/* CONTENT */

#content {
	padding: 20px 0 50px 0;
	}
.breadcrumbs{
	margin: 0 0 25px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
    color: #1d1d1d;
	}
.breadcrumbs a{
    color: #1d1d1d;
	}
.breadcrumbs a:hover {
    color: #ca2540;
	}
	
.vn_ba{
	margin: 0 0 25px 0;
	text-align:center;
	}	
.vn_ba img{
	vertical-align: bottom;
	}	
	
	
.description {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 40px 0;
	}


.content_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	}
#posts{
	width: 875px;
	order:2;
	}	
#sidebar{
	width: 285px;
	order:1;
	}
#sidebar_blog{
	width: 285px;
	order:2;
	}	
	
	

	
	
	

.widget{
	margin: 0 0 30px 0;
    border: 1px solid #e8e8e8;
	background: #f6f6f6;
	padding: 15px 10px;
	}
.widget_title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 16px 0;
	}

.cat_nav{
	}
.cat_nav li{
	display: block;
	padding: 0 0 20px 0;
	line-height: 20px;
	font-size: 16px;
	}
.cat_nav li a{
	padding: 0 0 0 25px;
	color: #1d1d1d;
	text-decoration: none;
	position:relative;
	}
.cat_nav li a:before{
	content: "";
	display:block;
	position:absolute;
	z-index:1;
	top: 9px;
	left: 0;
	width: 8px;
	height: 3px;
	background: #ca2540;
	border-radius: 3px;
    transition: all 0.3s 0.02s ease;
	}
.cat_nav li a:hover:before, .cat_nav li.current-menu-item a:before{
	width: 14px;
	}
.cat_nav li a:hover, .cat_nav li.current-menu-item a{
	color: #ca2540;
	}
	
.tags_nav{
	}	
.tags_nav a{
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	border-radius: 4px;
	background: #fff;
	color: #1d1d1d;
	font-size: 14px;
	line-height:18px;
	text-decoration: none;
	}
.tags_nav a:hover{
	background: #ca2540;
	color: #fff;
	}





.prod_entry{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
	}
.prod_left{
	width: 500px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	}
.prod_right{
	width: 600px;
	}

.prod_l_img{
	width: 100%;
	margin: 0 0 10px 0;
	}
.prod_l_img_s{
	width: 22%;
	}	

.prod_r_tag{
	margin: 0 0 20px 0;
	}	
.prod_r_tag a{
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
	color: #1d1d1d;
	font-size: 14px;
	line-height:18px;
	text-decoration: none;
	}
.prod_r_tag a:hover{
	background: #ca2540;
	color: #fff;
	}
	
.prod_r_text p{
    margin: 0 0 20px 0;
	}	

.prod_select{
	margin: 0 0 20px 0;
	}	
.prod_select_zag{
	color: #1d1d1d;
	font-size: 18px;
	line-height:22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}	
.prod_select_sub a{
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
	color: #1d1d1d;
	font-size: 14px;
	line-height:18px;
	text-decoration: none;
	}
.prod_select_sub a:hover{
	background: #ca2540;
	color: #fff;
	}



.prod_r_bot{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	}
.prod_r_bot_prise{
	padding: 10px 20px;
	border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
	font-size: 22px;
	line-height:22px;
	font-weight: bold;
	}
.prod_r_bot_prise span.old_prise{
	font-size: 18px;
	color: #ca2540;
	padding: 0 0 0 10px;
	text-decoration:line-through;
	}
.prod_r_bot_add{
	}
.prod_r_bot_add a{
	display:block;
	padding: 10px 50px 10px 30px;
	background-size: auto 20px;
	color: #fff;
	text-decoration: none;
	line-height:22px;
	}
.prod_r_bot_add a:hover{
	background-color: #009028;
	}



.post_b {
    margin: 0 0 25px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	}
.post_b_img {
    width: 340px;
	flex: 0 0 340px;
	margin: 0 20px 0 0;
	}
.post_b_r {
    width: 100%;
	}
.post_b_title {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
	}
.top_posts_s_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 14px 0;
	}
.top_posts_s_data {
    color: #8f8f8f;
    font-size: 13px;
    padding: 0 10px 0 0;
	}
.top_posts_s_cat {
    color: #f16334;
    font-size: 13px;
    font-weight: bold;
	}
.top_posts_s_cat:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px 2px 0;
    background: #f16334;
    border-radius: 50%;
    vertical-align: middle;
	}
	

.widget_post_b {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 34px 0;
    margin: 0 0 34px 0;
	}	
.widget_post_b .top_posts_s_info {
    margin: 0 0 10px 0;
	}
.widget_post_b .top_posts_s_info {
    margin: 0 0 10px 0;
	}
.widget_post_b_title {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
	}	
.widget_post_b_text {
    font-size: 14px;
	}

.breadcrumbs{
    color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}
.breadcrumbs a{
    color: #000;
    text-decoration: none;
	}
.breadcrumbs a:hover{
	color: #ca2540;
    text-decoration: underline;
	}

/* END CONTENT */





/* FOOTER */

footer {
	padding: 40px 0 40px 0;
	background: #b22038;
	}


.f_list {
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	}
.flogo{
	margin: 0 0 10px 0;
	width: 200px;
	}
.flogo img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	}
.copu{
	color: #fff;
	font-size: 12px;
	margin: 0 0 20px 0;
	}
.fleft_nav{
	color: #fff;
	font-size: 12px;
	}
.fleft_nav a{
	color: #fff;
	}

.f_title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	}
.fnav li{
	display:block;
	padding: 0 0 5px 0;
	font-size: 12px;
	}
.fnav li a{
	color: #fff;
	}


.f_mail{
	padding: 0 0 15px 0;
	font-size: 12px;
	}
.f_mail a{
	color: #fff;
	}

.f_tel{
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	}
.f_tel a{
	color: #fff;
	}


/* END FOOTER */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */


@media (max-width: 1210px) {
	.wrap {
		width: 980px;
		}


	.logo a {
		font-size: 32px;
		line-height: 36px;
		}
	.search {
		width: 350px;
		}

	.main_nav > ul > li > a {
		font-size: 16px;
		padding: 10px 15px 10px 15px;
		}
	.main_nav > ul > li.drop > a {
		padding: 10px 20px 10px 15px;
		background: url('images/main_nav.svg') no-repeat right 4px center;
		}

	.main_prod {
		width: 320px;
		}
	.main_prod:nth-child(4n){
		margin: 0 10px 10px 0;
		}
	.main_prod:nth-child(3n){
		margin: 0 0 10px 0;
		}


	.main_form_cont {
		width: 350px;
		}
	.main_form_b {
		width: 600px;
		}
	.main_form_bl {
		width: 280px;
		}

	.fleft{
		width: 250px;
		}



	#posts{
		width: 680px;
		}	
	#sidebar{
		width: 285px;
		}
	#sidebar_blog{
		width: 285px;
		}
	.vn_prod{
		width: 330px;
		margin: 0 20px 20px 0;
		}
	.vn_prod:nth-child(3n){
		margin: 0 20px 20px 0;
		}	
	.vn_prod:nth-child(2n){
		margin: 0 0 20px 0;
		}	


	.prod_left{
		width: 440px;
		}
	.prod_right{
		width: 520px;
		}	
	}

@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		box-sizing:border-box;
		padding: 0 10px;
		}


	.logo a {
		font-size: 28px;
		line-height: 32px;
		}

	.htel a {
		font-size: 22px;
		line-height: 26px;
		}

	.search {
		width: 280px;
		}

	.nav_main {
		padding: 15px 0
		}
	.adapt_menu{
		display: block;
		}
	.main_nav{
		display: none;
		padding: 15px 0 0 0;
		}
	.main_nav > ul {
		display: block;
		}

	.main_nav > ul > li{
		padding: 0 0 7px 0;
		}
	.main_nav > ul > li > a{
		display: inline-block;
		padding: 0;
		}
	.main_nav > ul > li.drop > a {
		padding: 0 0 0 0;
		background: url(images/main_nav.svg) no-repeat right 4px center;
		}
	.main_nav > ul > li > a:before{
		display: none;
		}
	.main_nav > ul > li > a:hover{
		box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.4);
		text-decoration: underline;
		}


	.main_nav > ul > li > ul{
		display: block;
		width: 100%;
		position: relative;
		z-index:1;
		top: 0;
		left: 0;
		box-sizing:border-box;
		background: none;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
		border-radius: 0 0 0 0;
		padding: 10px 0 0 25px;
		}
	.main_nav > ul > li:hover > ul{
		display: block;
		}


	.main_prod {
		width: 360px;
		margin: 0 20px 20px 0;
		}
	.main_prod:nth-child(4n){
		margin: 0 20px 20px 0;
		}
	.main_prod:nth-child(3n){
		margin: 0 20px 20px 0;
		}
	.main_prod:nth-child(2n){
		margin: 0 0 20px 0;
		}

	.main_form_cont {
		width: 100%;
		margin: 0 0 30px 0;
		}	

	.f_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.fleft {
		width: auto;
		order: 2;
		}
	.fnav{
		order: 1;
		width: 33%;
		margin: 0 0 25px 0;
		}	
	.fright	{
		order: 3;
		margin-right: 40px;
		}	



	.content_list{
		display: block;
		}
	#posts{
		width: 100%;
		margin: 0 0 30px 0;
		}	
	#sidebar{
		width: 100%;
		}
	#sidebar_blog{
		width: 100%;
		}
	.vn_prod{
		width: 360px;
		margin: 0 20px 20px 0;
		}
	.vn_prod:nth-child(3n){
		margin: 0 20px 20px 0;
		}	
	.vn_prod:nth-child(2n){
		margin: 0 0 20px 0;
		}		

	.prod_left{
		width: 350px;
		}
	.prod_right{
		width: 370px;
		}	
	}

@media (max-width: 759px) {
	.wrap {
		width: 100%;
		}

	.htop_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		}	
	.htop_mail {
		margin: 0 0 6px 0;
		}

	.htop_cart {
		margin: 0 0 0 30px;
		}

	header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		}
	.logo {
		margin: 0 0 10px 0;
		}
	.htel {
		margin: 0 0 10px 0;
		}
	.top_ba_title {
		padding: 80px 10px 80px 20px;
		font-size: 44px;
		line-height: 48px;
		text-shadow: 1px 1px 0px #000; 
		}


	.main_prod_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 0 0 30px 0;
		}
	.main_prod {
		width: 100%;
		max-width: 360px;
		margin: 0 0 20px 0;
		}
	.main_prod:nth-child(4n){
		margin: 0 0 20px 0;
		}
	.main_prod:nth-child(3n){
		margin: 0 0 20px 0;
		}
	.main_prod:nth-child(2n){
		margin: 0 0 20px 0;
		}

	img.alignright, img.right {
		margin: 0 auto 7px auto;
		display: inline;
		float:none;
		}
	img.alignleft, img.left {
		margin: 0 auto 7px auto;
		display: inline;
		float:none;
		}

	.f_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		}
	.fnav {
		width: 100%;
		margin: 0 0 25px 0;
		}
	.fleft {
		width: 100%;
		margin: 0 0 25px 0;
		}
	.fright {
		width: 90%;
		margin-right: 100px;
		}


	.vn_prod_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.vn_prod{
		width: 100%;
		max-width: 320px;
		margin: 0 0 20px 0;
		}
	.vn_prod:nth-child(3n){
		margin: 0 0 20px 0;
		}	
	.vn_prod:nth-child(2n){
		margin: 0 0 20px 0;
		}	




	.prod_left{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px auto;
		}
	.prod_right{
		width: 100%;
		}	

	.main_title {
		font-size: 24px;
		line-height: 28px;
		}
	.main_title span {
		padding: 0 20px;
		white-space: normal;
		}



	.post_b {
		margin: 0 0 40px 0;
		display: block;
		}
	.post_b_img {
		width: 100%;
		flex: 0 0 0;
		margin: 0 0 20px 0;
		}
	}





