/*
Theme Name: mysox

*/

/* 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 {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;}

.clear760{
	display: none;
	clear: both;
	}

.qtranxs-available-languages-message{
	display: none;
	}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

/* END NULL */



/* BASE */

body {
	color: #292929;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	background: #fff;
	text-align: center;
	}

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

input, textarea {
	color: #292929;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	}

a {
	color: #669bd3;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	-moz-transition: all 0.3s 0.02s ease;
	-o-transition: all 0.3s 0.02s ease;
	-webkit-transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #d84040;
	text-decoration: none;
	}

.b{
	font-weight: bold;
	}

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 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #292929;
	font-weight: normal;
	text-transform: uppercase;
	}
h1, .h1, .title{
	margin: 0 0 40px 0;
	font-size: 44px;
	line-height: 48px;
	}
h2, .h2{
	font-size: 40px;
	line-height: 44px;
	}
h3, .h3{
	font-size: 36px;
	line-height: 40px;
	}
h4, .h4{
	font-size: 32px;
	line-height: 36px;
	}
h5, .h5{
	font-size: 28px;
	line-height: 32px;
	}
h6, .h6{
	font-size: 24px;
	line-height: 28px;
	}

.title, .title2{
	padding: 0 0 60px 0;
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	}

.title span{
	padding: 10px 35px;
	border: 2px solid #54514d;
	}

.title2 span{
	padding: 10px 35px;
	background: #696969;
	color: #fff;
	}

.bot_form_title{
	font-size: 30px;
	line-height: 34px;
	}

.cat_title {
	text-align: center;
	}

.cat_title h1{
	display: inline;
	}

.cat_title h1 span{
	padding: 9px 35px 12px 35px;
	}

.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;
	}

.modal_win{
	display: none;
	width: 260px;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 25px;
	height: 25px;
	padding: 0 0 0px 0px;
	border-radius: 50%;
	transform: rotate(45deg);
	transition: all 0.3s 0.02s ease;
	border: 2px solid #c01f31;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #c01f31;
	font-size: 23px;
	line-height: 23px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

.modal_close:hover{
	border: 2px solid #e13d4f;
	color: #e13d4f;
	}

.modal_mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background: #000;
	display:none;
}

.form_title{
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

.modal_fast_t{
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	}

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

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

.input{
	width: 230px;
	height: 20px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	border-radius: 0 !important;
	}

.input:focus{
	border: 1px solid #414141;
	}

.textarea{
	width: 230px;
	height: 100px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	border-radius: 0 !important;
	}

.textarea:focus{
	border: 1px solid #414141;
	}

.form_sub {
	height: 60px;
	}

.but {
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	min-width: 260px;
	height: 60px;
	padding: 0 10px;
	border: 0;
	background: none !important;
	border: 2px solid #292929;
	border-radius: 0 !important;
	transition: all 0.3s 0.02s ease;
	-moz-transition: all 0.3s 0.02s ease;
	-o-transition: all 0.3s 0.02s ease;
	-webkit-transition: all 0.3s 0.02s ease;
	color: #292929;
	font-size: 30px;
	line-height: 60px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	}

.but:hover{
	background: #292929 !important;
	color: #fff;
	}

input.but {
	height: 64px;
	}

.but2, .but4 {
	background: #292929 !important;
	border: 1px solid #fff;
	color: #fff;
	}

.but2:hover, .but4:hover{
	background: #fff !important;
	border: 1px solid #292929;
	color: #292929;
	}

.but3{
	min-width: 200px;
	height: 46px;
	padding: 0 10px;
	border: 1px solid #292929;
	font-size: 20px;
	line-height: 46px;
	}

input.but3 {
	height: 48px;
	}

.but4{
	min-width: 170px;
	height: 40px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 40px;
	}

input.but4 {
	height: 42px;
	}

.but5{
	background: #696969 !important;
	border: 0;
	color: #fff;
	}

.but5:hover{
	background: #292929 !important;
	border: 0;
	color: #fff;
	}

.but6{
	min-width: 132px;
	height: 45px;
	padding: 0;
	background: #696969 !important;
	border: 0;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	}

input.but6 {
	height: 45px;
	}

.but6:hover{
	background: #292929 !important;
	border: 0;
	color: #fff;
	}

.but7{
	background: none !important;
	}

.but8{
	padding: 0;
	min-width: 240px;
	font-size: 26px;
	}

.but9{
	min-width: 100px;
	padding: 0 15px;
	}

.but10{
	padding: 0 20px;
	background: #f0f0f0 !important;
	border: 0;
	color: #2c2c2c;
	}

.but10:hover{
	background: #292929 !important;
	border: 0;
	color: #fff;
	}

.wpcf7-response-output{
	text-align: center;
	}

/* END BASE */



/* ENTRY */

.table, .entry table {
	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: 5px 10px;
	}

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

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

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

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

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

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

.entry ul > 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;
	}

