/* =====================
 Дизайн и разработка
 Guide-Group.
 http://guide-group.ru/
===================== */

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
}

input, select, textarea, button, .update_button_cart {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	color: #ec8b11;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* Основные общие стили */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.container {
	width: 1100px;
	margin: 0 auto;
}

/* Общие стили колонки */
.block {
	display: block;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 260px;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
	margin-left: 20px;
}

/* Общие стили футера */
.footblock {
	display: inline-block;
	width: 200px;
}
.copyrightdeveloper {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    text-align: right;
}
.copyrightdeveloper a {
    color: #f6f6f6;
    text-decoration: none;
}
.copyrightdeveloper a > img {
    vertical-align: middle;
    width: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

/* Блоки */
.block-one {
	display: block;
	width: auto;
}
.block-two {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.block-free {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
}
.block-for {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}
.block-five {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.block-six {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 6);
}
.block-seven {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 7);
}

/* Мобильное меню */
.mobilemenu {
	display: inline-block;
}
.mobilemenulink {
	display: none;
}
@media screen and (max-width: 760px) {
	.mobilemenu {
		display: none;
	}
	.mobilemenulink {
		display: inline-block;
	}
}
/* Навигация */
.navigation {
	color:#666; 
	border:0px; 
}
.navigation p a:link,.navigation p a:visited,.navigation p a:hover,.navigation p a:active{
    text-decoration: none;
    color: #444;
    background: #ffffff;
    padding: 8px 12px;
    font-size: 12px;
    border-bottom: #dbdbdb 1px solid;
}
.navigation p a:hover{
	background:#f7f7f7;
	color:#000;
}
.navigation p{
	margin: 9px;
}
.navigation p span{
    text-decoration: none;
    background: #ffffff;
    padding: 8px 12px;
    color: #101010;
    font-size: 12px;
    font-weight: bold;
    border-bottom: #639db5 1px solid;
}
.navigation h4{
	padding:0;
}

/* Стили изготовленного дизайна (уникальные) */

.topline {
	background: #f7f7f7;
	position: relative;
	z-index: 2;
	padding: 10px 0;
	border-bottom: #dbdbdb 1px solid;
	font-size: 12px;
}
.topline a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	color: #222;
	font-size: 10px;
}
.topline a:hover {
	text-decoration: underline;
	text-decoration-color: #2d96cd;
}
.topline a i {
	display: inline-block;
	vertical-align: middle;
	color: #2d96cd;
	font-size: 16px;
	margin-right: 3px;
	line-height: 18px;
}
.head {
	display: block;
	position: relative;
	background: #f7f7f7;
	box-shadow: 0px 5px 25px rgba(0,0,0,0.075);
	padding: 20px 0 0;
}
.head .block-for:nth-child(2) {
	width: 40%;
}
.head .block-for:nth-child(3) {
	width: 25%;
}
.head .block-for:nth-child(4) {
	width: 10%;
	text-align: right;
}
.logo {
	display: block;
}
.logo img {
	max-width: 100%;
}
.logo a {
	font-family: 'Dosis', sans-serif;
}
.logo a span.block-two:nth-child(1) {
	width: 70px;
}
.logo a span.block-two:nth-child(2) {
	width: calc(100% - 80px);
	margin-left: 10px;
	font-family: 'Dosis', sans-serif;
	font-size: 30.5px;
	text-transform: uppercase;
	line-height: 16px;
	color: #333333;
}
.logo a span.block-two:nth-child(2) span {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}
.head-search {
	display: block;
	background: #fff;
	padding: 7px;
    border-radius: 5px;
	border: #dbdbdb 1px solid;
}
.head-search input[type="search"] {
	width: calc(100% - 57px);
	display: inline-block;
	border: 0;
}
.head-search button {
	width: 50px;
	display: inline-block;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	color: #2f2f2f;
}
.phone-info {
	display: block;
	margin-left: 40px;
}
.phone-info img {
	max-width: 100%;
	vertical-align: middle;
}
.phone-info > .block-two:nth-child(1) {
	width: 30px;
}
.phone-info > .block-two:nth-child(2) {
	width: calc(100% - 40px);
	margin-left: 10px;
}
.phone-info .phone-data {
	font-size: 18px;
}
.phone-info .phone-data span {
	display: block;
	font-size: 12px;
}
.head-cart {
	display: block;
}
.head-cart a {
	color: #333;
}
.head-cart a img {
	width: 40px;
	vertical-align: middle;
}
.mini_cart {
    display: inline-block;
    color: #fff;
    background: #e72934;
    font-size: 8px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px;
    margin-top: -20px;
    margin-left: -5px;
    border-radius: 25px;
}

