@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/*font-family: 'Roboto', sans-serif;*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Roboto', sans-serif;
	width: 100%;
	min-width: 1200px ;
	height: 100%;
}
.wrapper {
	min-width: 1200px;
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
}
.center {
	width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	color: #0065a1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	display: block;;
	font-weight: 400;
	margin: 10px 0 15px 0;
}
h1{
	font-size: 26px;
	padding: 15px 0;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
}
ol, ul{
	margin: 0 0 0 40px;
	line-height: 1.2;
}
p {
	margin: 10px 0 5px 0;
	/*text-indent: 20px;*/
	text-align: justify;
	line-height: 1.2;
	font-size: 16px;
}
blockquote {
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0px 0px 20px;
	border-left: 5px solid rgb(238, 238, 238);
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(255, 255, 255);
}
.animation {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Header
-----------------------------------------------------------------------------*/
.top-line {
	width: 100%;
	height: 50px;
	background: #888888;

	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.header {
	height: 100px;
}
.header .logo {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 50px;
	margin: 20px 0 0 0;
}
.header .slogan {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin: 25px 0 0 90px;

	color: #000;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.header .contact {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 480px;
	margin: 25px 0 0 0;

	color: #000;
	text-align: right;
}
.header .contact img{
	margin: -5px 20px 0 0;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .contact img:hover{
	margin: -5px 20px 0 0;
	opacity: 1;
}
.header .contact a{
	display: inline-block;
	margin: 3px 0 0 0;
	color: #2182c9;
	font-size: 16px;
}

.menu-line {
	height: 50px;
	background: #ed1b24;
}
.menu-line .menu {
	display: inline-block;
	vertical-align: middle;
}
.menu-line .search {
	display: inline-block;
	vertical-align: middle;
    margin: 0 0 0 40px;
}
.menu-line .basket-sticker {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 380px 0;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 30px 0 380px 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content_in {
	padding: 0 0 0 270px;
	font-size: 16px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	padding: 10px 0 0 0;
	margin-left: -100%;
	position: relative;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -350px 0 0 0;
	min-width: 1200px;
	height: 350px;
	background: #737373;
	position: relative;
}
.footer .center {
	min-width: 1200px;!important;
}
.footer .title {
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #000;
}
.footer .info,
.footer .catalog,
.footer .menu-footer,
.footer .footer-contact {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 50px 40px 0 0;
	font-size: 14px;
	color: #fff;
}
.footer .info {

}
.footer .catalog {

}
.footer .menu-footer a,
.footer .catalog a{
	display: block;
	color: #fff;
	margin: 0 0 5px 0;
	text-decoration: none;
}
.footer .menu-footer a:hover,
.footer .menu-footer a.active,
.footer .catalog a:hover,
.footer .catalog a.active{
	text-decoration: underline;
}
.footer .footer-contact {

}
/* --- Модули --- */
.menu a {
	display: inline-block;
	vertical-align: top;
	height: 48px;
	margin: 0 20px 0 0;
	border-bottom: 2px solid #ed1b24;

	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
}
.menu a:hover,
.menu a.active {
	border-bottom: 2px solid #fff;
}
/* --- Настройка поиска --- */
.menu-line .search input[type=text]{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 100px;
	padding: 0 20px 0 20px;
	border-radius: 5px 0 0 5px;
	border: none;
}
.menu-line .search input[type=submit]{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 50px;
	border-radius: 0 5px 5px 0;
	border: none;
	border-left: 1px solid #676767;
	background: url("/design/img/search.png") no-repeat center,
				#fff;
	background-size: 20px;
	margin: 0 0 0 -5px;
	cursor: pointer;
}
.menu-line .search input[type=submit]:hover{
	background-size: 23px;
}
/* --- Баскет стикер --- */
.menu-line .basket-sticker .block {
	display: block;
	padding: 10px 20px 0 20px;
	height: 40px;
	text-decoration: none;
}
.menu-line .basket-sticker a:hover {
	background: #ff8193;
}
.menu-line .basket-sticker .block .img{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url("/design/img/basket-stiker.png");
	background-size: 30px;
}
.menu-line .basket-sticker .block .name{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;

	color: #fff;
	font-size: 16px;
}
/* --- Категории index --- */
.index-category a {
	display: block;
	position: relative;
	float: left;
	width: 214px;
	height: 300px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #000;
}
.index-category a:hover {
	border: 1px solid #ed1b24;
	color: #ed1b24;
}
.index-category .delimetor {
	display: block;
	float: left;
	width: 20px;
	height: 300px;
}
.index-category .delimetor:nth-child(10n) {
	width: 0;
}
.index-category a .img{
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	width: 170px;
	padding: 22px;
	text-align: center;
}
.index-category a .img img{
	width: 170px;
}
.index-category a .name{
	display: block;
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 200px;

	font-size: 18px;
}
.vk,
.insta {
	margin: 30px 0 0 0;
}
.left-category {

}
.left-category .name,
.vk .name{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
}
.left-category a {
	display: block;
	color: #000;
	margin: 0 0 10px 21px;
	text-decoration: none;
	font-size: 18px;
}
.left-category a:hover,
.left-category a.active{
	text-decoration: underline;
}
.categories {
	margin: 30px 0 0 0;
}
.categories a {
	display: block;
	position: relative;
	float: left;
	width: 205px;
	height: 280px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #000;
}
.categories a:hover {
	border: 1px solid #ed1b24;
	color: #ed1b24;
}
.categories .delimetor {
	display: block;
	float: left;
	width: 20px;
	height: 300px;
}
.categories .delimetor:nth-child(8n) {
	width: 0;
}
.categories a .img{
	display: table-cell;
	vertical-align: middle;
	height: 255px;
	width: 205px;
}
.categories a .img img{
	width: 185px;
}
.categories a .name{
	display: block;
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 205px;

	font-size: 18px;
}
/* --- Костыль --- */
.categories .next-level {
	width: 400px;
	height: 100px;
	text-align: center;
}
.categories .active {
	border: 1px solid #ed1b24;
	color: #ed1b24;
}
.categories .next-level .name {
	width: 400px;
	padding: 0;
	height: 60px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.categories .next-level-delimeter {
	width: 85px;
	height: 100px;
}
/* --- Лист товаров --- */
.item-list {
	margin: 30px 0 0 0;
}
.item-list a{
	display: block;
	position: relative;
	float: left;
	width: 203px;
	height: 270px;
	border: 2px solid #bfbfbf;
	margin: 0 20px 20px 0;
	text-decoration: none;
}
.item-list a:nth-child(4n){
	margin: 0 0 20px 0;
}
.item-list a:hover {
	border: 2px solid #ed1b24;
}
.item-list a .sale {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: url("/design/img/sale.png");
	background-size: contain;
}
.item-list a .spec {
	display: inline-block;
	position: absolute;
	top: 70px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	background: rgba(20, 82, 205, 0.7);
	color: #fff;
	font-size: 14px;
}
.item-list a .new {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	background: rgba(255, 186, 0, 0.7);
	color: #fff;
	font-size: 14px;
}
.item-list a .no-stock {
	display: inline-block;
	position: absolute;
	top: 105px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	background: rgba(103, 103, 103, 0.5);
	color: #fff;
	font-size: 14px;
}
.item-list a .img {
	display: block;
	height: 125px;
	width: 185px;
	margin: 10px 10px 0 10px;
	text-align: center;
}
.item-list a .img img{
	max-width: 185px;
	max-height: 125px;
}
.item-list a .no-img {
	display: block;
	height: 185px;
	width: 185px;
	background: #0B55C4;
	margin: 10px 10px 0 10px;
}
.item-list a .name {
	display: block;
	margin: 5px 10px;
	height: 80px;
	width: 185px;

	font-size: 14px;
	color: #000;
}
.item-list a .price {
	display: block;
	width: 185px;
	margin: 0 10px;

	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.item-list a .price small {
	margin: 0 0 0 10px;

	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-decoration: line-through;
}
/* --- Карточка товара --- */
.item-cart {
	margin: 30px 0 0 0;
}
.item-cart .left {
	display: inline-block;
	vertical-align: top;
	width: 380px;
}
.item-cart .left .img {
	display: block;
	height: 250px;
	width: 370px;
	border: 1px solid #000;
	text-align: center;
}
.item-cart .left img{
	max-width: 350px;
	max-height: 250px;
}
.item-cart .right {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	margin: 0 0 0 40px;
}
.item-cart .right .category_img {
	margin: 0 0 20px 0;
}
.item-cart .right .category_img img{
	width: 150px;
}
.item-cart .right  .price {
	display: block;
	font-size: 34px;
	font-weight: 600;
	margin: 5px 0 0 0;
}
.item-cart .right .add {
	display: inline-block;
	width: 170px;
	padding: 15px 0;
	margin: 30px 20px 30px -5px;
	background: #000;
	border: 2px solid #000;

	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.item-cart .right .add:hover {
	background: #fff;
	border: 2px solid #ed1b24;
	color: #ed1b24;
}
.item-cart .right .no-stock {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #ed1b24;
}
.item-cart .description {
	font-size: 18px; !important;
	font-weight: 400;
	text-align: justify;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
}
.item-cart .description p{
	font-size: 18px;
}
.item-cart .property {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.3;
}
.item-cart .property div {
	padding: 15px;
	background: #f3f3f3;
}
.item-cart .property div:nth-child(2n) {
	background: #e5e5e5;
}
.item-cart .property div:hover {
	background: #eff8fc;
}
.item-cart .property .title {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
.item-cart .property .name {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
}
.item-cart .imgbig img{
	width: 720px;
}
/* --- Скрыть поиск --- */
#open-search {
	display: none;
}
.open-search,
.close-search {
	display: block;
	height: 70px;
	line-height: 74px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #777;
	color: #fff;
	font-size:18px;
	outline: none;
	border: 2px solid #F64C2B;
	border-radius: 5px;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
	background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
	cursor: pointer;
}
.open-search:hover,
.open-search:active{
	box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
.close-search {
	display: none;
	box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
.close-search:hover {
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
}
.open-block {
	overflow: hidden;
	height: 0;
	padding: 30px 0;
}
#open-search:checked ~ .open-block {
	height: 100%;
}
#open-search:checked ~ .open-search {
	display: none;
}
#open-search:checked ~ .close-search {
	display: block;
}
/* --- Внешний вид поиска --- */
.index-full-search {
}
.index-full-search .block{
	display: block;
}
.index-full-search .none{
	display: none;
}
.index-full-search .name{
	display: block;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.index-full-search input[type=submit]{
	padding: 15px 35px;
	background:#eee;
	display: block;
	text-align: center;
	transition: all 0.3s;
	color:#000;
	text-decoration:none;
	font-size: 16px;
	cursor: pointer;
}
.index-full-search input[type=submit]:hover{
	box-shadow:0px -5px 0 #000 inset;
}
.index-full-search .block1 {
	margin: 30px 0 0 0;
}
.index-full-search .block1 div{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
}
.index-full-search .block1 div input{
	height: 30px;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	padding: 0 0 0 15px;
}
.index-full-search .block1 .price input{
	width: 70px;
}
.index-full-search .block1 .diameter input{
	width: 40px;
}
.index-full-search .block2 {
	margin: 40px 0 0 0;
}
.index-full-search .block2 .in-block {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.index-full-search .block2 input{
	margin: 0 7px 0 0;
}
.index-full-search .block3 {
	margin: 40px 0 0 0;
}
.index-full-search .block3 input{
	margin: 0 7px 0 0;
}
.index-full-search .block3 div{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 30px 0;
}

/* --- Без результата --- */
.search-null {
	padding: 20px 0;
	font-size: 18px;
	color: red;
}

/* --- Корзина товаров --- */
.basket-name {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding: 0;
	margin: 30px 0 5px 0;

	text-align: left;
}
.basket-name .img{
	display: block;
	float: left;
	width: 120px;
}
.basket-name .name{
	display: block;
	float: left;
	width: 400px;
}
.basket-name .price {
	display: block;
	float: left;
	width: 200px;
}
.basket-name .number {
	display: block;
	float: left;
}
.basket-item {
	margin: 0 0 0 0;
}
.basket-item div{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	margin: -1px 0 0 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;

	font-size: 14px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.basket-item div:hover {
}
.basket-item div .img{
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}
.basket-item div .img img{
	max-width: 100px;
	height: 50px;
}
.basket-item div .name{
	display: block;
	float: left;
	width: 400px;
}
.basket-item div .price {
	display: block;
	float: left;
	width: 200px;
}
.basket-item div .number {
}
.basket-item div .number input{
	display: block;
	float: left;
	height: 100%;
	width: 35px;
	background: #fff;
	margin: 0;
	border: none;

	text-align: center;
}
.basket-item div .number .minus,
.basket-item div .number .plus {
	display: block;
	float: left;
	height: 100%;
	width: 35px;
	background: #fff;

	text-align: center;
	color: #000;
	font-size: 30px;
	cursor: pointer;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.basket-item div .number .minus {
	border-radius: 5px 0 0 5px;
}
.basket-item div .number .plus {
	border-radius: 0 5px 5px 0;
}
.basket-item div .number .minus:hover,
.basket-item div .number .plus:hover {
	color: #ed1b24;
}
.basket-item div .remove {
	float: right;

}
.basket-item div .remove a{
	display: block;
	height: 100%;
	width: 50px;
	background: #fff;
	border-radius: 5px;

	text-align: center;
	color: #ed1b24;
	font-size: 25px;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.basket-item div .remove a:hover {
	background: #ed1b24;
	color: #fff;
}

.basket-upd {
	margin: 30px 0 0 0;
}
.basket-upd .left {
	float: left;
	font-size: 24px;
}
.basket-upd .right {
	float: right;
	margin: -15px 0 0 0;
}
.basket-upd .right input{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 13px;
	background: #fff;
	border-radius: 5px;
	border: none;

	text-align: center;
	color: #ed1b24;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
}
.basket-upd .right input:hover{
	background: #ed1b24;
	color: #fff;
}
.list_null {
	margin: 30px 0 0 0;
	font-size: 18px;
}
/* --- Оформление заказа в корзине --- */
.basket-order {
    display: block;
    margin: 20px 0 0 0;
}
.feedback-order {
    color: #fff;
}
.feedback-order h3{
    font-size: 22px;
}
.basket-order .left,
.feedback-order .left{
    display: inline-block;
    vertical-align: top;
    width: 320px;
}
.basket-order .right,
.feedback-order .right{
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin: 0 0 0 40px;
}
.basket-order label,
.feedback-order label{
    display: block;
    margin: 10px 0 5px 0;

    font-size: 16px;
}
.basket-order input[type="text"],
.basket-order select,
.feedback-order input[type="text"],
.feedback-order select{
    display: block;
    margin: 10px 0 5px 0;
    width: 300px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cc171d;
    padding: 0 0 0 20px;

    font-size: 18px;
}
.basket-order select,
.feedback-order select{
    width: 320px;
    height: 42px;
}
.basket-order textarea,
.feedback-order textarea{
    display: block;
    margin: 10px 0 5px 0;
    width: 668px;
    height: 140px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cc171d;
    padding: 10px 0 0 20px;

    font-size: 18px;
}
.feedback-order textarea{
    height: 100px;
    width: 690px;
}
.basket-order input[type="submit"],
.feedback-order input[type="submit"]{
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    margin: 30px 0 0 0;
    background: #cc171d;
    border-radius: 5px;
    border: none;

    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}
/*.feedback-order input[type="submit"]{*/
    /*margin: 30px 0 0 0;*/
    /*font-size: 22px;*/
/*}*/
.basket-order input[type="submit"]:hover,
.feedback-order input[type="submit"]:hover{
    background: #a7080d;
    color: #fff;
}

.news {
}
.news .name{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
}
.news .block {
	margin: 0 0 30px 0;
}
.news h2 {
	font-size: 18px;
	line-height: 1.2;
}
.news .block .img {
	display: block;
	width: 250px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
}
.news .block .description {
	display: block;
	margin: 10px 0 0 0;
	color: #000;
}
.news .block .link {
	float: right;
	margin: 10px 0 0 0;
	color: #00aef0;
	font-size: 16px;
}

.staton {
}
.staton .block {
	width: 860px;
	height: 170px;
	background: #e5e5e5;
	position: relative;
	margin: 0 0 30px 0;
	padding: 15px;
}
.staton .block h2 {
	line-height: 1.2;
}
.staton .block .img {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
}
.staton .block .description {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	height: 170px;
	margin: 0 20px 10px 20px;
	color: #000;
}
.staton .block .link {
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #00aef0;
	font-size: 16px;
}

/* --- Слвйдер --- */
.slider {

}
.slider div {
	position: relative;
	z-index: 1;
}
.slider div a{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}