/* common tags */
@font-face {
	font-family: "HelveticaNeueCyr-Black";
    src: url("../fonts/HelveticaNeueCyr-Black.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-BlackItalic";
    src: url("../fonts/HelveticaNeueCyr-BlackItalic.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Bold";
    src: url("../fonts/HelveticaNeueCyr-Bold.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-BoldItalic";
    src: url("../fonts/HelveticaNeueCyr-BoldItalic.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Italic";
    src: url("../fonts/HelveticaNeueCyr-Italic.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Light_0";
    src: url("../fonts/HelveticaNeueCyr-Light_0.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-LightItalic";
    src: url("../fonts/HelveticaNeueCyr-LightItalic.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Medium";
    src: url("../fonts/HelveticaNeueCyr-Medium.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Roman";
    src: url("../fonts/HelveticaNeueCyr-Roman.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-Thin";
    src: url("../fonts/HelveticaNeueCyr-Thin.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-ThinItalic";
    src: url("../fonts/HelveticaNeueCyr-ThinItalic.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-UltraLight";
    src: url("../fonts/HelveticaNeueCyr-UltraLight.otf");
}
@font-face {
	font-family: "HelveticaNeueCyr-UltraLightItalic";
    src: url("../fonts/HelveticaNeueCyr-UltraLightItalic.otf");
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body, html {
    padding: 0;
    margin: 0;
	position: relative;
}

body {   
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    font-size: 12px;
    color: #474747;
}

pre {
    font-size: 10px;
}

h1, h2, h3, h4, .h4, .block_header {
    font-weight: bold;
    line-height: 1;
    transition: color 0.4s;
    color: #000;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 40px 0 30px;
	position: relative;
	color: #2e2e2e;
	font-family: "HelveticaNeueCyr-Light_0";
	text-transform: none;
}

h1.center {
    text-align: center;
    margin: 55px;
}

h1 .text-img {
    margin-left: 4px;
}
.product_view h1 {
    font-size:21px;
}
h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 40px 0 30px;
    position: relative;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Light_0";
    text-transform: none;
}

h3, .block_header {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin: 50px 0 20px;
}

h4, .h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
}

.webinars h3 {
    margin-top: 11px;
    color: #FF8481;
}

h2 a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a {
    color: #d51963;
    text-decoration: underline;
}

a.black {
    color: #000;
    text-decoration: none;
}

.noact a.black {
    color: #999;
}

a.black:hover {
    color: #FF8702;
    opacity: 0.6;
}

a:focus, input:focus, select:focus {outline: none;}
a, input, select {outline: none;}

a:focus, a:hover {
    color: #d51963;
    text-decoration: none;
}

p {
    margin: 1.7em auto;
}

dd, dt, dl {
    padding: 0;
    margin: 0;
}

li {
    margin: 15px 0;
}
b, strong {
	font-family: 'HelveticaNeueCyr-bold', sans-serif;
}
/* Site commons */

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.avatar {
    border-radius: 50%;
}

.date {
    text-transform: uppercase;
    margin: 8px 0;
}

.date span {
    padding-right: 10px;
}

.text {
    font-size: 16px;
}

.width-full {
    width: 100%;
}

.price {
    font-size: 24px;
    font-weight: bold;
}

.author {
    font-size: 12px;
}

.breadcrumb {
    margin: 0;
    font-size: 12px;
    background-color: transparent;
    padding: 0 0 10px 0;
    text-align: left;
}
.bread_crumbs h1 {
    margin-top:0;
    margin-bottom:10px;
}
.breadcrumb>span+span:before {
    padding: 0 4px 0 5px;
    font-family: monospace;
    font-size: 14px;
    content: "\003e";
}

.breadcrumb a, .breadcrumb span {
    color: #7c7c7c;
    margin: 0px !important;
}

.breadcrumb >* {
    display : inline-block;
}

.breadcrumb span a {
    margin: 10px;
}

.breadcrumb >*:first-child a {
    margin-left: 0;
}

/* sorts */

.block .sorting {
    padding-top: 0;
}

.sort-by {text-align: left;}

.sort-by a {
    color: #000;
}

.sort-by a:hover, .sort-by.active a {
    color: #d51963;
}

.sort-up, .sort-down {
    color: transparent !important;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/sort_up.png);
    margin: 0 2px;
    transition: background 0.4s;
}

.sort-up {
    margin-left: 5px;
}

.sort-down {
    background: url(../img/sort_down.png);
}

.sort-up.active {
    background: url(../img/sort_up_active.png);
}

.sort-down.active {
    background: url(../img/sort_down_active.png);
}

.sort-up:hover {
    background: url(../img/sort_up_hover.png);
}

.sort-down:hover {
    background: url(../img/sort_down_hover.png);
}

/* paginator */

.paginator {
    text-align: left;
    padding: 5px 10px !important;
    border-radius: 8px;
	margin-top: 20px !important;
}

.paginator > * {
    margin: 0 1px;
    vertical-align: middle;
    width: 28px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
}

.paginator > *.active {
    color: #fff;
    background-color: #d51963;
}

.paginator .start,
.paginator .end,
.paginator .prev,
.paginator .next,
.control-next,
.control-prev {
    display: inline-block;
    width: 28px;
    height: 32px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}

.paginator .start {
    background-image: url(../img/arrow_start.png);
    background-color: #d2d2d2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent!important;
}

.paginator .end {
    background-image: url(../img/arrow_end.png);
    background-color: #d2d2d2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent!important;
}

.paginator .prev, .control-prev {
    background-image: url(../img/arrow_prev.png);
}

.paginator .next, .control-next {
    background-image: url(../img/arrow_next.png);
}

.paginator a:hover {
    text-decoration: underline;
    color: #030303;
}

.paginator .start:hover,
.paginator .end:hover {
	background-color: #d51963;
}

/*  Forms */

select {
    display: block;
    margin: 10px 0;
    padding: 2px 2px 2px 6px;
    border: 1px solid #BEBEBE;
}

label {
    display: inline-block;
    margin: 2px 0;
}

textarea:focus, input:focus {
    outline: 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea {
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #999;
    border: 1px solid #BEBEBE;
    padding: 2px 9px;
    display: inline-block;
    margin: 5px 0;
}

textarea {
    padding: 10px 20px;
    border: 1px solid #DDD;
    margin: 10px auto;
}

input[type=radio], input[type=checkbox] {
    display: none;
}

input[type=radio] + label, input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    background: url(../img/form_radio_off.jpg) no-repeat;
    padding: 0 0 0 20px;
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
    background: url(../img/form_radio_on.jpg) no-repeat;
}

.error_input {
    border-color: #d51963 !important;
}

input[type=checkbox] + label {
    background: url(../img/form_checkbox_off.png) no-repeat left 5px;
}

input[type=checkbox]:checked + label {
    background: url(../img/form_checkbox_on.png) no-repeat left 5px;
}

input[type=button], input[type=reset], input[type=submit], .button {
    font-family: "HelveticaNeueCyr-Medium";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 4px 25px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    margin: 5px 0;
    background: transparent url('../img/buy_icon.png') no-repeat 0% 50%;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s, box-shadow 0.4s;
    box-shadow: none;
    border-radius: 3px;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {
    background-color: transparent;
    color: #fff;
}

h1 input[type=button], h1 input[type=reset], h1 input[type=submit] {
    float: right;
    margin: 10px 0 0 10px;
}

.forms-radio-group {
    list-style: none;
    padding: 0;
}

.forms-radio-group li {
    cursor: pointer;
    background: url(../img/form_radio_off.jpg) no-repeat left 5px;
    padding: 0 0 0 20px;
}

.forms-radio-group li.active {
    background-image: url(../img/form_radio_on.jpg);
}

.forms-checkbox {
    cursor: pointer;
    background: url(../img/form_checkbox_off.png) no-repeat left 5px;
    padding: 0 0 0 20px;
    margin: 6px 0;
}

.forms-checkbox.checked {
    background: url(../img/form_checkbox_on.png) no-repeat left 5px;
}

.checkbox-hidden {
    visibility: hidden;
}

.input-title {
    display: block;
    margin: 7px 0 0;
}

.button-refresh {
	display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../img/icon_refresh.png);
    cursor: pointer;
}

/* captcha */

.block.captcha {
    position: relative;
    padding-top: 10px;
}
.anwer_span {
    font-weight: bold;
}
.error_captcha  {
     color: #d51963;   
}

.captcha-image {
    display: inline-block;
    margin-left: 10px;
}

.block.captcha .input-title {
    margin-top: 0;
    display: inline;
    margin-right: 10px;
}

.block.captcha input[type=text] {
    width: 100px;
}

.captcha_update {
    display: inline-block;
}

/* */

#header {
    position: relative;
    height: 151px;
}

#top-line {
    background-color: #000;
    height: 42px;
    position: relative;
    color: #FFF;
}

#top-line .top-line-item {
    margin-left: 30px;
    text-transform: uppercase;
}

#top-line .top-line-item img {
    margin-right: 8px;
    vertical-align: middle;
}

#top-line .top-line-item, #top-line .top-line-item a {
    color: #FFF;
    text-decoration: none;
}

#top-line .button {
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
}

#top-line .top-phone {
    position: absolute;
    left: 50px;
    font-size: 20px;
    background: url(../img/icon_phone.png) no-repeat left 6px;
    padding: 0 0 0 25px;
    top: 6px;
}
#top-line .top-phone p, #top-line .top-phone span {
    margin: 0;
}

#top-line .lang-container {
    position: absolute;
    top: 6px;
    left: 440px;
}

#top-line .lang-container a {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 5px 0 0;
    font-size: 11px;
}

#top-line .lang-container a.active, #top-line .lang-container a:hover {
    border-radius: 50%;
    border: 1px solid #FFF;
}

#top-line .top-line-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 7px 50px 0 0;
}

#top-menuline {
    height: 80px;
    background-color: #FFF;
    position: relative;
    margin-bottom: 12px;
}

#top-menuline #logo {
    float: left;
    margin-right: 30px;
    margin-left: 50px;
}

#top-menuline #search {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 8;
}

#top-menuline #search .search-icon {
    right: 20px;
    top: 12px;
    position: absolute;
}

#top-menuline #search .search-input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s;
    border: 1px solid transparent;
    width: 255px;
    height: 60px;
}

#top-menuline #search .search-input:focus, #top-menuline #search .search-input:hover, #top-menuline #search.active .search-input {
    box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
    width: 455px;
    border: 1px solid #EEE;
}
#top-menuline #search input[type=submit]{
    background: url(../img/icon_search.png) no-repeat right center #FFF;
    width:44px;
    height: 32px;
    border: 0px;
    float: right;
    margin-top: 10px;
}
#top-menuline #search input[type=submit]:hover{
    box-shadow: none;
}
#top-menuline #search input[type=text]{
    color: transparent;
    font-size: 24px;
    width: 200px;
    padding: 10px 11px 10px 20px;
    border: 0px;
    position: absolute;
}
#top-menuline #search .search-input:focus input[type=text], #top-menuline #search .search-input:hover input[type=text], #top-menuline #search.active .search-input input[type=text] {
    color: #BEBEBE;
    width: 400px;
}

#top-menuline .search-input::-webkit-input-placeholder {
    transition: opacity 0.4s;
    opacity: 0;
}

#top-menuline .search-input::-moz-placeholderr {
    transition: opacity 0.4s;
    opacity: 0;
}

#top-menuline .search-input:focus::-webkit-input-placeholder,
#top-menuline .search-input:hover::-webkit-input-placeholder {
    opacity: 1;
}

#top-menuline .search-input:focus::-webkit-moz-placeholderr,
#top-menuline .search-input:hover::-webkit-moz-placeholderr {
    opacity: 1;
}

#top-menuline .search_result {
    position: absolute;
    background: #FFF;
    border: 1px solid #CCC;
    width: 455px;
    right: 50px;
    top: 70px;
    overflow: auto;
    display: none;
    padding: 0 20px;
    z-index: 9;
}

#top-menuline .search_result .shop-col {
    margin: 16px 12px 0 12px;
}
#top-menuline .search_result .photo-item {
    width: 305px;
}
/* Topmenu */
#cat-menu {
    padding: 0px;
    margin: 0px;
	height: 50px;
}

#cat_menu > * {
    display: inline-block;
    height: 100%;
    position: relative;
    margin: 13px 0px;
}

#cat_menu>li:last-child {
    margin-right: 0px;
}

#cat_menu > *.active > *:first-child {
    z-index: 10;
}
#cat_menu > * > *:first-child {
    position: relative;
    z-index: 8;
    cursor: pointer;
    display: inline-block;
    color: #474747;
    height: 100%;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    padding: 0px 37px;
    border-right: 1px solid #cccccc;
}

#cat_menu>li:last-child a {
    border-right: none;
}

#cat_menu > li.active a {
    color: #d51963;
	text-decoration: underline;
}

#cat_menu > *:hover > ul {
    z-index: 9;
}

#cat_menu > * > ul {
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    top: 8px;
    left: -20px;
    right: -20px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 20px 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    min-width: 200px;
}

#cat_menu > * > ul {
    list-style: none;
}

#cat_menu > * > ul a {
    color: #474747;
    text-decoration: underline;
}

#cat_menu a:hover {
    color: #d51963;
}

#cat_menu > * > ul ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 13px;
    font-size: 12px;
}

#cat_menu > * > ul ul li {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;;
    background: url(../img/list_arrow.png) no-repeat left 8px;
}