.menu {
	display: block;
	background: #2f2f2f;
	padding: 10px 0;
	margin-top: 20px;
}
.menu a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 20px;
	padding: 5px 0 3px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}
.menu a:hover, .menu a.hovered {
	border-bottom: #fff 2px solid;
}

.speedbar {
	padding: 20px 0;
	font-size: 12px;
}

.leftmenu {
	display: block;
	background: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
	border: #dbdbdb 1px solid;
}
.leftmenu a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	border-bottom: #dbdbdb 1px solid;
}
.leftmenu a:hover, .leftmenu a.hovered {
	font-weight: 600;
}
.leftmenu ul {
	padding-inline-start: 0;
	margin-block-start: 0;
    margin-block-end: 0;
}
.leftmenu ul div ul {
	display: none;
}
.leftmenu ul a {
	padding-left: 20px;
}
.leftmenu ul a:before {
	content: '›';
	display: inline-block;
	margin-right: 10px;
}
.leftmenu > a:last-child {
	border-bottom: 0;
}

.footer {
	background: #f7f7f7;
	margin: 50px 0 0;
	padding: 40px 0 0;
}
.footer > div > .block-free {
	vertical-align: top;
}
.footblockname {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 20px;
	border-bottom: #2d96cd 1px solid;
	margin-bottom: 20px;
	margin-right: 30px;
}
.footblock {
	display: block;
	width: auto;
	margin-right: 30px;
}
.footblock a {
	display: block;
	padding: 5px 0;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	transition: 0.33s;
}
.footblock a:hover {
	text-decoration: underline;
	color: #ec8b11;
	transition: 0.33s;
}
.footer .phone-info {
	margin-left: 0;
}
.hr-block {
	display: block;
	padding: 40px 0;
	border-top: #dbdbdb 1px solid;
	margin: 40px 0 0;
}
.footer .block-free:nth-child(2) .phone-info .phone-icon, .footer .block-free:nth-child(3) .phone-info .phone-icon {
	color: #696969;
    font-size: 45px;
    margin-right: 10px;
}
.footer .block-free:nth-child(2) .phone-info .phone-data, .footer .block-free:nth-child(3) .phone-info .phone-data {
    width: calc(100% - 60px);
    margin-left: 20px;
}
.copyrights {
	font-size: 12px;
}
.copyrights img {
	vertical-align: middle;
	width: 15px;
	margin-right: 5px;
}

.product-item {
	background: #f7f7f7;
	vertical-align: top;
	min-height: 279px;
}
.product-preview img {
	max-width: 100%;
}
#dle-content .block-free .product-preview {
	display: block;
	padding: 20px;
	border-left: #dbdbdb 1px solid;
	border-bottom: #dbdbdb 1px solid;
}

#dle-content .block-free:nth-child(3n) .product-preview, #dle-content .block-free:last-child .product-preview {
	border-right: #dbdbdb 1px solid;
}
#dle-content .block-free:nth-child(1) .product-preview, #dle-content .block-free:nth-child(2) .product-preview, #dle-content .block-free:nth-child(3) .product-preview {
	border-top: #dbdbdb 1px solid;
}