/* END ENTRY */



/* HEADER */

header {
	width: 100%;
	height: 152px;
	background: #292929;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	color: #fff;
	}

.header_home{
	background: rgba(41, 41, 41, 0.7);
	}

header .wrap{
	position: relative;
	padding: 61px 0 0 0;
	}

.logo{
	width: 140px;
	height: 61px;
	position: absolute;
	top: 44px;
	left: 549px;
	}

.logo a{
	display: block;
	width: 140px;
	height: 61px;
	background: url('images/logo.png') no-repeat;
	background-size: cover;
	}

.site_test{
	width: 240px;
	position: absolute;
	bottom: -35px;
	left: -50px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	}

.top_lang{
	float: left;
	width: 30px;
	line-height: 28px;
	text-align: center;
	}

.top_lang_a{
	padding: 0 0 8px 0;
	background: url('images/top_lang.png') no-repeat center bottom;
	}

.top_lang ul{
	display: none;
	}

.top_lang ul li{
	display: block;
	padding: 3px 0 0 0;
	line-height: 20px;
	}

.top_lang ul .active{
	display: none;
	}

.top_lang ul li a{
	display: block;
	padding: 1px 2px;
	transition: all 0s 0s ease;
	-moz-transition: all 0s 0s ease;
	-o-transition: all 0s 0s ease;
	-webkit-transition: all 0s 0s ease;
	color: #fff;
	}

.top_lang ul li a:hover{
	padding: 0px 1px;
	border: 1px solid #fff;
	color: #fff;
	}

.top_lang{
	float: left;
	width: 30px;
	line-height: 28px;
	text-align: center;
	}

.show_nav{
	display: none;
	width: 40px;
	height: 40px;
	background: url('images/show_nav.png') no-repeat;
	border: 0;
	position: absolute;
	right: 10px;
	top: 65px;
	cursor: pointer;
	}

.nav_top{
	float: left;
	width: 490px;
	line-height: 28px;
	}

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

.nav_top ul li{
	float: left;
	padding: 0 0 0 35px;
	}

.nav_top ul li a{
	padding: 1px 5px;
	color: #fff;
	text-transform: uppercase;
	}

.nav_top ul li a:hover, .nav_top ul li.current-menu-item a, .nav_top ul li.current-menu-parent a, .nav_top ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a, .nav_top ul li.current-page-ancestor a{
	color: #292929;
	background: #fff;
	}

.nav_top ul li.nav_w a{
	color: #292929;
	background: #fff;
	border: 1px solid #fff;
	}

.nav_top ul li.nav_w a:hover, .nav_top ul li.nav_w.current-menu-item a, .nav_top ul li.nav_w.current-menu-parent a, .nav_top ul li.nav_w.current-menu-ancestor a, .nav_top ul li.nav_w.current-post-ancestor a, .nav_top ul li.nav_w.current-page-ancestor a{
	color: #fff;
	background: none;
	}

.nav_top2{
	float: left;
	width: 290px;
	padding: 0 0 0 187px;
	}

header .ar_cart_widget {
	float: left;
	width: 80px;
	height: 91px;
	padding: 0 0 0 10px;
	position: relative;
	}