#cat_menu > *:hover > ul {
    visibility: visible;
    opacity: 1;
}
#cat_menu > .parent:hover {
    z-index: 11;
}

a.navbar-brand {
    float: none;
    height: auto;
    display: block;
}

#navbar a {
    color: #474747;
    text-decoration: none;
}

#navbar a:hover {
    color: #d51963;
}

#navbar li {
    list-style-type: none;
}

#navbar>ul {
    padding: 0px;
}

@media (max-width:1200px) {
	#top-menu > * {
		margin: 0 9px 0 9px;
	}
}

@media (max-width:992px) {
	#top-menu > * {
		margin: 0 6px 0 6px;
	}
	#top-menu > * > *:first-child {
		position: relative;
		z-index: 8;
		cursor: pointer;
		display: inline-block;
		color: #0b0b0b;
		height: 100%;
		text-decoration: none;
		padding: 0px 0 0;
		border-bottom: 3px solid transparent;
		font-size: 11px;
		font-weight: bold;
	}
}

/* left menu */

.menu {
    padding: 0;
    list-style: none;
}

.menu a {
    text-decoration: none;
    border-right: none;
}

.menu ul {
    padding-left: 0;
    margin-bottom: 23px;
    margin-top: 6px;
    font-size: 12px;
}



ul.menu a:hover {
    color: #d51963;
}

/* mainpage slider */

#mp-slider {
    position: relative;
    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    height: 540px;
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    margin-top: -12px;
}

#mp-slider .slide {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: padding 1s, opacity 1s, visibility 1s;
    visibility: hidden;
    opacity: 0;
}

#mp-slider .slide.active {
    visibility: visible;
    opacity: 1;
}

#mp-slider .slide .wrapper {
    padding: 100px 0 0 150px;
    transition: padding 1s;
}

#mp-slider .slide.active .wrapper {
    padding: 100px 0 0 50px;
}

#mp-slider h2 {
    color: #FFF;
    font-size: 72px;
    margin-bottom: -40px;
    font-weight: normal;
}

#mp-slider .slide p {
    margin: 1.4em 0;
}

#mp-slider .button {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Arial","Trebuchet MS",Verdana,sans-serif;    
    font-weight: bold;
    margin: 5px 0;
    opacity: 1;    
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;        
    font-size: 16px;
    padding: 5px 20px;    
}

#mp-slider .dots-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#mp-slider .dots-container .dot {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    background: url(../img/slider_dot.png) no-repeat center center;
    width: 18px;
    height: 17px;
    margin: 0 5px;
    cursor: pointer;
}

#mp-slider .dots-container .dot.active {
    background: url(../img/slider_dot_active.png) no-repeat center center;
}

/* FOOTER */

.rate {
    display: inline-block;
    width: 100px;
    margin: 0 0 0 0;
}

.rate img {
    max-height: 25px;
}

.rate40 {
    background: url(../img/rate40.png) no-repeat;
}

.subscription {
    background-color: #FF8702;
    height: 83px;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.subscription h3 {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    margin: 0;
    background: url(../img/icon_mail.png) no-repeat;
    padding-left: 55px;
    padding-right: 15px;
}

.subscription input[type="email"] {
    padding: 2px 10px;
    height: 32px;
    width: 280px;
    vertical-align: middle;
    background-color: #FF8702;
    border-color: #FFF;
    margin: 0 20px;
    color: #FFF;
}

.subscription .error {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #FFF;
}

.subscription .button2 {
    border-color: #FFF;
    background-color: #FFF;
}

#footer {
    overflow: hidden;
    padding: 50px 50px 12px;
    font-size: 12px;
    width: 100%;
    background-color: #FFF;
}

#footer .wrapper {
    display: table;
}

#footer .wrapper >* {
    padding: 0 20px;
    display: table-cell;
}

#footer h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 13px;
}

#footer .footer-menu ul {
    padding-left: 0;
    list-style: none;
}

#footer .footer-menu li {
    padding-left: 10px;
    margin: 0;
    background: url(../img/list_arrow.png) no-repeat left 7px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    color: #FF8702;
}

#footer .copyright {
    width: 310px;
}

#footer .notes {
    margin-top: 10px;
}

#footer .note {
    display: block;
    padding: 0 0 0 20px;
    margin: 8px 0;
    min-height: 20px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

#footer .note.mistakes {
    background-image: url(../img/icon_error.png);
}

#footer .note.sitemap {
    background-image: url(../img/icon_sitemap.png);
}

#footer .note.siteinfo {
    background-image: url(../img/icon_stat.png);
}

/* COLUMNS */

#left-col {
    width: 290px;
    padding: 0 20px 0 50px;
    font-size: 14px;
    float: left;
}

#center-col {
    margin: 0 330px 0 298px;
}

#center-col.wide {
    margin: 0 50px 0 298px;
}

#right-col {
    width: 330px;
    padding: 0 50px 0 20px;
    font-size: 14px;
    float: right;
}

/* blocks */
.block {
    padding: 0px;
    margin: 0px;     
}

.block h3, .block .block_header {
    margin: 20px 0;
}

.block h4 {
    margin: 5px 0 15px;
}

.block h4:first-child {
    margin-top : 5px;
}

.block .login input[type='text'], .block .login input[type='password'] {
    padding: 8px 10px;
    width: 100%;
}

.block .button {
    margin: 6px 0;
}

.block p:first-child {
    margin-top: 5px;
}

.block-row {
    border-bottom: solid 1px #F6F6F6;
    padding-top: 1px;
    margin: 20px 0;
    padding-bottom: 10px;
    display: table;
}

.block-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.block-row-img {
    display: block;
    margin: 15px 0px;
}

.block-row-img img {
    min-width: 100%;
}

@media (max-width:769px) {
	.block-row-img img {
		min-width: initial;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}

.block .block-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.block-no-img .block-text {
    padding-left: 0;
}

#center-col .login input[type="text"], #center-col .login input[type="password"], #center-col .login label {
    width: 20%;
    display: block
}

.arrow-link {
    display: block;
    background: url(../img/arrow.png) no-repeat left 6px;
    padding-left: 15px;
}

.shop-search input.from, .shop-search input.to {
    width: 70px;
}

/* mainpage-content */

.mp-sections {
    list-style: none;
    padding: 0 0;
    margin: 20px 0;
    overflow: hidden;
}
.mp-sections ul
{
    padding: 0;
    margin: 0;
}

.mp-sections li {
    width: 25%;
    text-align: center;
    float: left;
    padding: 0 14px;
    position: relative;
    list-style: none;
}

.mp-sections a img {
    margin: 0 10px 10px;
}

.mp-sections a {
    color: #000;
}

.mp-sections a:hover {
    color: #FF8702;
}

.special {
    height: 100px;
    color: #fff;
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    padding: 15px 10px 10px 20px;
    margin: 40px 0;
}

.special a {
    color: #FFF;
}

.special .title {
    font-size: 36px;
    display: block;
    margin-bottom: -9px;
}

/* shop-items */

.shop-dropdown {
    width: 100%;
}

.to-cart .number {
    display: inline-block;
    width: 46px !important;
    margin-right: 5px;
}

.shop-item-title {
    display: block;
    margin: 5px 0  0;
    font-size: 13px;
    text-decoration: none;
    color: #1d1d1d !important;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    overflow: hidden;
}

.block p, .block .anons {
    margin: 15px 0;
}

.shop-item .price {
    display: inline-block;
    font-size: 13px;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Bold";
}

.shop-item .price-old {
    display: block;
    font-size: 16px;
    text-decoration: line-through;
}

.to-cart {
    display: block;
    background-color: #d51963;
    text-align: center;
}

.shop-row {
    position: relative;
    margin-left: 0;
    display: table;
    margin-bottom: 30px;
}

.shop-pane {
    display: table;
}

.shop-pane .paginator {
    clear: both;
}

.shop-col {
    width: 181px;
    float: left;
    margin-left: 34px;
}

.shop-col:first-child {
    margin-left: 0;
}

.shop-col p {
    margin: 15px 0;
}

.shop-item {
    position: relative;
	padding:10px 15px 15px;
}

.shop-photo {
    position: relative;
}

.shop-photo-labels {
    position: absolute;
    left: 5px;
    right: 0;
    bottom: 0;
    top: 5px;
}

.shop-photo-labels >* {
    display: inline-block !important;
	vertical-align:top;
    width: 36px;
    height: 36px;
    margin: 0px;
    padding: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
    margin-left: 5px;
}
.shop-photo-labels >*:first-child {
    margin-left:0;
}
.label_new {
    background-color: #54d521;
}

.label_hit {
    background-color: #ff9c00;
}

.label_action {
    background-color: #ff1800;
}

