body {
    color: #6f6e6e;
    background: #f4f4f4;
    
    font-size: 15px;
    line-height: 1.47;
	
	margin-top: 140px;
}

.products-list__item {
    /*border-radius: 5px;*/
    background: #fff;
    /*padding: 21px 10px 21px 17px;*/
    margin-bottom: 21px;
    height: 300px;
    overflow: hidden;
}

.products-list__item img {
    width: 100%;
}

.card {
    /*border-radius: 5px;*/
    background: #fff;
    padding: 21px 10px 21px 17px;
    margin-bottom: 21px;
    
}


.product-card__image {
	display: block;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
	overflow: hidden;
    /*padding-right: 7px;*/
}

.product-card__prices {
    /*float: left;*/
    color: #020202;
    font-size: 1.5em;
    font-weight: bold;
}

.product-card__name a {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
}

.main-descr-detail {
	padding: 10px;
    padding-bottom: 20px;
	margin-bottom: 50px;
	/*overflow: hidden;*/
}

.detail-container {
    background: #fff;
    /*border-radius: 5px;*/
	position: relative;
}

.detail-image {
    width: 100%;
    min-height: 360px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.detail-image-view {
    width: 100%;
    min-height: 360px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.div-price-buy {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px;
    /*border-radius: 5px;*/
    background: #f4f4f4;
	align-items: center;
}

.item_current_price {
    font-size: 2em;
    color: #020202;
    font-weight: bold;
}

.info_cnt_tow {
    /*margin-left: 25px;*/
    color: #3fad14;
    font-size: 14px;
    margin-bottom: 22px;
}

.info_cnt_tow > i {
    color: #797a79;
}

.info_cnt_tow > b {
    font-style: italic;
    color: #040404;
}

h1, h2, h3, h4, h5 {
    color: #010101;
}

.featurette-heading {
    line-height: 20px;
    color: #020202;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0px;
}

.logo2 div {
    font-size: 13px;
    color: #7d7d7d;
    margin: 0px;
    line-height: 1;
}

.logo2 strong {
    font-size: 15px;
    font-weight: bold;
    color: #010101;
    margin: 0px;
    line-height: 1;
}

.logo2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.category-button {
	margin-top: 10px;
}


.site_header_2 {
	
	/*box-shadow: 0px 1px 30px 30px #c0c0c0;
	margin-bottom: 20px;*/
	background: white;
}

.logo2 .tel {
    padding-top: 7px;
    font-size: 20px;
    color: #181818;
    margin: 0px;
    line-height: 1;
    text-shadow: 1px 1px 1px #fff;
}

b {
    font-weight: bold;
}

.corz .capt capt {
    text-shadow: 1px 1px 1px #fff;
}

.corz .capt {
    display: block;
    font-size: 26px;
    color: #030303;
    /*float: right;*/
    /* margin-top: -10px; */
    font-weight: bold;
}

.site_header_1 {
	padding: 7px;
	/*background: url(/images/bg-nav-top.png) repeat-x;*/
	background: white;
	opacity: 0.95;
	
	z-index: 1000;
	position: relative;
}

.menu-and-banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.poisk-sp {
    color: #2f2f2f;
    font-size: 23px;
    font-weight: bold;
}

.poisk-div1 {
    /*position: absolute;
    top: 32px;*/
    color: #828282;
    font-style: italic;
    font-size: 14px;
}



.flex-container {
/*генерирует flex-контейнер уровня блока*/
display: -webkit-flex; 
display: flex; 

}

.flexgrow3 {
-webkit-flex-grow: 3; 
flex-grow: 3;
}

.btn-poisk {
    border: none;
    padding: 6px 23px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff;
    background: #ffe119;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffe119 0%, #ffb400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe119), color-stop(100%,#ffb400));
    background: -webkit-linear-gradient(top, #ffe119 0%,#ffb400 100%);
    background: -o-linear-gradient(top, #ffe119 0%,#ffb400 100%);
    background: -ms-linear-gradient(top, #ffe119 0%,#ffb400 100%);
    background: linear-gradient(to bottom, #ffe119 0%,#ffb400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe119', endColorstr='#ffb400',GradientType=0 );
    /*border-radius: 5px;*/
    color: #303030;
    /*margin-left: 7px;*/
    font-weight: bold;
}

.main-search-input-div {
	padding-right: 15px;
}

.main-search-input-div.mobile {
	padding-right: 0px;
}

.main-search-input-div input {
    background: #fefdfd;
    border: none;
    /*border-radius: 5px;*/
    box-shadow: 1px 1px 1px #c3c2c2 inset;
    font-style: italic;
    color: #828282;
    /*font-size: 14px;*/
}

.poisk-div2 {
    /*position: absolute;
    top: 40px;
    left: 205px;*/
	padding-top: 5px;
    color: #040404;
    font-size: 14px;
}

.poisk-div2 a {
    color: #3688cd;
    text-decoration: underline;
}

.main-search-input-div.mobile .btn-poisk {
	position: absolute;
	top: 0;
	right: 15px;
	background: transparent;
	color: red;
	padding: 6px 15px;
}

.products-list__item:hover, .products-list__item-big:hover {
	box-shadow: 8px 8px 30px 0px #c6c6c6;
}

.prefooter {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 30px;
}

.h2-main {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 10px;
	text-transform: uppercase ;
	text-align: center;
}

.bl-border {
    /*border-radius: 5px;*/
    padding: 18px 13px 22px 13px;
    margin-bottom: 27px;
    margin-top: 16px;
    border-bottom: 1px solid #e6e6e6;
}

h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 10px;
}

.radius155 {
    /*border-radius: 5px;*/
    background: #f1f1f1;
    box-shadow: 1px 1px 2px 0px #d2d2d2 inset;
    padding: 28px 20px 28px 20px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #818181;
}


.cyrcle105 {
    width: 105px;
    height: 105px;
    margin-right: 15px;
}

.radius155 h3 {
    font-size: 20px;
    font-weight: normal;
    color: #181818;
    margin: 0;
}

.radius155 p {
    margin: 7px 0px 7px 0px;
    line-height: 1.3;
}

@media (min-width: 768px) {
	.radius155 {
		border-radius: 155px;
	}

	.radius155 .right-border {
		background: url(/images/border.png) no-repeat right;
	}
}

@media (max-width: 767px) {
	.radius155 .inf {
		margin-bottom: 25px;
	}

}

.featurette-heading span {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: normal;
}

.main-menu-category a {
	text-align: left;
	padding: 8px 12px;
	font-size: 15px;
    color: #b2b1b1;
    padding-left: 35px;
    border-radius: 0;
    border-bottom: 1px dashed #b2b3b5;
	border-top: 1px dashed #b2b3b5;
	background: transparent;
	background: url(/images/list-st.png) no-repeat 17px 12px;
	white-space: unset;
}

.sub-menu-category > a {
	text-align: left;
	padding: 8px 12px;
	font-size: 15px;
    color: #666565;
    padding-left: 20px;
    border-radius: 0;
	white-space: unset;
	border: none;
}

.main-menu-category {
	width: 100%;
	background: url(/images/bg-cat.png);
	/*border-radius: 5px;*/
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.sub-menu-category {
	width: 100%;
	/*border-radius: 5px;*/
	/*box-shadow: 8px 8px 30px 0px #c6c6c6;*/
	padding-bottom: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.carousel ul {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel img {
	width: 100%;
}

.carousel-img {
	height: 330px;
	padding: 30px 30px 30px 30px;
}

.carousel .item {
	background: #fff;
}

.carousel-control.right {
	/*background: none;*/
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel {
	/*margin-top: 20px;*/
}

.margintop20 {
	margin-top: 20px;
}

.head-catalog h3 {
    
    color: #fcfdff;
}

.main-menu-category >a:hover, .main-menu-category >a:focus, .main-menu-category >a:active, .razvorot > li > a:hover {
    color: #fefdfd;
    font-weight: bold;
    background: #fd4833;
 }
 
.main-menu-category >.head-catalog {
	background: transparent;
	border-top: none;
}

.main-menu-category >.foot-catalog {
	height: 38px;
	background: #000;
	border-bottom: none;
}

.big-but {
    display: block;
    width: 125px;
    height: 34px;
    background: url(/images/but-by-b.png) no-repeat;
    font-size: 16px;
    color: #020202;
    font-weight: bold;
    padding: 5px 0px 0px 22px;
	position: relative;
	z-index: 10;
}

.main-menu-category, .carousel {
    box-shadow: 8px 8px 30px 0px #c6c6c6;
}

.product_list {
	padding-bottom: 30px;
}

.breadcrumb {
    /*padding: 8px 15px;*/
	padding: 0;
    margin-bottom: 20px;
	/*margin-top: 40px;*/
    list-style: none;
    /*background-color: #fff;*/
    /*border-radius: 4px;*/
	font-size: 12px;
}

.breadcrumb > .active {
	color: black;
}

.main-button-category {
	/*color: #fcfdff;*/
	color: red;
    font-weight: bold;
    font-size: 21px;
	width: 100%;
	/*background: red;*/
	background: #f4f4f4;
	text-align: left;
	padding: 10px 20px;
	/*margin-bottom: 20px;*/
	border-color: red;
}

.main-button-div  ul  {
	width: 100%;
}

.main-button-div  ul a {
	padding: 10px 20px;
}

.wishlist {
	width: 100%;
	background: #fff;
}

.wishlist__column--image a img {
	max-width: 200px;
}

.footer {
    background: #010101;
    padding-top: 20px;
	padding-bottom: 20px;
}

.carousel-indicators li {
	border: 1px solid black;
}

.carousel-indicators .active {
    background-color: black;
}

.carousel-text {
	padding: 40px;
}

.carousel-text price, .search-item .price{
	color: red;
	font-weight: bold;
	font-size: 24px;
	padding-right: 20px;
}

.bestsellers {
    box-shadow: 0px 60px 40px 0px #c0c0c0;
    margin-bottom: 60px;
}

.products-list__item-big {
    /*border-radius: 5px;*/
    background: #fff;
    padding: 40px 10px 21px 21px;
    margin-bottom: 21px;
    /*height: 300px;*/
    overflow: hidden;
}

@media (min-width: 768px) {
	.products-list__item-big {
		height: 366px;
	}
}

@media (max-width: 767px) {
	
	.breadcrumb {
		margin-top: 40px;
	}
}

.featurette-heading-big {
    line-height: 22px;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.products-list__item-big .product-card__prices {
    color: #020202;
    font-size: 31px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.products-list__item-big .product-card__name a {
    height: 90px; 
}

.products-list__item-big .product-card__image {
    height: 190px; 
}

#mega-menu-block {
	/*position: absolute;
	z-index: 5;*/
	background: #fff;
	width: 100%;
	padding: 20px;
	display: none;
}

.main-menu-category >a:hover + #mega-menu-block {
    display: block; 
}

.sub-menu-category active a {
    color: #fff;
	background: red;
}

.sub-menu-category > a:not(.active-menu):not(.caption-menu) {
    /*color: #fff;
	background: red;*/
	padding-left: 35px;
}

.sub-menu-category .active-menu {
	/*border-bottom: 2px dashed #000;*/
	color: #ccc;
}

.sub-menu-category >.caption-menu {
    /*color: #fff;
	background: red;*/
	padding-left: 20px;
}

.sub-menu-category > .small-menu {
	padding-left: 45px;
}

.sub-menu-category > .small-menu > small > a{
	margin-right: 10px;
}

.sub-menu-category hr {
	margin-bottom: 0;
}

.main-button-div ul a {
	white-space: normal;
}

#for-business .carousel-img {
	height: 400px;
}

.product-card__button a {
    display: block;
    width: 90px;
    height: 24px;
    background-image: url(/images/but-by-s.png);
    background-size: cover;
    font-size: 12px;
    color: #020202;
    font-weight: bold;
    padding: 4px 25px;
	
	
}

.div-price-buy .product-card__button a, .big-card .product-card__button a {
    display: block;
    width: 125px;
    height: 34px;
    background-image: url(/images/but-by-b.png);
    background-size: cover;
    font-size: 18px;
    color: #020202;
    font-weight: bold;
    padding: 4px 25px;
	
	
}

.product-card__button {
	margin-left: auto;
}

.corz {
	margin-left: auto;
}

.product-card__actions {
	align-items: center;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.wishlist__column--image a  {
    padding: 30px;
}

a {
	cursor: pointer;
}

.flex1container .logo2 {
	padding-top: 12px;
	align-items: center; 
	font-size: 16px;

}

.flex1container .logo2 a{

	margin-left: 6px;
}

.navbar-brand {
    
    padding: 5px 5px;
	height: auto;
    
}

.site_header_1 .navbar-nav  a, .site_header_1 .navbar-nav  button {
	padding-top: 11px;
    padding-bottom: unset;
	border: none;
	color: white;
}

.site_header_1 .navbar-nav  a:hover {
	color: white;
	background: #171717;
}

.navbar-toggle .icon-bar {
	/*margin-top: 5px;*/
    background-color: red;
	width: 30px;
	height: 4px;
}

.navbar-toggle {
	position: relative;
    float: right;
    padding: 4px 10px;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
}

.soc-widget {
	padding: 10px 0px;
}

.small-menu small {
	display: inline-block;
}

.site_header_1 .nav > li > a {
	padding-bottom: 11px;
	color: black;
}

.navbar-fixed-top .navbar-collapse {
    max-height: unset;
}

.search-item .image {
	padding-bottom: 15px;
}

.product-card .hit, .products-list__item-big .hit {
	position: absolute;
}

.products-list__item-big .hit {
	position: absolute;
	top: 20px;
}

.product-card__prices .old-price {
	font-size: 14px;
	color: darkgrey;
	text-decoration: line-through;
	line-height: 1;
}

.big-card .old-price {
	font-size: 20px;
	
}

.main-descr-detail .old-price {
	
	font-size: 20px;
	color: darkgrey;
	text-decoration: line-through;
	line-height: 1;
}

.product_list .list-view .nav.nav-tabs {
	background: white;
	/*margin-bottom: 15px;
	margin-top: 15px;*/
}

.product_list .list-view .summary {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer h4 {
	color: white;
}

.footer .after-footer {
	color: grey;  
}

.footer .after-footer hr {
	border-top: solid 1px grey;    
	height: 0px;
}

.info-card {
	height: auto;
	padding: 20px;
}

.info-card .info {
	font-weight: bold;
	padding-top: 5px;
}

.info-card .info span {
	font-weight: normal;
}

.service-section {
	padding-top: 15px;
}

.position-basket {
	font-size: 22px; 
}

.navbar-brand > img {
	display: inline-block;
}

@media (max-width: 767px) {
	#search-form-mobile-top {
		/*padding-left: 15px;*/
		display: inline-block !important;
		width: 100%;
		padding: 5px;
	}
}

#search-form-mobile-top .main-search-input-div {
	position: relative;
}

#search-form-mobile-top .main-search-input-div.mobile .btn-poisk {
	right: 0;
}

#search-form-mobile-top .main-search-input-div .form-control{
	
}

.configurator-item .wishlist__column--image a img {
    max-width: 200px;
    height: 100px;
}

.configurator-item .wishlist__column--image a {
    padding: 0;
}

ul.product__meta {
	list-style: none;
}

.top-btn-poisk {
	position: absolute;
    right: 12px;
    top: 22px;
    border: none;
    background: transparent;
}

.btn-group-vertical > .btn:first-child {
    border-top: none;
}

.btn-group-vertical > .btn:last-child {
    border-bottom: none;
}

.catalog-h1 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}

h1.product__name {
	font-size: 1.5em;
	margin-bottom: 0px;
}

.brand-badge {
	background-color: white;
	padding: 10px;
	position: absolute;
	width: 150px;
	right: 25px;
	top: -20px;
	font-size: 22px;
	font-weight: 900;
	z-index: 10;
	text-align: center;
	box-shadow: 1px 1px 2px 0px #c6c6c6;
}

.detail-content {
	/*padding-top: 20px;*/
}

.detail-content h1{
	margin-top: 0px;
	text-transform: uppercase;
}

.categories-list__item .product-card__image{
	margin-right: 20px;
    margin-left: 20px;
}

.categories-list__item {
	height: auto;
}

.categories-list__item .featurette-heading  {
	text-align: center;
	margin-top: 10px;
	
}

.products-list__item {
    
    height: auto;
    
}

.product-card__info {
	padding: 10px;
}

.product-card__info {
	height: 100px;
}

.product__gallery {
		width: 100%;
	}
	
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
	
	.product__gallery {
		width: calc(100% - 75px);
	}
	
	.detail-preview {
		width: 70px;
		float: right !important;
	}
	

}

@media (max-width: 767px){

	
	.clearboth {
		clear:both;
	}
	
	body {
		margin-top: 40px;
	}
}

.addon_product_list .product-card__image {
	max-height: 230px;
}

.product_list .product-card__image {
	max-height: 430px;
	height: auto;
}

.product-card__image_main {
	height: 70vh;
	max-height: 490px !important;
}

.border {
	border: solid 2px;
}

.navbar-header .basket-button {
	margin-right: 10px;
	padding-top: 10px;
	font-size: 20px;
}

@media (max-width: 768px) {
	#SearchParameters {
		display: none;
	}
	
	.col-xs-6 .product-card__image {
		max-height: 220px;
	}
}



@media (max-width: 540px) {

	
	.col-xs-6 .product-card__image {
		max-height: 340px;
	}
}

@media (max-width: 415px) {
	
	.col-xs-6 .product-card__image {
		max-height: 240px;
	}
}

@media (max-width: 400px) {
	
	.col-xs-6 .product-card__image {
		max-height: 220px;
	}
}

@media (max-width: 376px) {
	
	.col-xs-6 .product-card__image {
		max-height: 210px;
	}
}

@media (max-width: 361px) {

	
	.col-xs-6 .product-card__image {
		max-height: 200px;
	}
}

@media (max-width: 321px) {

	
	.col-xs-6 .product-card__image {
		max-height: 180px;
	}
}

@media (max-width: 300px) {

	
	.col-xs-6 .product-card__image {
		max-height: 158px;
	}
}

@media (min-width: 900px) {

	
	.col-sm-3 .product-card__image {
		max-height: 300px;
	}
}

@media (min-width: 1200px) {

	
	.col-sm-3 .product-card__image {
		max-height: 370px;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /*position: relative;
    min-height: 1px;*/
    padding-right: 15px;
    padding-left: 15px;
}

.site_header_1 .main-dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    color: black;
}

.navbar-brand {
	color: black;
}

.modal-backdrop {
    z-index: 1010;
}