.product-preview-title a {
	text-decoration: none;
}
.product-preview-title a h2 {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
    height: 60px;
    overflow: hidden;
}
.product-preview-price .block-two:first-child {
	font-size: 18px;
}
.product-more {
	background: transparent;
	border: #2f2f2f 1px solid;
    color: #2f2f2f;
    padding: 5px 7px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}
.product-cart-add {
	background: #e72934;
    color: #fff;
    border: #c7222c 1px solid;
    border-radius: 1px;
    padding: 3px 7px;
}
.mainblock {
	margin-top: 40px;
}
.maintitle {
	display: block;
	text-align: left;
	font-weight: 400;
}

.product-full h1 {
	font-weight: 400;
	margin-top: 0;
	padding-top: 0;
	font-size: 23px;
	margin-bottom: 7px;
}
.product-full-preview {
	display: block;
	border: #dbdbdb 1px solid;
	border-radius: 2px;
	padding: 20px;
	overflow: hidden;
}
.product-full-preview img {
	max-width: 100%;
}
.product-full-photos ul {
	list-style-type: none;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;    
}
.product-full-photos li {
	display: inline-block;
	width: calc(100% / 7);
	border: #dbdbdb 1px solid;
	overflow: hidden;
	margin-top: 20px;
}
.product-full-photos li a img {
	max-width: calc(100% - 10px);
	padding: 5px;
	border-right: #dbdbdb 1px solid;
}
.product-full-photos li:last-child a img {
	border-right: 0;
}
.product-full .block-two:nth-child(2) {
	vertical-align: top;
}
.product-full .block-two:nth-child(3) {
	margin-left: 20px;
	width: calc(50% - 20px);
}
.product-info-line {
	display: block;
    padding: 10px;
    border-bottom: #dbdbdb 1px solid;
}
.product-info-line .block-two:first-child {
	font-weight: 600;
}
.product-info-line:last-child {
	margin-bottom: 20px;
}