.shop-like {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: url(../img/icon_like_off.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.shop-like.active {
    background: url(../img/icon_like_on.png) no-repeat center center;
}

.shop-like:after {
    content: " ";
    background: url(../img/icon_like_off.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: top 0s, opacity 0s, visibility 0s;
}

.shop-like.animate:after {
    opacity: 1;
    visibility: visible;
}

.shop-like.active:after {
    transition: top 0.4s, opacity 0.4s, visibility 0.4s;
    top: -12px;
    opacity: 0;
    visibility: hidden;
}

.shop-item-info2 .block img {
    margin-right: 8px;
    vertical-align: middle;
}

.shop_search_param {
    margin-top: 10px;
}

.shop_list input[type=text], .shop_list input[type=email], .shop-item input[type="text"], .shop-item input[type="email"] {
    width: 100%;
}

.gallery-row {
    display: table;
    width: 100%;
}

.gallery-row .block {
    margin-left: 30px;
    width: 31%;
    float: left;
}

.gallery-row .block:nth-child(3n-2) {
    margin-left: 0;
}

.gallery-row .block.first, .gallery-row .block:first-child {
    margin-left: 0;
}

/* review */

/* login */

.profile-hello {
    overflow: hidden;
    padding-top: 10px;
    margin: 20px 0;
}

.profile-hello-avatar {
    float: left;
    width: 50px;
    margin-top: 4px;
}

.profile-hello-text {
    vertical-align: middle;
}

.profile-block .menu a {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.profile-block .menu li {
    margin: 3px 0;
}

/* forum */

.forum_form_header {
    margin: 20px 0;
    padding-top: 30px;
    border-top: 1px solid #AAA;
}
.block.forum .block-row {
    display: block;
}
.block.forum .block-row .comments_param{
    padding-left: 20px;
    font-style: italic;
}

/* review */

.review-author {
    overflow: hidden;
    padding-top: 10px;
    margin: 8px 0;
}

.review-author img {
    float: left;
    margin: -9px 16px 0 0;
}

/* forum */

.block.forum .author-avatar {
    float: left;
    margin-top: 10px;
}

.block.forum .forum-author {
    font-size: 12px;
    line-height: 1.2;
}

.block.forum .theme {
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px 0;
}

/* news */

.news_block .block-row img {
    max-width: 61px;
    height: auto;
}

.news_id .site_dynamic h1, .news_id .site_dynamic h2, .news_id .site_dynamic h3 {
    margin: 20px 0px 0px 0px; 
}

.news_id .site_dynamic {
    float: right;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    margin: 20px;
}

/* clauses */

.clauses .block-row img {
    max-width: 61px;
    height: auto;
}

/* faq */

.faq-question a {
    color: #000;
    font-weight: bold;
}

.faq-question a:hover {
    color: #FF8702;
}

.faq-answer {
    background: url(../img/arrow.png) no-repeat left 6px;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

/* photo */

.block.photo {
    width: 100%;
}

.photo_album_list {
    margin: 5px 0 5px;
}

.photo_album_list img {
    max-width: 247px;
    height: auto;
}

.photo_cat_link {
    /*text-align: center;*/
    margin-bottom: 20px;
}

.photo_cat_link .photo-item img {
    max-width: 247px;
    height: auto;
}
.photo_cat_img img {
    max-width: 247px;
    height: auto;
}

.photo-item {
    overflow: hidden;
}

.photo-item img {
    text-align: center;
    max-width: 247px;
    height: auto;
}

/* file */

.file-row .text {
    margin: 0 0 0 80px;
}

.file-row .file-icon {
    float: left;
}

.button.download {
    padding-left: 27px;
    background: url(../img/icon_download.png) no-repeat left center;
}

.clauses_list .block, .news_list .block {
    overflow: hidden;
}

.cart_one_click {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 15px;
    clear: both;
    height: 46px;
}

.cart_autorization .login input[type="text"], .cart_autorization .login input[type="password"], .cart_autorization .login label {
    width: 20%;
    display: block
}

table.cart, table.wishlist, table.user_order {
    border-collapse: collapse;
}

table.user_order {
    width: 100%;
}

.news_id .comments_form, .shop-item-container .comments_form {
    margin-top: 0px;
}

.ab_actions {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: top;
}

.ab_img {
    display: table-cell;
    width: 156px;
}
.ab_img a {
    display: inline;
}

/* shop item */
.shop-item-container {
    display: table;
    width: 100%;
    vertical-align: top;
}

.shop-item-container >* {
    vertical-align: top
}

.shop-item-left {
    width: 438px;
    position: relative;
    display: inline-block;
}

.shop-item-right {
    display: inline-block;
    width: 448px;
}

.shop_all_img {
    position: relative;
    height: 472px;
}

.shop_all_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 7px;
}
a.js_shop_img.shop-item-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.shop_all_img a {
    display: none;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s, visibility 0.3s;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.shop-item-small a img {
    display: none;
}

.shop_preview_img {
    height: 415px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.shop_preview_img a {
    display: block;
    width: 100%;
    height: 135px;
    margin: 5px 0px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
	color: transparent;
    border: 1px solid #e1e1e1;
}

.shop_preview_img a:first-child {
    margin-top: 0;
}

.shop_preview_img a:last-child {
    margin-right: 0;
}
.shop-item-left .control-prev {
    position: absolute;
    bottom: 46px;
    left: 0;
}

.shop-item-left .control-next {
    position: absolute;
    bottom: 46px;
    right: 0;
}

.icon-zoom {
    background: url(../img/zoom.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.shop-item-info1 {
    width: 48%;
    padding-left: 40px;
    display: table-cell;
    vertical-align: top;
    height: 392px;
}

.shop-item-info1 >*:first-child {
    margin-top: 0;
}

.shop-item-info2 {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}

.shop-item-info2 >*:first-child {
    margin-top: 0;
}

.strike {
    text-decoration: line-through;
}

.shop-item-container h4 {
    text-transform: uppercase;
    font-size: 12px
}

.shop-item-rate {
    display: block;
    margin: 20px 0;
}

.shop-item-artikul {
    margin-bottom: 0;
}

.shop_form_param select {
    display: inline-block;
    margin: 0;
}

.shop-item-price .price-old {
    font-size: 12px;
    color: #717171;
    display: inline-block;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    font-weight: normal;
}
.description-container .shop-item-price .price-old {
    font-size:16px;
}
.shop_order_rel_list .shop_no_buy, .shop_order_rel_list .shop_no_buy_good {
    background: transparent;
}
.cat_no_buy {
    opacity: 0.4;
}
.shop_text .shop_cat_all_img {
    float: left;
    padding: 0px 15px 0px 0px;
}

.addict-field {
    margin: 20px 0 0 0;
}

.item-socials {
    margin: 13px 0;
}

.item-socials img {
    margin: 0 1px;
    vertical-align: middle;
}

.shop-item-container .to-cart {
    margin: 10px 0;
}

.shop_order_rel_list {
    display: table;
}

.shop-item-small {
    width: 220px;
    display: table-cell;
}

.shop-item-small-image {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: center center;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.shop-buyers-buy {
    margin: 20px 0;
    padding-left: 40px;
}

.shop-buyers-buy h2 {
    margin-top: 0;
}

.shop-buyers-buy .title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.shop-buyers-buy .price {
    display: block;
    font-size: 18px;
    color: #000;
}

.shop-item-container .shop-item-image {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.addict-field .shop-dropdown, .shop-buyers-buy .shop-dropdown {
    width: auto;
}

.b-share__handle {
    height: 25px !important;
}

.quote {
    background-color: #eee;
    color: #666;
    padding: 10px;
    font-style: italic;
}

.quote_header {
    font-weight: bold;
}

.shop-buyers-buy .shop_form {
    width: 220px;
}

.wishlist_count input[type="number"] {
    width: 100px;
}
.bs_center .bs_block{
    margin-left: 298px;
    text-align: left;
}

.search_result .block-row-img {
    display: block;
    padding-right: 20px;
}
.search_result .block-text {
    display: block;
    padding-left: 0px;
}
.search_result .gallery-row .block {
    width: 18%;
}
.search_result .photo_list .gallery-row .block {
    width: 100%;
    margin-left: 0px;
    padding: 0 0 0 20px;
}
.search_result .block {
    padding: 13px 0px;
}
.search_result .search_text {
    padding-bottom: 10px;
}
#show_cart form {
    width: 700px;
    position: absolute;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    z-index:11;
    color: #000;
    text-transform: none;
    opacity: 0.95;
    display: none;
}
#show_cart .cart a {
    color: #FF8702;
}
.messages tr {
    vertical-align: top;
}
.messages_text {
    padding-left: 20px;
}
.messages_form textarea {
	width: 100%;
	height: 200px;
}

#top_line {
    background-color: #d51963;
    color: #fff;
}

#top_menu {
    padding: 5px 0px;
    margin: 12px 0px 0px 0px;
}

#top_menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 7px 0 0;
    border-right: 1px solid;
    padding-right: 7px;
}

#top_menu li a {
    color: #fff;
}

#top_menu li:last-child {
    border: none;
}

.right_align {
    text-align: right;
}

#izb_wrap {
	display: inline-block;
	padding: 0px 10px 0px 20px;
	background: url('../img/izb_icon.png') 0% 50% no-repeat;
	margin-left: 46px;
	float: left;
	margin-top: 18px;
}

div.zakaz_wrap {
    display: inline-block;
    padding: 11px 31px;
    padding-left: 39px;
    background: url('../img/phone_icon.png') 12% 50% no-repeat;
    margin: 6px 11px 0px;
    border: 1px solid #d51963;
    float: left;
    border-radius: 5px;
}

#phone_wrap {
    display: inline-block;
    margin-left: 15px;
    padding-top: 5px;
}
#phone_wrap p {
    white-space:nowrap;
}
#izb_wrap a {
    color: #474747;
    text-decoration: underline;
}

div.zakaz_wrap p {
    margin: 0px;
    text-decoration: underline;
    cursor: pointer;
}

#phone_wrap p {
    margin: 0px;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 20px;
    position: relative;
    top: 2px;
}

#izb_wrap a:hover {
    text-decoration: none;
}

div.zakaz_wrap p:hover {
    text-decoration: none;
}

#top_menu li.active a {
    text-decoration: underline;
}

#mob_menu_icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../img/menu_icon.png') no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 6px;
}

#addr_cont p:first-child {
    margin: 0px 15px 12px 0px;
    background: url('../img/metro_icon.png') no-repeat;
    background-size: contain;
    padding-left: 25px;
	display: inline-block;
}

#addr_cont p:last-child {
    margin: 0px 0px 12px 0px;
    background: url('../img/car_icon.png') no-repeat;
    padding-left: 25px;
	display: inline-block;
}

#addr_cont {
    margin-top: 17px;
    display: inline-block;
}

@media (max-width:992px) {
	#top_line {
		font-size: 10px;
		height: 64px;
	}
	#top_menu li {
		margin-right: 3px;
		padding-right: 3px;
	}
	#phone_wrap p {
		font-size: 15px;
	}
	#top_menu {
		margin: 1px 0px 0px 0px;
	}
	#addr_cont {
		margin-top: 14px;
	}
	div.zakaz_wrap {
		margin: 6px 0px 0px 0px;
	}
	#izb_wrap {
		margin: 18px 0px 0px 8px;
	}
}

@media (max-width:769px) {
	#top_line {
        display: none;
	}
	.right_align {
		text-align: left;
	}
	#phone_wrap p {
		font-size: 20px;
		margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
	}
	#top_menu.hid {
		display: none;
	}
	#top_menu li {
		display: block;
		border-right: none;
		text-align: center;
	}
	#addr_cont p {
		font-size: 10px;
	}
	#izb_wrap, div.zakaz_wrap {
		float: none;
	}
}
.schedule {
    display: inline-block;
}
@media (max-width:369px) {
    .schedule {
        display:none;
    }
    #phone_wrap {
        display: block;
        text-align: center;
    }
}

#logo_line .container {
    background-color: #fff;
    padding: 25px 15px;
}

#logo {
    width: 46%;
    height: 60px;
    display: inline-block;
    vertical-align: top;
	background: url('../img/logo.png') no-repeat;
    background-size: contain;
	color: transparent;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

#logo_title {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 11px;
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
    margin-left: 10px;
}

#logo_title p {
    margin: 8px 0px;
}

.search .input_search {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;      
    font-size: 12px;
	margin: 0px;
    background-color: #fafafa;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.search {
    position: relative;
}

.search .submit_search {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    padding: 5px;
    right: 5px;
    background: #fafafa;
    color: #d51963;
    border: none;
    font-size: 16px;
}

#menu_line.main_page {
    position: relative;
    z-index: 2;
}

#menu_line.main_page .container {
    background-color: #fff;
}

#show_cart {
    height: 50px;
    background-color: #f9f9f9;
    box-shadow: -2px 2px 2px #c9c9c9;
    border-radius: 6px;
    line-height: 50px;
    background: url('../img/cart_icon.png') no-repeat 10px 50%;
    padding: 0px 15px 0px 32px;
    display: inline-block;
    margin-top: -10px;
}

#shop_cart_c {
    background-color: #d51963;
    color: #fff;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 14px;
    border-radius: 25px;
    min-width: 28px;
    display: inline-block;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0px 10px;
}

#show_cart a {
    color: #474747;
    text-decoration: underline;
}

#show_cart a:hover {
    text-decoration: none;
}

@media (max-width:992px) {
	#logo {
		width: 100%;
	}
}

@media (max-width:769px) {
	#logo_line .container {
		padding: 5px 15px;
	}
	#logo {
		width: 159px;	
		margin: 5px auto;
        display: inline-block;
	}
	.search {

	}
	.search .input_search {
		height: 35px;
	}
	#show_cart {
		height: 35px;
		margin: 15px auto 5px auto;
		line-height: 35px;
		display: block;
		width: 195px;
		clear: both;
		text-align: left;
	}
	#logo_title {
		display: inline-block;
		width: auto;
		font-size: 12px;
	}
	.new_align {
		text-align: center;
	}
}
@media (max-width:482px) {
    #logo_title {
        display: none;
    }
    #logo {
        display: block;
        margin-top: 15px;
    }
}
.start-page .top_tabs, #brand_wrap .top_tabs, #about_wrap .top_tabs {
    text-align: center;
}
.start-page .top_tabs a, #brand_wrap .top_tabs span, #about_wrap .top_tabs span {
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-medium";
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    float:none;
}
#brand_wrap .top_tabs span {
    border:none;
    margin-bottom: 35px;
    display: block;
}
#about_wrap .top_tabs span {
    border:none;
    margin-top: 30px;
    display: block;
}
#slider_wrap {
    background-color: #F9F9F9;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
#slider_wrap a {
    padding: 0;
}
.grid {
    margin-top: 15px;
}
.grid .cell-item {
    padding: 150% 0 0 0;
    position: relative;
}
.grid .cell-item-3, .grid .cell-item-4, .grid .cell-item-5, .grid .cell-item-6, .grid .cell-item-7 {
    padding-top: 75%;
}
.cell-item .inside {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}
.cell-item-1 .inside, .cell-item-2 .inside, .cell-item-5 .inside, .cell-item-6 .inside {
    right: 15px;
}
.cell-item-3 .inside {
    bottom: 15px;
}
.grid .col-xs-6 {
    margin-bottom: 15px;
}
@media (min-width: 400px) AND (max-width: 767px) {
    .grid .cell-item-2 .inside, .grid .cell-item-6 .inside {
        right:0;
    }
}
@media (max-width: 400px) {
    .grid .col-xs-6 {
        width:calc(100% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .grid .col-xs-12 {
        padding: 0 15px;
    }
}
.grid>div {
    padding:0;
}
.grid .cell_img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: 50%;
}
.bs_item {

}
.bs_item img {
    height: auto;
    width: 100%;
}
.pager_wrap {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 200px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    padding-bottom: 10px;
    left: 50%;
    margin-left: -100px;
    border-radius: 20px;
}

.ban_text {
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Light_0";
    display: none;
}

.big_pink {
    color: #d51963;
    font-size: 54px;
    margin: 0px;
}

.desc {
    font-size: 22px;
    color: #474747;
    margin: 8px 0px;
}

.big_pink span {
    font-family: "HelveticaNeueCyr-Black";
}

.bs_item a {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Medium";
    text-decoration: none;
    font-size: 14px;
    padding: 15px 25px;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.bs_item a:hover {
    background-color: transparent;
}

#custom-pager a {
    color: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #b0b0b0;
    margin: 0px 6px;
    border-radius: 10px;
}

#custom-pager a:hover, #custom-pager a.cycle-pager-active {
    background-color: #d51963;
}

#ban_prev, #ban_next {
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: relative;
    top: 7px;
    margin: 0px 6px;
}

#ban_prev {
    background: url('../img/ban_prev.png') no-repeat;
}

#ban_prev:hover {
    background: url('../img/ban_prev_on.png') no-repeat;
}

#ban_next {
    background: url('../img/ban_next.png') no-repeat;
}

#ban_next:hover {
    background: url('../img/ban_next_on.png') no-repeat;
}

@media (max-width:1200px) {
	.ban_text {
		margin-top: 35px;
	}
	.pager_wrap {
		bottom: 0px;
	}
}

@media (max-width:992px) {
	.ban_text {
		margin-top: 15px;
	}
	.pager_wrap {
		bottom: 0px;
	}
	.big_pink {
		font-size: 36px;
	}
	.desc {
		font-size: 18px;
	}
	.bs_item a {
		padding: 8px 20px;
	}
}

@media (max-width:769px) {
	.big_pink {
		font-size: 30px;
	}
	.pager_wrap {
		display: none;
	}
}

#about_wrap {
    background: #f2f2f2;
}

.about_name {
    color: #d51963;
    font-family: "HelveticaNeueCyr-medium";
    font-size: 13px;
    margin-bottom: -8px;
}
.about_item p {
    margin-top: 15px;
}
.container>.row {
    position: relative;
}

.js_shop_waitlist.shop_waitlist {
    display: none !important;
}