header .ar_cart_widget_vis a, header .ar_cart_widget_vis a:hover, header .ar_cart_widget_vis span {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	color: #fff;
	}

header .ar_cart_widget_vis span {
	padding: 0 0 0 40px;
	background: url('images/cart.png') no-repeat;
	}


.ar_cart_view_block{
	display: none;
	width: 240px;
	padding: 5px 10px 20px 20px;
	background: rgba(41, 41, 41, 0.7);
	position: absolute;
	top: 91px;
	left: -95px;
	color: #fff;
	}

.ar_cart_view_block_footer{
	display: none;
	width: 240px;
	padding: 5px 10px 20px 20px;
	background: #696969;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	}

.ar_cart_view_null{
	padding: 10px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	}

.ar_cart_views, .ar_cart_views2 {
	width: 240px;
	max-height: 250px;
	overflow: auto;
	}

.ar_cart_views2 {
	height: 250px;
	}

.ar_cart_view{
	width: 230px;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	}

.ar_cart_view_img{
	float: left;
	width: 100px;
	}

.ar_cart_view_img{
	float: left;
	width: 100px;
	}

.ar_cart_view_r{
	float: left;
	width: 115px;
	padding: 0 0 0 15px;
	}

.ar_cart_view_t{
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 24px;
	}

.ar_cart_view_t a{
	color: #fff;
	}

.ar_cart_view_t a:hover{
	color: #fff;
	text-decoration: underline;
	}

.ar_cart_view_c{
	padding: 0 0 2px 0;
	font-weight: bold;
	}

.ar_cart_view_i{
	font-weight: bold;
	}

.ar_cart_view_summ{
	padding: 8px 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	}

.ar_cart_view_go {
	text-align: right;
	}

.ar_cart_view_go a{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	height: 26px;
	padding: 0 8px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 26px;
	text-transform: uppercase;
	}

.ar_cart_view_go a:hover{
	background: #fff;
	color: #292929;
	}


.top_tel{
	float: right;
	line-height: 28px;
	}

.top_tel_graf{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	}


.top_dost{
	display: none;
	width: 200px;
	padding: 10px;
	background: rgba(41, 41, 41, 0.7);
	position: absolute;
	top: 152px;
	right: 300px;
	text-transform: uppercase;
	}


.search_inp {
	float: left;
	width: 152px;
	}

.search_inp input {
	width: 130px;
	height: 16px;
	padding: 2px 10px;
	background: none;
	border: 1px solid #959596;
	}

.search_sub {
	float: left;
	width: 72px;
	padding: 0 0 0 10px;
	}

.search_sub input {
	width: 70px;
	height: 20px;
	background: none;
	border: 1px solid #959596;
	cursor: pointer;
	}

/* END HEADER */



/* POSTS */

.hpad{
	padding: 152px 0 0 0;
	}

.slider{
	width: 100%;
	height: 700px !important;
	position: relative;
	z-index: 200;
	}

.slide{
	width: 100%;
	padding: 500px 0 0 0;
	height: 200px !important;
	background-size: cover !important;
	text-align: center;
	}

.slide_t{
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	}

.slide_t span, .slide_t a{
	color: #fff;
	padding: 15px 40px;
	background: rgba(41, 41, 41, 0.70);
	}

.slide_t a:hover{
	background: rgba(41, 41, 41, 0.90);
	}

.slider .slick-dots{
	width: 100%;
	position: absolute;
	bottom: 115px;
	left: 0px;
	text-align: center;
	}

.slider .slick-dots li{
	display: inline;
	padding: 0 10px;
	}

.slider .slick-dots li button{
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999px;
	}

.slider .slick-dots li button:hover, .slider .slick-dots li.slick-active button {
	background: rgba(41, 41, 41, 0.7);
	}


.home_text{
	padding: 80px 0;
	background: #242424 url('images/bg1.jpg') no-repeat center center;
	color: #fff;
	}

.home_post{
	padding: 0 0 0 590px;
	}

.home_post h1{
	color: #fff;
	}


.home_go{
	padding: 290px 0 250px 0;
	position: relative;
	background: #fff url('images/bg2.jpg') no-repeat center center;
	text-align: center;
	}

.home_go_sep {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	}

.home_go a{
	position: relative;
	}


.home_pss{
	padding: 3px 0;
	background: #292929;
	}

.home_pss1, .home_pss2, .home_pss3{
	float: left;
	width: 33%;
	height: 605px;
	margin: 0 0.3% 0 0;
	background: url('images/home_pss1.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	}

.home_pss2{
	background: url('images/home_pss2.jpg') no-repeat center center;
	background-size: cover;
	}

/*.home_pss3{
	width: 32%;
	margin: 0;
	background: #bfbfbf;
	font-size: 32px;
	line-height: 62px;
	}*/
.home_pss3{
	background: url('images/home_pss3.jpg') no-repeat center center;
	background-size: cover;
	}

.home_pss a{
	display: block;
	width: 100%;
	height: 330px;
	padding: 275px 0 0 0;
	}

.home_pss a:hover{
	background: rgba(41, 41, 41, 0.8);
	}

/*.home_pss3 a {
	color: #d84040;
	font-weight: bold;
	}
.home_pss3 a:hover{
	background: #fff;
	}*/

.home_pss a span {
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	min-width: 260px;
	height: 60px;
	padding: 0 10px;
	border: 0;
	background: none;
	border: 2px solid #292929;
	transition: all 0.3s 0.02s ease;
	-moz-transition: all 0.3s 0.02s ease;
	-o-transition: all 0.3s 0.02s ease;
	-webkit-transition: all 0.3s 0.02s ease;
	color: #292929;
	font-size: 30px;
	line-height: 60px;
	text-transform: uppercase;
	}

.home_pss a:hover span {
	border: 2px solid #fff;
	color: #fff;
	}


.zagadka{
	padding: 140px 0;
	background: #292929;
	color: #fff;
	font-size: 26px;
	line-height: 56px;
	text-transform: uppercase;
	}

.zagadka .wrap{
	text-align: center;
	}

.zaganka_by{
	padding: 40px 0 0 0;
	}


.tochki{
	padding: 120px 0 70px 0;
	background: #ffeeda url('images/bg3.jpg') no-repeat center center;
	background-size: cover;
	}

.tochka {
	float: left;
	width: 522px;
	padding: 0 0 80px 0;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	}

.tochka2 {
	padding: 0 0 80px 196px;
	position: relative;
	}

.tochka2:before {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	background: #69645e;
	position: absolute;
	top: -4px;
	left: 80px;
	}

.tochka a{
	color: #292929;
	}

.tochka a:hover{
	color: #669bd3;
	}

.tochki_all{
	text-align: center;
	}


.insta{
	padding: 100px 0;
	background: #292929;
	}

.insta .wrap{
	text-align: center;
	}

.insta_t{
	padding: 0 0 50px 0;
	color: #fff;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	}

.insta_t span{
	font-size: 80px;
	}

.insta ul li{
	float: left;
	display: block;
	width: 29%;
	padding: 0 2% 40px 2%;
	}

.insta ul li img{
	vertical-align: bottom;
	}

.insta p a{
	display: block;
	width: 314px;
	height: 69px;
	padding: 0 0 0 53px;
	margin: 0 auto;
	background: #292929 url('images/insta.png') no-repeat 60px 15px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 26px;
	line-height: 69px;
	text-transform: uppercase;
	text-align: center;
	}

.insta p a:hover{
	background: #fff url('images/insta.png') no-repeat 60px -50px;
	color: #292929;
	}


.bot_form{
	padding: 100px 0;
	background: #292929;
	color: #fff;
	}

.bot_form .title {
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
	}

.bot_form_pos{
	width: 630px;
	margin: 0 auto;
	text-align: center;
	}

.bot_form div.wpcf7-mail-sent-ok{
	border-color: #fff;
	}

.bot_form_inp {
	float: left;
	width: 260px;
	padding: 0 0 50px 0;
	}

.bot_form_inp_r {
	float: right;
	}

.bot_form_inp input{
	width: 220px;
	height: 22px;
	padding: 14px 19px;
	background: #292929;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	}

.bot_form_inp2 input{
	background: none;
	}

.bot_form_text {
	padding: 0 0 50px 0;
	}

.bot_form_text textarea {
	width: 570px;
	height: 140px;
	padding: 20px 30px;
	background: #fff;
	border: 0;
	text-transform: uppercase;
	}


#content {
	padding: 232px 0 80px 0;
	}


.post_list {
	float: left;
	width: 370px;
	padding: 10px;
	margin: 0 12px 20px 11px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}

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

.post_list_img img {
	vertical-align: bottom;
	}

.post_list_d {
	padding: 0 0 7px 0;
	color: #898989;
	font-size: 14px;
	}

.post_list_t {
	padding: 0 0 7px 0;
	font-weight: bold;
	}

.post_list_t a {
	color: #292929;
	}

.post_list_t a:hover {
	color: #d84040;
	}

.post_list_e {
	font-size: 15px;
	}

.p_nav {
	padding: 50px 0 20px 0;
	text-align: center;
	}

.p_nav a, .p_nav span {
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	width: 34px;
	height: 34px;
	margin: 0 12px;
	background: #f0f0f0;
	overflow: hidden;
	text-indent: -9999px;
	}

.p_nav a:hover, .p_nav span.current {
	background: #646464;
	}

.post {
	padding: 0;
	}

.post h1{
	text-align: center;
	}

.post_cat, .cat_title {
	padding: 0 0 55px 0;
	text-align: center;
	}

.post_cat a, .cat_title a{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	height: 68px;
	padding: 0 51px;
	margin: 0 0 3px 0;
	background: #696969;
	border: 1px solid #696969;
	color: #fff;
	font-size: 33px;
	line-height: 70px;
	text-transform: uppercase;
	position: relative;
	}

.post_cat a:hover, .cat_title a:hover{
	background: #7a7979;
	border: 1px solid #7a7979;
	color: #fff;
	}

.post_cat a.post_cat_lb, .cat_title a {
	background: none;
	color: #696969;
	}

.cat_title a {
	margin: 0 0 0 10px;
	}

.post_cat a.post_cat_lb:hover, .cat_title a:hover {
	background: none;
	border: 1px solid #7a7979;
	color: #7a7979;
	}

.post_cat a:before {
	content: " ";
	display: block;
	width: 57px;
	height: 20px;
	background: url('images/post_cat.png') no-repeat;
	position: absolute;
	top: 24px;
	left: -76px;
	}

.post_cat a.post_cat_lb:before {
	display: none;
	}

.post_d{
	padding: 0 0 10px 0;
	text-align: center;
	}

.post_text{
	padding: 0 0 0 55px;
	position: relative;
	}

.soc a{
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 14px 0 0;
	}

.post_soc {
	position: absolute;
	top: 5px;
	left: 0px;
	}

.post_soc a{
	float: none;
	margin: 0 0 20px 0;
	}

.soc_f{
	background: url('images/soc_f.png') no-repeat;
	}

.soc_i{
	background: url('images/soc_i.png') no-repeat;
	}


.prod_list{
	float: left;
	width: 330px;
	height: 367px;
	margin: 0 0 62px 62px;
	background: #e9e9e9;
	position: relative;
	overflow: hidden;
	}

.prod_list_img{
	height: 300px;
	background: #fff;
	}

.prod_list_img img{
	vertical-align: bottom;
	}

.prod_list_over{
	display: none;
	width: 310px;
	height: 249px;
	padding: 50px 10px 0 10px;
	background: rgba(41, 41, 41, 0.1);
	border-bottom: 1px solid #d5d5d5;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	}

.prod_list_go{
	padding: 0 0 35px 0;
	}

.prod_list_go a, .prod_list_fast a{
	display: block;
	width: 211px;
	height: 38px;
	margin: 0 auto;
	background: rgba(41, 41, 41, 0.7);
	border: 2px solid rgba(41, 41, 41, 0.1);
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	}

.prod_list_go a:hover, .prod_list_fast a:hover{
	border: 2px solid #fff;
	color: #fff;
	}

.prod_list_sels span, .prod_list_sels .ar_cart_add_select{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	height: 38px;
	padding: 0 2px;
	margin: 0 3px;
	background: rgba(41, 41, 41, 0.7);
	border: 2px solid rgba(41, 41, 41, 0.1);
	transition: all 0.3s 0.02s ease;
	-moz-transition: all 0.3s 0.02s ease;
	-o-transition: all 0.3s 0.02s ease;
	-webkit-transition: all 0.3s 0.02s ease;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	}

.prod_list_sels .ar_cart_add_select{
	width: 57px;
	background-image: url('images/cart.png');
	background-repeat: no-repeat;
	background-position: center center;
	}

.prod_list_sels span:hover, .prod_list_sels span.active, .prod_list_sels .ar_cart_add_select:hover{
	border: 2px solid #fff;
	}

.prod_list_fast{
	padding: 35px 0 0 0;
	}

.prod_list_t{
	float: left;
	padding: 0 0 0 20px;
	line-height: 67px;
	font-weight: bold;
	text-transform: uppercase;
	}

.prod_list_t a{
	color: #292929;
	}

.prod_list_t a:hover{
	color: #d84040;
	}

.prod_list_p{
	float: right;
	padding: 0 10px 0 0;
	font-size: 25px;
	line-height: 67px;
	font-weight: bold;
	text-transform: uppercase;
	}

.prod_list_pr{
	color: #d84040;
	}

.prod_list_po{
	float: right;
	padding: 0 10px;
	font-size: 25px;
	line-height: 67px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	}

.prod_list_po:before {
	content: " ";
	display: block;
	width: 77px;
	height: 34px;
	margin-left: -48px;
	background: url('images/prod_list_po.png') no-repeat;
	position: absolute;
	top: 16px;
	left: 50%;
	}


.prod_imgs{
	float: left;
	width: 600px;
	padding: 30px 55px 0 55px;
	position: relative;
	}

.prod_imgs .slick-arrow{
	display: block;
	width: 37px;
	height: 61px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 270px;
	cursor: pointer;
	}

.slick-prev{
	background: url('images/prev.png') no-repeat;
	left: -55px;
	}

.slick-next{
	background: url('images/next.png') no-repeat;
	right: -55px;
	}

.prod_imgs .slick-dots{
	display: block;
	padding: 40px 0 0 0;
	text-align: center;
	}

.prod_imgs .slick-dots li{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	padding: 0 8px;
	}

.prod_imgs .slick-dots li button{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	}

.prod_imgs .slick-dots li.slick-active button, .prod_imgs .slick-dots li button:hover{
	background: #646464;
	}

.prod_r{
	float: right;
	width: 480px;
	padding: 30px 0 0 0;
	}

.prod_r h1 {
	font-size: 30px;
	line-height: 34px;
	}

.prod_r h1 span{
	display: block;
	max-width: 262px;
	padding: 5px 30px;
	background: #696969;
	color: #fff;
	}

.prod_po{
	float: left;
	padding: 0 0 20px 0;
	color: #000;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	position: relative;
	}

.prod_po:before {
	content: " ";
	display: block;
	width: 120px;
	height: 55px;
	margin-left: -60px;
	background: url('images/prod_po.png') no-repeat center center;
	position: absolute;
	top: -5px;
	left: 50%;
	}

.prod_p{
	padding: 0 0 20px 0;
	color: #d84040;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	}

.prod_pr{
	float: right;
	text-align: right;
	}

.prod_ps{
	font-size: 25px;
	text-transform: uppercase;
	}

.prod_desc{
	padding: 0 0 50px 0;
	font-size: 28px;
	line-height: 32px;
	}

.prod_razm{
	float: left;
	width: 244px;
	padding: 0 0 35px 0;
	}

.prod_count{
	float: left;
	margin: 0 0 35px 0;
	}

.count{
	width: 76px;
	height: 60px;
	border: 1px solid #292929;
	}

.count_i{
	float: left;
	width: 39px;
	}

.count_i input{
	width: 39px;
	height: 60px;
	padding: 0;
	border: 0;
	background: none;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	}

.count_r{
	float: left;
	width: 37px;
	line-height: 16px;
	}

.count_p{
	height: 15px;
	padding: 10px 0 0 0;
	}

.count_m{
	height: 15px;
	padding: 13px 0 0 0;
	}

.count_m input, .count_p input{
	width: 29px;
	height: 15px;
	border: 0;
	cursor: pointer;
	}

.count_p input{
	background: url('images/arr_u.png') no-repeat center center;
	}

.count_m input{
	background: url('images/arr_d.png') no-repeat center center;
	}


.prod_by{
	padding: 0 0 40px 245px;
	}

.prod_by a{
	display: block;
	width: 73px;
	height: 60px;
	background: #696969 url('images/cart.png') no-repeat center center;
	}

.prod_by a:hover{
	background: #565454 url('images/cart.png') no-repeat center center;
	}

.prod_prs{
	max-width: 322px;
	}

.prod_dost{
	max-width: 322px;
	padding: 0 0 30px 0;
	text-transform: uppercase;
	}

.prod_dost br{
	display: none;
	}

.prod_text{
	float: left;
	width: 655px;
	padding: 10px 0 0 0;
	}

.prod_soc_t{
	padding: 0 0 4px 0;
	text-transform: uppercase;
	}

.prod_relat{
	float: right;
	width: 480px;
	padding: 60px 0 0 0;
	}

.prod_relat_t{
	padding: 19px 10px;
	margin: 0 0 30px 0;
	border: 1px solid #292929;
	color: #292929;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	}

.prod_relat_slide .prod_list{
	float: none;
	margin: 0 auto;
	}

.prod_relat .slick-prev, .prod_relat .slick-next{
	display: block;
	width: 61px;
	height: 37px;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	}

.prod_relat .slick-prev{
	margin: 0 auto 10px auto;
	background: url('images/up.png') no-repeat;
	}

.prod_relat .slick-next{
	margin: 10px auto 0 auto;
	background: url('images/down.png') no-repeat;
	}


.zapartn_bg{
	background: url('images/bg2.jpg') repeat center center;
	}

.zapartn_bg2{
	padding: 120px 0 90px 0;
	background: rgba(41, 41, 41, 0.7);
	color: #fff;
	}

.zapartn_bg2 .wrap{
	text-align: center;
	}

.zapartn_bg2 h1{
	color: #fff;
	}

.zapartn_text{
	padding: 0 0 10px 0;
	font-size: 20px;
	line-height: 34px;
	text-transform: uppercase;
	}

.nonf{
	padding: 100px 0 100px 550px;
	background: url('images/404.jpg') no-repeat 150px 140px;
	background-size: 200px auto;
	}

.nonf_t{
	padding: 0 0 40px 0;
	font-size: 120px;
	line-height: 130px;
	text-transform: uppercase;
	}

.nonf_e{
	padding: 0 0 50px 0;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	}


.prod_filt{
	width: 815px;
	padding: 0 0 60px 95px;
	margin: 0 auto;
	background: url('images/prod_filt.png') no-repeat 0px 0px;
	text-transform: uppercase;
	}

.prod_filt_sel1{
	float: left;
	width: 254px;
	}

.prod_filt_sel2{
	float: left;
	width: 238px;
	}

.prod_filt_sel3{
	float: left;
	width: 191px;
	}

.prod_filt_sub{
	float: left;
	width: 132px;
	}

.prod_filt_on{
	width: 845px;
	padding: 0 0 60px 65px;
	}
.prod_filt_on .prod_filt_sel1{
	width: 214px;
	}
.prod_filt_on .prod_filt_sel2{
	width: 198px;
	}
.prod_filt_on .prod_filt_sel3{
	width: 151px;
	}

.prod_filt_sub2{
	float: left;
	width: 132px;
	padding: 0 0 0 18px;
	}

.page_dostop{
	background: #292929;
	color: #fff;
	}

.page_dostop h1, .page_dostop .title {
	color: #fff;
	}

.page_dostop .title span {
	border: 2px solid #fff;
	}


.dostopl_cent {
	padding: 0 120px;
	}

.dostopl_li{
	padding: 1px 0 50px 65px;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	}

.dostopl_li:before {
	content: " ";
	display: block;
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	}


.pad_heart{
	padding: 152px 0 0 0;
	}


.look_slider_pos{
	position: relative;
	}

.look_slide{
	height: 635px !important;
	background-size: cover !important;
	}

.look_slider_t{
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 200;
	text-align: center;
	}

.look_slider_t h1, .look_slider_t .title{
	color: #fff;
	}

.look_slider .slick-arrow{
	display: block;
	width: 37px;
	height: 60px;
	border: 0;
	position: absolute;
	top: 290px;
	z-index: 200;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	}

.look_slider .slick-prev{
	background: url('images/prev2.png') no-repeat;
	left: 75px;
	}

.look_slider .slick-next{
	background: url('images/next2.png') no-repeat;
	right: 75px;
	}


.page_zagad {
	padding: 152px 0 0 0;
	position: relative;
	overflow: hidden;
	}

.page_zagad .wrap{
	position: relative;
	}

.page_zagad_img{
	width: 60%;
	height: 100%;
	background: #fee8d3 url('images/page_zagad_img.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 700px;
	}

.page_zagad_r{
	float: right;
	width: 650px;
	padding: 85px 0;
	font-size: 24px;
	line-height: 44px;
	text-transform: uppercase;
	}

.page_zagad h1{
	font-size: 38px;
	line-height: 42px;
	text-align: left;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 23px 0 70px 0;
	border-top: 1px solid #292929;
	text-transform: uppercase;
	}

footer ul li {
	padding: 0 0 25px 0;
	}

footer a{
	color: #292929;
	}

footer a:hover, .nav_bot ul li.current-menu-item a, .nav_bot ul li.current-menu-parent a, .nav_bot ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a, .nav_bot ul li.current-page-ancestor a{
	color: #d84040;
	}

.nav_bot ul li.nav_red a{
	color: #d84040;
	}

.nav_bot ul li.nav_red a:hover{
	color: #292929;
	}

.bot_l{
	float: left;
	width: 300px;
	padding: 40px 86px 10px 0;
	}

.bot_tel_graf{
	font-size: 13px;
	}

.bot_c{
	float: left;
	width: 300px;
	padding: 40px 86px 10px 0;
	}

.bot_r{
	float: left;
	width: 300px;
	padding: 40px 86px 10px 0;
	}

.bot_soc {
	padding: 0 0 25px 0;
	}

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

.bot_dost{
	padding: 12px 15px;
	margin: 0 0 25px 0;
	border: 1px dotted #292929;
	}

footer .ar_cart_widget {
	float: right;
	width: 80px;
	padding: 0 0 15px 0;
	position: relative;
	}

footer .ar_cart_widget_vis {
	float: left;
	width: 80px;
	padding: 40px 0 0 0;
	}

footer .ar_cart_widget_vis a, footer .ar_cart_widget_vis a:hover, footer .ar_cart_widget_vis span {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	color: #d84040;
	}

footer .ar_cart_widget_vis span {
	padding: 0 0 0 40px;
	background: url('images/cart2.png') no-repeat;
	}


.bot {
	padding: 55px 0 0 0;
	border-top: 1px dashed #292929;
	}

.bot_text{
	text-align: center;
	}

.copy{
	float: right;
	width: 260px;
	}

.stat img{
	vertical-align: bottom;
	}

#back_top {
	display: none;
	width: 100px;
	height: 40px;
	background: #fff;
	border: 1px solid #292929;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 999;
	color: #292929;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

#back_top:hover {
	color: #fff;
	background: #292929;
	border: 1px solid #fff;
}

/* END FOOTER */



/* COMMENTS */

.comments_t{
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.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_ad{
	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;
}

.respond_t{
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

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


/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	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: 1px solid #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 */

.disabPayment
{
	color:#e6e6e6 !important;
}