body {font-size: 13px; font-family: 'Montserrat', sans-serif; color:#333;}
a {color:#333;text-decoration:none;}
a:hover {color:#333;text-decoration:underline;}
.mt-05 {margin-top: 0.5em !important;}
.mt-10 {margin-top: 1.0em !important;}
.mt-10 {margin-top: 1.0em !important;}
.mt-15 {margin-top: 1.5em !important;}
.mt-20 {margin-top: 2.0em !important;}
.mt-25 {margin-top: 2.5em !important;}
.mt-30 {margin-top: 3.0em !important;}

.row-flex {
    display: flex !important;
    flex-wrap: wrap !important;
}
.delcarts a {
	cursor: pointer;
}
.inperr {
	border: 1px solid red !important;
}
.row-flex:after,
.row-flex:before {
    display: flex;
}
.profilform > div {
	display: block;
	margin: 0 0 15px 0;
}
.profilform > div input {
	display: block;
	border: 0px;
	background-color: #eee;
	padding: 10px 10px;
	width: 100%;
	margin-top: 6px;
	border-radius: 3px;
}
.profilform input[type='submit']{
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	padding: 10px 40px;
	border: 0px;
	float: right;
}
.row-flex .item {
    display: flex !important;
    flex-direction: column !important;
}
.bannerstxt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3em;
}
.bannerstxt > div {
	background-position: center right;
	background-repeat: no-repeat;
	height: 300px;
	background-size: auto 100%;
	border: 1px solid #eee;
	border-radius: 5px;
}
.bannerstxt h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.bannerstxtlink {
	padding-top: 1em;
}
/*.bl {
	display: block;
}*/
.bl2menu {
	display: grid;
	grid-template-columns: 1fr 6fr;
	grid-gap: 2em;
}
.bl2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
}
.menuprofil {
	background-color: #F7F7F7;
}
.menuprofil a {
	display: block;
	padding: 8px 35px;
	text-decoration: none;
}
.menuprofil a:hover {
	background-color: #aaa;
	color: #fff;
}
.menuprofil .activm {
	background-color: #000;
	color: #fff;
}
.bannerstxt > div > div {
	width: 100%;
	height: 100%;
	padding: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+71&1+0,0+67 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
/* ================================================================================= */
.row_top {
    margin: 10px 0 25px 0;
}
.row_up {
	background-color: #f9f9f9;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.row_top .top_menu {
    margin: 35px 0 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.row_top .top_menu li {
    display: inline-block;
    margin-right: 15px;
}

.row_top .top_menu li:last-child {
    margin-right: 0;
}

/* Телефон */
.row_top .top_phone {
    margin: 35px 0 0 0;
    font-weight: 700;
    font-size: 15px;
}
.top_phone a {
	display: inline-block;
}
.top_phone div {
	display: inline-block;
	margin-left: 5px;
}
.top_phone div a {
	display: inline-block;
	margin-left: 9px;
}
.top_phone div a img {
	width: 15px;
}
/* Вход */
.row_top .top_login {
    margin: 29px 0 0 0;
    text-align: center;
}

/* Выход */
.row_top .top_logout {
	background: url(../images/user.svg) left top no-repeat;
    margin: 35px 0 0 0;
    min-height: 30px;
    text-align: center;
}

.row_top .top_logout .top_email {
}
.top_email {
}
/* Корзина */
.row_top .top_cart_block {
    float: right;
    margin: 30px 0 0 0;
}

.row_top .top_cart_block .top_cart_guest {
    margin: 1px 0 0 0;
}

.row_top .top_cart_block .top_cart {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.row_top .top_cart_block .top_cart a span.cart_link {
    text-decoration: underline;
}

.row_top .top_cart_block .top_cart a:hover {
    text-decoration: none;
}

.row_top .top_cart_block .top_cart a span.cart_link:hover {
    text-decoration: none;
}

.row_top .top_cart_block .top_city {
    font-size: 12px;
    text-align: right;
}

.row_top .top_cart_block .top_city a {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 10px;
    font-size: 11px;
}

.row_top .top_cart_block .top_city a:hover {
    text-decoration: none;
}


/* ================================================================================= */
/* Поиск */
.row_top .top_search {
    margin: 29px 0 0 0;
}

.search_block {
    position: relative;
}

.search_block .search_field {
    border: none;
    background-color:#f7f7f7;
    width: 100%;
    height:35px;
    line-height:30px;
    padding-right:75px;
    padding-left: 20px;
    -moz-box-sizing: border-box; box-sizing: border-box;
    font-size:11px;
    color: #000;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.search_block .search_field:focus {
    outline:none;
    color: #000;
}

.search_block .search_button {
    border: none;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    font-size: 10px;
    font-weight: 700;
    width: 70px;
    padding: 0;
}
.search_block .search_button:hover {

}

.search_field::-webkit-input-placeholder { color: #999;opacity: 1 !important; }
.search_field:-moz-placeholder { color: #999;opacity: 1 !important; }
.search_field::-moz-placeholder { color: #999;opacity: 1 !important; }
.search_field:-ms-input-placeholder { color: #999;opacity: 1 !important; }

/* ================================================================================= */
.bg_top_menu2 {
    background-color: #333;
    padding: 15px 0;
    margin: 30px 0 0 0;
}

.bg_top_menu2 .top_menu2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.bg_top_menu2 .top_menu2 li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.bg_top_menu2 .top_menu2 li a {
    color: #FFF;
}
	#top_menu li ul {display: block; visibility: hidden; background-color: #333; margin: 0px 0 0 -20px; padding:10px; position: absolute;}
		#top_menu li:hover ul {visibility: visible; z-index: 1000;}
		#top_menu li li {float: none; background: none; display: block; width: 100%;}
		#top_menu li li a {display: block; padding: 4px 10px 6px 10px; height: 1%; text-align: left; margin-left: 0;}
		#top_menu li li a,
		#top_menu li:hover li a,
		#top_menu li:hover li a:hover {color: #fff !important;}
		#top_menu li li a,
		#top_menu li:hover li a {background: none;}
		#top_menu li li.cur a,
		#top_menu li li a:hover,
		#top_menu li li:hover a,
		#top_menu li li:hover li a:hover {}
			#top_menu li:hover ul ul {display: none; left: 100%;}
			#top_menu li li:hover ul {display: block;}
			#top_menu li li:hover li a {background: none;}
			#top_menu li li:hover li {background: none;   position: relative;}

/* ================================================================================= */
#main-carousel {
  margin-top:35px;
}

#main-carousel .carousel-inner .item {
  height:700px;
}
#main-carousel .carousel-inner .item:nth-child(1) {background:#FFF url(../images/slider/slider1.jpg) center top no-repeat;}
#main-carousel .carousel-inner .item:nth-child(2) {background:#FFF url(../images/slider/slider2.jpg) center top no-repeat;}
#main-carousel .carousel-inner .item:nth-child(3) {background:#FFF url(../images/slider/slider3.jpg) center top no-repeat;}

#main-carousel .carousel-inner .item .carousel_desc {
    position:absolute;
    bottom:200px;
    left:50%;
    margin-left:-790px;
}

#main-carousel .carousel-inner .item .carousel_desc .title {
    font-size:50px;
    line-height:1.2;
    text-transform:uppercase;
    color:#FFF;
}

#main-carousel .carousel-inner .item .carousel_desc .desc {
    font-size:15px;
    line-height:1.2;
    color:#FFF;
    margin-top:20px;
}

#main-carousel .carousel-inner .item .carousel_desc .link {
    margin-top:20px;
}

#main-carousel .carousel-inner .item .carousel_desc .link .btn-lg {
    padding:12px 40px;
}


/* ================================================================================= */
.main_promo_img {
  margin-top:35px;
  background:#FFF url(../images/slider/s0.jpg) center top no-repeat;
  height:700px;
}

.main_promo_img .text {
  float:left;
  width:560px;
  font-size:88px;
  margin-top:210px;
  line-height:1;
  font-weight:100;
}

.main_promo_img .text span {
  color:#fe382d;
  font-weight:500;
}

.main_promo_img .links {
  float:right;
  width:580px;
  margin-top:220px;
}

.main_promo_img .links .item {
  float:left;
  width:25%;
  text-align:center;
}

.main_promo_img .links .item a {
  text-decoration:underline;
  color:#fe382d;
}

.main_promo_img .links .item a:hover {
  text-decoration:none;
}

.main_promo_img .links .item .link {
  font-size:23px;
  font-weight:300;
}

/* ================================================================================= */
.bg_main_promo_text {
    padding:30px 0;
    margin:20px 0 10px 0;
}

.row_main_promo_text .title {
    font-size:13px;
    line-height:1.2;
    font-weight:700;
    text-transform:uppercase;
    padding-left: 55px;
    padding-top: 10px;
    width:300px;
    min-height: 50px;
}

.row_main_promo_text .col-xl-4:nth-child(1) .title {background: url(../images/ico11.svg) left center no-repeat;}
.row_main_promo_text .col-xl-4:nth-child(2) .title {background: url(../images/ico22.svg) left center no-repeat;}
.row_main_promo_text .col-xl-4:nth-child(3) .title {background: url(../images/ico33.svg) left center no-repeat;}

.row_main_promo_text .desc {
    margin-top:10px;
}

/* ================================================================================= */
.bg_main_promo_block {
  font-weight:300;
/*   background-color: #333333; */
  padding:10px 0;
  background-color: #fff;
}

.bg_main_promo_block .container .row {
  margin-right: -5px;
  margin-left: -5px;
}

.bg_main_promo_block .container .row .col-xl-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.bg_main_promo_block .block {
  display:block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  text-decoration:none;
  position:relative;
}

.bg_main_promo_block .block .title {
/*  background-color: #ffffffe6; */
	background-color: transparent;
  color:#333;
  display:inline-block;
  padding:30px;
  width:250px;
}

  .bg_main_promo_block .block .title .head {
    font-size:30px;
    font-weight:700;
    line-height:1;
  }

  .bg_main_promo_block .block .title .text {
    margin-top:20px;
    font-size:15px;
    font-weight:400;
  }

.bg_main_promo_block .block .desc {
  position:absolute;
  bottom:0;
  background-color: rgba(255, 255, 255, 0.8);
  padding:15px 0;
  width:100%;
}

  .bg_main_promo_block .block .desc .text {
    font-weight:400;
    font-size:16px;
    height:16px;
    line-height:1;
    color:#333;
    text-transform:uppercase;
    text-align:center;
  }

  .bg_main_promo_block .block:hover .desc {
    background-color:#df0048;
    -webkit-transition: background-color 750ms linear;
    -ms-transition: background-color 750ms linear;
    transition: background-color 750ms linear;
  }

  .bg_main_promo_block .block:hover .desc .text {
    color:#FFF;
  }

.bg_main_promo_block .block.block1 {
  height:610px;
}

.bg_main_promo_block .block.block2,
.bg_main_promo_block .block.block3 {
  margin-bottom:10px;
}

.bg_main_promo_block .block.block2,
.bg_main_promo_block .block.block3,
.bg_main_promo_block .block.block4,
.bg_main_promo_block .block.block5 {
  height:300px;
}

/* Shine */
figure {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
figure:hover+span {
    opacity: 1;
}

.shine_hover figure {
    position: relative;
}
.shine_hover figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine_hover figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


/* ================================================================================= */
/* Последние товары на главной */
.row_last_goods {
    margin-top:30px;
}

.head_line {

}

.head_line .name {
    float:left;
    font-size:17px;
    font-weight:500;
    padding-right:15px;
    text-transform:uppercase;
}

.head_line .name a {
    font-size:13px;
    color:#df0048;
    margin-left:20px;
    font-weight:normal;
    text-transform:none;
}

.head_line .arrow {
    float:right;
    padding-left:4px;
}

.head_line .arrow .arrow {
    float:right;
    height:25px;
    width:30px;
    color:#555;
    cursor:pointer;
    background-color:#eee;
    filter: alpha(opacity=40);
    opacity: 0.4;
    cursor:default;
}

.head_line .arrow .arrow.active {
    filter: alpha(opacity=100);
    opacity: 1;
}

.head_line .arrow .arrow.right {
    background:#EEEDE9 url(../images/ico_arrow.png) center center no-repeat;
    margin-left:4px;
}

.head_line .arrow .arrow.left {
    background:#EEEDE9 url(../images/ico_arrow2.png) center center no-repeat;
}

.head_line .arrow .arrow.active:hover {
    background-color:#ccc;
    cursor:pointer;
}

/* ================================================================================= */
.main_new_goods {
    margin-top:15px;
    white-space: nowrap;
    overflow: hidden;
}

.main_new_goods .item {
    float: none;
    display: inline-block;
}

/* ================================================================================= */
.row_recommended {
    margin-top:20px;
}

.main_recommended {
    margin-top:15px;
    white-space: nowrap;
    overflow: hidden;
}

.main_recommended .item {
    float: none;
    display: inline-block;
}

/* ================================================================================= */
.bg_bottom {
    background-color:#F7F7F7;
    margin-top:30px;
}
.bg_bottom a {
	text-decoration: none !important;
}
.bg_bottom a:hover {
	text-decoration: underline !important;
	color: #000 !important;
}
.row_bottom {
    margin-top:60px;
}

.row_bottom .title {
    font-size:13px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:15px;
}

.row_bottom ul.bottom_menu {
    margin:0;
    padding:0;
}

.row_bottom ul.bottom_menu li {
    margin:0;
    padding:0;
    list-style-type:none;
    text-transform:uppercase;
    margin-bottom:3px;
    font-size:12px;
}

.row_bottom .bottom_soclink {
    margin-top:15px;
}

.row_bottom .title_bottom_soclink {
    margin-top:16px;
}

.row_bottom .links a {
    margin-right:5px;
}

.row_bottom .links {
    margin-top:5px;
}

.row_bottom .row_bottom_contacts a {
    text-decoration:underline;
    display:block;
}

.row_bottom .row_bottom_contacts a:hover {
    text-decoration:none;
}

.row_bottom .bottom_text {
    font-size: 12px;
}

/* ================================================================================= */
.row_copyright {
    margin-top:15px;
    margin-bottom:30px;
}

.row_copyright .col-xl-3 {
    text-align:right;
}

/* ================================================================================= */
.row_content {
    margin-top:20px;
}

.left_menu {

}

.left_menu ul {
    margin:0;
    padding:0;
}

.left_menu ul li {
    margin:0 0 9px 0;
    padding:0;
    list-style-type:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:500;
}

.left_menu ul li a {}

.left_menu ul li a.active {
    color:#e00047;
    text-decoration:none;
}


.left_menu ul li ul {
    margin:20px 0 0 0;
    padding:0;
}


.left_menu ul li ul li {
    font-size:13px;
    font-weight:normal;
    margin:0 0 3px 0;
}

/* ================================================================================= */
.list-inline.cat_links {
    margin:0;
    padding:0;
}

.list-inline.cat_links li {
    margin:0 20px;
    padding:0;
    text-align:center;
    font-size:15px;
    text-transform:uppercase;
}

.list-inline.cat_links li a {}

/* ================================================================================= */
.goods_filter {
    margin-top:50px;
    font-size:13px;
}

.goods_filter ul {
    margin:0;
    padding:0;
}

.goods_filter ul li {
    margin:0;
    padding:0;
    display:block;
    color:#999;
    font-weight: 600;
}

.goods_filter ul li:first-child {
    color:#000;
}

.goods_filter ul li span {
    font-weight: 500;
    cursor:pointer;
    display:block;
    padding:3px 10px;
    color:#000;
    margin-bottom:1px;
    position:relative;
    font-size:12px;
}

.goods_filter ul li span.active,
.goods_filter ul li span:hover {
    background-color:#e00047;
    color:#FFF;
}

.goods_filter ul li span.active:after {
    position:absolute;
    right:8px;
    top:50%;
    margin-top:-4.5px;
    width:9px;
    height:9px;
    content:"";
    background:url(../images/ico/ico_close_wite.png) center center no-repeat;
}

.clear_filter_but {
    margin-top:20px;
    cursor:pointer;
    color:#555;
}

.clear_filter_but:hover {
    text-decoration:underline;
}

.sort_phone_button {
    margin-bottom:20px;
    text-align:right;
}

/* ================================================================================= */
/* Краткая версия товара */
.short_goods {
    margin-bottom:50px;
}

.short_goods .img {
    position:relative;
}

.short_goods .img img.img-responsive {
    width: 100%;
}

.short_goods .img span.label_new {
    position:absolute;
    width:63px;
    height:25px;
    background:#5FC584 url(../images/label_new.png) center center no-repeat;
    bottom:20px;
    left:0;
}

.short_goods .img span.label_mix {
    display: none;
    position:absolute;
    width:63px;
    height:25px;
    background:#5FC584 url(../images/label_mix.png) center center no-repeat;
    bottom:55px;
    left:0;
}

.short_goods .img span.label_texture_new {
    position: absolute;
    height: 25px;
    background-color: #F00;
    bottom: 45px;
    padding: 0 6px;
    left: 0;
}
.topfilter .col-md-3 {
	position: relative;
}
.short_goods .img span.label_texture_new::before {
    content: 'NEW TEXTURE';
    color: #FFF;
    line-height: 25px;
}
.open > .dropdown-menu1 {
    display: block;
}
.topfilterbtn {
	color: #2d2d2d;
}
.topfilterbtn span {
	display: none;
	float: right;
	margin: 0 20px 0 0;
	color: #f00;
	cursor: pointer;
}
.topfilterbtn span:hover {
	color: #f00;
}
.dropdown.open .topfilterbtn span {
	display: inline;
}
.short_goods .img span.label_hit {
    position:absolute;
    width:63px;
    height:25px;
    background:#5FC584 url(../images/label_hit.png) center center no-repeat;
    bottom:20px;
    right:0;
}
.favorite {
	display: inline-block;
    width: 25px;
	height: 25px;
    position: relative;
    margin-right: 15px;
	background: url(../images/heart1.svg) center center no-repeat;
}
.favorite:hover {
	background: url(../images/heart2.svg) center center no-repeat;
}
.cart_linka {
	position: relative;
	top: -6px;
    width: 25px;
	height: 25px;
	background: url(../images/basket.svg) center left no-repeat;
	padding-left: 30px;
}
.favor {
    width: 25px;
	height: 25px;
    position:absolute;
	background: url(../images/heart1.svg) center center no-repeat;
    bottom:20px;
    right:20px;
}
.favoractive, .favoriteactive {
	background: url(../images/heart2.svg) center center no-repeat !important;
}
.favor:hover {
	background: url(../images/heart2.svg) center center no-repeat;
}
.row_full_goods .img .favor {
	left: 400px;
	z-index: 1000;
}
.short_goods .desc {
    margin-top:5px;
    color:#000;
    font-size:11px;
}

.short_goods .name {
    margin-top:10px;
    font-size:13px;
    line-height:17px;
    overflow:hidden;
    white-space:nowrap;
}


.short_goods .price {
    margin-top:10px;
    font-size:16px;
    font-weight: 700;
    line-height:1;
    color: #000;
}

.short_goods .price.red_price {
    color: #e00047;
}

.short_goods .price span.old_price {
    color:#333;
    text-decoration:line-through;
    margin-right:5px;
}

/* ================================================================================= */
/* Полная версия товара */
.row_full_goods {}

.row_full_goods .img_mini {}

.row_full_goods .img_mini .item {
    margin-bottom:10px;
    position: relative;
}

.row_full_goods .img_mini .item img {
    cursor:pointer;
}

.row_full_goods .img_mini .item.active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:2px solid #df0048;
    -moz-box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
    -webkit-box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
    box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
}

.row_full_goods .img {
    overflow: hidden;
    position:relative;
}

.row_full_goods .desc {
    margin-top: 15px;
    text-align:justify;
    line-height:1.5;
    font-size:14px;
}

.row_full_goods .article {
    margin-top:10px;
}

.row_full_goods .price {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: 600;
}

.row_full_goods .price span.old_price {
    text-decoration: line-through;
    color: #777;
    margin-right:10px;
}

.row_full_goods .cloth {
    margin-top:20px;
}

.row_full_goods .cloth .head {
    font-size:13px;
/*    font-weight: 600;*/
    margin-bottom:5px;
}

.row_full_goods .cloth .item {
    display:inline-block;
    position:relative;
    margin-bottom: 3px;
    -webkit-user-select:none;
    padding: 8px;
    border-radius: 6px;
    background-color: #fff;
/*    float: left; */
    height: 192px;
    vertical-align: top;
}
.row_full_goods .cloth .item i {
	font-style: normal;
	display: none;
	font-size: 12px;
}
.row_full_goods .cloth .item img {
    cursor:pointer;
}

.row_full_goods .cloth .item .textureSaleSoon {
    position: absolute;
    right: 0;
    top: 0;
    background: #df0048;
    color: #fff;
    padding: 3px 6px;
    width: min-content;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}

.row_full_goods .cloth .item .textureNew {
    position: absolute;
    right: 0;
    top: 0;
    background: #6ddcb3;
    color: #fff;
    padding: 2px 6px;
}

.row_full_goods .cloth .item .textureSummer {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fe6c00;
    color: #fff;
    padding: 2px 6px;
}

.row_full_goods .cloth .item .textureShortcut {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fe6c00;
    color: #fff;
    padding: 2px 6px;
}

.row_full_goods .cloth .item span {
/*    position:absolute;
    text-align:center;
    left:0;
    z-index:2;  */
    color: #333;
/*    width:100px;
    line-height:100px;*/
    font-size:11px;
    display: block;
    padding: 4px 0;
    font-weight: 600;
    cursor:pointer;
/*    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), 1px -1px 0px rgba(0, 0, 0, 0.3), -1px -1px 0px rgba(0, 0, 0, 0.3), -1px 1px 0px rgba(0, 0, 0, 0.3); */
}

.row_full_goods .cloth .item.active span {
    cursor:default;
}

.row_full_goods .cloth .item.active {
	background-color: #f7f7f7;
}
.row_full_goods .cloth .item.active img {
    outline: 2px solid #df0048;
    outline-offset: -2px;
}
.row_full_goods .cloth .item.active i {
	display: block;
}
/*.row_full_goods .cloth .item.active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:2px solid #df0048;
    -moz-box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
    -webkit-box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
    box-shadow: inset 1px 1px #FFFFFF, inset -1px -1px #FFFFFF, inset -1px 1px #FFFFFF, inset 1px -1px #FFFFFF;
    cursor:default;
}
*/
.row_full_goods .cloth_desc {
    margin-top:10px;
    line-height:1.2;
    font-size:12px;
    display: none;
}

.row_full_goods .order_table {
    margin-top:25px;
}

.row_full_goods .order_table .head {
    font-size:13px;
/*    font-weight: 600; */
    margin-bottom:5px;
}

.row_full_goods .order_table .size_block {
    display: block;
    float:left;
    margin-bottom: 25px;
}

.row_full_goods .order_table .size_block .size {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #333;
    margin-top: 4px;
/*    font-weight: 600; */
}

.row_full_goods .order_table .size_block .summ_block {
    display: inline-block;
    vertical-align: middle;
    margin-right:15px;
}

.row_full_goods .order_table .size_block .summ_block .summ_but {
    text-align:center;
    font-size:13px;
    opacity:.2;
    transition: opacity .25s ease-in-out;
    cursor:pointer;
    -webkit-user-select:none;
}

.row_full_goods .order_table .size_block .summ_block .summ_but.disabled {
    opacity:0;
    cursor:default;
}

.row_full_goods .order_table .size_block .summ_block .summ_but.quont-plus {

}

.row_full_goods .order_table .size_block .summ_block .summ_but:hover {
    opacity:1;
}

.row_full_goods .order_table .size_block .summ_block .summ_but.disabled:hover {
    opacity:0;
}

.row_full_goods .order_table .size_block input.summ {
    width: 30px;
    height: 25px;
    line-height: 1;
    text-align: center;
    border: 1px solid #fff;
    font-size: 13px;
    margin-top: 4px;
    background-color: #f7f7f7;
    border-radius: 6px;
}
.enmptyinp {
	border: 1px solid #888 !important;
}
.row_full_goods .order_table .size_block input.summ.disabled {
    background-color: #EAE9E9;
}

.row_full_goods hr {
    border: none;
    color: #aaaaaa;
    background-color: #aaaaaa;
    height: 1px;
}

/* ================================================================================= */
/* Краткая версия аксессуаров */
.short_accessory {
    margin-bottom:30px;
}

.short_accessory .img {}

.short_accessory .name {
    margin-top:10px;
    font-size:17px;
    line-height:17px;
    overflow:hidden;
    white-space:nowrap;
}

.short_accessory .price {
    margin-top:10px;
    font-size:15px;
    line-height:15px;
}

.short_accessory .price span.old_price {
    text-decoration: line-through;
    color: #777;
    margin-right:5px;
}

/* ================================================================================= */
/* Полная версия аксессуаров */
.row_full_accessory {}

.row_full_accessory .img_mini {
    margin-top:20px;
}

/* ================================================================================= */
/* Аксессуары в товаре */
.related_goods {
    margin-top:40px;
}

.row_related_goods {
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
}

.row_related_goods .item {
    float: none;
    display: inline-block;
}

/* ================================================================================= */
/* Корзина */
.table_cart {
    margin-top:10px;
    font-size:12px;
    border: 0px;
    width: 100%;
}

.table_cart > thead > tr > td,
.table_cart > thead > tr > th {
/*    border-bottom-width: 1px; */
	border: 0px;
}
.table_cart td, .table_cart th {
	border: 0px !important;
}
.table_cart > thead > tr > th {
    font-weight:normal;
    font-size:11px;
    color:#555;
}

.table_cart td.size {
    padding-right:20px;
}

.table_cart input.num {
    width: 50px;
    text-align: center;
    border: 0px;
    background-color: #fff;
}

.table_cart .btn_cart_remove {
    padding: 10px 13px;
}

/* ================================================================================= */
.row_representation {}
.row_representation .col-xl-6 {
    margin-bottom:50px;
}
.row_representation .title {
    font-size:20px;
}

/* ================================================================================= */
/* Заголовок новости */
.ntitle {
    font-weight:600;
    font-size: 23px;
    padding: 0 0 5px 0;
}

/* Текст в новости */
.news {
    text-align: justify;
}

.news ul {
    margin-left:0;
    padding-left:25px;
}

.news li {
    margin-left:0;
}

.news a {
    text-decoration:underline;
}

.textlist ul {
    margin: 0;
    padding: 0;
}
.textlist ul li {
    margin: 0;
    padding-left: 2em;
    list-style-position: inside;
    text-indent:-1em;
    overflow: hidden;
}

/* Отступ у картинок */
.news img {
    border: 0px;
    margin: 5px;
}

/* Адаптивная картинка */
.img-resp img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Ссылка на полную новость */
.news_link {
    text-align:right;
    height:30px;
    margin: 5px 0 0 0;
}

.news_link a {
    text-align:right;
}

.news_link_block a {
    display:block;
    float:right;
    background-color:#0066AA;
    color:#fff;
    padding: 3px 10px;
    text-decoration:none;
    margin: 5px 0 0 0;

    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 5px 6px -6px #aaa, 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 6px -6px #aaa, 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 6px -6px #aaa, 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.news_link_block a:hover {
    background-color:#004671;
}

/* Таблицы в новости */
table.news {
    padding: 3px;
    border-spacing: 10px;
    border-collapse: collapse;
    border: 1px solid #999999;
}

table.news th {
    padding: 10px;
    border-width: 1px;
    border-style: inset;
    border-color: #999999;
}

table.news td {
    padding: 10px;
    border-width: 1px;
    border-style: inset;
    border-color: #999999;
}

/* ================================================================================= */
/* Спидбар */
.bg_speedbar {
}

.speedbar {
    font-size: 11px;
    padding: 12px;
    background-color: #F7F7F7;
}

/* Навигация */
.navigation {
    border:0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
    font-size:12px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    text-decoration:none;
    color: #FFF;
    background-color: #e00047;
    padding: 6px 14px;
}

.navigation a:hover {
    color:#FFF;
    background-color: #c20240;
}

.navigation span {
    text-decoration:none;
    color:#6F5556;
    padding: 6px 14px;
    background-color: #F1EFF0;
}

/* Комменатрии */
.comment {border-top: 1px solid #3D6D8E;border-bottom: 1px solid #CCCCCC;margin: 5px 2px;padding: 0 0 3px 0;}
.comment2 {padding: 3px 0px 3px 0px;margin: 0 0 10px 0;border-bottom: 1px solid #B8B5A5;}
.comments {text-align: justify;padding-right: 5px;padding-left: 5px;}

/* ================================================================================= */
/* Навигация для телефона */
.navbar-default {
    background-color: #000;
    border-color: #000;
    font-size:13px;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Times New Roman';
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #eee;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ddd;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f8f8f8;
    font-size: 11px;
    padding: 4px 15px 4px 25px;
}

.navbar-brand {
    padding-right: 0;
    text-decoration:none;
    font-size:15px;
}

.navbar-toggle {
/*    background-color: #fff;
    border-color:#D2DDE1;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;*/
    border: 0px;
    float: left;
    margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
/* Правки bootstrap */
.modal-header {
    border-bottom: none;
    padding: 30px 15px 0 15px;
}

.modal-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.modal-body {
/*    padding: 20px 40px 0px 40px; */
}

.modal-footer {
	padding: 0px 15px;
/*    padding: 15px 40px 40px 40px; */
    border-top: none;
/*    margin-top:-15px; */
}
.modal-txt {
	padding: 5px 0;
}
.modal-txt input {
	vertical-align: middle;
	margin: -5px 5px 0 0;
}
.carousel-indicators {
    bottom:10px;
    margin-bottom:0;
}

.carousel-indicators li {
    position:relative;
    width: 50px;
    height: 10px;
    margin: 0px 3px 0 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 0px;
}

.carousel-indicators li.active {
    width: 50px;
    height: 10px;
    margin: 0px 3px 0 0;
    background-color: #df0048;
    border: 1px solid #df0048;
}

.modal-sm {
    width: 360px;
}

.tooltip.top .tooltip-arrow {
    border-top-color:#e00047;
}

.tooltip-inner {
    background-color:#e00047;
}

/* Кнопки */
.btn {
    text-decoration:none;
    border:none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    outline:none;
    transition: background-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
/*   text-transform: uppercase;*/
    font-size: 11px;
    padding: 10px 30px;
}

.btn-primary,
.btn-primary:visited {
    background-color:#eeeeee;
    color:#000;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
    background-color:#555555;
    color: #FFF;
}

.btn-default,
.btn-default:visited {
    background-color:#DDD;
    color:#000;
    border:1px solid #DDD;
/*    text-transform:uppercase;*/
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus {
    background-color:#000;
    border:1px solid #000;
    color:#FFF;
}

.btn-black {
	background-color: #000;
	color: #FFF;
	border-radius: 1px;
	text-transform: inherit;
}
.btn-black:visited {
	color: #FFF;
}
.btn-black:hover {
	color: #FF0;
}
.btn-danger,
.btn-danger:visited {
    background-color:#2d2d2d;
    color:#FFF;
    border:1px solid #2d2d2d;
}

.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:focus {
    background-color:#2d2d2d;
    border:1px solid #2d2d2d;
    color:#FFF;
}

a.btn {outline: none !important;}
button.btn {outline: none !important;}

.btn-lg {
    font-size:14px;
}
.table_cart .btn {
	border-radius: 3px;
}
.btnblank {
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	background-color: #2d2d2d;
	color: #fff;
	margin-left: 15px;
	font-size: 11px;
	padding: 10px 30px;
	min-width: 180px !important;
	text-decoration: none !important;
}
.btnblank:hover {
	background-color: #000;
	color: #eee;
}
/* Модальные окна */
.close {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.close:hover,
.close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-header .close {
    margin-top:-15px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    opacity: .5;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-content {
    border-radius: 6px;
}
.modal {
	z-index: 100000000000000 !important;
}
/* Алерты */
.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 15px;
    font-size:12px;
}

.alert a {
    text-decoration:underline;
}

.alert a:hover {
    text-decoration:none;
}

.alert-warning {
    color: #777;
    background-color: #F6F6F6;
    border-color: #EEEDE9;
}
.alert-center {
	text-align: center;
}

.alert-danger {
    color: #FFF;
    background-color: #df0048;
    border-color: #c20240;
}
.alert-danger a {
    color: #FFF;
}
.alert-danger-new {
	background-color: #f7f7f7;
	border: 0px;
	color: #000;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 0px;
}
.alert-danger-new a {
	text-decoration: none;
	margin-left: 20px;
}

/* Формы */
.form-control {
    border-radius: 0px !important;
}

/* Логинка */
.login_modal .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 0px;
}
.form-control:focus {
    border-color: #555;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-group input:required, .form-group select:required {
	border-left: 3px solid red;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.form-control-gray, .form-control-gray:focus{
	background-color: #f1f1f1;
	border-radius: 3px;
	border: 0px;
	width: 100%;
	padding: 10px;
}
.form-control-gray::-webkit-input-placeholder {
	background-color: transparent;
}
/* Правки Select */
.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 4px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
}
/*
.photo-change,
.img a:hover img{
	position: absolute;
    top: 0;
    left: -10000px;
}
.img a:hover img.photo-change{
	display: inline-block;
    position: static;
}*/

.photo-change{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.img a:hover img.photo-change{
	opacity: 1;
}

/* ================== Дополнительный стиль XL ================== */
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1670px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {float: left;}
    .col-xl-12 {width: 100%;}
    .col-xl-11 {width: 91.66666667%;}
    .col-xl-10 {width: 83.33333333%;}
    .col-xl-9 {width: 75%;}
    .col-xl-8 {width: 66.66666667%;}
    .col-xl-7 {width: 58.33333333%;}
    .col-xl-6 {width: 50%;}
    .col-xl-5 {width: 41.66666667%;}
    .col-xl-4 {width: 33.33333333%;}
    .col-xl-3 {width: 25%;}
    .col-xl-2 {width: 16.66666667%;}
    .col-xl-1 {width: 8.33333333%;}
    .col-xl-pull-12 {right: 100%;}
    .col-xl-pull-11 {right: 91.66666667%;}
    .col-xl-pull-10 {right: 83.33333333%;}
    .col-xl-pull-9 {right: 75%;}
    .col-xl-pull-8 {right: 66.66666667%;}
    .col-xl-pull-7 {right: 58.33333333%;}
    .col-xl-pull-6 {right: 50%;}
    .col-xl-pull-5 {right: 41.66666667%;}
    .col-xl-pull-4 {right: 33.33333333%;}
    .col-xl-pull-3 {right: 25%;}
    .col-xl-pull-2 {right: 16.66666667%;}
    .col-xl-pull-1 {right: 8.33333333%;}
    .col-xl-pull-0 {right: auto;}
    .col-xl-push-12 {left: 100%;}
    .col-xl-push-11 {left: 91.66666667%;}
    .col-xl-push-10 {left: 83.33333333%;}
    .col-xl-push-9 {left: 75%;}
    .col-xl-push-8 {left: 66.66666667%;}
    .col-xl-push-7 {left: 58.33333333%;}
    .col-xl-push-6 {left: 50%;}
    .col-xl-push-5 {left: 41.66666667%;}
    .col-xl-push-4 {left: 33.33333333%;}
    .col-xl-push-3 {left: 25%;}
    .col-xl-push-2 {left: 16.66666667%;}
    .col-xl-push-1 {left: 8.33333333%;}
    .col-xl-push-0 {left: auto;}
    .col-xl-offset-12 {margin-left: 100%;}
    .col-xl-offset-11 {margin-left: 91.66666667%;}
    .col-xl-offset-10 {margin-left: 83.33333333%;}
    .col-xl-offset-9 {margin-left: 75%;}
    .col-xl-offset-8 {margin-left: 66.66666667%;}
    .col-xl-offset-7 {margin-left: 58.33333333%;}
    .col-xl-offset-6 {margin-left: 50%;}
    .col-xl-offset-5 {margin-left: 41.66666667%;}
    .col-xl-offset-4 {margin-left: 33.33333333%;}
    .col-xl-offset-3 {margin-left: 25%;}
    .col-xl-offset-2 {margin-left: 16.66666667%;}
    .col-xl-offset-1 {margin-left: 8.33333333%;}
    .col-xl-offset-0 {margin-left: 0;}
}

/* ================== Дополнительный класс на 5 коолонок ================== */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.visible-xl {display:none !important;}

/* ================== Выпадающее меню с чекбоксами ================== */
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
	color: #fff;
    background-color: #333;
}


.bg_main_promo_block .block.block1 {
    background-position-x: left;
}

.desc_text {
    margin-bottom: 15px;
    font-weight: bold;
}

.desc_text_short {
    font-size: 13px;
    margin-top: 6px;
}
.itemname, .desc_text {
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0;
}
.arts {
    font-size: 20px;
    font-weight: 600;
}
.adisabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}
/* ================== Дополнительные стили для разных устройств ================== */


/* Широкоформатный монитор */
@media (min-width:1670px) {
  .container {
      width: 1610px;
  }
  .col-xl-15 {
      width: 25%;
      float: left;
  }
  .goods_filter ul li span {
      width:200px;
  }
  .visible-xl {
      display:block !important;
  }
}
.topfilter {
}
.topfilter .btn {
	width: 100%;
	text-align: left;
}
.topfilterbtn {
	position: relative;
}
.topfilterbtn i {
	width: 20px;
	height: 20px;
	position: absolute;
	right: -10px;
    background: url(../images/dropicon.png) center center no-repeat;
    background-size: 50%;
}
.topfilter .col-xl-3 {
	min-height: 50px;
}
.blitemr {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 1em;
}
.dropdown {
/*	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 6px;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	z-index: 100;*/
}
.dropdown:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.dropdown-menu1 {
	position: relative;
	display: none;
	padding: 5px 0;
	margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
}
.dropdown-menu1 li {
	padding: 0px;
	margin: 0px;
}
.checkbox-menu li label {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #bcbcbc;
}
.checkbox-menu li label:hover {
	color: #f0004b;
	border-bottom: 1px solid #f0004b;
}
.anim {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.top_menu > li > ul {
	position: absolute;
	display: none;
	opacity: 0;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	left: -15px;
	box-shadow: -40px 80px 60px 0 rgba(0,0,0,.2);
}
.top_menu > li > ul > li {
	display: block !important;
	font-weight: 400;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
}
.top_menu > li > ul > li > a {
	display: block;
	padding: 4px 14px;
	margin: 0px;
}
.top_menu > li > ul > li:hover {
	background-color: #333;
	color: #fff;
}
.top_menu > li > ul > li:hover > a {
	color: #fff;
	text-decoration: none;
}
.top_menu_sub {
	background: url(../images/dwn.png) right center no-repeat;
	padding-right: 20px;
	position: relative;
}
.user_fio {
	float: right;
	background: url(../images/dwn.png) right center no-repeat;
	padding-right: 20px;
	position: relative;
	min-width: 200px;
	text-align: right;
}
.user_fio div {
	position: absolute;
	text-align: left;
	display: none;
	opacity: 0;
	background-color: #f9f9f9;
	padding: 14px;
	z-index: 1000;
	width: 100%;
	left: -15px;
	box-shadow: -40px 80px 60px 0 rgba(0,0,0,.2);
}
.user_fio div a {
	display: block;
	padding: 2px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.user_fio:hover div {
	display: block;
	opacity: 1;
}
.top_menu_sub:hover > ul {
	display: block;
	opacity: 1;
}
.top_menu_sub > ul > li:hover .top_menu_sub_sub {
	display: block;
	opacity: 1;
}
ul.top_menu_sub_sub {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 150px;
	background-color: #333;
	padding: 0px;
	margin: 0px;
}
ul.top_menu_sub_sub li {
	display: block !important;
	padding: 0px;
	margin: 0px;
}
ul.top_menu_sub_sub li a {
	display: block !important;
	text-decoration: none;
	color: #fff;
	padding: 5px 14px;
}
ul.top_menu_sub_sub li a:hover {
	text-decoration: none;
	color: #ff0;
}
/* Монитор */
@media (min-width:1200px) and (max-width:1669px) {
    .row_top .top_menu_block .top_menu2 {
        width: 420px;
    }
    .row_top .top_menu_block {
        margin-top: 1px;
    }
    #main-carousel .carousel-inner .item .carousel_desc {
        margin-left: -570px;
    }
    #main-carousel .carousel-inner .item {
        height: 500px;
        background-size: cover !important;
    }
    #main-carousel .carousel-inner .item .carousel_desc .title {
        font-size: 35px;
    }
    .main_promo_img {
        height: 500px;
        background-size: cover !important;
    }
    .main_promo_img .text {
        width: 390px;
        font-size: 60px;
        margin-top: 155px;
    }
    .main_promo_img .links {
        width: 440px;
        margin-top: 150px;
    }
    .main_promo_img .links .item .link {
        font-size: 18px;
    }
    .bg_main_promo_block .block .title {
        width: 325px;
    }
    .bg_main_promo_block .block .title .head {
        font-size: 26px;
    }
    .bg_main_promo_block .block .title .text {
        margin-top: 15px;
        font-size: 15px;
    }
    .bg_main_promo_block .block .desc .text {
        font-size: 14px;
    }
    .bg_main_promo_block .block.block1 {
        height: 510px;
    }
    .bg_main_promo_block .block.block2, .bg_main_promo_block .block.block3, .bg_main_promo_block .block.block4, .bg_main_promo_block .block.block5 {
        height: 250px;
    }
    .row_full_goods .cloth .item img {
        width: 75px;
    }
    .row_full_goods .cloth .item span {
        width: 60px;
        font-size: 10px;
    }
    .short_goods .img {

    }
}

/* Планшет широко */
@media (min-width:992px) and (max-width:1199px) {
    #main-carousel .carousel-inner .item .carousel_desc {
        margin-left: -470px;
    }
    #main-carousel .carousel-inner .item {
        height: 400px;
        background-size: cover !important;
    }
    #main-carousel .carousel-inner .item .carousel_desc .title {
        font-size: 30px;
    }
    .row_bottom_contacts {
        margin-top:50px;
    }
    .main_promo_img {
        height: 400px;
        background-size: cover !important;
    }
    .main_promo_img .text {
        width: 350px;
        font-size: 50px;
        margin-top: 125px;
    }
    .main_promo_img .links {
        width: 350px;
        margin-top: 120px;
    }
    .main_promo_img .links .item .link {
        font-size: 15px;
    }
    .bg_main_promo_block .block.block1 {
        height: 410px;
    }
    .bg_main_promo_block .block .title {
        padding: 20px;
        width: 260px;
    }
    .bg_main_promo_block .block .title .head {
        font-size: 21px;
    }
    .bg_main_promo_block .block .title .text {
        margin-top: 10px;
        font-size: 13px;
    }
    .bg_main_promo_block .block.block2, .bg_main_promo_block .block.block3, .bg_main_promo_block .block.block4, .bg_main_promo_block .block.block5 {
        height: 200px;
    }
    .bg_main_promo_block .block .desc .text {
        font-size: 12px;
        height: 12px;
    }
    .row_top .top_menu {
        margin: 20px 0 0 0;
    }
    .row_top .top_search {
        margin: 15px 0 0 0;
    }
    .bg_top_menu2 {
        margin: 20px 0 0 0;
    }
    .row_full_goods_mix .ntitle_mix {
        margin-top: 20px;
    }
    .row_full_goods .order_table .size_block {
        margin-bottom: 15px;
    }
    .row_full_goods .cloth .item img {
        width: 75px;
    }
    .row_full_goods .cloth .item span {
        width: 75px;
        line-height: 75px;
        font-size: 10px;
    }
    .short_goods .img {

    }
}
/* Планшет узко */
@media (min-width:768px) and (max-width:991px) {
    .row_logo ul {
        margin-top: 5px;
    }
    .slider_text_block {
        width: 260px;
    }
    .slider_text_block .head {
        font-size: 30px;
        line-height: 30px;
    }
    .row_full_goods .desc {
        margin-top: 15px;
    }
    .row_top .top_menu_block {
        width: 490px;
    }
    .row_top .top_menu_block {
        margin-top: 1px;
    }
    #main-carousel .carousel-inner .item .carousel_desc {
        margin-left: -360px;
    }
    #main-carousel .carousel-inner .item {
        height: 400px;
        background-size: cover !important;
    }
    #main-carousel .carousel-inner .item .carousel_desc .title {
        font-size: 30px;
    }
    .row_bottom_contacts {
        margin-top:50px;
    }
    .bg_main_promo_text {
        padding-bottom:10px;
    }
    .row_main_promo_text .title {
        margin-top:10px;
    }
    .row_main_promo_text .desc {
        margin-bottom:30px;
    }
    .main_promo_img {
        height: 350px;
        background-size: cover !important;
    }
    .main_promo_img .text {
        width: 250px;
        font-size: 40px;
        margin-top: 115px;
    }
    .main_promo_img .links {
        width: 280px;
        margin-top: 110px;
    }
    .main_promo_img .links .item .link {
        font-size: 12px;
    }
    .bg_main_promo_block .block.block1 {
        height: 410px;
    }
    .bg_main_promo_block .block .title {
        padding: 20px;
        width: 260px;
    }
    .bg_main_promo_block .block .title .head {
        font-size: 21px;
    }
    .bg_main_promo_block .block .title .text {
        margin-top: 10px;
        font-size: 13px;
    }
    .bg_main_promo_block .block.block2,
    .bg_main_promo_block .block.block3,
    .bg_main_promo_block .block.block4,
    .bg_main_promo_block .block.block5 {
        height: 300px;
    }
    .bg_main_promo_block .block .desc .text {
        font-size: 12px;
        height: 12px;
    }
    .bg_main_promo_block .block.block1 {
        background-position: left top;
        margin-bottom:10px;
    }
    .row_top .top_menu {
        margin: 20px 0 0 0;
    }
    .row_top .top_search {
        margin: 15px 0 0 0;
    }
    .bg_top_menu2 {
        margin: 20px 0 0 0;
    }
    .row_top .top_phone {
        margin: 10px 0 0 0;
    }
    .row_top .top_login {
        margin: 5px 0 0 0;
        text-align: right;
    }
    .row_top .top_cart_block {
         margin: 17px 0 0 0;
    }
    .row_full_goods .cloth .item img {
        width: 75px;
    }
    .row_full_goods .cloth .item span {
        width: 75px;
        line-height: 75px;
        font-size: 10px;
    }
    .short_goods .img {

    }
    .navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
        padding: 6px 10px;
    }
}
/* Телефон */
@media (max-width:767px) {
    body { padding-top: 50px;background:none;}
    body.bg2 {background:none;}
    .row_full_goods .desc {
        margin-top: 10px;
    }
    .row_full_goods .order_table {
        width: auto;
    }
    .bottom_line {
        margin:20px 0;
    }
    .modal-sm {
        width: auto;
    }
    .top_phone_block {
        float: unset;
        margin-top: 0px;
        text-align: center;
    }
    .top_phone_block .top_phone {
        font-size: 22px;
    }
    .img_phone {
        margin-top:10px;
        text-align:center;
    }
    .bg_main_promo_text {
        margin-top:0;
        padding-top:15px;
        padding-bottom:0px;
        margin-bottom:2px;
    }
    .row_main_promo_text .title {
        margin-top:10px;
    }
    .row_main_promo_text .desc {
        margin-bottom:30px;
    }
    .goods_filter {
        margin-top: 20px;
        font-size: 13px;
    }
    .goods_filter ul li {
        display: inline-block;
    }
    .goods_filter ul li span {
        padding: 3px 25px 3px 10px;
        margin-bottom: 5px;
    }
    .clear_filter_but {
        margin-bottom: 30px;
    }
    .row_full_goods .img_mini {
        margin-top:15px;
    }
    .row_full_goods .img_mini .item {
        float: left;
        width: 50px;
    }
    .row_full_goods .cloth .item .textureNew {
        font-size: 10px;
    }
    .row_full_goods .cloth .item img {
        width: 60px;
    }
    .row_full_goods .cloth .item span {
        width: 70px;
        line-height: 75px;
        font-size: 10px;
    }
    .main_promo_img {
        height: 300px;
        background-size: cover !important;
        margin-bottom:270px;
    }
    .main_promo_img .text {
        width: 100%;
        font-size: 30px;
        margin-top: 320px;
    }
    .main_promo_img .links {
        width: 100%;
        margin-top: 30px;
        margin-bottom:30px;
    }
    .main_promo_img .links .item .link {
        font-size: 14px;
    }
    .bg_main_promo_block .block.block1 {
        height: 300px;
        margin-bottom: 10px;
    }
    .bg_main_promo_block .block .title {
        padding: 20px;
        width: 100%;
    }
    .bg_main_promo_block .block .title .head {
        font-size: 18px;
    }
    .bg_main_promo_block .block .title .text {
        margin-top: 10px;
        font-size: 12px;
    }
    .bg_main_promo_block .block.block4 {
        margin-bottom: 10px;
    }
    .row_top .top_phone {
        margin: 5px 0 0 0;
    }
    .row_top .top_search {
        margin: 10px 0 0 0;
    }
    .bg_main_promo_block {
        margin-top: 15px;
    }
    .row_top .top_login {
        margin: 10px 0 0 0;
    }
    .bg_bottom {
        margin-top: 0;
    }
    .bg_speedbar {
        margin-top: 20px;
    }
    .speedbar {
        font-size: 11px;
        margin: 10px 0;
    }
    .btn {
        font-weight: 600;
    }
    .navigation a {
        display: inline-block;
        margin-bottom: 3px;
    }
    .row_full_goods_mix .ntitle_mix {
        margin-top: 20px;
    }
    .short_goods .img {

    }
    .arts {
    	float: left;
    }
    #texture_price {
    	text-align: right;
    }
    .desc_text {
        margin-top: 20px;
        margin-bottom: 5px;
        display: none;
    }
    .row_bottom {
        margin-top: 10px;
    }
    .row_bottom .title {
        margin-bottom: 5px;
        margin-top: 15px;
    }
}