.js_shop_no_buy.js_shop_no_buy_good.shop_no_buy.shop_no_buy_good {
    display: block;
    color: #d51963;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0 0;
    font-family: "HelveticaNeueCyr-Light_0";
}
#shopid_recent .js_shop_no_buy.js_shop_no_buy_good.shop_no_buy.shop_no_buy_good,
#shopid_rec .js_shop_no_buy.js_shop_no_buy_good.shop_no_buy.shop_no_buy_good {
    padding-left:0;
}
#shopid_recent .shop-item .error, #shopid_rec .shop-item .error {
    padding-left: 0;
    padding-top: 3px;
}
.description-container .js_shop_no_buy.js_shop_no_buy_good.shop_no_buy.shop_no_buy_good {
    font-size: 16px;
    padding: 15px 10px 20px 0;
    font-family: "HelveticaNeueCyr-Bold";
}
.description-container .shop-item-dopwrap {
    margin-bottom:40px;
}
.about_item {
    padding-top: 65px;
	margin: 32px 0px 40px 0;
}

#preim_1 {
	background: url('../img/preim_1.png') no-repeat 0 7px;
}

#preim_2 {
	background: url('../img/preim_2.png') no-repeat 0 0%;
}

#preim_3 {
	background: url('../img/preim_3.png') no-repeat 0 9px;
}

#preim_4 {
	background: url('../img/preim_4.png') no-repeat 0 0%;
}

@media (max-width:769px) {
	#about_wrap {
		text-align: left;
	}
	#preim_1 {
		background: url('../img/preim_1.png') no-repeat 0% 50%;
	}
	#preim_2 {
		background: url('../img/preim_2.png') no-repeat 0% 50%;
	}
	#preim_3 {
		background: url('../img/preim_3.png') no-repeat 0% 50%;
	}
	#preim_4 {
		background: url('../img/preim_4.png') no-repeat 8px 50%;
	}
	.about_item {
		padding-top: 0px;		
		margin: 15px 0px;
		padding-left: 75px;	
		min-height: 60px;
	}
	.about_item p {
		margin: 5px 0px;
	}
	.about_name {
		padding-top: 8px;
	}
}

#brand_wrap {
    padding: 70px 0px;
}

.shop_brand img{
    margin: 0px auto;
}

.shop_brand {
    display: table;
    width: 100%;
}

.shop_brand_img {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.shop_brand_block {
    position: relative;
	padding: 0px 30px;
}

@media (max-width:769px) {
	#brand_wrap {
		padding: 30px 0px;
	}
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
	width: 25%;
	float: left;
	height: 223px;
	border-radius: 6px;
	padding: 6px;
}

.grid-item--width2 {
	width: 50%; 
}

.grid-item--height2 { 
	height: 446px; 
	float: right;
}

.grid-item--height2:first-child {
    float: left;
}

.grid-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}

@media (max-width:1200px) {
	.grid-item {
		height: 187px;
	}
	.grid-item--height2 { 
		height: 374px; 
	}
}

@media (max-width:992px) {
	.grid-item {
		height: 145px;
	}
	.grid-item--height2 { 
		height: 290px; 
	}
}

@media (max-width:769px) {
	.grid-item {
		width: 50%;
	}
	.grid-item a {
		background-image: none !important;
		border: 0px;
	}
	.grid-item--width2 {
		width: 100%; 
	}
	.grid-item {
		height: auto;
	}
	.grid-item--height2 { 
		height: auto;
	}
	.grid-item img {
		margin: 0 auto;
	}
}

.tabs_wrap {
    margin: 30px 0px;
}

.border_h {

}

.top_tabs {
    font-family: "HelveticaNeueCyr-Light_0";
    font-size: 17px;
    padding: 14px 20px 5px 0;
    font-weight: normal;
}

.top_tabs>span {
}

.top_tabs a {
    color: #474747;
    float: right;
}

.tabs_wrap .shop-item-wrap {
    width: 20%;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
	text-align: left;
	vertical-align: top;
}

.shop_list .shop-item, #new_tabs_2 .shop-item, #rek_tabs_2 .shop-item {
    margin: 15px 0px;
    position: relative;
}

.shop-item:hover {
    box-shadow: 0px 0px 10px #dddddc;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

.ui-tabs .ui-tabs-nav {
    display: inline;
    position: absolute;
    top: -46px;
    border: 0px !important;
    left: 200px;
}

.tabs_wrap .shop-item-wrap .js_shop.shop-item.shop {
    min-height: 465px;
    position: relative;
} 

.ui-tabs .ui-tabs-nav li {
    background-image: none !important;
    background-color: transparent;
    border: 0px !important;
}

.ui-tabs .ui-tabs-nav li a {
    border: 0px !important;
    color: #474747;
    font-family: "HelveticaNeueCyr-Italic";
	font-size: 14px;
}

.ui-tabs .ui-tabs-nav li a:hover {
    color: #d51963;
    text-decoration: underline;
}

.ui-state-active a {
    color: #d51963 !important;
    text-decoration: underline !important;
}

.ui-tabs-panel {
    text-align: center;
}

@media (max-width:600px) {
	/*.top_tabs {
		height: 76px;
	}*/
	.top_tabs a {
		float: none;
		margin-left: 10px;
	}
	.ui-tabs .ui-tabs-nav {
		left: 0px;
	}
}

.razmer span {
    margin-right: 10px;
    margin-bottom:10px;
    padding: 3px 5px 3px 4px;
	display: inline-block;
}

.razmer span.act_razm {
    color: #d51963;
    cursor: pointer;
}

.razmer span.act_razm:hover {
    text-decoration: underline;
}

.razmer span.act_razm.sel_razm {
    color: #fff;
    background-color: #d51963;
    border-radius: 15px;
}

.razmer span.act_razm.sel_razm:hover {
    text-decoration: none;
}

.fast_view_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/lupa_icon.png') no-repeat 50% 50%;
    top: 0px;
    left: 0px;
    cursor: pointer;
	opacity: 0;
	transition: all .5s;
}

.fast_view_icon:hover {
	opacity: 1;
}

.shop-item-price {
    padding: 5px 0 0;
}

.shop-item .error {
    font-size: 10px;
    padding: 0px 10px;
}

.shop-item .error a {
    color: #d51963;
}

.shop-item .shop_form {
    min-height: 85px;
}
.shop-item .shop_form_main {
    min-height: auto;
    margin-bottom: 0;
}
.shop_item_brand {
    margin: 0px 10px;
}

.shop_item_brand a {
    color: #717171 !important;
}

.razmer {
    margin: 0px 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#new_wrap {
    margin-top: 30px;
}

@media (max-width:1200px) {
	.tabs_wrap .shop-item-wrap {
		width: 25%;
	}
	#new_wrap .tabs_wrap .shop-item-wrap:nth-child(9) {
		display: none;
	}
	#new_wrap .tabs_wrap .shop-item-wrap:nth-child(10) {
		display: none;
	}
	#rek_wrap .tabs_wrap .shop-item-wrap:nth-child(5) {
		display: none;
	}
}

@media (max-width:992px) {
	.tabs_wrap .shop-item-wrap {
		width: 33%;
	}
	.tabs_wrap .shop-item-wrap:nth-child(9) {
		display: inline-block !important;
	}
	#rek_wrap .tabs_wrap .shop-item-wrap:nth-child(4) {
		display: none;
	}
}

#text_wrap.main_page {
    margin-bottom: 25px;
    margin-top: 40px;
}

#text_wrap.inner_page {
	margin-bottom: 30px;
    margin-top:20px;
}

#pre_footer {
    background-color: #f8f8f8;
    border-top: 1px solid #d3d3d3;
}

#pre_footer .block_header {
    color: #d51963;
    font-family: "HelveticaNeueCyr-Bold";
    margin: 30px 0px 15px 0px;
}

.botmenu a {
    text-decoration: none;
    color: #474747;
}

.botmenu li {
    list-style-type: none;
    margin: 5px 0px;
}

.botmenu {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.botmenu a:hover {
    color: #d51963;
}

.col_5 {
    width: 20%;
    float: left;
}

#mob_menu_icon_bot {
    width: 30px;
    height: 30px;
    cursor: pointer;
	background: url('../img/menu_icon.png') no-repeat;
	background-size: contain;
    margin: 15px 0px 0px 15px;
}

#pre_footer p:first-child {
    margin-top: 30px;
}

.col_5.hidden-xs.hid {
    display: block !important;
}

@media (max-width:992px) {
	#pre_footer .block_header {
		font-size: 13px;
	}
	.botmenu {
		font-size: 11px;
	}
}

@media (max-width:769px) {
	.col_5 {
		width: auto;
		margin: 0px 15px;
		float: none;
	}
	.botmenu {
		font-size: 14px;
	}
}

footer {
	height: 35px;
	line-height: 35px;
	color: #fff;
}

footer {
	background-color: #d51963;
}

#dev_wrap {
    text-align: right;
}

span.visible-xs {
    display: inline-block !important;
    padding-left: 10px;
}

@media (max-width:992px) {
	footer {
		font-size: 11px;
	}
}

@media (max-width:769px) {
	footer {
		height: auto;
		line-height: 20px;
	}
	#dev_wrap {
		text-align: left;
	}
}
#menu_line.inner_page {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}

#menu_line.inner_page #cat-menu {
    box-shadow: none;
}

#logo_line.inner_page {
    background-color: #fff;
}

#logo_line.inner_page .container {
    border: 0px;
}

.main_inner_ban {
    height: 253px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
	display: none;
}

.main_inner_ban:first-child {
    display: block;
}

#main_ban_wrap {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.cl_block .date {
    float: left;
    margin: 0px;
    color: #606060;
}

.cl_block .tags {
    float: right;
    color: #606060;
}

.cl_block .anons {
    clear: both;
    margin: 45px 0px 10px 0px;
}

.tags_block, .tags_block>span {
	font-size: 12px !important;
	color: #d51963;
	padding: 5px 0px 5px 20px;
}

#tags_h {
    border-bottom: 1px solid #9b9b9b;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px !important;
    line-height: 55px;
    margin-bottom: 10px;
	padding: 0px;
	background: url('../img/h4_open.png') no-repeat 98% 50%;
}

#tags_h>a {
    color: #d51963;
	font-family: "HelveticaNeueCyr-Medium";
	font-size: 14px !important;
    padding: 0px;
    display: inline;
}

.tags_block a {
    display: block;
    font-size: 12px !important;
    padding: 5px 0px 5px 20px;
}

.cl_block img {
    border-radius: 8px;
}

.clauses_all_img {
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
}

.clauses_id img {
    border-radius: 8px;
}

.clauses_text p {
    margin: 10px 0px;
}

#main_ban_wrap h1 {
    text-align: center;
    padding-top: 90px;
    color: #474747;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#main_ban_wrap h1>span {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 40px;
	display: inline-block;
}

.menu_opener {
    cursor: pointer;
}

.menu_opener.menu_close {
    background: url('../img/h4_close.png') no-repeat 98% 50% !important;
}

.menu_opener.menu_open {
    background: url('../img/h4_open.png') no-repeat 98% 50% !important;
}
.filter-toggle {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.filter-toggle-button {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    display: none;
}
@media (max-width:769px) {
	#main_ban_wrap h1 {
		padding-top: 30px;
		font-size: 25px;
	}
	#side_menu {
		display: none;
	}
    #side_menu, #side_filters .shop-search {
        display: none;
        padding: 0 15px;
    }
    .filter-toggle-button {
        display: block;
    }
    .filter-toggle {
        border: 1px solid #ccc;
    }
	#tags_h {
		background: url('../img/h4_close.png') no-repeat 98% 50%;
	}
}
#side_filters {
    margin-bottom: 20px;
}

#menu_h {
    border-bottom: 1px solid #9b9b9b;
    border-top: 1px solid #9b9b9b;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px !important;
    line-height: 55px;
    margin-bottom: 10px;
    padding: 0px;
    background: url('../img/h4_open.png') no-repeat 98% 50%;
}

#side_menu a {
    display: block;
    font-size: 13px !important;
    padding: 4px 0px;
    color: #333;
    text-decoration: none;
}
.active_flevel .top_level {
    color:#d51963;
}
#side_menu .brands li{
	padding:5px 0px;
}

#side_menu .brands li.brand a{
	display:inline;
}


#side_menu>span {
    font-size: 12px !important;
	padding: 5px 0px 5px 20px;
}

#side_menu hr {
    border-color: #9b9b9b;
}

.opl_name {
    background-color: #efefef;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
}

.opl_name:hover {
    background-color: #e4e4e4;
}

.opl_desc {
    padding: 0px 20px;
    display: none;
}

.opl_item {
    margin: 10px 0px;
}

.opl_name.opl_close {
    background-image: url('../img/opl_close.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.opl_name.opl_open {
    background-image: url('../img/opl_open.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

#main_ban_wrap.feed_page {
    margin-bottom: 0px;
}

#map_wrap {
    height: 750px;
	position: relative;
}

#map_container {
    height: 100%;
}

#contacts_info {
    position: absolute;
    top: 78px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #262422;
    text-align: center;
}

#mob_contacts_info {
    padding: 30px 0px;
    text-align: center;
}

#contacts_info img, #mob_contacts_info img {
    margin: 0 auto;
}

.strong {
    font-family: "HelveticaNeueCyr-Bold";
}

#contacts_info h5, #mob_contacts_info h5 {
    color: #d51963;
    text-transform: uppercase;
    margin-bottom: 22px;
}

/*#contacts_info p:last-child, #mob_contacts_info p:last-child {
    margin-top: 60px;
}*/

#contacts_info p:last-child a, #mob_contacts_info p:last-child a {
    color: #d51963;
}

@media (max-width:992px) {
	#contacts_info {
		max-width: 400px;
	}
}

