﻿*, body {



	margin: 0;



	padding: 0;



	font-family: Roboto, sans-serif;



	



}



body {



	width: 100%;



}



#tiles_section {
	width: 100%;
	background-image: url('/images/banner_test.jpg');
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}



#tiles_pixel {



	width: 100%;



	height: 100%;



	background: url("pattern.png") top left repeat;



}



#tiles_wrapper {



	width: 96%;



	max-width: 1200px;



	margin: 60px auto;



	display: inline-block;



}



#main_title {



	width: auto;



	display: block;



	margin: 0 130px 60px;



	font-size: 50px;



	font-weight: 300;



	text-align: center;



	color: #fefefe;



}



#tiles_block_wrapper {



	width: 1000px;



	margin: 0 auto;



}



.tile_block {



    width: 230px;



    height: 305px;



    margin: 10px;



    float: left;



    box-shadow: rgba(50, 50, 50, 0.74902) 1px 1px 3px 0px;



    cursor: pointer;



    background-color: #fefefe;



    -webkit-transition: all 0.3s linear 0s;



    -o-transition: all 0.3s linear 0s;



    transition: all 0.3s linear 0s;



}



.tile_block:hover{



	background-color: #FFE400;



}



.tile_img {



	width: 100%;



	height: auto;



	background: url('imgbg.jpg');



	background-size: cover;



	background-position: 50% 50%;



}



.tile_name {



    font-size: 16px;



    text-align: center;



    line-height: 1.2;



    color: #272727;



    height: 30%;



    padding: 0 10px;



}



.clear {



	clear: both;



}



.tile_name_text {



	margin-top: 11px;



	display: inline-block;



}



.header {



	width: 100%;



	height: 150px;



	background-color: #535353;



	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px 0px;



    display: inline-block;



}



.header_wrapper{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

body.site.com_content.view-featured.no-layout.no-task.itemid-101.fluid .header-logo{

    width: 370px;

}



.header-logo{

	width: 230px;

	position: absolute;

	left: 0;

	right: 0;

}



.header-logo img {



    display: block;



    width: 100%;



    position: relative;



    z-index: 1000;



}



.header-search {
    width: 234px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

ul.menu{



	list-style: none;



	margin-left: 400px;



	width: 800px;



}



ul.menu li a {



    text-decoration: none;



    text-transform: uppercase;



    color: #FFF;



    font-weight: 400;



    font-size: 15px;



    letter-spacing: 1px;



    line-height: 100px;



    margin: 0 25px;



    height: 100px;



    box-sizing: border-box;



    display: block;



    border-bottom: 3px solid transparent;



    -webkit-transition: all 0.1s linear 0s;



    -o-transition: all 0.1s linear 0s;



    transition: all 0.1s linear 0s;



}



ul.menu li a:hover{
	color: #C90000;
}



ul.menu li {



	display: inline-block;



}



ul.menu li.item-101 {



	display: none;



}



#mob_nav_open_block{



	position: fixed;



    left: 15px;



    top: 15px;



    height: 40px;



    width: 40px;



    background: url("burger.png"), rgba(255, 255, 255, 0.7);



    background-size: 74%;



    background-position: 50%, 50%;



    background-repeat: no-repeat;



    z-index: 30000;



    border-radius: 16%;



    display: none;



    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;



}



div.top_phone {



    color: #fff;



}











#assblock {



	width: 100%;



	min-height: 100px;



	text-align: center;



	background: url('bg_2.jpg');



	background-size: cover;



	background-position: 50% 0;



}



#assblock_wrapper {



	width: 96%;



	max-width: 1000px;



	margin: 50px auto 0;



	min-height: 50px;



	display: inline-block;



}



.assblock_block{



	width: 100%;



	margin-bottom: 40px;



	min-height: 50px;



	background-color: rgba(255, 255, 255, 0.6);



	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px 0px;



}



.assblock_block_picture{



	width: 30%;



}



#assblock_block_picture_1{



	float: left;



}



#assblock_block_picture_2{



	float: right;



}



.assblock_block_picture img{



	width: 100%;



	display: block;



}



.assblock_block_text{



	width: 70%;



}



#assblock_block_text_1 {



    float: right;



    color: #303030;



    text-shadow: 0px 2px 4px rgba(180, 178, 178, 0.59);



}



#assblock_block_text_2{



	float: left;



	text-shadow: 0px 2px 4px rgba(180, 178, 178, 0.59);



}