/* Магазин */
.update_input_cart {
    width: 30px!important;
    text-align: center;
	border: #dbdbdb 1px solid;
    padding: 2px 0 1px!important;
    vertical-align: top;
}
.cart-tr {
    padding: 5px 0;
}
.grey-position {
    border-top: #f1f1f1 5px solid;
    background: #f6f8ff;
}
.white-position {
    border-top: #f1f1f1 5px solid;
    background: #ffffff;
}
td {
	text-align: center;
    padding: 10px 5px;
    vertical-align: middle;
}
.minus {
    width: 30px;
    display: inline-block;
    text-align: center;
    border: #dbdbdb 1px solid;
    padding: 0.5em 0;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 1em;
    cursor: pointer;
}
.product-quantity {
    width: 30px!important;
    display: inline-block;
    text-align: center;
    padding: 7px 0!important;
    border: #dbdbdb 1px solid;
}
.plus {
    width: 30px;
    display: inline-block;
    text-align: center;
    border: #dbdbdb 1px solid;
    padding: 0.5em 0;
    margin-left: 5px;
    vertical-align: top;
    margin-bottom: 1em;
    cursor: pointer;
}
.plus:hover, .minus:hover {
	border: #444 1px solid;
}
.bottom-hr > a {
	margin: 0 10px;
}
.bottom-hr > a i {
	margin-right: 10px;
}
.bottom-hr > span > a {
	margin: 0 5px;
}
.copyright {
	margin-top: 15px;
	font-size: 12px;
}
.copyright a {
	font-size: 12px;
}
.button {
    display: inline-block;
    background: #e72934;
    color: #fff;
    vertical-align: top;
    margin-right: 1em;
    padding: 1em 2em;
    border: #c7222c 1px solid;
    text-decoration: none;
    margin-bottom: 2em;
    cursor: pointer;
}
.product-full-button {
    font-size: 16px!important;
    padding: 5.5px 20px!important;
    cursor: pointer;
}
.descriptiontitle {
	display: inline-block;
	padding: 15px 20px;
	border-left: #dbdbdb 1px solid;
	border-top: #dbdbdb 1px solid;
	border-right: #dbdbdb 1px solid;
	margin: 20px 0 -1px;
	background: #f7f7f7;
	border-top-left-radius: 2px; 
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
.description {
	display: block;
	border: #dbdbdb 1px solid;
	background: #f7f7f7;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}
.product-full-price {
	font-size: 32px;
    margin-bottom: 20px;
}
.product-full-price i {
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.basket_page .button {
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 0;
	margin-left: 10px;
}
.categorymenu {
	margin-bottom: 20px;
}
.categorymenu a {
	display: block;
    border-bottom: transparent 2px solid;
    color: #666;
    background: #f7f7f7;
    border-radius: 1px;
    padding: 0 0 10px;
    margin: 1px 1px;
}
.categorymenu a:last-child {
	border-right: 0;
}
.categorymenu a:hover {
	color: #444;
	border-bottom: #c7222c 2px solid;
}
.categorymenu a.hovered {
	color: #333;
	border-bottom: #c7222c 2px solid;
}
.categorymenu img {
	max-width: 100%;
}
.caticon img {
	max-height: 100%;
	vertical-align: middle;
}
.caticon {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.catname {
	display: block;
	padding: 10px 0 0;
}

.cat1 a, .cat2 a, .cat3 a, .cat4 a {
	display: block;
    background: rgba(0,0,0,0.4);
    height: calc(100% - 40px);
    padding: 20px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    transition: 0.33s;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.cat1 {
	background: url(https://sun9-55.userapi.com/c855436/v855436377/201d3/cpW80KmwEn8.jpg) no-repeat;
    background-size: cover;
    height: 220px;
}
.cat2 {
	background: url(https://a.d-cd.net/e41d27es-1920.jpg) no-repeat;
    background-size: cover;
    height: 220px;
}
.cat3 {
	background: url(https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/6RQAAOSwuWha5j-S/$_57.JPG?set_id=8800005007) no-repeat;
    background-size: cover;
    height: 220px;
}
.cat4 {
	background: url(https://a.d-cd.net/8b29892s-960.jpg) no-repeat;
    background-size: cover;
    height: 220px;
}
.cat1 a:hover, .cat2 a:hover, .cat3 a:hover, .cat4 a:hover {
	background: rgba(199, 34, 44, 0.9);
	transition: 0.33s;
}
.cat1 span, .cat2 span, .cat3 span, .cat4 span {
	display: inline-block;
    border-radius: 2px;
    /*background: rgba(0,0,0,0.8);
    padding: 7px 15px;*/
}
/*.cat1 a:hover span, .cat2 a:hover span, .cat3 a:hover span, .cat4 a:hover span {
	background: rgba(0,0,0,0.9);
}*/
.fixmenu {
	display: none;
	height: 74px;
}
.fixedmenu {
	position: fixed;
	margin-top: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.cartarea, .homearea {
	display: none;
}
.fixedmenu .cartarea, .fixedmenu .homearea {
	display: inline-block;
}
.displayblock {
	display: block;
}

.popular .slick-next {
    right: 0;
    margin-top: -215px;
}
.popular .slick-prev {
	left: unset;
	margin-top: -215px;
    right: 25px;
}
.popular .slick-dots {
	bottom: -35px;
	display: none!important;
}
.block-for .product-preview {
	padding: 20px;
    border-left: #dbdbdb 1px solid;
    border-top: #dbdbdb 1px solid;
    border-bottom: #dbdbdb 1px solid;
    z-index: 999;
    margin: 5px;
    border-radius: 5px;
}
.slick-active .product-preview {
	border-right: #dbdbdb 1px solid;
}
.onlinechat {
	position: fixed;
    bottom: 50px;
    right: 50px;
}
.onlinechat img {
	width: 60px;
    height: 60px;
}
.wrp .head, .wrp h1 {
	display: block;
	background: #fff;
	box-shadow: unset;
	padding: 0!important;
	margin: 0 0 10px;
	font-weight: 500;
}
.statictitle {
	margin-top: 5px;
	margin-bottom: 10px;
}

.field_name {
	display: block;
	padding: 3px 0;
	font-weight: 600;
}
.field_input {
	display: block;
	padding: 3px 0;
}
.field_input input, #dle-content input[type="text"] {
	padding: 7px;
	border: #dbdbdb 1px solid;
	width: calc(100% - 16px);
	background: #fff;
}
.field_input input[type="checkbox"], #dle-content input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 24px;
}
.field_input input[type="checkbox"]:checked, #dle-content input[type="checkbox"]:checked {
	background: url('../images/checked.svg') center center no-repeat;
	background-size: cover;
	border: #2d96cd 1px solid;
}
.field_input select {
	display: inline-block;
	width: auto!important;
	padding: 7px 30px 7px 7px;
	border: #dbdbdb 1px solid;
	width: calc(100% - 40px);
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: url(../images/select.svg) 97% center no-repeat;
    background-size: 24px;
}
.basket_page .block-two {
	vertical-align: top!important;
}
.order-info2 .addcartlink {
	margin-left: 0!important;
	font-size: 16px;
}
.order-info2 .addcartlink i {
	margin-right: 10px;
}

.phone-nomobile-lasticons {
	width: 100%!important;
}
.phone-nomobile-lasticons i {
	color: #696969;
    font-size: 45px;
    margin-right: 10px;
}
.phone-nomobile-lasticons a {
	cursor: pointer;
}

.send-dopinfo {
	text-decoration: underline;
}
.send-dopinfo:hover {
	text-decoration: none;
}

.news {
	display: block;
	padding: 0 0 20px;
	border-bottom: #dbdbdb 1px solid;
	margin: 0 0 20px;
}
.news h2 {
	font-weight: 500;
}
.news .product-more {
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
}
.news .news-description img:first-child {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	width: 150px;
}
.bbcodes {
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	background: #2d96cd;
	border: #2d96cd 1px solid;
}
#searchinput {
	width: calc(100% - 14px)!important;
}
td.search > div {
	margin: 0 0 10px!important;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: #dbdbdb 1px solid;
}
td.search {
	padding: 10px 0;
}
.search_result_num {
	display: block;
	margin-bottom: 20px;
}
input[name="activation"] {
	width: auto!important;
}
.phone-info a {
	text-decoration: none;
	color: #444;
}
.onlymobile, .onlymobileinline {
	display: none!important;
}
.update_button_cart {
	background: transparent!important;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/refresh.png') center center no-repeat!important;
    background-size: 14px!important;
}
.article {
	display: inline-block;
    margin-top: -20px;
    font-size: 12px;
    padding: 3px 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.oldprice {
	color: red;
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    position: relative;
    display: block;
}
.region_navi img {
 	height:  110px;
}
.region_link {
 	display: block;
    border: #f1f1f1 1px solid;
    margin: 0 0 15px;
    padding: 15px;
    color: #222;
    text-decoration: none;
}
.region_link h2 {
 	margin: 0;
    padding: 0 0 7px;
}
.region_ended {
 	background: #f9f9f9;
    color: #777;
}
.region_ended::after {
	content: 'Завершена';
    display: inline-block;
    background: #e45e66;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    float: right;
    margin-top: -20px;
}
.region_notended::after {
	content: 'Идёт запись';
    display: inline-block;
    background: #59d283;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    float: right;
    margin-top: -20px;
}
.comments_subscribe input {
 	   border: #999 1px solid;
}
.comments_subscribe {
 	margin: 0 0 5px;
    display: block;
}
.commentsarea {
 	display: block;
    padding: 15px;
    background: #f9f9f9;
    border: #f3f3f3 1px solid;   
}
#addcomm input {
    border: #f1f1f1 1px solid;
    margin: 5px 0 15px;
}
#dle-comments-form textarea {
    margin: 5px 0 15px;
    border: #f1f1f1 1px solid!important;
    width: calc(100% - 6px);
}
select[name="mass_action"] {
 	padding: 7px;   
}
.comment {
	display: block;
    padding: 20px;
    background:#f1f1f1;
    border-bottom: #f1f1f1 1px solid;
	border-top: #f1f1f1 1px solid;
    margin-bottom: 20px;
}
.comment img {
	width: auto;
	max-width: 100%;
}
.block-block .comment {
	border-top: 0;
}
.comment:last-child {
	border-bottom: 0;
    margin-bottom: 0px;
}
.comment:first-child {
 	margin-bottom: 20px!important;   
}
.comment-avatar {
	width: 5%;
    display: inline-block;
    vertical-align: top;
}
.comment-avatar img {
	width: 100%;
	border-radius: 2px;
}
.comment-text {
	width: 93%;
    margin-left: 2%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.comment-poster {
	display: block;
    font-size: 12px;
    padding-bottom: 10px;
}
.comment-buttons {
	display: block;
    padding: 20px 0 0;
    line-height: 16px;
}
.comments-tree-list {
	list-style-type: none;
}
#dle-comments-list > ol.comments-tree-list {
	padding-inline-start: 0;
}
.comment-buttons a {
	display: inline-block;
}
.comment-buttons span.other {
	display: inline-block;
    padding: 3px 3px;
	margin-right: 15px;
	font-size: 12px;
}
.comment-buttons span.reply {
	display: inline-block;
    padding: 3px 7px;
    background: #324047;
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
    margin-right: 15px;
}
.comment-buttons span.commentrate {
	display: inline-block;
    padding: 3px 7px;
    background: #f1f1f1;
    color: #222;
    font-size: 12px;
    border-radius: 1px;
    margin-right: 15px;
}
.comment-buttons span.commentrate > span {
	display: inline-block;
	margin-left:5px;
	padding-left:5px;
	border-left: #dbdbdb 1px solid;
}
.comm-leftblocklink {
	display: block;
	border-bottom: #f1f1f1 1px solid!important;
    margin-bottom: 0px;
}
.comm-leftblocklink:last-child {
	display: block;
	border-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.comment-leftblock {
	padding: 0 0 20px;
	color: #222;
	font-size: 12px;
}
.comment-leftblock .comment-avatar img {
	border-radius: 50px;
    height: 30px;
    width: 30px;
}
.comment-leftblock:hover {
	color: inherit;
}
.comment-leftblock .comment-avatar {
	width: 15%;
}
.comment-leftblock .comment-text {
	width: 70%;
	margin-left: 5%;
	font-size: 12px;
	line-height: 18px;
}
.comment-authorinfo {
	display: block;
	font-size: 10px;
	margin-top: 10px;
}
.comment-userinline {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
}
.mass_comments_action {
	text-align: right;
}
.wb-nc {
	display: block;
    background: #fff;
    padding: 15px;
    border-bottom: #f1f1f1 1px solid;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
.copyright {
	margin-top: 25px;
	border-top: #dedede 1px solid;
	padding: 25px 0;
	font-size: 12px;
	color: #777;
	line-height: 18px;
}
.copy {
	font-size: 10px;
	display: inline-block;
	color: #222;
	opacity: 0.4;
	transition: 0.33s;
}
.copy:hover {
	opacity: 1;
	transition: 0.33s;
}
.copy i {
	float: right;
	font-size: 32px;
	margin-left: 10px;
	margin-top: -3px;
}
.copy span {
    display: inline-block;
    line-height: 14px;
    text-align: right;
}

.of {
    display: block;
    border: #c7242c 3px solid;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 30px;
}
.of input, .of select, .of textarea {
 	border-radius: 5px;
    border: #f1f1f1 1px solid;
    padding: 10px;
    margin: 5px 0;
    width: 100%; 
    height: auto;
}
.of textarea {
 	width: 100%;   
}
.of input {
 	width: calc(100% - 30px);   
}
.of select {
 	width: calc(100% - 8px);   
}
.of hr {
 	margin-left: -30px;
    margin-right: -30px;
    border-top: #f1f1f1 1px solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.of .btn {
 	display: inline-block;
    width: auto;
    padding: 15px 25px;
    font-size: 16px;
    height: auto;
}
.of p {
 	margin-top: -10px;
    margin-bottom: 25px;
    opacity: 0.7;
    font-size: 12px;
}
.of input[type="checkbox"] {
    width:auto;
    margin-right:7px;
    vertical-align: top;
}
.of label {
 	display: block;
    vertical-align: top;
    font-size: 12px;
    margin: 0 0 20px;
    border: #565656 1px solid;
    padding: 10px;
    border-radius: 5px;
}
.of label input {
 	margin-top: -1px;  
    float: left;
    margin-right: 10px;
}
.of label span {
 	display: inline-block;  
	width: calc(100% - 45px);
}
.of label input[type="checkbox"] {
    border: #565656 2px solid;
    padding: 7px!important;
}
input[type="checkbox"]:checked {
    display: inline-block;
    background: url(/templates/ru/images/checked.svg) center center no-repeat;
    background-size: 20px;
    border: #fe7800 2px solid!important;
    color: #fe7800;
}
.of .alls {
 	display: none;   
}

/* Popup */
.pop {
	display: none;
}
.popupbg {
	display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.popup {
	display: block;
    width: 400px;
    background: #fff;
    margin: 15vh auto;
    padding: 2em;
    position: relative;
    z-index: 3;
    border-radius: 10px;
}
.popup-name {
    text-align: center;
    font-size: 1.5em;
    padding: 1em 1em 0;
}
.popup-descr {
    font-size: 0.8em;
    background: #e6e6e6;
    color: #444;
    padding: 1em 2em 2em;
    text-align: center;
}
.popup-form {
	padding: 1em 0 0;
    text-align: center;
}
.popup-form-name {
	font-size: 1.2em;
}
.popup-form-input {
	padding: 0.5em 0;
}
.popup-form-input input[type="tel"], .popup-form-input input[type="text"] {
	padding: 0.5em;
    width: 95%;
    border-radius: 2px;
    font-size: 16px;
    border: #bdbdbd 1px solid;
}
.popup-submit-button {
	display: block;
    width: 100%;
    background: #eb944e;
    color: #fff;
    font-size: 15px;
    padding: 0.7em;
    border-radius: 2px;
    border: #eb944e 1px solid;
    border-bottom: #c78047 2px solid;
    cursor: pointer;
}
.popup-help {
	text-align: center;
	padding: 1em 0 0;
}
.popup-help a {
	display: inline-block;
    font-size: 0.8em;
    color: #8e8e8e;
}
.popup-close {
	position: absolute;
    font-size: 3em;
    margin-left: 412px;
    text-align: center;
    margin-top: -53px;
    color: #F44336;
    border-radius: 50px;
}
.popup-close-area {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.website-developer span {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    color: #222;
    font-size: 10px;
    max-width: 80px;
    text-align: right;
    line-height: 14px;
    margin-right: 10px;
}

@media screen and (max-width: 659px) {
	.comment-avatar {
		width: 50px;
	}
	.comment-text {
		width: calc(100% - 60px);
	}
	.comment-buttons a {
		display: block;
		margin: 15px 0;
	}
}

@media screen and (max-width: 940px) {
	.container {
		width: auto;
		padding: 0 1em;
	}
	.onlymobile {
		display: block!important;
	}
	.onlymobileinline {
		display: inline-block!important;
	}
	.header .block-for {
		width: 50%;
	}
	.header .block-for:nth-child(2), .header .block-for:nth-child(3) {
		display: none;
	}
	.head {
		padding: 10px 0;
		margin: 0;
	}
	.logo a span.block-two:nth-child(2) {
		display: none;
	}
	.head-cart a {
		display: inline-block;
		vertical-align: middle;
	}
	.head-cart a i {
		font-size: 30px;
		margin-right: 15px;
	}
	.head-cart a img {
		width: 30px;
	}
	.logo a img {
		width: 40px;
	}
	.topline {
		display: none;
	}
	.menu {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		width: 60%;
		margin-top: 0;
		z-index: 10;
	}
	.menu a {
		display: block;
		padding: 7px 0 5px;
	}
	.mobilemenutitle {
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		color: #e72934;
		margin-bottom: 20px;
	}
	.mobilemenutitle i {
		font-size: 30px;
	}
	.mobilemenutitle a:hover {
		border-color: transparent;
	}
	.leftside, .rightside {
		width: auto;
		display: block;
		margin: 0 0 1em;
	}
	.rightside {
		padding-left: 0;
	}
	.rightside .block-free {
		display: block;
		width: auto;
	}
	.footer .block-free {
		display: block;
		width: auto;
	}
	.footblockname, .footblock {
		margin-right: 0;
		padding-right: 0;
	}
	.footblock {
		margin-bottom: 40px;
	}
	.copyrights .block-two {
		text-align: center;
		display: block;
		width: auto;
	}
	.copyrights .block-two:first-child {
		margin-bottom: 20px;
	}
	.product-full > .block-two {
		display: block!important;
		width: auto!important;
		margin-left: 0!important;
	}
	.nomobile {
		display: none;
	}
	.noborderbottommobile {
		border-bottom: 0!important;
	}
	.product-preview {
		border: 0!important;
	}
	.slick-prev, .slick-next {
		z-index: 9;
	}
	.block-six {
		width: calc(100% / 3);
	}
	.block-seven {
		width: calc(100% / 3);
	}
	.basket_page .button {
	    margin-bottom: 0;
	    display: block;
	    text-align: center;
	    margin-top: 15px;
	    vertical-align: middle;
	    margin-right: 0;
	    margin-left: 0;
	}
	.cart-tr .block-one {
		text-align: left;
	}
	.field_input select, .field_input input, #dle-content input[type="text"] {
		width: calc(100% - 40px)!important;
		max-width: 100%!important;
		margin-right: 0!important;
	}
	.field_input input, #dle-content input[type="text"] {
		width: calc(100% - 16px)!important;
		max-width: 100%!important;
		margin-right: 0!important;
	}
	td.search .bbcodes {
		display: block;
		width: auto!important;
		margin-bottom: 5px;
		text-align: center;
	}
	.footer .block-free:nth-child(4) .phone-info .phone-icon, .footer .block-free:nth-child(5) .phone-info .phone-icon {
		color: #696969;
	    font-size: 45px;
	    margin-right: 20px;
	}
	.footer .block-free:nth-child(4) .phone-info .phone-data, .footer .block-free:nth-child(5) .phone-info .phone-data {
		width: calc(100% - 65px);
	    margin-left: 10px;
	}
	.footer .hr-block .block-free {
		padding: 10px 0!important;
		border-bottom: #dbdbdb 1px solid;
	}
	.footer .hr-block .block-free:last-child {
		border-bottom: none;
	}
	.cat3 {
		background: url(../images/cat3.jpg) center center no-repeat;
    	background-size: cover;
    }
    .phone-nomobile-lasticons {
        display: none;
    }
    .popular .slick-next {
        right: 0;
        margin-top: -235px;
    }
    .popular .slick-prev {
        left: unset;
        margin-top: -235px;
        right: 25px;
    }
    .head .block-for:nth-child(4) {
    	width: 50%;
    }
}