@media (max-width:769px) {
	#map_wrap {
		height: 350px;
	}
}

.cart_order .border_h {
    margin-bottom: 10px;
}

table.cart {
    margin-bottom: 20px;
	width: 100%;
}

table.cart .border_h {
    margin-top: 20px;
}

th.cart_no {
    border: 1px solid #e1e1e1;
}

td.cart_img {
    border: 1px solid #e1e1e1;
}

th.cart_name, th.cart_count, th.cart_price, th.cart_discount, th.cart_summ, th.cart_remove, th.cart_promocode {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

th.cart_img {
    border-top: 1px solid #e1e1e1;
}

th.cart_name {
    width: 200px;
    padding-left: 10px;
}

th.cart_no, th.cart_count, th.cart_price, th.cart_discount, th.cart_summ, th.cart_remove, th.cart_promocode {
    text-align: center;
}

th.cart_remove, td.cart_remove {
    border-right: 1px solid #e1e1e1;
}

td.cart_no, td.cart_name, td.cart_count, td.cart_price, td.cart_discount, td.cart_summ, td.cart_remove, td.cart_promocode {
    border-bottom: 1px solid #e1e1e1;
}

tr.cart_last_tr:last-child {
    display: none;
}

table.cart th {
    font-weight: normal;
    padding: 10px;
}

td.cart_no, td.cart_count, td.cart_price, td.cart_discount, td.cart_summ, td.cart_remove, td.cart_promocode {
    text-align: center;
}
.cart_img {
    width: 80px;
}

td.cart_name {
    padding-left: 10px;
}

td.cart_no {
    border-left: 1px solid #e1e1e1;
}

.js_cart_remove {
    display: inline-block;
    width: 11px;
    height: 11px;
	background: url('../img/del_icon.png') no-repeat;
	cursor: pointer;
}

.js_cart_remove:hover {
	background: url('../img/del_icon_on.png') no-repeat;
}

.cart .number {
    height: 26px;
    border: 1px solid #cecece;
    width: 38px;
    text-align: center;
    border-radius: 3px;
    color: #474747;
    margin: 0px 3px;
}

td.cart_count span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #474747;
    border-radius: 5px;
    color: #474747;
    cursor: pointer;
}

td.cart_count span:hover {
    color: #d51963;
    border-color: #d51963;
}

.cart_deliv_item {
    background: url('../img/cart_deliv_bg.jpg');
    padding: 10px 0px;
}

.cart_deliv_check {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}

.cart_deliv_desc {
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    width: 100%;
}

.cart_delivery_name {
    font-family: "HelveticaNeueCyr-Bold";
}

.cart_form input {
    border-color: #cecece;
    width: 100%;
    height: 26px;
    border-radius: 4px;
}

.cart_form textarea {
    width: 100%;
    border-color: #cecece;
	border-radius: 4px;
}

.cart_form hr {
    border-color: #d3d3d3;
}

.cart_form .required_field {
    padding-left: 15px;
}

#itogo_wrap {
    border-radius: 8px;
	background: url('../img/pag_bg.jpg');
    text-align: right;
    padding: 10px 15px;
    margin-top: 15px;
}

#itogo_text span {
    font-family: "HelveticaNeueCyr-Bold";
    color: #d51963;
    font-size: 18px;
    padding-left: 10px;
}

#itogo_text {
    display: inline-block;
    margin: 0px 20px;
}

#itogo_btn {
    display: inline-block;
}

#itogo_wrap input {
    width: 215px;
    height: 40px;
    background-color: #d51963;
    background-image: none;
    text-transform: none;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    box-shadow: 0px 2px 2px #8c0b3e;
}

table.wishlist {
    margin-bottom: 20px;
	width: 100%;
}

th.wishlist_no {
    border: 1px solid #e1e1e1;
}

td.wishlist_img {
    border: 1px solid #e1e1e1;
}

th.wishlist_name, th.wishlist_count, th.wishlist_price, th.wishlist_buy, th.wishlist_summ, th.wishlist_remove {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

th.wishlist_img {
    border-top: 1px solid #e1e1e1;
}

th.wishlist_name {
    width: 200px;
    padding-left: 10px;
}

th.wishlist_no, th.wishlist_count, th.wishlist_price, th.wishlist_buy, th.wishlist_summ, th.wishlist_remove {
    text-align: center;
}

th.wishlist_remove , td.wishlist_remove  {
    border-right: 1px solid #e1e1e1;
}

td.wishlist_no, td.wishlist_name, td.wishlist_count, td.wishlist_price, td.wishlist_buy, td.wishlist_summ, td.wishlist_remove {
    border-bottom: 1px solid #e1e1e1;
}

table.wishlist th {
    font-weight: normal;
    padding: 10px;
}

td.wishlist_no, td.wishlist_count, td.wishlist_price, td.wishlist_buy, td.wishlist_summ, td.wishlist_remove {
    text-align: center;
}

.wishlist_img {
    width: 80px;
}

td.wishlist_name {
    padding-left: 10px;
}

td.wishlist_no {
    border-left: 1px solid #e1e1e1;
}

.js_wishlist_remove {
    display: inline-block;
    width: 11px;
    height: 11px;
	background: url('../img/del_icon.png') no-repeat;
	cursor: pointer;
}

.js_wishlist_remove:hover {
	background: url('../img/del_icon_on.png') no-repeat;
}

.wishlist_buy input {
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
	background: url('../img/wish_icon.png') no-repeat;
	color: transparent !important;
}

.wishlist_buy input:hover {
	background: url('../img/wish_icon_on.png') no-repeat;
}

.wishlist .number {
    height: 26px;
    border: 1px solid #cecece;
    width: 38px;
    text-align: center;
    border-radius: 3px;
    color: #474747;
    margin: 0px 3px;
}

td.wishlist_count span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #474747;
    border-radius: 5px;
    color: #474747;
    cursor: pointer;
}

td.wishlist_count span:hover {
    color: #d51963;
    border-color: #d51963;
}

.wishlist_last_tr td {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px;
}

.wishlist_last_tr td:first-child {
    border-left: 1px solid #e1e1e1;
}

.wishlist_last_tr td:last-child {
    border-right: 1px solid #e1e1e1;
}

td.wishlist_total {
    padding-left: 20px;
}

.shop_brand_page .shop_brand_name {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 16px;
}

.shop_brand_page .shop_brand {
    margin-bottom: 30px;
}

.shop_brand_page .shop_brand_img {
    height: auto;
    display: block;
}

#side_menu>ul {
    padding: 0px;
}

#side_menu li {
    list-style-type: none;
    margin: 0px;
}

.aside_menu ul {
    padding-left: 0;
}

.aside_menu a {
   /*  font-family: "HelveticaNeueCyr-Medium"; */
}

.aside_menu strong{
	font-size:13px;
}

#side_menu a.active {
    color: #d51963;
}

#side_menu li a.main_category {

}
.top_level {
    text-transform: uppercase;
}


.top_tabs a.cat_name {
    float: none;
}

.shop_list .border_h {
    margin: 20px 0px;
}

.shop_text {
    font-size: 12px;
}

.shop-search .js_shop_search_param {
    display: block;
    margin: 0px;
}

.shop_search_brand {
    display: inline-block;
    margin: 0px 6px;
}

.shop-search .input-title {
    display: inline;
	font-family: "HelveticaNeueCyr-Medium";
    font-weight: normal;
}

.shop-search select {
    display: inline-block;
    border: 1px solid #dedede;
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 );
    border-radius: 4px;
    margin-left: 0px;
}

.shop-search select:focus {
    background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#fefefe',GradientType=0 );
}

.shop-search {
    padding: 1px 0;
    margin-bottom: 60px;
    text-align: left;
}

.blocker {
    z-index: 2 !important;
    background-color: #fff !important;
}

.popUp {
	display: none;
	position: relative;
	width: 50%;
	max-width: 500px;
	min-width: 300px;
	height: auto;
	max-height: 370px;
	background-color: #fff;
	overflow: visible;
	border-radius: 3px;
	padding: 30px;
	box-shadow: 0px 0px 6px #393633;
	z-index: 999 !important;
}

.popup_title h3, .popup_title h4 {
    text-align: center;
}

.popup_title p {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

.popup_title {
    margin-bottom: 20px;
}


@media (max-width: 768px) {
	.popUp {
		max-height: 385px;
	}
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: #fff url('../img/del_icon_on.png') no-repeat 100% 50%;
    padding-right: 17px;
}

.popUp h3 {
    margin-top: 20px;
    font-weight: normal;
    font-size: 22px;
}

.popUp input[type=text], .popUp input[type=password] {
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 26px;
    border-radius: 4px;
}

.popUp input[type=submit] {
    background-color: #d51963;
    background-image: none;
    text-transform: none;
    box-shadow: 0px 2px 2px #8c0b3e;
    padding: 10px 0px;
    width: 50%;
	margin: 27px 30px;
}

#btns_bg {
    background: url('../img/pag_bg.jpg');
    position: absolute;
    width: 100%;
    height: 98px;
    bottom: 0px;
    left: 0px;
    border-radius: 4px;
}

#btns_bg .close-modal {
    background-image: none;
    padding-right: 0px;
    background-color: transparent;
    color: #1f1f1f;
    right: 30px;
    top: 40px;
}

.popUp form .errors {
    display: none !important;
}

.popUp .errors.error.error_message {
    margin: 50px 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Light_0";
}
.fast_view_wrap {
    display: none;
}
.popUp.fast_view_popup {
    max-height: 620px;
    width: 968px;
    max-width: 968px;
    padding: 30px 15px;
}

.popUp.fast_view_popup .close-modal {
    right: 30px;
}

.ocenka .shop-item-rate {
    display: inline-block;
    margin: 10px 0px;
}

.ocenka a {
    float: right;
    margin: 12px 0px;
    color: #474747;
}

.name_brand a {
    margin: 0px;
    color: #d51963;
}

.name_brand .shop_item_brand {
    margin: 25px 0px 0px 0px;
}

.ocenka {
    margin-bottom: 10px;
}

.name_brand .shop_item_brand a {
    color: #d51963 !important;
}

.name_brand {
    position: relative;
}
.name_brand h1 {
    margin-top:0;
    margin-bottom: 10px;
}

.name_brand .shop_b_img {
    position: absolute;
    top: -45px;
    right: 0px;
}
.product_page .breadcrumb {
    margin-bottom: 15px;
}
.fast_view .shop-item-price {
    padding: 0px;
    margin-top: 20px;
}

.fast_view .price {
    color: #d51963;
    font-weight: normal;
    font-family: "HelveticaNeueCyr-Bold";
}

.fast_view select {
    display: inline-block;
    border: 1px solid #dedede;
    background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 );
    border-radius: 4px;
    margin: 10px 20px 10px 0px;
}

.fast_view select:focus {
    background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#fefefe',GradientType=0 );
}

.show_tab_razm {
    color: #d51963;
}

.fast_view .addict-field .addict_p {
    display: none;
}

.fast_view .addict-field .addict_p.adp3 {
	display: block;
}

.fast_view .to-cart {
    display: inline-block;
    border-radius: 4px;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
	box-shadow: 0px 2px 2px #8c0b3e;
    margin-bottom: 5px;
	margin-top: 20px;
}

.fast_view .to-cart .button {
    text-transform: none;
    border-radius: 4px;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;      
    padding: 4px 30px 4px 50px;
    background-position: 19px 50%;
}

.soc_shop {
    margin-left: -7px;
	margin-top: 15px;
}

.fast_view .control-prev {
    background-color: #c3c3c3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 23px;
	color: transparent;
    margin-bottom: 5px;
}

.fast_view .control-next {
    background-color: #c3c3c3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 23px;
    margin-top: 5px;
	color: transparent;
}

.fast_view .control-prev:hover, .fast_view .control-next:hover {
    background-color: #d51963;
}

.fast_view .shop-item-anons {
    margin-top: 30px;
}

.no_pad {
    padding: 0px;
}

.fast_view .razmer {
    margin: 10px 0px 0px 0px;	
    padding: 5px 8px;
    border-radius: 6px;
	background: url('../img/pag_bg.jpg');
	position:relative;
}

.fast_view .razmer span {
    height: 32px;
    border: 1px solid;
    border-radius: 6px;
    line-height: 32px;
    padding: 0px 8px;
    color: #909090;
    background-color: #fff;
}

.fast_view .razmer span.act_razm {
    color: #d51963;
}

.fast_view .razmer span.act_razm:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d51963;
}

.fast_view .razmer span.act_razm.sel_razm {
    border-radius: 6px;
    color: #fff;
}

.soc_shop_left {
    margin-top: 28px;
}

@media (max-width: 992px) {
	.popUp.fast_view_popup {
		max-height: 558px;
		width: 750px;
		max-width: 750px;
	}
	.shop_all_img {
		height: 337px;
	}
	.shop_preview_img {
		height: 280px;
	}
	.shop_preview_img a {
		height: 90px;
	}
	.addict-field {
		margin: 5px 0;
	}
	.name_brand .shop_item_brand {
		margin: 10px 0px 0px 0px;
	}
	.fast_view .shop-item-price {
		padding: 0px;
		margin-top: 6px;
	}
	.show_tab_razm {
		display: block;
	}
}

@media (max-width: 769px) {
	.popUp.fast_view_popup {
		display: none;
	}
}

.product_view .shop-item-price {
    padding: 0px;
    margin-top: 5px;
}

.description-container .price {
    color: #d51963;
    font-weight: normal;
    font-size:34px;
}