.assblock_block_text_title{



	font-size: 40px;



	margin-top: 30px;



}



.assblock_block_text ul{



	list-style: none;



	font-size: 30px;



	text-align: left;



	line-height: 1.1;



	margin-left: 15%;



    margin-right: 5%;



 



}



.assblock_block_text ul li {



    margin-top: 15px;



    position: relative;



    height: 60px;



    font-size: 25px;



}



.assblock_block_text ul li:before{



	content: '';



	position: absolute;



	width: 30px;



	height: 30px;



	background-color: blue;



	left: -45px;



	top: 3px;



	background: url('check.png');



	background-size: 100%;



	background-repeat: no-repeat;



}



#distribute{



	width: 100%;



	background-color: #fff;



	box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 5px 0px;



	text-align: center;



}



#distribute_wrapper{



	width: 96%;



	max-width: 800px;



	display: inline-block;



	margin: 40px auto;



}



#distribute_text{



	font-size: 40px;



	font-weight: 400;



}



#distribute_button {



    width: 300px;



    height: 70px;



    background-color: #FFE400;



    display: inline-block;



    margin-top: 30px;



    line-height: 70px;



    text-transform: uppercase;



    font-size: 30px;



    cursor: pointer;



    -webkit-transition: all 0.15s linear 0s;



    -o-transition: all 0.15s linear 0s;



    transition: all 0.15s linear 0s;



    box-shadow: 0 5px 0px #BAA600;



    -webkit-border-radius: 5px;



    -moz-border-radius: 5px;



    border-radius: 5px;



    -moz-user-select: -moz-none;



    -o-user-select: none;



    -khtml-user-select: none;



    -webkit-user-select: none;



    -ms-user-select: none;



    user-select: none;



    color: #4A4A4A;



    text-decoration: none;



}



#distribute_button:active {







box-shadow: none;



    -moz-transform: translateY(5px);



    -o-transform: translateY(5px);



    -webkit-transform: translateY(5px);



    transform: translateY(5px);



}







a#distribute_button:hover {



    background: rgb(255, 234, 57);



}







.footer_col_mid{



	cursor: pointer;



}



#map_wrapper{



	width: 100%;



	height: 500px;



	display: none;



}







.scrollup {



	z-index: 30000;



}



.scrollup:hover {



	opacity: .7;



}



.footer_box i{



	-webkit-transition: all 0.3s linear 0s;



    -o-transition: all 0.3s linear 0s;



    transition: all 0.3s linear 0s;



}



.footer_col a{
	text-decoration: none;
	color: #303030;
	transition: all .3s linear;
}



.footer_col a:hover{



	text-decoration: underline;



}



.product_plus, .jshop .prod_qty_input input.product_plus{



	width: 25px;



    height: 16px;



    margin-top: 10px;



    cursor: pointer;



    position: relative;



    display: inline-block;



	background-image: url('p.png');



	background-repeat: no-repeat;



	background-size: cover;



	border: 1px solid rgba(0, 0, 0, 0.29);



	border-radius: 2px;



	outline: none;



	opacity: .8;



	background-color: #FFE400;



	box-shadow: 0 2px 0px #BAA600;



	-webkit-transition: all 0.15s linear 0s;



    -o-transition: all 0.15s linear 0s;



    transition: all 0.15s linear 0s;



}



.product_minus, .jshop .prod_qty_input input.product_minus{



	width: 25px;



    height: 16px;



    margin-top: 10px;



    cursor: pointer;



    position: relative;



    display: inline-block;



	background-image: url('m.png');



	background-repeat: no-repeat;



	background-size: cover;



	border: 1px solid rgba(0, 0, 0, 0.29);



	border-radius: 2px;



	outline: none;



	opacity: .8;



	background-color: #FFE400;



	box-shadow: 0 2px 0px #BAA600;



	-webkit-transition: all 0.15s linear 0s;



    -o-transition: all 0.15s linear 0s;



    transition: all 0.15s linear 0s;



}



.product_plus:hover, .jshop .prod_qty_input input.product_plus:hover,.product_minus:hover, .jshop .prod_qty_input input.product_minus:hover{



	opacity: 1;



}



.product_plus:active, .jshop .prod_qty_input input.product_plus:active,.product_minus:active, .jshop .prod_qty_input input.product_minus:active{



	box-shadow: none;



	-moz-transform: translateY(2px);



    -o-transform: translateY(2px);



    -webkit-transform: translateY(2px);



    transform: translateY(2px);



}