@media (max-width:376px) {
    .short_goods .img {

    }
    .short_goods .row.desc .text-right {
        white-space: nowrap;
        margin-right: 15px;
    }
}

.btnexit {
	background-color: transparent;
	border-radius: 0px;
	border: 0px;
	color: #000 !important;
	padding: 0px;
	font-weight: bold;
}
.btnexit:hover {
	background-color: transparent;
	color: red !important;
	border: 0px;
}
.topfilterbtn {
	padding: 20px 0 0px 0;
}
.prefil {
	position:relative;
/*	z-index: 100000; */
}
.prefil ul {
	padding: 0px;
	margin: 10px 0;
	background-color: #f7f7f7;
	font-weight: 600;
	font-size: 13px;
}
.prefil li {
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	list-style-position: outside;
}
.prefil li label {
	display: block;
	padding: 10px 20px;
	margin: 0px;
	font-weight: 600;
	font-size: 12px;
	color: #555;
	cursor: pointer;
}
.prefil li label i {
	float: right;
	font-style: normal;
	display: none;
}
.prefil .select_active {
	background-color: #333;
	color: #fff;
}
.prefil li input:checked + i {
	display: block;
}

.prefil li label:hover {
	background-color: #aaa;
	color: #fff;
}
.prefil li input {
	display: none;
}
.prefil li label {
	font-weight: 600;
}
.netfilter {display:none !important;}
.desktopimgitem {display: block !important;}
.pdaimgitem {display: none !important;}