.product_view select {
    display: inline-block;
    border: 1px solid #dedede;
    background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 );
    border-radius: 4px;
    margin: 0 20px 9px 0px;
}

.product_view select:focus {
    background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#fefefe',GradientType=0 );
}

.product_view.addict-field .addict_p {
    display: none;
}

.product_view .addict-field .addict_p.adp3 {
	display: block;
}

.product_view .to-cart {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
}
.discount-value {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
}
.product_view .to-cart .button {
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Light_0";
    padding: 9px 20px 7px 20px;
    letter-spacing: 2px;
    font-size: 12px;
    background: none;
}

.product_view .control-prev {
    background-color: #c3c3c3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 23px;
	color: transparent;
    margin-bottom: 5px;
}

.product_view .control-next {
    background-color: #c3c3c3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 23px;
    margin-top: 5px;
	color: transparent;
}

.product_view .control-prev:hover, .product_view .control-next:hover {
    background-color: #d51963;
}

.product_view.shop-item-anons {
    margin-top: 30px;
}

.product_view .addict-field .addict_p {
    display: none;
}

.product_view .addict-field .addict_p.adp3 {
	display: block;
}

.razmer {
    margin: 3px 0px 0 0px;
    padding: 5px 8px 0 0;
    border-radius: 6px;
	position:relative;
}
.razm_setki {
    margin-top:10px;
}
.razmer span {
    height: 32px;
    border: 1px solid;
    line-height: 32px;
    padding: 0px 8px;
    color: #909090;
    background-color: #fff;
}
.param-list {
    display:inline-block;
    padding-right: 10px;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 13px;
}
.razmer span.act_razm {
    color: #d51963;
    transition: box-shadow 1s ease-in;
}
.razmer .act_razm.highlight {
    box-shadow: 0px 0px 10px 1px #c40a3e;
}

.razmer span.act_razm:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d51963;
}

.razmer span.act_razm.sel_razm {
    color: #fff;
}

.product_view .shop-item-title {
    padding: 0px;
}
.product_view .shop_item_brand {
    display: block;
    margin:5px 0 20px 0;
}
.product_view .ocenka .shop-item-rate {
    margin-top:0;
}
.preim_item img {
    margin: 0 auto;
    max-width: 32px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0.6;
}

.preim_item img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	opacity: 1;
}

.preim_name {
    color: #363636;
    font-family: "HelveticaNeueCyr-Italic";
	font-size: 14px;
    text-align: center;
}

.preim_item {
    margin: 20px 0px;
}

.preim_item:hover .preim_name {
    color: #d51963;
}

.preim_item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	opacity: 1;
}

#shopid_info {

    padding: 0px 15px 20px 15px;
}

#shopid_info a {
    display: block;
    text-align: left;
    text-decoration: underline;
}

.product_view .shop-item-anons {
    margin: 20px 0px;
}

.shopid_param_item div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0px;
}

.shopid_param_name {
    width: 30%;
    font-family: "HelveticaNeueCyr-Bold";
}

.shopid_param_val {
    width: 70%;
}

#shopid_rec {
    margin: 30px 0px;
    padding-bottom: 3px;
	position: relative;
}

#shopid_recent {

}

#shopid_rec_wrap {

}

#shopid_rec .to-cart, #shopid_recent .to-cart {
    display: none !important;
}

#shopid_rec .border_h, #shopid_recent .border_h, .auto_rel .border_h {
    text-align: left;
	margin-bottom: 10px;
    padding-top: 10px;
}

#shopid_rec .shop_form, #shopid_recent .shop_form {

}

.shop-rel-item {
    padding: 10px;
    margin-bottom: 30px;
}

.shop-rec-item {
    margin-bottom: 10px;
    padding:10px;
}

.shop-rec-item img {
    margin: 0 auto;
}

#shopid_recent .shop-item-price .price-old, #shopid_rec .shop-item-price .price-old  {
    display: block;
}

.comments_form h3 {
    margin-top: 40px;
    font-weight: normal;
    font-family: "HelveticaNeueCyr-Light_0";
    font-size: 17px;
}

#comments_wrap {
    margin: 30px 0px;
}

.comments_form input[type=text], .comments_form input[type=mail], .comments_form input[type=email] {
    border: 1px solid #cecece;
    height: 26px;
    border-radius: 4px;
    margin: 0px;
    width: 200px;
}

.comments_form textarea {
    border: 1px solid #cecece;      
    height: 90px;      
    width: 100%;
    border-radius: 4px;
	margin: 0px;
}

.formcom_wrap {
    padding: 20px;
	margin-bottom: 20px;
    -webkit-box-shadow: 1px 6px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 6px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 6px 24px rgba(0, 0, 0, 0.15);
}

.formcom_wrap .infofield {
    display: block;
    margin-bottom: 5px;
}

.com_btn_wrap {
    background-color: #d51963;
    display: inline-block;
    width: 50%;
    text-align: center;
    min-width: 150px;
	margin-top: 15px;
}

.com_btn_wrap input {
    background-image: none;
    text-transform: none;
}

.comment {
    border: 1px solid #e1e1e1;
    margin: 15px 0px;
    padding: 15px;
}

.comments_param {
    font-family: "HelveticaNeueCyr-Bold";
}

.comments_date {
    font-family: "HelveticaNeueCyr-Italic";
}

.tooltip-inner {
    color: #474747;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #c9c9c9;
}

.tooltip.in {
    opacity: 1;
}

#shopid_rec .shop_img img, #shopid_recent .shop_img img {
    margin: 0 auto;
    max-height: 185px;
}

#shopid_rec .shop-rel-item:hover .shop_img {
    opacity: 1;
}

#shopid_rec_nav {
    position: absolute;
    top: 17px;
    right: 20px;
}

#shopid_rec_nav>div {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
	background-size: cover;
}

#shopid_rec_next {
	background: url('../img/ban_next.png');
}

#shopid_rec_next:hover {
	background: url('../img/ban_next_on.png');
	background-size: cover;
}

#shopid_rec_prev {
    margin-right: 30px;
	background: url('../img/ban_prev.png');
}

#shopid_rec_prev:hover {
	background: url('../img/ban_prev_on.png');
	background-size: cover;
}
#shopid_rec .shop-item-title, #shopid_recent .shop-item-title {
    font-size: 13px;
    margin: 5px 0px 0px 0px;
}

#shopid_rec .shop-item-price, #shopid_recent .shop-item-price {
    margin-top: 5px;
    margin-bottom:0;
}



@media (max-width: 1200px) {
	.product_view .control-prev {
		height: 12px;
	}
	.product_view .control-next {
		height: 12px;
	}
	.product_view .shop_preview_img a {
		height: 112px;
	}
	.product_view .shop_preview_img {
		height: 346px;
	}
	.product_view .shop_all_img {
		height: 384px;
	}
	.product_view .name_brand .shop_item_brand {
		margin: 15px 0px 0px 0px;
	}
	.product_view .shop-item-price {
		margin-top: 10px;
	}
	.product_view .shop-item-container .to-cart {
		margin: 0px 0;
	}
	.product_view .soc_shop {
		float: none;
		margin-top: 0px;
		margin-left: -7px;
	}
	.preim_name {
		font-size: 12px;
	}
	.comments_form input[type=text], .comments_form input[type=mail] {
		width: 156px;
	}
	#shopid_rec_wrap {
		height: 820px;
	}
	.product_view .shop-item-dopwrap .right_align, .fast_view .shop-item-dopwrap .right_align  {
		text-align: left;
	}
}

@media (max-width: 992px) {
	.product_view .shop_preview_img a {
		height: 102px;
	}
	.product_view .shop_preview_img {
		height: 317px;
	}
	.product_view .shop_all_img {
		height: 352px;
	}
	.comments_form input[type=text], .comments_form input[type=mail] {
		width: 156px;
	}
	#shopid_rec_wrap {
		height: 820px;
	}
	.product_view .shopid_param_name {
		width: 35%;
		padding-right: 10px;
	}
	.shopid_param_val {
		width: 65%;
	}
	.comments_form h3 {
		font-size: 14px;
	}
	.comments_form_param1 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.comments_form_param2 {
		width: 100%;
		float: none;		
		text-align: left;
	}
	.captcha-image {
		display: inline-block;
		margin-left: 0px;
		margin-top: 10px;
	}
	.com_btn_wrap input {
		padding: 4px 10px;
	}
	#shopid_rec_wrap {
		height: 760px;
	}
}

@media (max-width: 769px) {
	.product_view .top_tabs {
		height: auto;
	}
	.product_view .top_tabs a {
		float: right;
	}
	.product_view .no_pad {
		padding: 0px !important;
	}
	#shopid_rec_wrap {
		height: auto;
		border: 0px;
	}
	#shopid_rec {
		border-bottom: 0px;
		display: none;
	}
	#shopid_recent .shop-item img {

	}
	.product_view .control-prev {
		height: 102px;	
		width: 15px;
		float: left;
	}
	.product_view .control-next {
		height: 102px;	
		width: 15px;
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0px 0px 0px 6px;
	}
	.product_view .shop_preview_img {
		height: 102px;	
		text-align: center;
		margin: 0px 20px;
	}
	.product_view .shop_preview_img a {
		height: 102px;	
		width: 29%;
		display: inline-block;
		margin: 0px;
	}
	.product_view .shop_all_img a {
		left: 0px;
	}
	.product_view .shop_all_img {
		margin: 10px auto 0px auto;
		max-width: 300px;
	}
	.name_brand .shop_b_img {
		position: initial;
	}
}

.shopid_rec_item {
    width: 80%;
}

.cart tr.cart_last_tr td {
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
    font-family: "HelveticaNeueCyr-Bold";
}

.cart tr.cart_last_tr td:first-child {
    padding-left: 20px;
    border-left: 1px solid #e1e1e1;
}

.cart tr.cart_last_tr td:last-child {
    border-right: 1px solid #e1e1e1;
}

#shopid_rec .shop-item-dopwrap, #shopid_recent .shop-item-dopwrap {
    min-height: inherit;
}

.shop-item-type, .shop_item_brand, .shop-item-cat-title {
    display: none;
}

.podli>a {
    color: #d51963;
    font-family: "HelveticaNeueCyr-Bold";
}

.podli_new>a {
    color: #d51963;
    font-family: "HelveticaNeueCyr-Bold";
}

.podli_new:after {
    content: '(от 30% до 50%)';
    color: #d51963;
    font-family: "HelveticaNeueCyr-Bold";
    position: absolute;
    display: block;
    bottom: -10px;
    font-size: 14px;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
}
.shop_discount {
    background:#d51963;
}
.shop_action {
	background: #78d0e6;
	display:none;
}
.shop_action img {
	position: relative;
    top: -2px;
	min-width: 18px!important;
}
.shop_discount_5 {
    background: url('../img/5.png');
}

.shop_discount_10 {
    background: url('../img/10.png');
}

.shop_discount_15 {
    background: url('../img/15.png');
}

.shop_discount_20 {
    background: url('../img/20.png');
}

.shop_discount_25 {
    background: url('../img/25.png');
}

.shop_discount_30 {
    background: url('../img/30.png');
}

.shop_discount_35 {
    background: url('../img/35.png');
}

.shop_discount_40 {
    background: url('../img/40.png');
}

.shop_discount_45 {
    background: url('../img/45.png');
}

.shop_discount_50 {
    background: url('../img/50.png');
}

.shop_label_zvezd {
    background: url('../img/star.png');
}

.shop_label_demi {
    background: url('../img/demi.png');
}

.shop_label_spring {
    background: url('../img/vesna.png');
}

.shop_label_winter {
    background: url('../img/zima.png');
}

.shop_label_vesna-osen {
    background: url('../img/vesna-osen.png');
}

.shop_label_osen-zima {
    background: url('../img/osen-zima.png');
}

.shop_new {
    background: #49D787;
}

.shop_label_autumn {
    background: url('../img/osen.png');
}

.popUp.fast_view_popup .shop-item-title {
    margin-right: 120px;
    height: auto;
	min-height: 42px;
}

.popUp.fast_view_popup .name_brand .shop_b_img {
    top:-4px;
}

.shop_list .shop-photo {
    height: 284px;
    display: table-cell;
    vertical-align: middle;
    width: 251px;
}

.price span.js_shop_no_buy.shop_no_buy {
    display: none;
}

.js_shop_waitlist.shop_waitlist {
    margin-top: 10px;
}

.shop_list .shop-photo img, .tabs_wrap .shop-photo img  {
    margin: 0 auto;
    max-height: 279px;
}

.tabs_wrap .shop-photo {
    height: 284px;
    display: table-cell;
    vertical-align: middle;
    width: 213px;
}

@media (max-width: 1200px) {
	.shop_list .shop-photo {
		width: 213px;
	}
	.tabs_wrap .shop-photo {
		width: 221px;
	}
}

@media (max-width: 992px) {
	.shop_list .shop-photo {
		width: 251px;
	}
	.tabs_wrap .shop-photo {
		width: 226px;
	}
}

@media (max-width: 769px) {
	.shop_list .shop-photo {
		width: 340px;
	}
    #menu_line.inner_page {
        border-top:none;
        margin-bottom: 35px;
    }
}

span.title_raz {
    font-size: 30px;
    font-weight: normal;
    margin: 23px 0 7px;
    position: relative;
    color: #d51963;
    font-family: "HelveticaNeueCyr-Light_0";
    text-transform: uppercase;
    display: block;
	    margin-left: 25px;
}

