@import url(reset.css);
@import url(fontawesome.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext);
@font-face{
	font-family:'dinpro_bold';
	src:url(../fonts/dinpro_bold/dinpro_bold.eot);
	src:url(../fonts/dinpro_bold/dinpro_bold.eot?)	format('embedded-opentype'),
		url(../fonts/dinpro_bold/dinpro_bold.woff) format('woff'),
		url(../fonts/dinpro_bold/dinpro_bold.ttf) format('truetype');
	font-weight:normal;
	font-style:normal
}
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 14px/20px 'Open Sans', sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 10px;
	width: 1201px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	p{margin: 26px 0 22px;}
	.text ul,
	.text ol,
	.text dl{
		margin: 15px 0 22px;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left:38px;
	}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 24px 0;
		font-weight:bold;
		text-transform: uppercase;
	}
	h1{font: bold 30px/35px 'Open Sans';}
	h2{font: bold 24px/30px 'Open Sans';}
	h3{font-size: 18px;}
	h4{font-size:0.83em;}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.text h1,
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text h6{
		margin: 35px 0 16px;
	}
	a, .errors {
		color: #e74c3c;
		text-decoration: none;
	}
	img{max-width: 100%;}
	/* |===============| Отмена сбросса стилей end |===============| */

	/* |===============| form start |===============| */
	form input[type="checkbox"],
	form input[type="radio"] {
		display: none;
	}
	form input[type="checkbox"] + label,
	form input[type="radio"] + label {
		display: inline-block;
		vertical-align: middle;
		background: url(../img/radio.png) no-repeat 0 40%;
		cursor: pointer;
		margin: 0 36px 5px 0;
		padding: 0 0 0 19px;
	}

	form input[type="radio"]:checked + label {
		background-image: url(../img/radio_checked.png);
	}
	form input[type="checkbox"] + label {
		background: url(../img/checkbox.png) no-repeat 0 40%;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 14px/20px 'Open Sans', sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 4px 8px 2px;
		border: 1px solid #ccc;
		width: 218px;
		max-width: 100%;
		color: #2e2e2e;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #a8afb2;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #33C1D2;
	}
	textarea{
		height: 176px;
		_resize: none;
                width:100%;
	}
	.infofield{
		display: block;
		margin: 18px 0 6px;
		font: bold 14px/18px 'Open Sans';
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#9ca4a7;}
	::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
	:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#9ca4a7;}
	:focus::-webkit-input-placeholder {color:rgba(0,0,0, 0);}
	:focus::-moz-placeholder          {color:rgba(0,0,0, 0);}/* Firefox 19+ */
	:focus:-moz-placeholder           {color:rgba(0,0,0, 0);}/* Firefox 18- */
	:focus:-ms-input-placeholder      {color:rgba(0,0,0, 0);}

	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button{
		cursor: pointer;
		display: inline-block;
		font: bold 14px/18px 'Open Sans', sans-serif;
		text-decoration: none;
		text-align: center;
		border: 0;
		padding: 14px 14px 12px;
		text-transform: uppercase;
		background: #EB4A33;
		color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover{
		opacity: 0.8;
	}

        .btn:disabled,
	a.btn:disabled,
	input[type="button"]:disabled,
	input[type="submit"]:disabled,
	input[type="reset"]:disabled,
        button:disabled {
            opacity: 0.8;
            background: #DBDCDC;
        }

	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		vertical-align: top;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #D0D0D0;
		padding: 4px 25px 5px 9px;
		line-height: 20px;
		background: #fff;
	}
	.selectbox .select:active {
		background: #fcfcfc;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font: bold 12px/20px 'Open Sans';
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -2px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2F3438;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		z-index: 9;
		margin: -1px 0;
		padding: 0;
		background: #FFF;
		border: 1px solid #D0D0D0;
	}
	.selectbox .dropdown ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.selectbox li {
		margin: 0;
		border-top: 1px solid #D0D0D0;
		padding: 4px 10px 5px;
		font: bold 12px/20px 'Open Sans';
		white-space: nowrap;
	}
	.selectbox li:first-child{
		border-top: 0;
	}
	.selectbox li.sel,
	.selectbox li.sel:hover{
		cursor: default;
		color: #a8afb2;
		background-color: #fff;
	}
	.selectbox li:hover {
		color: #fff;
		background: #EB4A33;
	}
	.selectbox li.disabled {
		color: #AAA;
	}
	.selectbox li.disabled:hover {
		background: none;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */

/* |===============| header start |===============| */
.header{
	margin: 0 0 38px;
	border-bottom: 1px solid #e5e5e5;
}
.wrap_panel{
	background: #33C1D2;
	text-align: right;
}
.wrap_panel a{
	color: #fff;
}
.logo{
	float: left;
	margin: 8px 0 4px 5px;
}
.logo:hover{
	opacity: 0.75;
}

/* |===============| header end |===============| */

/* |===============| user-account start |===============| */
.user-account{
	vertical-align: top;
	position: relative;
    cursor: pointer;
	display: inline-block;
	margin: 0 0 0 15px;
    padding: 4px 5px 2px 20px;
    position: relative;
}
.user-account:after{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 24px;
	border-left: 1px solid rgba(255,255,255, 0.25);
}
.user-account__avatar{
	float: left;
}
.user-account__avatar img{
    border: 2px solid #fff;
    border-radius: 25px;
    height: 49px;
    width: 49px;
}
.user-account__info{
    float: right;
    font-weight: bold;
	text-align: right;
	line-height: 16px;
}
.user-account__name{
    color: #fff;
    font-size: 12px;
    padding: 5px 0 3px 8px;
}
.user-account__number{
    color: #aaf6ff;
    font-size: 10px;
    padding: 3px 0 0 8px;
	text-transform: uppercase;
	line-height: 14px;
}
.account-menu{
    display: none;
    left: -40px;
    padding-top: 16px;
    position: absolute;
    text-align: left;
    top: 45px;
    z-index: 10;
	min-width: 172px;
}
.account-menu:before,
.notes-menu:before{
	content: "";
    position: absolute;
    left: 50%;
	margin: -8px 0 0 -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
}
.account-menu .account-div{
    background: none repeat 0 0 #f5f5f5;
    padding: 15px 15px 10px;
}
.account-menu .account-menu__item{
	position: relative;
    color: #e74c3c;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0 5px 25px;
    text-transform: uppercase;
}
.account-menu__item:hover{
	opacity: 0.6;
}
.account-menu__item:after{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	text-align: center;
	font: 14px/14px FontAwesome;
	color: #8D8C8C;
}
.account-menu__item:nth-child(1):after {
   content: "\f013";
}
.account-menu__item:nth-child(2):after {
    content: "\f007";
}
.account-menu__item:nth-child(3):after {
    content: "\f015";
}
.account-menu__item:nth-child(4):after {
	content: "\f045";
}
/* |===============| user-account end |===============| */

/* |===============| user-messages start |===============| */
.user-messages,
.user-notes{
    display: inline-block;
    height: 60px;
    position: relative;
    vertical-align: top;
}
.user-link{
    cursor: pointer;
    position: relative;
    display: inline-block;
	margin: 13px 0 0 0;
    width: 33px;
    height: 34px;
}
.user-link .fa{
	border: 1px solid #baffff;
	line-height: 31px;
	width: 33px;
	height: 33px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.user-link:hover .fa{
	background: #fff;
	color: #2e2e2e;
}
.user-count {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 8px;
    font-weight: bold;
    height: 20px;
    left: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 20px;
}
.user-notes,
.user-messages,
.user-cart{
	margin: 0 0 0 20px;
}
/* |===============| user-messages end |===============| */

/* |===============| user-notes start |===============| */
.user-notes{
	padding: 0;
}
.notes-menu {
    background: #f5f5f5;
    display: none;
    left: -118px;
    padding: 0 0 10px;
    position: absolute;
    text-align: left;
    top: 61px;
    width: 265px;
    z-index: 10;
}
.notes-menu .notes-menu__title {
    border-bottom: 1px solid #bbbbbb;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 15px 10px;
    text-transform: uppercase;
}
.note-item {
    margin: 10px 15px;
}
.note-item .new-comment,
.note-item .support,
.note-item .new-message {
    color: #8d8c8c;
    font-size: 12px;
    padding: 8px 0;
}

.note-item .fa {
    padding-right: 10px;
}



.notes-menu a{
	color: #e74c3c;
}
.notes-menu a:hover{
	color: #B62A2E;
}
/* |===============| user-notes end |===============| */

/* |===============| user-cart end |===============| */
.user-cart{
    display: inline-block;
    height: 60px;
    position: relative;
}
/* |===============| user-cart end |===============| */

/* |===============| ballans end |===============| */
.ballans {
	position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 60px;
	height: 60px;
    text-transform: uppercase;
    vertical-align: top;
    width: 160px;
	font-size: 12px;
	margin: 0 0 0 22px;
    padding: 0 0 0 20px;
}
.ballans > a{
	display: inline-block;
}
.ballans > a:hover{
	opacity: 0.75;
}
.ballans > a span{
	font-size: 18px;
}
.ballans > a span:after{
	content: " Р";
}
/* |===============| ballans end |===============| */

/* |===============| nav start |===============| */
.nav{
	float: left;
}
.nav__item{
    display: inline-block;
    padding: 0 13px;
}
.nav__item a{
    display: block;
    padding: 13px 0;
    font-family: 'dinpro_bold';
    text-transform: uppercase;
    color: #000;
}
.nav__item .nav__item a{
	font-weight: normal;
	font-size: 12px;
}
.nav__item a:hover {
    color: #EB4A33;
}
.nav__item:first-child{
    padding-left: 5px;
}
.nav_mobile,
.nav-toggle{
	display: none;
}
/* |===============| nav end |===============| */

/* |===============| search-form start |===============| */
.search-form {
    float: right;
    margin: 10px 5px 0;
    width: 152px;
	position: relative;
}
#wrapper .search-input{
    border: 1px solid #cfcfcf;
    padding: 5px 25px 5px 5px;
    width: 100%;
    height: 27px;
	font: 14px 'Open Sans';
}
#wrapper .search-input:focus{
	border-color: #33C1D2;
}
.search-toggle,
.search-form .search-submit {
    position: absolute;
   top: -3px;
	right: 4px;
	border: 0;
	padding: 0;
	width: 23px;
	height: 31px;
	background: none;
    color:#d6d6d6;
}

.search-form .search-submit:after, .search-toggle:after{
	content: "\f002";
	font: 16px fontawesome;
	vertical-align: middle;
}

.search-toggle{
	display: none;
}
/* |===============| search-form end |===============| */

/* |===============| aside start |===============| */
.aside{
	float: left;
	margin: 0 0 72px;
	width: 281px;
}
.aside__menu{
	margin: 0 0 33px;
	border: 1px solid #E5E5E5;
}
.aside__menu .aside__menu{
	margin-bottom: 0;
	border: 0;
}
.aside > .aside__menu > li > a{
	position: relative;
	border: 0;
	margin: -1px;
	border-top: 0;
	background: #33C1D1;
	color: #fff;
	font: bold 14px/18px 'Open Sans';
	padding: 17px 19px 17px;
}
.aside__menu li:first-child > a{
	border-top: 0;
}
.aside__menu a{
	display: block;
	color: #2F3438;
	font: 12px/15px 'Open Sans';
    padding: 14px 19px;
	border-top: 1px solid #E5E5E5;
}

.aside__menu .aside__menu a.active {
    color: #fff;
	background: #EB4A33;
}

.aside__menu  a.bold{
	font-weight: bold;
	padding: 16px 19px 15px;
	font: bold 14px/18px 'Open Sans';
}



.aside__menu a:hover{
	color: #fff;
	background: #EB4A33;
}
.aside .btn_orange{
	width: 100%;
}
.btn .fa{
	margin: 0 6px 0 0;
}
#wrapper .btn_orange:hover{
	opacity: 0.8;
}