.basketdesktop {
	display: block !important;
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 5px;
    margin: 1em 0 1em 0;
}
.basketpda {display: none !important;}

.bl_promo2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}
.bl_promo2 > div {
	position: relative;
}
.promobg {
	position: relative;
}
.bl_promo2 a {
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.bl_promo2 i, .promobg i {
	position: absolute;
	top: 20px;
	left: 20px;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	font-size: 16px;
	font-weight: 300;
/*	width: 100%; */
}
.bl_promo2 h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	font-size: 18px;
	font-weight: 300;
}
.bl_promo2 b {
	display: block;
	font-size: 20px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.bl_promo2 > div {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.promobg {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.promobg > a {
	display: block;
	width: 100%;
	height: 100%;
}
.promobg > div {
	background-color: rgba(0,0,0,0.1);
}
.promobg > div:hover {
	background-color: rgba(0,0,0,0.6);
}
.promobg:hover a.anim {
	background-color: rgba(0,0,0,0.6);
}
.promobglink {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
/*	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}
.promobglink span {
	font-size: 15px;
	text-decoration: underline;
}
.h305 {
	height: 305px;
}
.slick-dots {
	bottom: 20px;
	left: 20px;
	right: auto;
	text-align: left;
	z-index: 100000;
}
.promotop2 {
	height: 610px;
}
.promoslider {
	position:relative;height:305px;width:790px;
}
.promo2 > a {
	border-radius:0 0 0 10px;
}
.promo4 > a {
	border-radius:0 0 10px 0;
}
.promotop2 > div {
	border-radius:0 0 0 10px;
}
.promo4 {
	border-radius:0 0 10px 0;
}
.orderlist {
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 15px;
	margin: 0 0 2em 0;
}
.orderlistnone {
	display: none;
}
.ordershow_main {
	float: right;
	display: inline-block;
	float: right;
	width: 12px;
	height: 8px;
}
.ordershow {
	background: url(../images/dwn.png) no-repeat center center;
}
.ordershowup {
	background: url(../images/upn.png) no-repeat center center;
}
.ordershownone {
	display: none;
}
.orderlist h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0px;
}
.orderlist2 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 1em;
	border-bottom: 1px solid #aaa;
	padding: 10px 0 20px 0;
}
.orderlistpovtor {
	float: right;
	background-color: #000;
	color: #fff;
	padding: 8px 20px;
	border-radius: 4px;
	margin: 1em 0 0 0;
}
.orderlistpovtor:hover {
	background-color: #555;
	text-decoration: none;
	color: #fff;
} 
.orderlistdiv {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	margin-top: 2em;
}
.orderlistdiv input {
	border: 0px;
	width: 50px;
	padding: 0 5px;
	background-color: #fff;
	border-radius: 4px;
}
.orderlistitem {

}
.orderlist2 img {
	height: 60px;
	margin: 10px 10px 0 0;
}
.promotop {
	border-radius:10px 10px 0 0;
	height:70px;
}
.promotop[style*="background-image:url(/uploads/pics/{banners2img}.jpg)"] {display: none;}
#cart_form input, #cart_form textarea, #cart_form select {
	background-color: #f7f7f7;
	padding: 2px 10px;
	border: 0px;
	margin: 0 0 10px 0;
}
#cart_form p {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 5px 0;
}
.orderbottom {
	padding: 10px 30px;
	font-size: 18px;
    background-color: #fecbc8;
    border: 1px solid #fecbc8;
    color: #333;
}
.orderbottom:hover,
.orderbottom:active:hover,
.orderbottom:focus:hover {
    background-color: #df0048;
    border: 1px solid #df0048;
    color: #FFF;
}
.orderbottom:active,
.orderbottom:active:focus,
.orderbottom:focus {
    background-color: #fecbc8;
    border: 1px solid #fecbc8;
    color: #333;
}

@media screen and (max-width: 940px) {
	.padtop {
		margin-top: 1em;
		color: #fff !important;
	}
	.orderlistdiv {
		font-size: 9px;
	}
	.user_fio {
		clear: both;
		float: none;
		display: inline-block;
		background-image: none;
		padding-right: 0px;
		position: relative;
	}
	.user_fio div {
		position: absolute;
		display: none;
		opacity: 0;
		background-color: #f9f9f9;
		padding: 14px;
		z-index: 1000;
		width: 100%;
		left: auto;
		box-shadow: -40px 80px 60px 0 rgba(0,0,0,.2);
	}
	.user_fio div a {
		display: block;
		padding: 2px 0;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
	.promotop2 {
		height: auto;
	}
	.bl_promo2 b {
		font-size: 16px;
	}
	.bannerstxt > div {
		height: 160px;
	}
	.bannerstxt > div > div {
		padding: 20px;
	}
	.bannerstxt h2 {
		font-size: 14px;
		line-height: 19px;
		width: 50%;
	}
	a.h305 {
		height: 100%;
	}
	.promo2 > a, .promo4 > a, .promotop2 > div, .promo4 {
		border-radius: 0px;
	}
	.promoslider {
		width: 100%;
		height: 300px;
	}
	.bl_promo2 > div {
		height: 300px;
	}
	.promotop2 > div {
/*		height: 300px; */
	}
	.row_top, .row_up, .top_menu {display:none}
	.promotop {
		border-radius: 0px;
		background-position: center center;
		background-size: 200% auto;
/*		background-image: url(/uploads/pics/6-1.jpg?ver=1.2) !important; */
	}
	.promoslider .promobg {
	     background-position: center center;
	}
	.promotop i {
		display: none
	}
	.bl {
		display: block;
	}
	.bl > div, .bl > a {
/*		margin: 0 0 1em 0; */
	}
	.bl_promo22 > div {
		height: 150px;
	}
	.bl_promo2 h3 {
		font-size: 16px;
		
	}
	div.anryss22 {
		height: 450px;
	}
	.table-responsive{border: 0px}
	.basketdesktop {display: none !important;}
	.basketpda {display: block !important;}
	.prefil {
		position:relative;z-index: 10;
	}
	.row_full_goods .img .favor {
		left: auto;
	}
	.col-xs-12.item {
		width: 50%;
		padding: 0 15px;
	}
	.topfilter {
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 0px;
		-ms-grid-columns: 50% 50% 50%;
		-ms-grid-rows: 0px;
		padding: 0 15px;
	}
	.short_goods {
/*		padding-right: 15px;
		padding-left: 15px;*/
		margin-bottom: 15px;
	}
	.short_goods .row.desc > div {
		/*padding: 0px;*/
	}
	.short_goods .name {
		padding: 0px;
		/*margin-left: -15px;*/
		margin-top: 5px;
	}
	.short_goods .desc {
		padding: 0px;
	}
	.topfilter > div {
		width: 100% !important;
		background-color: #f7f7f7;
		text-align: center;
	}
	.topfilter > div:hover {
		background-color: #e9e9e9;
	}
	.topfilterbtn {
		font-size: 11px;
	}
	.topfilterbtn i {
		display: none;
	}
	.dropdown {
		border-radius: 0px;
		background-color: transparent;
		padding: 10px 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	.dropdown:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		background-color: #e9e9e9;
	}
	.topfilter .col-xl-3 {
/*		min-height: inherit;*/
		min-height: 35px;
	}
	.dropdown-menu1 {
		width: auto;
		background-color: #e9e9e9;
		left: -15px;
		z-index: 1;
		position: absolute;
		padding: 0 15px 15px 15px;
	}
	.dropdown-menuright {
		right: -15px;
		left: auto;
	}
	.topfilter .dropdown.open .topfilterbtn {
		background-color: #e9e9e9;
	}
	.dropdown-backdrop {display:none}
	.pdamenu {
		background-color: #2d2d2d;
		padding: 10px 10px 10px 40px;
	}
	.pdamenu li {
		font-size: 16px;
		color: #fff;
	    list-style-type: none;
	    text-transform: uppercase;
	    margin: 5px 0;
		font-weight: bold;
	}
	.pdamenu li a {
		color: #fff;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: inherit;
	}
	.navbar-fixed-top {
		z-index: 10000 !important;
	}
	.navbar-toggle {
		background-color: #2d2d2d !important;
		border-radius: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 18px 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px !important;
	}
	.navbar-toggle.collapsed {
		background-color: #000 !important;
	}
	.navbar-collapse {
		padding: 0 !important;
		margin-top: 0 !important;
	}
	#nb-collapse {
		position: relative;
		z-index: 1000000;	
	}
	.pdaicon {
		float: right;
		margin: 0;
	}
	* {
		box-sizing: border-box;
	}
	.pdaicon > div {
		display: inline-block;
		padding: 12px 12px 8px 12px;
	}
	.pdaicon a {
		display: inline-block;
	    width: 25px;
		height: 25px;
	}
	.pdaicon > div:hover {
		background-color: #555;
	}
	.navbar-brand:hover {
		background-color: #555;
		color: #fff;
	}
	.pdaiconbasket {
		background: url(../images/basketpda.svg) center center no-repeat;
		position: relative;
	}
	.navbar {
		width: 100%;
	}
	.pdaiconbasket span {
		position: absolute;
		display: block;
		width: 6px;
		height: 6px;
		background-color: red;
		border-radius: 100%;
		top: -3px;
		right: 0px;
	}
	.pdaiconfind {
		background: url(../images/findpda.svg) center center no-repeat;
		background-size: 90% 90%;
	}
	.pdaiconfavor {
		background: url(../images/favorpda.svg) center center no-repeat;
	}
	.pdaiconuser {
		background: url(../images/userpda.svg) center center no-repeat;
	}
    .pdaiconphone {
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z" fill="white" /></svg>') center center no-repeat;
    }
	.bg_speedbar {display:none}
	.navbar-brand {
		padding: 15px 10px 15px 10px;
	}
	.navbar-default .navbar-brand {
		letter-spacing: 3px;
	}
	.top_phone, .top_login/*, .bg_bottom*/ {display:none}
	.findblpda {
		background-color: #f0004b;
		padding-bottom: 10px;
		display: none;
		width: 100% !important;
	}
	.findblpdal {
		padding: 1em 0;
	}
	.row_top {margin-top:0px;}
	.orderbottom {
		border-radius: 0px;
		width: 100%;
		margin-left:0px;
		margin-bottom: 1em;
	}
	.orderbottom .glyphicon, .orderbottom .glyphicon:before {
		display: none;
	}
	.mt-10 {
/*		text-align: center !important;*/
	}
	.summ_but {display:none}
	.row_full_goods .order_table .size_block .size {
		font-weight: 300;
		font-size: 12px;
	}
	.row_full_goods .order_table .size_block .summ_block {
		margin-right: 5px;
	}
	.row_full_goods .order_table .size_block {
		margin-bottom: 10px;
	}
	.row_full_goods .order_table .size_block input.summ {
		font-size: 12px;
		width: 40px;
		height: 40px;
	}
	.row_full_goods .order_table .head {
		display: none;
	}
	.row_full_goods .cloth .head {
		font-weight: 300;
	}
/*	.table_cart thead {
		display: none;
	}
	#cart_table tr td div a, .btn_cart_remove {
		display: none;
	}
	#cart_table tr td div a:nth-child(1) {
		display: inline-block;
		float: left;
	}
	#cart_table tr {
		display: block;
	}
	#cart_table td {
		display: inline-block;
		border: 0px;
		padding: 0px;
	}
	.table-responsive {
		border: 0px;
	}
	#cart_table tr td:nth-child(1), #cart_table tr:last-child {
		display: none;
	}
	#cart_table tr:nth-last-child(2) { 
		float: right;
		font-size: 16px;
	}*/
	.basketpda > div {
		clear: both;
		margin: 20px 0;
		border-bottom: 1px solid #ccc;
		padding: 0 0 20px 0;
	}
	.basketpda > div:after, .basketpda > div:before {
		content: '';
		clear: both;
		float: none;
		display: block;
	}
	.basketpdaimg img {
		width: 50px;
		float: left;
		margin: 8px 15px 8px 0;
		border: 0px;
		border: 1px solid #eee;
	}
	.basketpdatitle {
		display: block;
		clear: both;
		margin: 0 0 10px 0;
	}
	.basketpdatitle b {
		font-size: 15px;
	}
	.pdaitogo {
		width: 100%;
		clear: both;
		font-size: 15px;
	}
	.pdaitogo strong {
		float: right;
	}
	.pdaitogo a {
		color: #873357;
		background-color: #333;
		width: 100%;
		display: block;
		color: #fff;
		text-align: center;
		padding: 3px 10px;
		border-radius: 3px;
		margin: 0 0 1em 0;
	}
	.basketpdasize {
		margin: 10px 0;
	}
	.basketpdasize a {
		font-weight: bold;
		color: #873357;
		float: right;
		display: block;
		padding: 6px 0px;
	}
	.basketpdasize input {
		background-color: #e6e6e6;
		border-radius: 6px !important;
		font-size: 12px;
		border: 0px;
		padding: 3px 8px;
		margin: 0 5px;
		width: 40px;
	}
	.basketpdasize_ {
		overflow: hidden;
	}
	#cart_form label {display:none}
	#cart_form input, #cart_form textarea {
		background-color: #e6e6e6;
		border: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		border-radius: 6px !important;
		font-size: 12px;
	}
	#cart_form *::-webkit-input-placeholder {color: #2d2d2d}
	#cart_form *:-ms-input-placeholder {color:  #2d2d2d}
	#cart_form *::-moz-placeholder {color:  #2d2d2d}
	#cart_form *:-moz-placeholder {color:  #2d2d2d}
	.bg_main_promo_block {
		margin-top: 0px;
		padding: 0px;
	}
	.mainpromo {
		padding: 0px;
	}
    .bg_main_promo_block .block.block1, .bg_main_promo_block .block.block2, .bg_main_promo_block .block.block3, .bg_main_promo_block .block.block4 {
        margin-bottom: 0px;
    }
	.mainpromo .block {
		width: 50%;
		height: 150px !important;
		float: right;
		background-size: cover;
	}
	.mainpromo .desc {
		width: 50%;
		left: -100%;
		top: 0px;
		background-color: #f7f7f7;
		padding: 15px !important;
	}
	.mainpromo .desc .text {
		font-weight: bold !important;
		text-align: left !important;
		line-height: 20px !important;
	}
	.podpromo > div:nth-child(odd) .desc {
		background-color: #e4e4e4;
	}
	.row_full_goods .ntitle.hidden-sm {
	     display: block !important;
	     padding-top: 8px;
	     font-size: 20px;
	}
	.row_full_goods .cloth, .row_full_goods .order_table {
		margin-top: 10px;
	}
	.row_full_goods .ntitle.visible-sm {
	     display: none !important;
	}
	.bltovar .row_content {
		margin-top: 0px;
	}
	.desktopimgitem {display: none !important;}
	.pdaimgitem {display: block !important;}
	.pdaimgitem {
		position: relative;
		padding: 0px;
		margin: 0px;
	}
	.pdaimgitem img {width:100%}
	.row_full_goods .cloth_desc {
		margin-bottom: 10px;
		display: none;
	}
	.predesc {
		background-color: #e6e6e6;
		padding: 5px 10px;
		text-align: center;
		margin: 5px 0;
		cursor: pointer;
	}
	.predesc span {
		float: right;
	}
	.slick-dots {
		z-index: 1000;
	}
	.navbar-fixed-top {
		border-width: 0;
	}
	.bottom_menu {
		column-width: 48%;
		column-count: 2;
		column-gap: 4%;	
	}
	#texture_size_tbl {
		clear: both;
	}
	.row_full_goods .cloth .item {
		height: auto;
		padding: 0px;
		border-radius: 0px;
		margin: 0 3px 3px 0;
	}
	.topfilter {
		padding: 0px;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
	.topfilter ul {
		display: none;
		position: absolute;
		width: 100%;
	}
	.topfilter > div {
		background-color: transparent;
		position: relative;
	}
	.topfilterbtn {
		padding: 5px 0 5px 0;
		background-color: #f7f7f7;
		border-radius: 5px;
		cursor: pointer;
	}
	.prefil:hover ul {
		display: block;
	}
	.prefil:hover .topfilterbtn {
		background-color: #ddd;
	}
	.prefil ul {
		margin: 0px;
	}
	.prefil li label {
		padding: 5px 10px;
		font-weight: 300;
		font-size: 11px;
		line-height: 14px;
	}
	.prefil li {

	}
	.row_full_goods .cloth .item span {
	    position:absolute;
	    z-index:2;
	    color:#FFF;
		top: 0px;
	    left:0;
	    text-align:center;
	    cursor:pointer;
	    padding: 0px;
	    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), 1px -1px 0px rgba(0, 0, 0, 0.3), -1px -1px 0px rgba(0, 0, 0, 0.3), -1px 1px 0px rgba(0, 0, 0, 0.3);
	}
	.row_full_goods .cloth .item i {
		display: none;
	}
	.row_full_goods .cloth .item.active i {
		display: none;
	}
	.row_full_goods .cloth .item.active {
		border-bottom: 2px solid #333;
	}
	.row_full_goods .cloth .item img {
		margin-bottom: 2px;
	}
	.row_full_goods .cloth .item span {
		width: 60px;
		line-height: 60px;
	}
	.row_full_goods .desc {
	 display: none;
	}
}
.slick-slide {
	height: auto;
}
.slick-arrow, .slick-arrow {
    z-index: 100;
}
.slick-prev {
    left: 23px;
    top: 50%;
    background: rgba(255,255,255,1) url(/i/site/left.png) center center no-repeat;
}
.slick-arrow {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 0px;
    border-radius: 23px;
    margin-top: -23px;
    font-size: 0;
    border: 1px solid #eee;
    cursor: pointer;
   	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
.slick-next {
    right: 23px;
    top: 50%;
    background: rgba(255,255,255,1) url(/i/site/right.png) center center no-repeat;
}
.slick-arrow:hover {
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #f3f3f3;
}
.slick-slide {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.slick-slide:not(.slick-active) {
	opacity: 0;
}
.clearfix:after, .clearfix:before {
	content: '';
	clear: both;
	float: none;
	display: block;
}
/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 20px;
    display: block;

    width: 90%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;
	background-color: #fff;
	border-radius: 100%;
    color: transparent;
    border: 0;
    outline: none;

}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	background-color: #ff0;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{


    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;


    text-align: center;

    opacity: .20;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1300px) {
	.row_top .top_menu {
		font-size: 11px;
	}
	.row_top .top_menu li {
		margin-right: 7px;
	}
}
.slick-dots li.slick-active button:before
{
	z-index: 100000;
    opacity: 1;
    color: black;
	background-color: #fff;
}
.slick-dots .slick-active button {
	background-color: #333333;
}
/*body, span, b, i, div, td, p {border:1px solid red} */