span.min {
    font-size: 16px;
	    margin-left: 25px;
}

ul.raz {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 673.016px;
    margin-bottom: 40px;
	    margin-left: 25px;
}

ul.raz li {
    display: inline-block;
    border: 1px solid #D51963;
    margin: 0px;
    padding: 9px;
    width: 93px;
	
}

span.title_raz.nims {
    font-size: 25px;
    text-transform: inherit;
}

/*ul#top_menu.hid li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 12px;
    margin-bottom: 0px;
    border: none;
    width: 135px;
}

ul#top_menu.hid {
    width: 255px;
    float: left;
}

ul#top_menu.hid li:nth-child(2n-1) {
    width: 70px;
}

ul#top_menu.hid li a {
    font-size: 14px;
}

div#shourum {
    float: left;
    margin-top: 16px;
    font-size: 15px;
}

div#shourum p {
    margin: 0px;
    font-size: 14px;
    margin-top: 11px;
}*/
.haschildcontainer{
	display:none;
    padding-left: 20px;
}

.shop_search_cat_ids {
    display: none;
    margin: 0px 6px;
}

select.js_shop_search_cat_ids {
    width: 100%;
}
input[action="one_click"], input[action="one_click"]:hover {
    color: #d51963;
    text-align: left;
}

.sf-menu li:last-child .li_hover {
    left: initial;
    right: -1px;
}
.overlay {
    opacity:0.3;
}
#new_map {
	max-width: 100%;
}

.poisk_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
	background: url('../img/search_icon_white.png') no-repeat;
    position: relative;
    top: 3px;
}

#new_search_line {
    display: block;
	margin: 5px 0px 20px 0;
}
@media (max-width: 769px) {
    #new_search_line {
        display: block;
        margin-bottom: 35px;
    }
}

.profile-block, .vhod-block {
    font-size: 12px;
    margin-top: 10px;
}

.profile-block .btn, .vhod-block .btn {
    font-size: 12px;
    padding: 0px 0px 0px 7px;
    line-height: initial;
    border-radius: 0px;
    border: none;
    border-left: 1px solid;
    font-weight: initial;
    vertical-align: initial;
    display: inline-block;
    margin-left: 7px;
}

.profile-block .btn:hover, .vhod-block .btn:hover {
    color: #d51963;
}

.profile-block i, .vhod-block i {
    font-size: 16px;
    padding-right: 6px;
    color: #d51963;
}

.vhod_param i {
    padding-right: 7px;
    color: #d51963;
}

.vhod_param a {
    color: #d51963;
}

.popUp form .vhod_error {
    display: block !important;
    margin: 0px !important;
    text-transform: none !important;
    font-size: 12px !important;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif !important;
}

.usersettings_form input[type=submit], .registration_form input[type=submit], .reminding_form input[type=submit] {
    background-color: #d51963;
    background-image: none;
}

.usersettings_form input[type=text], .usersettings_form input[type=email], .usersettings_form input[type=tel], .usersettings_form input[type=password],
.registration_form input[type=text], .registration_form input[type=email], .registration_form input[type=tel], .registration_form input[type=password],
.reminding_form input[type=text], .reminding_form input[type=email], .reminding_form input[type=tel], .reminding_form input[type=password] {
    border-color: #cecece;
    width: 290px;
    height: 26px;
    border-radius: 4px;
}

#reg_intro {
    padding: 5px 8px;
    border-radius: 6px;
    background: url('../img/pag_bg.jpg');
    position: relative;
}

#reg_intro b {
    color: #d51963;
    font-weight: normal;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 16px;
}

#reg_intro p {
    margin: 5px 0px;
}

#reg_intro a {
    text-decoration: underline;
}

.cart_intro {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.cart_intro a {
    text-decoration: underline;
    display: block;
    width: 150px;
    text-align: center;
    margin: 10px auto 0px auto;
    background-color: #d51963;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #d51963;
}

.cart_intro a:hover {
    background-color: #fff;
    color: #d51963;
}

/*otzivi*/
#add_otz_wrap {
    display: none;
    margin-top: 15px;
}

.ab_form h2 {
    color: #474747;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
    background: url('../img/h4_open.png') no-repeat 100% 50%;
}

.ab_form h2.ab_form_close {
    background: url('../img/h4_close.png') no-repeat 100% 50%;
}

.ab_form {
    background: url('../img/pag_bg.jpg');
    box-shadow: 0px 2px 2px #d73570;
    border-radius: 5px;
    margin: 15px 0px 5px 0px;
    padding: 15px;
}

.ab_form h2:hover span {
    text-decoration: underline;
}

.ab_block-text {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    position: relative;
    left: -5px;
    background-color: #fff;
    padding: 30px;
}

.ab {
    margin: 15px 0px;
    display: table;
    width: 100%;
}

.ab_img img {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #d8d8d8;
}

.ab_block-text h4 {
    margin: 0px;
    color: #d51963;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    font-weight: normal;
}

.ab_date {
    margin-bottom: 0px;
    text-align: right;
}

.ab_form input[type="text"], .ab_form input[type="email"] {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d4d3d3;
}

.ab_form textarea {
    height: 167px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d4d3d3;
    padding: 10px;
}

.ab_form input[type='submit'] {
    color: #fff;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    background-image: none;
    background-color: #d51963;
    background-size: contain;
    padding: 8px 18px;
    display: inline-block;
    margin-left: 15px;
}

.mac .ab_form input[type='submit'] {
	padding: 10px 18px 6px;
}

.ab_form .required_field {
    display: inline-block;
}

.ab_form .p_er {
    display: none !important;
}

.cl_block {
    min-height: 425px;
}

.shop_one_click {
    color: #d51963;
    border: 1px solid #d51963;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.shop_one_click:hover {
    border: 1px solid #78D0E6;
}

.shop_one_click input {
    display: inline-block;
    width: 100%;
    padding: 0px;
    text-align: center !important;
    text-transform: none;
}

.cart_one_click_form input[type="button"] {
    background-color: #d51963;
    background-image: none;
    float: right;
    box-shadow: 0px 2px 2px #8c0b3e;
    padding: 8px 0px;
    text-transform: none;
    font-weight: normal;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    width: 44%;
}

.cart_one_click input[type=text] {
    padding: 10px 9px;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 0px;
    border-right: 0px;
}

.cart_one_click .order_form_param3 {
    float: left;
    width: 56%;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px 0px 0px 5px;
}

#shopid_recent .shop_one_click {
    display: none !important;
}

.cart_one_click .errors.error_message {
    display: none !important;
}

.dev_href {
    background-color: #E479A0;
}

.mal_href {
    background-color: #78D0E6;
    margin-right: 15px;
}

#dop_razdel_menu a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 9px 25px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
}

#dop_razdel_menu a:hover {
    background-color: #d51963 !important;
}

#dop_razdel_menu a:before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: '';
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.dev_href:before {
    background: url('../img/icon_dev.png') no-repeat 50% 50%;
}

.mal_href:before {
    background: url('../img/icon_mal.png') no-repeat 50% 50%;
}

#dop_razdel_menu {
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.cart_kupon {
    padding: 0px 15px;
    background: url('../img/pag_bg.jpg');
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.cart_kupon p {
    display: inline-block;
    margin: 0px;
}

.cart_kupon input[type=submit] {
    background-color: #d51963;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #d51963;
    background-image: none;
    text-transform: none;
    font-weight: normal;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    font-size: 12px;
    padding: 0px 25px;
}

.cart_kupon input[type=text] {
    margin: 0px 10px;
    display: inline-block;
}

.no_active_flevel ul li ul {
    display: none;
}
#side_menu>ul>li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#side_menu>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#side_menu li.haschild {
    position: relative;
}

.menu_new_str {
    position: absolute;
    width: 18px;
    height: 27px;
    display: block;
    top: 14px;
    margin-top: -13px;
    right: 0px;
    background: url('../img/h4_close.png') no-repeat 50% 50%;
    cursor: pointer;
}
.menu_toggle_str {
    width: 18px;
    height: 27px;
    display: block;
    margin-top: -13px;
    background: url(../img/h4_close.png) no-repeat 50% 50%;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 19px;
}
.menu_new_str.opened {
    background: url('../img/h4_open.png') no-repeat 50% 50%;
}

#side_menu a:hover {
    color: #d73570;
}

.sort-by.by-rate a, .sort-by.by-rate span {
    display: none;
}

.sort-by.by-rate select {
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    border-radius: 4px;
}

#side_filters .scroll-pane {
    max-height: 150px;
    box-sizing: border-box;
}
.y-scroll-panel {
    max-height: 330px;
    overflow: auto;
    margin-left:-8px;
}
.checkbox-field {
    display: inline-block;
    padding: 6px 0 4px 27px;
    position: relative;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    font-size: 13px;
    font-weight: normal;
}
.shop-search label.regular:hover {
    background-color:#e9e9e9;
}
.checkbox-field input[type=checkbox] {
    cursor: pointer
}
.checkbox-field input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.checkbox-field .square:before,
.checkbox-field .square::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: 2px;
    position: absolute;
    -webkit-transition: .3s background-color;
    -moz-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color
}
.checkbox-field .square::before {
    display: block;
    padding: 1px;
    left: 8px;
    border: 1px solid #b6b6b6;
    background:#fff;
}
.shop_search_param3 .checkbox-field .square::before {
    background: none;
    border:none;
}
.shop_search_param3 .checkbox-field .square::after {
    background: none;
    border:2px solid #ccc;
    width: 25px;
    height:25px;
    top:0;
}
.shop_search_param3 .checkbox-field:hover .square::after {
    left:-4px;
    background: none;
    border: 3px solid #e9e9e9;
    width: 33px;
    height: 33px;
    top: -6px;
}
.checkbox-field .square::after {
    top: 6px;
    left: -9999px;
}
.checkbox-field input:checked+.square::after {
    left: 10px;
    color: #000;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    content: "\e114";
}
.shop_search_param3 .checkbox-field input:checked+.square::after {
    left:-4px;
    background: none;
    border: 3px solid #d51963;
    width: 33px;
    height: 33px;
    top: -6px;
    content:'';
}

.checkbox-field input:checked+.square {
    font-family: "HelveticaNeueCyr-Bold";
}

#side_filters .title {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#side_filters input[type=submit] {
    background-color: #d51963;
    background-image: none;
    width: 100%;
}
#side_filters input[type=submit]:hover {
    background-color: #78d0e6;
}
@media (max-width: 769px) {
	.ab_img {
		display: table-cell;
		width: 56px;
	}
}
.js_shop_search_form{
    position: relative;
}

.res_count a,.res_count a:hover{
    color:white;
}
.res_count {
  position: absolute;
  left: 165px;
  padding: 8px 10px;
  background: #d51963;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
  color: white;
  z-index: 201;
}
.res_count:before {
  content: '';
  display: block;
  position: absolute;
  left: -21px;
  top: 2px;
  border: 14px solid transparent;
  /* border-right: 7px solid white; */
  border-right: 7px solid #d51963;
}
.shop-search label{
    display: block;
    cursor:pointer;
    margin:0 0 2px 0;
}
.shop-search .shop_search_param3 label{
    display: inline-block;
    cursor:pointer;
    width: 27px;
    height: 27px;
    padding: 0;
    margin: 0 0 8px 8px;
    border: 1px solid #ececec;
}
.shop_search_param3 .y-scroll-panel {
    overflow: visible;
    padding-top: 5px;
}
.shop-search .shop_search_param3 label:hover {

}
.colorbox-13 {
    background: #19d552;
}
.colorbox-14 {
    background: #d9d9d9;
}
.colorbox-15 {
    background: #d9d5b2;
}
.colorbox-16 {
    background: #f4ec6f;
}
.colorbox-17 {
    background: rgba(227, 227, 228, 0.06);
}
.colorbox-18 {
    background: #f4cf5e;
}
.colorbox-19 {
    background: #cfa342;
}
.colorbox-20 {
    background: #f4ec6f;
}
.colorbox-21 {
    background: #d1a1f4;
}
.colorbox-22 {
    background: #f4aeec;
}
.colorbox-23 {
    background: #6a6a6a;
}
.colorbox-24 {
    background: #f5f5f5;
}
.colorbox-26 {
    background: #f42f37;
}
.colorbox-27 {
    background: #5d86f4;
}
.colorbox-121 {
    background: #f7ff10;
}
.colorbox-125 {
    background: #b558ff;
}
.colorbox-126 {
    background: #ff29a5;
}
.colorbox-148 {
    background: #9ce5ff;
}

.no_active_flevel ul {
    display: none;
}

.no_active_flevel {
    margin-bottom: 10px !important;
}

.formcom_wrap .infoform {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}

a.white_href {
    color: #fff;
    text-decoration: none;
}

.ui-autocomplete {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #BEBEBE;
    width: 215px;
    border-top: 0px;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
}

.ui-autocomplete li {
    list-style-type: none;
    background-image: none !important;
    border: 0px !important;
    background: transparent !important;
}

.cart_delivery_text input[type=text] {
    color: #000;
}

.ui-autocomplete:hover li, .ui-autocomplete li.ui-menu-item:hover, .ui-autocomplete a:hover, .ui-autocomplete ul:hover, .ui-autocomplete div:hover {
    background-image: none !important;
    border: 0px;
    background: transparent !important;
}

.ui-autocomplete a {
    color: #d51963 !important;
    background-image: none !important;
    border: 0px !important;
    background: transparent !important;
    cursor: pointer;
}