#wrapper .cover .btn_orange:hover{
	opacity: 1 ;
        background-color: #EF6E5B;
        color:#fff;
}
/* |===============| aside end |===============| */

/* |===============| content start |===============| */
.content{
	float: right;
	width: 100%;
	margin: -7px 0 72px -351px;
	padding: 0 0 0 351px;
}
.content > :first-child{
	margin-top: 0;
}
.content_catalog h1{
	margin-bottom: 14px;
	text-transform: none;
}
/* |===============| content end |===============| */

/* |===============| cover start |===============| */
.cover{
	position: relative;
	overflow: hidden;
}
.cover__list{
	overflow: hidden;
}
.cover__item{
	float: left;
	padding: 10px 86px;
	width: 100%;
	height: 300px;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-weight: bold;
	line-height: 30px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cover__unit{
	float: right;
	margin: 18px 0 0;
}
.cover__item h2{
	margin: 0 0 14px;
	font: bold 30px/35px 'Open Sans';
	text-transform: none;

}
.cover__item ul{
	margin: 14px 0 18px;
}
.cover__next,
.cover__prev{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 45px;
	width: 48px;
	text-align: center;
	background: rgba(0,0,0, 0.06);
	color: #fff;
	font: 36px/38px fontawesome;

	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.cover__next{
	left: auto;
	right: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.cover__next:hover,
.cover__prev:hover{
	background: rgba(0,0,0, 0.25);
}
.cover__prev:after,
.cover__next:after{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -19px 0 0;
	width: 48px;
}
.cover__prev:after{
	content: "\f104";
}
.cover__next:after{
	content: "\f105";
}
.cover__slidenator{
	display: block;
	padding: 12px 0;
	text-align: center;
}
.cover__slidenator__item{
	cursor: pointer;
	display: inline-block;
	margin: 0 1px;
	border: 1px solid transparent;
	padding: 0 4px;
	width: 18px;
	height: 20px;
	line-height: 16px;
}
.cover__slidenator__item:after{
	content: "";
	display: inline-block;
	background: #BBC3C6;
	width: 8px;
	height: 8px;
}
.cover__slidenator__item_active,
.cover__slidenator__item:hover{
	border-color: #EB4C35;
}
.cover__slidenator__item_active:after,
.cover__slidenator__item:hover:after{
	background: #EB4C35;
}
.cover + h2{
	margin-top: 7px;
}
.cover_card{
	float: left;
	margin-bottom: 30px;
	width: 556px;
}
.cover_card .cover__item{
	padding: 0;
	width: 556px;
	height: 556px;
	text-align: center;
	line-height: 552px;
}
.cover_card .cover__item img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/* |===============| cover end |===============| */

/* |===============| tabs start |===============| */
.tabs{
	clear: both;
	overflow: hidden;
	margin: 0 0 30px;
}
.tabs__item{
	position: relative;
	float: left;
	margin: 0 -1px 0 0;
	border: 1px solid #E5E5E5;
	padding: 11px 19px 12px;
	font: bold 14px/17px 'Open Sans';
	color: #2F3438;
}
.tabs__item:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.tabs__item:last-child{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.tabs__item:hover,
.tabs__item.active{
	border-color: #EB4A33;
	background: #EB4A33;
	color: #fff;
}
[class*="tab-"]{
	left: -10000px;
	position: absolute;
	width: 100%;
}
.tabs_card{
	margin-bottom: 34px;
	padding: 4px 0 0;
}
.tabs__item{
	padding-left: 20px;
	padding-right: 20px;
}
.tabs__item sup{
	position: absolute;
	font-weight: normal;
	font-size: 10px;
	top: 4px;
	right: 0;
	text-align: left;
	width: 20px;
}
.tabs_card ~ [class*="tab-"]{
	font: 15px/25px 'Open Sans';
}
/* |===============| tabs end |===============| */

/* |===============| catalog start |===============| */
.catalog{
	position: relative;
    padding: 0 0 14px;
    margin: 0 0 33px;
    /*border-bottom: 1px solid #E5E5E5;*/
}
.catalog:last-child{
	border-bottom: 0;
}
.catalog__crop{
	overflow: hidden;
	margin: 0 auto;
	width: 750px;
}
.catalog__item{
	position: relative;
	float: left;
	margin: 0 97px 0 0;
    width: 185px;
}
.catalog__pic{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px;
    width: 185px;
    height: 115px;
}
.catalog__pic img{
	vertical-align: top;
	/*width: 100%;*/
}
.catalog__title{
    display: block;
    padding: 5px 0 7px;
    font-weight: 700;
    color: #e74c3c;
}
/*.catalog__pic:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.catalog__title:hover{
	color: #B62A2E;
}
.catalog__price{
	margin: 11px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.catalog__price b{
	display: block;
	font-size: 24px;
	color: #5CCCD9;
	line-height: 32px;
}
.catalog__price .strike{
	display: block;
	margin: -1px 0 -3px;
	color: #808586;
	font-weight: normal;
	font-size: 14px;
}
.catalog__labels{
	position: absolute;
	right: 0;
	bottom: 9px;
}
.catalog__labels > *{
	float: right;
	clear: right;
	margin: 4px 0 0;
	padding: 0 12px 0 10px;
	font: bold 8px/14px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	background: #EB4A33;

	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.catalog__new{
	background: #33C1D1;
}
.catalog__sale{
	background: #AFCB41;
}
.catalog__prev,
.catalog__next{
	cursor: pointer;
	position: absolute;
    top: 55px;
    left: -12px;
	width: 30px;
	height: 40px;
	text-align: center;
	font: 16px/40px fontAwesome;
	color: #33C1D2;
}
.catalog__next{
	left: auto;
	right: -12px;
}
.catalog__prev:hover,
.catalog__next:hover{
	color: #e74c3c;
}
.catalog__prev:after{
	content: "\f053";
	vertical-align: middle;
}
.catalog__next:after{
	content: "\f054";
	vertical-align: middle;
}
.catalog_mod .catalog__item{
	padding-left: 130px;
	margin-right: 30px;
	width: 370px;
}
.catalog_mod .catalog__item:last-child{
	margin-right: 0;
}
.catalog_mod .catalog__crop{
	width: 770px;
	min-height: 120px;
}
.catalog_mod .catalog__pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 115px;
	height: 115px;
}
.catalog_mod .catalog__title{
	padding-top: 0;
}
.catalog_mod .catalog__prev,
.catalog_mod .catalog__next{
	top: 25px;
}
.catalog_inside{
	padding-bottom: 0;
	border-bottom: 0;
}
.catalog_inside .catalog__item{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 80px 64px 0;
}
.catalog_inside .catalog__pic{
	margin-bottom: 4px;
}
.catalog_inside .catalog__price{
	font-weight: 600;
	margin-top: 0;
}
.catalog_dop{
	margin-right: -60px;
}
.catalog_dop .catalog__item{
	float: none;
	display: inline-block;
	vertical-align: top;
	outline: 0;
	margin: 0 58px 35px 0;
	width: 185px;
}
.catalog_dop .catalog__pic{
	margin-bottom: 2px;
	height: 115px;
}
.catalog_dop .catalog__title{
    line-height: 18px;
    padding: 8px 0 9px;
	font-size: 14px;
}
.catalog_dop .catalog__price{
	margin-top: -4px;
	font-weight: 600;
	font-size: 18px;
}
.catalog_other{
	border-top: 1px solid #E5E5E5;
    margin-top: 53px;
    padding-top: 33px;;
}
.catalog_dop .rating {
    display: none;
}
.strike{
	text-decoration: line-through;
}
/* |===============| catalog end |===============| */

/* |===============| footer start |===============| */
.footer{
    border-top: 1px solid #e5e5e5;
    padding: 41px 0;
}
.footer__copy{
	float: left;
	margin: 0 0 0 4px;
	width: 220px;
	font: 600 12px/16px 'Open Sans';
}
.footer__copy p{
	margin: 8px 0;
}
.footer__menu{
	float: left;
	margin: 4px 0 0 51px;
}
.footer__menu a{
	display: block;
	font: 600 12px/17px 'Open Sans';
}
.footer__menu a:hover{
	color: #B62A2E;
}
.footer .pluso-block,
.footer .money-icons{
	clear: right;
	float: right;
	margin-right: 6px;
}
.footer .pluso-block{
	margin-top: 5px;
	margin-bottom: 5px;
}
/* |===============| footer end |===============| */

/* |===============| sort start |===============| */
.sort{
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 30px;
	padding: 0 0 19px;
	font: bold 12px/29px 'Open Sans';
}
.sort .fa{
	margin: 0 5px 0 0;
}
.sort .selectbox{
	margin-left: 5px;
}
/* |===============| sort end |===============| */

/* |===============| paginator start |===============| */
.paginator{
	overflow: hidden;
	margin: 30px 0 0;
}
.paginator a,
.paginator .active{
	float: left;
	margin-right: -1px;
	border: 1px solid #D0D0D0;
	padding: 0 4px;
	height: 31px;
	min-width: 31px;
	text-align: center;
	font: bold 12px/29px 'Open Sans';
	color: #2F3438;
}
.paginator a:hover,
.paginator .active{
	color: #fff;
	border-color: #EB4A33;
	background: #EB4A33;
}
.catalog_inside + .paginator{
	margin-top: -48px;
	padding: 30px 0;
	border-top: 1px solid #E5E5E5;
}
/* |===============| paginator end |===============| */

/* |===============| breadcrumb start |===============| */
.breadcrumb{
	font: 13px/17px 'Open Sans';
	color: #8B9599;
}
.breadcrumb a{
	display: inline-block;
	margin-bottom: 6px;
	color: #8B9599;
}
.breadcrumb a:hover{
	color: #e74c3c;
}
.breadcrumb .fa{
	margin: 0 4px;
}
/* |===============| breadcrumb end |===============| */

/* |===============| card-head start |===============| */
.card-head,
.card-unit{
	float: right;
	margin: 0 0 0 -586px;
	padding: 0 0 25px 586px;
	width: 100%;
}
.card-head > :first-child{
	margin-top: -5px;
}
.card-head h1{
	margin: 4px 0 26px;
	font-size: 36px;
	line-height: 40px;
}

.partner-id-page {
    padding: 0px 20px 10px 20px;
    border: 3px solid #f6f4ed;
	margin-bottom: 20px;
}


.card-table{
	color: #777D7B;
}
.card-table td{
	padding: 0 10px 10px 0;
	min-width: 194px;
}
.card-table mark{
	background-color: transparent;
}
.rating{
	display: inline-block;
}
.rating__item{
    display: inline-block;
    font: 14px/14px fontawesome;
	color: #787C7B;
}
.rating__item.active{
	color: #EB4A33;
}
.rating__item:after {
    content: "\f005";
}
.card-head a:hover{
	opacity: 0.7;
}
.card-head .rating{
	margin-left: 3px;
}
.card-head .rating__item{
	cursor: pointer;
}
.card-unit{
	border-bottom: 0;
}
.price-box{
	position: relative;
	margin: 0 0 18px;
	border-top: 1px solid #E6E6E6;
	padding: 23px 0 0;
	font: 13px/17px 'Open Sans';
	color: #777D7B;
}
.price-box > *{
	display: inline-block;
	padding: 0 24px 6px 0;
}
.price-cur b{
	margin: 0 0 0 3px;
	vertical-align: -6px;
	font: bold 36px/40px 'Open Sans';
	color: #EB4A33;
}
#wrapper .btn.btn_samll{
	padding: 12px 21px 11px 19px;
}
#wrapper .btn.btn_blue_color {
	color: #fff;
	background-color: #33C1D1;
}

#wrapper .btn.btn_green_color {
	color: #fff;
	background-color: #38B549;
}

/*.btn.btn_card{
	margin: 0 14px 8px 0;
}*/

.social-box{
	margin: 23px 0 40px;
	padding: 22px 0 22px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font: bold 14px/25px 'Open Sans';
}
.pluso-block{
	display: inline-block;
	margin: 0 0 0 4px;
}
.card-list{
	margin: 26px 0;
	font: 12px/16px 'dinpro_bold';
	text-transform: uppercase;
}
.card-list li{
	float: left;
	margin: 0 0 17px;
	padding: 0 14px 0 0;
	min-width: 120px;
}
.card-list li:nth-child(2n+1){
	width: 367px;
}
.card-list li:nth-child(2n+3){
	clear: left;
}
.card-list a:hover{
	opacity: 0.7;
}
.card-list a img{
	vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 7px;
}
.card-list .fa{
	margin-right: 7px;
}
/* |===============| card-head end |===============| */

/* |===============| stat-head end |===============| */
.stat-head {
	
}
.stat-head .images img{
    width: 200px;
    height: auto;
}
.all-stats {
	
}
.all-stats .one-stat {
	background-color: #f8f8f8;
    margin: 5px;
    padding: 10px 10px 0px 10px;
}
.all-stats .one-stat.cloud_paid {
    border: 2px solid #27ae60;
    background-color: #ffffff;
}
.all-stats .one-stat div{
	display: inline-block;
	margin: 0px 10px 10px 0px;
	vertical-align: middle;
}
.all-stats-date {
	width: 100px;
}
.all-stats .one-stat .all-stats-buyer-img {
	width: 60px;
	margin-right: 0px 5px 0px 0px;
}
.all-stats-buyer {
	width: 200px;
}
.all-stats-domain {
	font-size: 1em;
	width: 270px;
	word-break: break-all;
}
.all-stats-domain a {
    text-decoration: underline;
}
.cloud_pay .all-stats-domain a {
    color: #27ae60;
}
.all-stats-buy {
	
}
.no_use{
	text-align: center;
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}
/* |===============| stat-head end |===============| */

/* |===============| comments start |===============| */
.comments{
	margin: 0 0 38px;
}
.comments__item{
	overflow: hidden;
}
.comments__item .comments__item{
	margin-left: 40px;
}
.comments__pic{
	float: left;
	margin: 22px 20px 0 0;
}
.comments > .comments__item:first-child > .comments__pic{
	margin-top: 0;
}
.comments__pic img{
	display: block;
	width: 61px;
	height: 61px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.comments__unit{
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
	margin: 20px 0 0;
	padding: 18px 0 0;
}
.comments > .comments__item:first-child > .comments__unit{
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}
.comments__txt > :first-child{
	margin-top: 0;
}
.comments__txt > :last-child{
	margin-bottom: 0;
}
.comments__foot{
	margin-top: 4px;
	font-size: 12px;
	color: #A7A7A7;
}
.comments__foot a{
	color: #A7A7A7;
}
.comments__foot a:hover{
	color: #e74c3c;
}
.registration-block {
    background: #f6f4ed;
    margin: 0 0 30px;
    padding: 10px 20px;
}

.card-head .registration-block {
    margin-bottom: 0;
}

/* |===============| comments end |===============| */

/* |===============| comment-form start |===============| */
.comment-form{
	margin: 30px 0;
}
.comment-form h4{
	font-size: 15px;
}
.comment-form textarea{
	margin-bottom: 14px;
	width: 100%;
}
.btn.btn_mini{
	padding: 7px 11px 7px;
}
/* |===============| comment-form end |===============| */

/* |===============| upd__list start |===============| */
.iupd{
	margin: 0 0 18px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 18px;
}
.iupd:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
#wrapper .upd__list{
	margin: 0;
}
.iupd__version{
	font-weight: bold;
}
.iupd__date{
	margin-top: 2px;
	font-size: 12px;
	color: #A7A7A7;
}
/* |===============| upd__list end |===============| */

/* |===============| cb-form start |===============| */
.cb-form{
	overflow: hidden;
	margin-bottom: 30px;
}
.cb-form__unit{
	float: left;
	margin: 0 0 6px;
	max-width: 100%;
}
.cb-form__wrap{
	float: left;
	width: 517px;
	max-width: 100%;
}
.cb-form__wrap .cb-form__unit{
	margin-right: 40px;
}
.cb-form h3{
	margin: 20px 0 0;
	font-size: 18px;
	text-transform: none;
}
.cb-form textarea{
	height: 104px;
	width: 658px;
}
.cb-form__foot{
	clear: both;
}
/* |===============| cb-form end |===============| */


/* |===============| item-box start |===============| */
.item-box{
	display: table;
	margin: 0;
	padding: 0 0 25px;
	width: 100%;
}
.item-box-deact{
	opacity: 0.5;
}


.item-purch {
    border-bottom: 1px solid #E5E5E5;
     margin: 0 0 30px;
}


.cart_form {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 30px;

}

.cart_form .item-box, .item-purch .cart_form{
    border:none;
    margin: 0;

}


.registration-info > h3:first-child {
    margin-top:16px;
}



.item-box > *{
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}



.item-box > :last-child{
	padding-right: 0;
}



.item-pic{
	padding: 0 20px 0 0;
	width: 206px;
}
.item-title:hover,
.item-pic:hover{
	opacity: 0.75;
}
.item-pic img{
	max-width: 206px;
}
.item-title{
	margin: -4px 0 13px;
	display: block;
	font: bold 14px/17px 'Open Sans';
}
.item-unit__in{
	padding-bottom: 1px;
	min-height: 94px;
}
.item-price{
	text-align: right;
	width: 102px;
	font: bold 18px/22px 'Open Sans';
}
.item-box > .item-price{
	position: relative;
	top: -4px;
}
.item-price i{
	font: 14px/18px 'Open Sans';
	color: #909596;
	text-decoration: line-through;
}
.item-result{
	margin: 35px 0;
	text-align: right;
	font: bold 36px/40px 'Open Sans';
}
.content_bay .item-title{
	margin-bottom: 2px;
}
.item-date{
	margin: 0 0 10px;
	font: 12px/18px 'Open Sans';
	color: #A4A4A4;
}
.item-unit .item-price{
	text-align: left;
	margin: 0 0 6px;
	width: auto;
}
.item-use{
	width: 242px;
}

 .item-use .registration-block {
    margin:0;
}

.item-use .item-use-one {
	padding: 10px 5px;
    border: 1px solid #eee;
    margin: 5px 0px;
}

.item-use .item-use-one-data{
	color: #999;
}

.item-use .item-use-one-domain{
	border: 1px solid #d0d0d0;
    padding: 5px;
    display: block;
    font-size: 12px;
    background-color: #eee;
    font-weight: bold;
	margin-bottom: 10px;
}

.item-use .infofield{
	margin-bottom: 8px;
	margin-top: -4px;
}
.item-use .selectbox{
	margin-bottom: 10px;
}
.item-use .selectbox,
.item-use .selectbox .select{
	width: 100% !important;
}
.item-use .selectbox .select .text,
.item-use .selectbox li{
	font-weight: bold;
}
.item-unit .btn.btn_gray{
	margin-right: 4px;
}
.item-unit .rating{
	margin-bottom: 10px;
}
.item-info{
	position: relative;
	top: -10px;
	width: 244px;
	font: 14px/29px 'Open Sans';
}
.item-info span{
	color: #9B9B9B;
}
/* |===============| item-box end |===============| */

/* |===============| other start |===============| */
.btn,
a,
input,
button,
textarea,
.user-icon:before,
.search-form,
[class*="__next"],
[class*="__prev"],
.cover__slidenator__item,
.cover__slidenator__item:after,
.catalog__pic img,
.selectbox li,
.user-link .fa,
.btn-acc{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cover__slidenator__item,
.cover__slidenator__item:after{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ballans:after,
.user-account:after,
.user-buy:after,
.user-buy:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 24px;
	border-left: 1px solid rgba(255,255,255, 0.25);
}
.user-buy:after{
	left: auto;
	right: 0;
}
.user-buy{
    margin: 0 -3px 0 25px;
    padding: 0 19px;
    display: inline-block;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}
.user-buy a:hover{
	opacity: 0.75;
}
#wrapper .iwarning{
	margin-bottom: 0;
	color: #EB4A33;
}
.iwarning + p{
	margin-top: 0;
}
.video-box{
	display: inline-block;
	vertical-align: top;
	margin: 0 67px 30px 0;
	width: 555px;
}
.video-box + .video-box{
	margin-right: 0;
}
.video-box > img{
	display: block;
}
#wrapper .video-box h5{
	margin: 14px 0 0;
	text-transform: none;
	font-size: 15px;
}
.video-box h5 + p{
	margin-top: 0;
}
.text a:hover{
	color: #B62A2E;
}
ul.left{
	display: inline-block;
	vertical-align: top;
	margin: 0 70px 26px 0;
}
ul.left + p{
	margin-top: 0;
}
.iservice{
	vertical-align: top;
	display: inline-block;
	margin: 10px 20px 20px 0;
}
.iservice__in{
	display: table-cell;
	border: 2px solid #E5E5E5;
	width: 219px;
	height: 149px;
	padding: 10px 10px 6px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.iservice__old-price {
	text-decoration: line-through;
	font-size: 1.1em;
}
.iservice__price{
	margin: 5px 0 9px;
	font-size: 36px;
	line-height: 40px;
	color: #eb4a33;
}
.iservice__deadline{
	font-weight: normal;
}
.btn.btn_gray{
	padding: 3px 13px 4px;
	background: #DBDCDC;
	color: #2e2e2e;
	font-size: 10px;
}
.comments__foot .btn_gray{
	margin-left: 10px;
}
.comments__txt .actions {
   margin-left: 10px;
   display: none;
}

.comments__item:hover .actions {
    display: inline-block;
}

.comments__txt .actions a {
    color: #BBC3C6;
    font-size: 12px;
}

.comments__txt .actions a:hover {
color:#e74c3c;
}

.comments__label {
    font: bold 8px/12px 'Open Sans';
    text-transform: uppercase;
    border-radius: 3px;
    background: #FEDE00;
    color:#2e2e2e;
    padding:0 6px;
    display: inline-block;
    margin-right: 5px;
    height: 12px;
    vertical-align: middle;
}

.comments__label.green {
    background-color: #AECD32;
}

.btn-acc{
	display: inline-block;
    background: none;
    margin-top: 15px;
    border: 2px solid #fff;
    font-weight: 700;
    padding: 3px 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
.btn-acc:hover{
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #fff;
    color: #000;
}

.btn.btn_sm,
.btn.btn_blue{
	font-size: 10px;
	padding: 4px 17px 4px;
	text-transform: uppercase;
}
.btn.btn_blue{
	padding: 4px 13px;
	background-color: #33C1D1;
}
.btn.btn_std {
	padding: 14px 14px 12px;
	font-size: inherit;
}
.aside .btn_blue {
    width: 100%;
}
/* |===============| other end |===============| */


/* |===============| popups start |===============| */
.popups{
	display: none;
	z-index: 9;
}
.popups,
.popups__overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.popups__overlay{
	background: #000;
	opacity: 0.3;
}
.popup{
	max-width: 100%;
	display: none;
	position: absolute;
	top: 15.625em;
	left: 50%;
	margin-left: -189px;
	padding: 24px 21px 35px;
	width: 378px;
	background: #fff;
}
.popup__heading{
	text-align: center;
	font-size: 1.25em;
	line-height: 1.3em;
	margin: 0 0 28px 3px;
}
.popup__close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 0 0 5px;
	width: 30px;
	height: 30px;
}
.popup__close:before{
	content: "\f00d";
	font: 1em fontawesome;
	color: #2e2e2e;
}
.popup__item{
	margin: 0 0 16px;
}
.popup__item__title{
	display: inline-block;
	margin: 0 14px 0 0;
	width: 88px;
	vertical-align: middle;
	text-align: right;
}
#wrapper .popup__field{
	padding: 6px 10px 6px;
	width: 230px;
	vertical-align: middle;
}
.popup__textarea{
	padding-top: 4px;
	width: 259px;
	height: 150px;
	vertical-align: top;
	resize: none;
}
.popup__btns{
	overflow: hidden;
	padding: 3px 0 0 106px;
}
.btn_enter{
	float: right;
}
.popup__link{
	display: inline-block;
	text-decoration: none;
	font-size: 0.875em;
	color: #2e2e2e;
}
.popup__link:hover{
    color: #33C1D1;
}
.popup__unit{
	float: left;
	width: 124px;
}
/* |===============| popups end |===============| */