.cart .quantity .inputbox {

    width: 50px;

    margin-bottom: 0px;

}

.cart th.quantity{

	width: 190px !important;

}



@media (max-width: 905px) {

div#comjshop {

    padding: 20px 10px;

}

.cart th {

    font-size: 13px;

    color: #4A4A4A;

}

}



dl.article-info.muted {

    display: none;

}

.icons {

    display: none;

}

ul.pager.pagenav {

    display: none;

}

.collapsing {

    position: relative;

    height: 0;

    overflow: hidden;

    -webkit-transition-timing-function: ease;

    -o-transition-timing-function: ease;

    transition-timing-function: ease;

    -webkit-transition-duration: .35s;

    -o-transition-duration: .35s;

    transition-duration: .35s;

    -webkit-transition-property: height,visibility;

    -o-transition-property: height,visibility;

    transition-property: height,visibility;

}

.collapse.in {

    display: block;

}

.collapse {

    display: none;

}



h2.faq_h2 {

    text-align: left;

    background: #eeeeee;

    margin-bottom: 20px;

    padding: 5px 20px;

    font-size: 20px;

    cursor: pointer;

}
div#faq p {
    padding: 0 20px;
    padding-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 20px;
}
.img_rewiev img {

    width: 100%;

    border-radius: 100%;

}
div#rewievs h3 {
    text-align: left;
    padding-left: 15px;
    display: inline-block;
    width: 60%;
}
div#rewievs .col-md-6 {

    padding-top: 20px;

}

.img_rewiev.scroller img {
    border-radius: 0;
    box-shadow: rgba(50, 50, 50, 0.74902) 1px 1px 3px 0px;
}

.img_rewiev {

    margin-bottom: 20px;

}

div#certificates .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.jshop.checkout_pfinish_block {
    display: none;
}
h2.faq_h2:hover {
    background: #DADADA;
}

div#certificates img {
    max-height: 300px;
    text-align: center;
    margin: auto;
    display: block;
    box-shadow: rgba(50, 50, 50, 0.74902) 1px 1px 3px 0px;
}
.img_rewiev.col-md-3 h3 {
    padding: 0 !important;
}
.rew p {
    border: 1px solid rgba(74, 74, 74, 0.31);
    padding: 12px;
    border-radius: 8px;
}
.rew p:before {
    position: absolute;
    content: '';
    left: -45px;
    top: 25px;
    background: url('/images/ugol.png') #fff no-repeat;
    width: 45px;
    height: 25px;
    background-size: 100% 100%;
}

input.product_plus {
    display: none !important;
}
input.product_minus {
    display: none !important;
}
.btn-custom {
    width: 170px !important;
}
.data img.jshop_img {
    width: 25% !important;
}

.pull-right.td_2 a {
    color: #000;
    width: 154px;
    /* height: 35px; */
    background-color: #FFE400;
    display: inline-block;
    /* margin-top: 9px; */
    line-height: 35px;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #BAA600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: none;
    text-align: center;
}

a.print_cart {
    color: #000;
    width: 190px;
    height: 35px;
    background-color: #DADADA;
    display: inline-block;
    /* margin-top: 9px; */
    line-height: 35px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: none;
    text-align: center;
    margin-bottom: 15px;
}

.jshop.finish {
    text-align: center;
    font-size: 18px;
    border: 2px solid;
    width: 90% !important;
    display: block;
    margin: auto !important;
    float: none !important;
}
.productweight {
    display: none;
}

.extra_fields {
    display: none;
}

a.check {
    text-align: center;
    display: block;
    color: #C70505;
    font-style: italic;
    font-size: 20px;
}
a.check:hover {
    color: #6D6D6D;
}
section#deal .container, section#idea .container {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1920px) {
ul.menu li a {
    margin: 0 25px;
}
}

.custom_new .row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.custom_new ul li, .custom_new ul li span{
    font-weight: 300;
    line-height: 1.5;
}
.custom_new ul{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    line-height: normal;
}
.custom_new ul li{
    display: block;
    position: relative;
}
.custom_new ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    left: 10px;
    top: 10px;
}
.custom_new h1, .custom_new h2{
    margin-top: 30px;
}
#comjshop .category_short_description{
    display: none !important;
}
#map_wrapper > ymaps,
#map_wrapper > ymaps > ymaps,
#map_wrapper > ymaps > ymaps > ymaps{
	height: 100%!important;
}