#sdek_map {
    width: calc(100% - 20px) !important;
    height: 400px !important;
}

@media (max-width: 769px) {
	.tabs_wrap .shop-item-wrap {
		width: 50%;
		max-width: 350px;
		margin: 0 auto;
	}
	.tabs_wrap .shop-photo {
		width: 330px;
	}
	.shop_list .shop-item {
		min-height: initial;
	}
	.shop_list .shop-photo img, .tabs_wrap .shop-photo img {
		max-height: 200px;
	}
	.tabs_wrap .shop-photo {
		height: 200px;
	}
	.tabs_wrap .shop-item-wrap .js_shop.shop-item.shop {
		min-height: 265px;
	}
	.shop_list .shop-photo {
		height: 200px;
	}
}

@media (max-width: 400px) {
	.tabs_wrap .shop-item-wrap {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.shop-item img {
		min-width: 100%;
		max-height: initial !important;
	}
	.shop_list .shop-item {
		max-width: 350px;
		margin: 10px auto;
	}
}

@media (max-width:359px) {
	.tabs_wrap .shop-item-wrap {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		display: block;
	}
	.shop_list .col-xs-6, #new_tabs_2 .col-xs-6, #rek_tabs_2 .col-xs-6, .auto_rel .col-xs-6  {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.shop_list .shop-item {
		min-height: auto;
	}
}

@media (max-width: 300px) {
	.shop_list .shop-photo {
		height: auto;
		display: block;
		width: 100%;
		max-height: initial;
	}
	.tabs_wrap .shop-photo {
		height: auto;
		display: block;
		width: 100%;
	}
}
.grid .moving {
    position:absolute;
    right:0;
}
.product_page .bread_crumbs h1 {
    display:block;
}
.product_page .name_brand h1 {
    display: none;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .product_page .bread_crumbs h1 {
        display:none;
    }
    .product_page .name_brand h1 {
        display: block;
    }
}
@media (min-width: 770px) {
    .grid .moving {
        position:relative;
        right:0;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.no_buy_description {
    margin-top: 0;
}
.navbar-header {
    background: #fff;
    outline: 1px solid #fff;
}
.navbar-default .navbar-toggle {
    background: #d51963;
    border-color: #d51963;
    margin-right: 7%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #d51963;
}


.navbar-default .navbar-collapse {
    padding: 0;
}
.navbar-default .navbar-collapse ul {
    padding: 0;
}
.left_menu_level_1>li>span {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 17px;
    display:inline-block;
}
.left_menu_level_1>li:first-child {
    margin-top: 5px;
}
.left_menu_level_2>li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    background: #f8f8f8;
}
.left_menu_level_2>li>a {
    display: block;
    padding: 10px 40px 10px 15px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.left_menu_level_2>li>a.dropdown-toggle:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.21);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.left_menu_level_2>li.open>a:after {
    content: "\e113";
}
.navbar-default {
    border:none;
    margin-bottom: 0;
    margin-top: 11px;
}
#navbar {
    background: #fff;
    border: none;
}
.navbar-default ul.left_menu_level_3 {
    position: relative;
    top:0;
    float:none;
    background: #fcfcfc;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    margin: 0;
}
.navbar-default .left_menu_level_3>li {
    margin: 0;
}
.navbar-default .left_menu_level_3>li>a {
    padding: 8px 10px 8px 30px;
    font-size: 12px;
}
.top_level li>a:after {
    content: none;
}
.top_level li:last-child {
    //display: none;
}
.menu-bars {
    display: inline-block;
}
.menu_text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: -4px;
    padding-left: 5px;
    font-size: 11px;
}
.navbar-toggle {
    padding: 11px 14px 6px 15px;
    float:none;
    display: inline-block;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
    transition: all 0.15s ease-out;
    position: relative;
}
.navbar-default .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 6px;
}
.navbar-default .icon-bar:last-child {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
    top: -6px;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
    position: relative;
}
.navbar-toggle.collapsed .icon-bar:first-child {
    top:0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:last-child {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.link_icon {
    font-size: 27px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.cart_button {
    margin-right: 7%;
}
.navbar-default .to_login {
    font-size: 23px;
    top: 2px;
}
.navbar-default .zakaz_wrap p {
    margin:0;
    font-size: 23px;
}
.navbar-default .zakaz_wrap {
    margin-right: 6%;
}
.mob-navigation {
    display: inline-block;
    width: 247px;
    float: right;
}
@media (max-width: 482px) {
    .mob-navigation {
        float: none;
        text-align: right;
        width: 100%;
    }
    .navbar-toggle {
        float:left
    }
    .navbar-default .to_login {
        top:7px;
    }
    .link_icon {
        top:10px;
    }
}
.left_menu_level_1 {
    text-align: left;
}
.auto_rel img {
    max-height: 200px;
    margin: 0 auto;
}

#side_menu>.aside_menu>li>a {
    text-transform: uppercase;
}
#side_menu>.aside_menu>li.active_flevel>a {
    color: #d51963;
}
.play-video {
    /*background: url(../img/play-video.jpg) top left no-repeat;*/
    position: relative;
    background: #f0f0f0;
    vertical-align: top;
}
.play-video .top-frame, .play-video .bottom-frame  {
    height: 12px;
    background: #000;
    width: 100%;
}
.bottom-frame {
    position: absolute;
    bottom: 0;
}
.play-video .top-frame:after, .play-video .bottom-frame:after {
    content: " ";
    border-top: 5px dotted #fff;
    width: calc(100% + 13px);
    height: 1px;
    display: block;
    top: 4px;
    position: relative;
    left: -7px;
}
.play-button {
    text-align: center;
    top: 25%;
    position: relative;
}
@media (max-width:1200px) {
    .play-button {
        top: 15%;
    }
}
.play-button .glyphicon {
    color: #000;
    background-color: #fff;
    padding: 7px 7px 9px 9px;
    margin: auto;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: relative;
    font-size:22px;
}
.map-item {
	display: block;
    padding-bottom: 5px;
}
.sale-block {
    border: 2px dashed #d51963;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sale-block b {
	color:#d51963;
}
.promo-id {
    display: inline-block;
    padding: 8px 12px 10px;
    background: #000000;
    color: #fff;
    margin: 10px 0 14px;
    position: relative;
    cursor: pointer;
}
.promo-id b {
    color: #d51963;
    font-size: 15px;
}
.total-price {
    color: #000000;
    font-size: 21px;
    padding-bottom: 12px;
}
.promo-id .hidden-block {
    text-align: center;
    position: absolute;
    left: 0;
    margin-top: 8px;
    width: 100%;
    z-index: 99999;
    display: none;
    color: #fff;
    background: #d51963;
    padding: 15px 5px 17px;
    /* border: 2px solid #000000; */
    -webkit-box-shadow: 0px 8px 19px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 19px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 19px -4px rgba(0, 0, 0, 0.5);
}
.promo-id:hover .hidden-block {
    display:block;
}
.promocode {
    color: #fff;
    background: #000;
    padding: 5px;
    text-align: center;
    margin-top: 8px;
}
.promocode span {
    color: #d51963;
}
span.old_price {
    position: relative;
    display: inline-block;
}
span.old_price:after {
    content: " ";
    width: calc(100% + 10px);
    border-bottom: 2px solid rgba(213, 25, 99, 0.58);
    display: inline-block;
    position: absolute;
    left: -5px;
    padding: 0 12px;
    top: 6px;
}
span.discount_value {
    color:#d51963;
    line-height: 2.5;
}
td.cart_no, td.cart_img, td.cart_name, td.cart_count, td.cart_price, td.cart_promocode, td.cart_summ, td.cart_remove {
    border:none;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
}
th.cart_no {
    width: 40px;
}
.cart>thead>tr>th {
    text-align: left;
    border:none;
    border-bottom:1px solid #e1e1e1;
    color: #a7a7a7;
}
td.cart_name {
    line-height: 1.8;
}
td.cart_remove {
    text-align: right;
}
th.cart_no {width:4%;}
th.cart_img {width:8%;}
th.cart_name {width:43%;}
th.cart_price {width:10%;}
th.cart_promocode {width:10%;}
th.cart_summ {width:10%;}
th.cart_remove {width:15%;}

.cart_count_minus:hover, .cart_count_plus:hover {
    color: #d51963;
}
.cart_count_minus, .cart_count_plus {
    cursor:pointer;
    padding: 5px;
    display: inline-block;
}
.cart .number {
    margin: 0;
}
.cart tr.cart_last_tr td {
    border:none;
    padding: 20px 10px;
}
.cart tr.cart_last_tr td:first-child, .cart tr.cart_last_tr td:last-child {
    border: none;
}
.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative;background:#fff;white-space:nowrap;-webkit-transition:background .2s;transition:background .2s}.sf-menu>li>ul{position:absolute;display:none;top:43px;padding:28px 0 18px 50px;left:-1px;z-index:99;width:725px;background-color:#fff;border:1px solid #d3d3d3;-webkit-border-radius:0 6px 6px;-moz-border-radius:6px;-moz-border-radius-topleft:0;border-radius:0 6px 6px;min-width:12em;box-shadow:-1px 1px 4px rgba(0,0,0,.19)}.sf-menu li a,.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{display:block}.sf-menu>li>ul.menu-informatsiya,.sf-menu>li>ul.menu-novinki,.sf-menu>li>ul.menu-rasprodazha{width:506px}.sf-menu>li>ul.menu-brendy{width:500px}.sf-menu>li{float:left}.sf-menu li a{position:relative;color:#474747}.sf-menu ul ul{top:0;left:100%}.sf-menu{margin-bottom:1em}#cat-menu li.active:hover,#cat-menu li.parent:hover{height:43px;box-shadow:-2px 1px 4px rgba(0,0,0,.19);-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}.sf-menu>li>a,.sf-menu>li>ul>span>a{border-left:1px solid #fff;border-top:1px solid #dFeEFF;border-top:1px solid rgba(255,255,255,.5);padding:0 50px;margin:13px 0;text-decoration:none;zoom:1;border-right:1px solid #d3d3d3;background:#fff;z-index:100}.sf-menu>li:hover>a{margin:0;padding:13px 50px 13px 52px;border-top:1px solid #d3d3d3;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}.sf-menu>li:hover:last-child>a{border-right:1px solid #d3d3d3}.sf-menu>li>ul>li{background:#fff;padding:0;float:left;width:222px;min-height:28px}.sf-menu>li>ul.menu-brendy>li{width:141px}.sf-menu li.sfHover,.sf-menu li:hover{background:#fff;-webkit-transition:none;transition:none}.sf-menu>li:hover{margin-left:-2px;z-index:101}.sf-arrows .sf-with-ul:after{position:absolute;top:50%;right:24px;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#fff;border-top-color:rgba(213,25,99,1)}.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:rgba(213,25,99,1)}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent transparent transparent #dFeEFF;border-left-color:rgba(255,255,255,.5)}.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}#cat-menu a:hover{color:#d51963}.sf-menu ul li:last-child{border-radius:0 0 6px 6px}.sf-menu li:last-child ul,.sf-menu>li>ul.menu-novinki{right:0;left:initial;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px;-moz-border-radius-topright:0;border-radius:6px 0 6px 6px}.sf-menu ul li:nth-child(2){border-radius:0 6px 0 0}.li_hover{position:absolute;background-color:#fff;border:1px solid #d3d3d3;border-bottom:none;border-radius:6px 6px 0 0;height:46px;z-index:1;display:inline-block;top:-46px;left:-1px}.menu>.li_hover>a{border-color:transparent;margin:15px 0}.sf-menu>ul>li>a{margin:5px 0}.menu li a{font-family:HelveticaNeueCyr-Bold}.menu .sub-menu a,.menu-brendy li a,.menu-informatsiya li a,.menu-novinki li a,.menu-rasprodazha li a{font-family:HelveticaNeueCyr-Roman}.menu-rasprodazha li.podli a{color:#d51963;font-family:HelveticaNeueCyr-Bold}.sub-menu li{padding:3px 0}@media (max-width:1200px){.sf-menu>li>a{padding:0 50px}}@media (max-width:992px){.sf-menu>li>a{padding:0 32px}.sf-menu>li:hover>a{padding:13px 32px 13px 34px}.sf-menu>ul>li{width:154px}.sf-menu>li>ul{padding-left:34px}}@media (max-width:840px){.sf-menu>li>ul.menu-rasprodazha{width:283px}}.razmer_error{color: #d51963;font-family: HelveticaNeueCyr-Bold;}
    .comments_form_param {
        width: 100%;
        float: none;
        margin-bottom: 20px;        
    }
.rating-line {
    font-size: 15px;
    color: #c2c2c2;
    display: block;
    min-width:100px;
    padding-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}
.rating-line span {
    padding-right: 3px;
}
.rating-line .glyphicon-star {
    color: #ff7800;
}
.text-rating {
    display: inline-block;
    position: relative;
    top: -6px;
    color: #989898;
    padding-left: 5px;
}
.comments_form .error_message {
    color: #d51963;
    position: relative;
    top: -16px;
}
.formcom_wrap .rating-line {
    font-size: 25px;
    min-width:auto;
    display: inline-block;
}
.formcom_wrap .rating-line span {
    padding-right: 5px;
}
.shop-item .rating-line {
    font-size: 12px;
    margin-top: 9px;
    display: inline-block;
    min-width: auto;
    padding-right: 2px;
    cursor: inherit;  
}
.shop-item .rating-count {
    display: inline-block;
    position: relative;
    top: -1px;
    color: #969696;
}