/* |===============| @media start |===============| */
@media (max-width: 1201px) {
	[class*="__center"]{
		width: 100%;
	}
	.content{
		margin-left: -300px;
		padding-left: 300px;
	}
	.catalog_mod .catalog__crop{
		width: 704px;
	}
	.catalog_mod .catalog__item{
		width: 336px;
	}
}
@media (max-width: 1150px) {
	.catalog__crop{
		width: 636px;
	}
	.catalog__item{
		margin-right: 40px;
	}
	.catalog_mod .catalog__crop{
		width: 664px;
	}
	.catalog_mod .catalog__item{
		width: 316px;
	}
	.catalog_inside .catalog__item{
		margin: 0 40px 44px 0;
	}
}
@media (max-width: 1023px) {
	.user-account__info{
		display: none;
	}
	.account-menu{
		left: auto;
		right: 0;
	}
	.account-menu:before{
		left: auto;
		margin-left: 0;
		right: 21px;
	}
	.catalog .catalog__crop{
		width: 434px;
	}
	.catalog .catalog__item{
		margin-right: 64px;
	}
	.catalog_mod .catalog__item{
		padding-left: 0;
		width: 185px;
	}
	.catalog_mod .catalog__pic{
		position: relative;
		width: 100%;
	}
	.catalog_mod .catalog__title{
		padding-top: 5px;
	}
	.catalog_mod .catalog__prev,
	.catalog_mod .catalog__next {
		top: 55px;
	}
	.footer__menu{
		clear: left;
		margin: 10px 0 0;
	}
	.footer .pluso-block{
		margin-top: -47px;
	}
	.footer .money-icons{
		margin-top: -12px;
	}
	.catalog_inside{
		text-align: center;
	}
	.catalog_inside .catalog__item{
		margin: 0 20px 40px;
	}
	.card-head,
	.card-unit{
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.cover_card{
		float: none;
	}
	.video-box{
		display: block;
		width: auto;
		margin-right: 0;
	}
}
@media (min-width: 921px) {
	.nav{
		display: block !important;
	}
	.nav_mobile{
		display: none !important;
	}
}
@media (max-width: 920px) {
	.cover:not(.cover_card){
		margin-left: -10px;
		margin-right: -10px;
	}
	.content{
		padding-left: 0;
		margin-left: 0;
	}
	.aside,
	.nav{
		display: none;
	}
	.nav-toggle{
		cursor: pointer;
		display: block;
		float: left;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		padding: 0 20px 0 5px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.nav-toggle .fa{
		font-size: 18px;
		min-width: 16px;
		vertical-align: -1px;
	}
	.nav-toggle.active .fa:before{
		content: "\f00d";
	}
	.nav{
		margin: 0 -10px;
		float: none;
		clear: both;
	}
	.nav .nav__item{
		display: block;
		padding: 0 15px;
		border-top: 1px solid #e5e5e5;
	}
	.nav__item a{
		border: 0;
		padding-bottom: 12px;
		font: 12px/18px 'Open Sans';
	}
	.nav__item a:hover{
		border: 0;
	}
	.nav__item.bold a, .nav__item a.bold {
		font-weight: bold;
		font-size: 14px;
	}
	.catalog .catalog__crop{
		width: 683px;
	}
}
@media (max-width: 848px) {
	.user-buy{
		display: none;
	}
}
@media (max-width: 780px) {
	.catalog .catalog__crop{
		width: 412px;
	}
	.catalog .catalog__item{
		margin-right: 40px;
	}
	.footer > .footer__center > *{
		float: none;
		display: block;
		margin: 10px 0 15px;
		width: auto;
	}
}
@media (max-width: 680px) {
	.ballans,
	.cover__next,
	.cover__prev{
		display: none;
	}
	.cover__item{
		padding: 20px 24px;
		font-size: 12px;
	}
	.cover__item:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/*background: rgba(0,0,0, 0.15);*/
	}
	.cover__unit{
		position: relative;
		z-index: 1;
	}
	.cover__item h2{
		font-size: 18px;
		line-height: 24px;
	}
	#wrapper h1{font: bold 24px/30px 'Open Sans';}

	.tabs__item{
		margin: 0 6px 6px 0;
	}

        .item-box > *,
	.item-result,
	.item-unit .item-price{
		display: block;
		text-align: left;
	}
	.item-pic{
		width: auto;
		padding: 0 0 14px;
	}
	.item-unit__in{
		padding: 0 0 10px;
		min-height: 0;
	}
	.item-price{
		padding-top: 10px;
		width: auto;
	}
	.item-use{
		margin: 20px 0 0;
		width: 280px;
	}



	.item-box > *{
		padding-right: 0;
	}
	.item-unit .btn.btn_gray{
		margin: 0 4px;
	}
	.item-info{
		width: auto;
		margin: 18px 0 0;
	}
}
@media (max-width: 588px) {
	.cover_card{
		width: 300px;
		margin:auto;
	}
	.cover_card .cover__item{
		height: 300px;
		line-height: 296px;
		width: 100%;
	}
}
@media (max-width: 488px) {
	.logo{
		margin-left: 0;
		overflow: hidden;
		width: 50px;
	}
	.logo img{
		max-width: 1000px;
		width: auto;
	}
	.user-account{
		margin-left: 26px;
		padding-right: 0;
		padding-left: 0;
	}
	.user-account:after{
		display: none;
	}
	.search-form{
		position: absolute;
		right: -100%;
	}
	.search-toggle{
		display: block;
		top: 15px;
		right: 23px;
	}
	.search-toggle.active + .search-form{
		z-index: 3;
		right: 10px;
	}
	.catalog .catalog__crop{
		width: 185px;
	}
	.sort{
		margin-left: -5px;
	}
	.sort .fa{
		margin-left: 5px;
	}
	.card-table td{
		display: block;
	}
	.card-head h1{
		margin-bottom: 12px;
	}
	.card-head{
		padding-bottom: 4px;
	}
	#wrapper .mob-hide{
		display: none;
	}
	.price-last{
		position: absolute;
		top: 23px;
		left: 0;
	}
	.price-cur{
		margin-top: 20px;
	}
	.cover_card{
		margin-bottom: 0;
	}
	.price-box{
		border-top: 0;
		padding-top: 16px;
	}
	.social-box{
		margin: 10px 0 20px;
		padding: 6px 0 12px;
	}
	.social-box .pluso-block{
		margin-left: 0;
	}
	.catalog_other{
		display: none;
	}
	#wrapper .catalog_inside .catalog__item{
		display: block;
		width: auto;
		margin: 0 0 30px;
		padding-left: 106px;
		text-align: left;
	}
	#wrapper .catalog_inside .catalog__pic{
		position: absolute;
		left: 0;
		top: 0;
		width: 90px;
		height: 58px;
	}
	#wrapper .catalog_inside .catalog__title{
		padding-top: 0;
	}
	#wrapper .catalog_inside .catalog__labels{
		bottom: 5px;
	}
	.catalog_inside + .paginator{
		margin-top: 0;
	}
	.catalog_dop{
		margin-right: 0;
	}
	.comments__item .comments__item{
		margin-left: 10px;
	}
}
/* |===============| @media end |===============| */

.popup_lk .error {
    color:#EB4A33;
    padding-top:10px;
    text-align: center;
}

.feedback_form input[type='submit'] {
    margin-top: 20px;
}

.partner__img {
    padding-right: 5px;
    vertical-align: middle;
}

.files_form {
	margin-right: -14px;
}

.files_form input[type="text"] {
	width: 400px;
}

.files_form p {
    margin: 0 0 3px 0;
    font-size: 11px;
    font-style: italic;
    color: #888;
}

.files_form .images {
	border: 1px solid #aaa;
    padding: 10px;
}

.files_form .images .image {
	display: inline-block;
    border: 1px solid #aaa;
    margin: 0 10px 10px 0;
}

.content .files_form .images .inpimages {
	display: block;
    width: auto !important;
}

.files_form .images .image .image_delete {
    background: #eb4a33;
    color: #fff;
    border-radius: 23px;
    width: 23px;
    display: block;
    height: 23px;
    padding: 0px 7px;
    font-weight: 600;
    position: absolute;
    margin: -25px 0 0px 3px;
}

.addons_zip {
	background: #e9e9e9;
    padding: 20px;
    border: 10px solid #33c1d1;
}

.addons_zip input {
	width: auto !important;
	border: none !important;
}

.files_form .btn {
	margin: 0 14px 8px 0;
}
.quote {
    background: none repeat scroll 0 0 #F9F2F2;
    border: 1px solid #C2C0B4;
    margin: 5px 0;
    padding: 10px;
	overflow: auto;
}
.code {
    background: none repeat scroll 0 0 #F2F9F9;
    border: 1px solid #C2C0B4;
    margin: 5px 0;
    padding: 10px;
	overflow: auto;
}
.code-header, .quote-header,
.code_header, .quote_header {
    font-weight: bold;
}

.files_form .images > .image_del {
	display: none;
}


.cover__item[data-id="11"], .cover__item[data-id="11"] ul {
	padding-left: 20px;
}
.cover__item[data-id="11"] .cover__unit {
	float: none;
}

.catalog_inside[data-cat_id="2"] .catalog__pic,
.catalog_inside[data-cat_id="52"] .catalog__pic,
.catalog_inside[data-cat_id="55"] .catalog__pic,
.catalog_inside[data-cat_id="53"] .catalog__pic,
.catalog_inside[data-cat_id="57"] .catalog__pic,
.catalog_inside[data-cat_id="60"] .catalog__pic,
.catalog_inside[data-cat_id="61"] .catalog__pic,

.catalog_dop .catalog__item[data-cat_id="2"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="52"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="55"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="53"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="57"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="60"] .catalog__pic,
.catalog_dop .catalog__item[data-cat_id="61"] .catalog__pic  
 {
	width: 115px;
}

@media (max-width: 488px) {
	#wrapper .catalog_inside[data-cat_id="2"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="52"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="55"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="53"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="57"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="60"] .catalog__pic,
	#wrapper .catalog_inside[data-cat_id="61"] .catalog__pic {
		height: 90px;
	}

	#wrapper .catalog_inside[data-cat_id="2"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="52"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="55"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="53"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="57"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="60"] .catalog__item,
	#wrapper .catalog_inside[data-cat_id="61"] .catalog__item {
		min-height: 90px;
	}
}