@charset "windows-1251";
/* CSS Document */
.clearfix::after {
	display: table;
	content: "";
	clear: both;
}
/**/

.row{
	margin-left:0;
	margin-right:0;
	}
.text{
	padding-left:15px;
	padding-right:15px;
	}	
.name{
	font-weight:700;
	margin:10px 0 5px 0;
	}
.price{
	font-size:18px;
	font-weight:700;
	color:#000;
	}
.price-old{
	font-size:16px;
	font-weight:500;
	color:#6d6d6d;
	text-decoration:line-through;

	}
.price-small{
	font-size:18px;
	
	}	
.price-old-big{
	font-size:21px;
	

	}
.price-big{
	font-size:34px;
	color:#00a3d4;
	margin-bottom: 15px;
	
	}	
.sale{
	font-size:30px;
	background-color:#fae719;
	padding:5px;
	border-radius:5px;
	font-weight:700;

	}	
.article{
	color:#5f5f5f;
	font-size:13px;
	}	
.input{
	border:none;
	height:39px;
	display:inline-block;
	padding-left:10px;
	background-color:#fff;
	border-radius:0px 0 0 0px;
	font-size:14px;
	color:#000;
	border:1px solid #e0e0e0;
	}

.input:focus{
	border:1px solid #1098fb;
	
	}
.input2{
	background-color:#f0f0f0;
	}	
.textarea{
	border:none;
	height:104px;
	display:inline-block;
	padding-left:10px;
	padding-top:10px;
	background-color:#f0f0f0;
	border-radius:5px;
	box-shadow:inset 1px 1px 1px #c9c9c9;
	color:#7d7d7d;
	}			
.select{
	border:1px solid #cdcfcf;
	height:40px;
	
	}		
.ul{
margin:0 0 10px 17px;
padding:0;
list-style: none;
}
.ul2
{
list-style:none;
margin-left:0;
	}

/*.product-text{
	padding-left:10px;
	}	*/
.delete{
	font-size:11px !important;
	color:#0099ba !important;
	font-weight:500 !important;
	}
.delete2{
	font-size:16px !important;
	text-decoration:none
	
	}	
.recalc{
font-size:16px !important;
	color:#000000 !important;
	font-weight:500 !important;
	text-decoration:none;
	margin-right:10px;
}
.text-small{
	
	font-size:12px;
	}	
.already {
	border:1px solid #03b0ea;
	padding:3px 5px;
	font-size:12px;
	text-transform:none;
	font-weight:400;
	display:inline-block;
	margin:0px 0 0 10px;
	color:#03b0ea;
	text-decoration:none;
	
	}
.in-stock{

background-color: rgba(76, 217, 134, .15);
	color: #336d60;
	text-align:center;
	padding:3px 5px;
	}
.no-in-stock{
	
	background-color:#e0180f;
	opacity: 0.5%;

	}			
.red-a{
	color:#fc0f2e !important;
	}
.count input{
	background-color:#fff;
	height:40px;
	display:inline-block;
	border: 1px #eaeaea solid;
	width:47px;
	text-align:center;
	float:left;
	}	
.count a{
	display:inline-block;
background-color: #e5e5e5;
    border: 1px #eaeaea solid;	
	font-weight:700;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color:#000 !important;
	font-size:22px;
	text-align:center;
	height:40px;
	width:40px;
	padding-top:5px;
	float:left;
	text-decoration:none;
	border-radius:3px 0 0 3px;
	}	
	.count .right-a{
	border-radius:0px 3px 3px 0;
	}	
.count a:hover{
	background-color: #00a3d4;
    color: #fff !important;
}
/**/
.crumbs{
	display: inline-block;
    color: #666;
    font-size: 13px;
	margin:10px 0 20px 0;
	font-weight:700;
    border-bottom: 1px solid #eaeaea;
	padding:10px 0;
	width:100%;
		}
.crumbs span{font-weight:300;}	
.crumbs a{
	font-size:13px;
	color:#666;	
	text-decoration:none;
	font-weight:300;
	}					
/**/
#top {
	background:#003b45;
	padding: 5px 0 15px 0;
	position: relative;
	color: #fff;
	
}
#top .menu-sm{
	display:none;
	
	}
#top  .logo{
	padding-top:28px;
	}
#top .menu {
	margin-top: 10px;

	padding-bottom:10px;
}
#top .menu a {
	font-size:13px;
	color: #fff;
	text-decoration: none;
	margin-right:1%;
}
#top .menu a:hover {
	border-bottom: 1px solid #00a3d4;
	
}
#top .search{
	width:100%;
	margin-top:20px;
	}
.search .input{
	width:90%;
	}	
.search button {
    line-height: 28px;
  /*  padding: 6px 20px 6px 18px;*/
    float: right;
    display: block;
    background: #fafafa;
    border: none;
    color: #000000;
    border-left: 1px #eaeaea solid;
    transition: 0.5s all ease;
	content:'';
	display:block;
	width:10%;
	height:39px;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

.phone {
	font-weight: 500;
	font-size: 16px;
	color:#0099ba;
	text-align:right;
}
/*.phone::before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	display:block;
	background:url(../img/phone.png) no-repeat;
	width:17px;
	height:17px;
	}*/
.cart-div{
	margin-top:20px;
	text-align:right;
	
	}
.cart{


	border:1px solid rgb(255,255,255,0.3);;
	font-weight:700;
	font-size:15px;
	color:#fff;
	padding:0 10px 0 0px;
	text-align:left;
	float:right;
	height:40px;

	}
.cart a{
	text-decoration:none;
	color:#fff;
	
	}
.cart img{
	max-width: 30px;
	width: 100%	;
	margin-top: 5px;
	margin-left: 5px;
}
.lk{
	margin-top:7px;
	}	
.lk-a{
	text-decoration:none !important;

	}	
.lk-a span{
	
	border-bottom:1px dotted #036296 !important;

	}		
/**/
#menu-catalog{

	background: #003b45;
	height:60px;
	 border-top:1px solid rgba(255,255,255,0.1);
	 border-bottom:1px solid #d8e8ed;
	 
	}
#menu-catalog a{
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	margin-right:2%;
	display:inline-block;
		padding-top:19px;
		padding-left:5px;
		padding-right:5px;
		text-shadow:0 1px 1px rgba(0,0,0,0.5);

	
	}	
#menu-catalog a:last-child{
	
	margin-right:0px;
	
	}
#menu-catalog a:hover{
	background-color:#063b49;
	height:58px;
	}
.menu-small-ecran{
	display:none;
	}
/**/
.catalog-sm{
	padding:20px 0 40px 0;
	
	}
.catalog-sm img{
	width:100%;
	border-radius:3px;
	}	
.catalog-sm .img4{
	padding:15px 5px 0 5px;
}

@media screen and (max-width: 760px) {

.catalog-sm .img{
	margin-bottom:15px;
}
}
/**/
.product{
	border:1px solid #e0e0e0;

	background-color:#fff;
	padding:0;
	margin-bottom:15px;
	position:relative;
	text-align:center;
	height: 435px;

	
	}	
.product:hover{
		border:1px solid #00a3d4;

}
.cat{
	padding:0;
	display:inline-block;
	color:#000;
	font-size:16px;	
	text-decoration:none;
	width:100%;
	height:230px;
	background-size:cover;
	position:relative;
	}
.cat span{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	height:60px;
	padding:10px;
	color:#fff;
	}	
.cat:hover span{
	
	background-color:rgba(0,0,0,0.8);
	
	}		
.product a{
	color:#000;
	font-size:16px;	
	text-decoration:none;
	
}
.product img{
	max-width:300px;
width:100%;
	margin:0 auto 0px auto;
	display: block;
	
	}
.product .btn-div{
	 position:absolute;
	 width:90%;
	 bottom:20px;
	 display:block !important;
	}	
.product .btn{
	 width:130px;
	 	 margin:0 auto;
		 display:block;
	}
.product-text .btn{
	margin-top: 15px;
	margin-bottom: 10px;
}
.product .price-old{ }
.product .price{ margin-top:10px;
margin-bottom:10px;}


.product .prod-bottom{
	position: absolute;
	width: 100%;

	bottom: 20px;
}
/**/
.product-big{
	padding:10px;
	height:416px;
	
	}	
.product-small{
	padding:10% 5px 5px 5px;
	height:201px;
	text-align: left;
	
	}
.product-small a{
	
	
}
		
.text-product-big{
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	padding:20px;
	bottom:0;
	right:0;
	width: 100%;
	text-align: left;
	
	}
.product-big a{
	color:#000;
	font-size:25px;	
	text-decoration:none;
}	
.product-big .btn{
	
	 display:inline-block !important;
	 width:130px;
	 margin:-10px 0 0 20px;
	}
.product-small .btn-click-small{
	position:relative;
	margin:15px 0 0 0px !important;
	}			
.product-big img{
	max-width:100%!important;
	width:100%;
	margin:0;
	
	}
.product-small img{
	max-width:100px;
	width:100%;
	margin:0;
	
	}	
/**/
.company{
	border:3px solid #08a7f0;
	text-align:center;
	height:201px;
	background-color:rgba(255,255,255,1);
	}	
.company img{
	max-width:190px;
	width:100%;
	margin:0;
	
	}
.company a{

	font-size:25px;	
	font-weight:700;
}				
/**/
#news{
	}
#news .news-one{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	background-color:#fff;	
	padding:0 0 15px 0;
	font-size:15px;
	height:327px;
	border-radius:3px;

	}
#news .news-one:last-child{
	border-right:1px solid #d9d9d9;
	}	
#news .text{
	
	padding:0 30px 0 30px;
	}			
#news .data{
	color:#818181;
	text-align:left;
	margin-top:10px;
	}
#news .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}		
#news img{
	width:100%;
	margin:0 auto 10px auto;
	
	}	
#news a{
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#003b45;
	}

/**/
#recommend{
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	background-color:#f8f8f8;
	}	
		
/**/
#brend{
	padding-bottom:20px;
	background-color:#fff;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	margin:20px 0 0 0;
	background-color:#f8f8f8;
	}
#brend img{
	 max-width:90%;
	}	
#slider_maker .outer{ max-width:100%;}
/**/
#bottom{
	border-top: 1px solid #eaeaea;
	background:#f8f8f8;
	font-size:15px;
	color:#000;
	font-weight:300;
	padding:0px 0 20px 0;
	margin-top:40px;
	}	
#bottom .logo-bottom{
	border-bottom: 1px solid #eaeaea;

	margin-bottom:15px;
	background-color: #003b45;
	padding-top: 10px;
	}	
#bottom .adress{
	font-weight:500;
	}	
#bottom .name{
	font-weight:700;
	color:#00a3d4;
	text-transform:uppercase;
	margin:0 0 5px 0;
	}		
#bottom .a{
	color:#000;
	font-weight:300;
	text-decoration:none;
	line-height:24px;
	}
	
#bottom .a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 30px;
    margin-right: 5px;
}	
#bottom  a:hover {
    transition: all .3s ease-in-out 0s;
    padding-left: 10px;
    color: #00a3d4;
}
		
#bottom .card{
	text-align:right;
	}
#bottom .sm-text{
	padding-top:20px;
	font-size:12px;
	border-top: 1px solid #eaeaea;
	font-weight:500;
	margin-top:15px;
	}
#bottom .btn{
	display:block;
	margin-top:15px;
	}	
.social{

	}	
.social ul {
    margin: 0;
    list-style: none;
}
.social ul li:first-child {
    margin-left: 0px;
}

.social ul li {
    margin-left: 7px;
    display: inline-block;
}
.social ul.inline-mode li a {
    border: 0px solid #666;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}	
/**/
.menu-left{
background-color:#fff;
border:1px solid #e0e0e0;
padding:0;
width:100%;
font-weight:400;
font-size:16px;


}
.menu-left .input{
	background-color:#f9f9f9;
	width:44%;
	}
.menu-left .filtr{
 padding:5px 0px 15px 0px;

}
#filtr{padding:5px 15px 15px 15px;}
.menu-left ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.menu-left ul a{
    background-color: #063b49;
	display:block;
color:#fff;
text-decoration:none;
border-top:1px solid #d9d9d9;
font-weight:700;
padding:15px 5px 15px 15px;
position:relative;
text-transform:uppercase;

}
.menu-left ul a:hover{
    background-color: #063b49;
		color:#fff;
	
	}	
.l-one{
	position:relative;
	}	
.menu-left .one{
	font-size:16px;
	position:relative;

	}	
.menu-left .two{
	font-size:14px;
	}
.menu-left .two a{
    background-color:#f8f8f8;
	display:block;
color:#000;
text-decoration:none;
border-top:1px solid #d9d9d9;
font-weight:400;
padding:8px 5px 8px 25px;
position:relative;

}		

.menu-left-sm{
	display:none;
	position:relative;
	min-height: 44px;
	}	

.select-icon{
	
	position:absolute;
	right:0px;
	top:0px;
	padding-top:22px;
	/*border-left:1px solid #56bad0;*/
	bottom:0;
	width:52px;
	display:block;
	text-align:center;
	
	}	
.select-icon:hover{
	background-color:#004275;
	cursor:pointer;
	}	
/**/
.order .row-one{
	padding:18px 0 10px 0;
	border-bottom:1px solid #eaeaea;
	}
.order .row-one a{
	color:#000;
	text-decoration:none;
	
	}	
.order .itog{
	background-color:rgba(31,192,160,0.1);
	padding:15px 0;
	margin-bottom:20px;
	font-weight:500;
	font-size:18px;
	}
.order .text-small{
	margin-top:36px;
	margin-bottom:10px;
	}		

.order .del{
	text-align:right;
	}
.order .input{
	width:100%;
	margin-bottom:5px;
	height:40px;
	}
.order .textarea{
	width:100%;}
.order .top{
	margin-top:32px;
	
	}

.order .btn{
	margin-top:10px;
	width:200px;
	}	
.order .img{
	width:100%;
	max-width:70px;
	}	
	
.order .count{
	margin-top:-10px;	
		}
		
/**/
.product-one{
	margin-top:0px;
	}
.product-one h1{
	/*font-size:24px;*/
	margin:0 0 15px 0;
	text-transform:uppercase;
	}	
.product-one .img{
	width:100%;
	}
	
.product-one .article{
	margin-top:0px;
	}

.product-one .price-big {
	margin-bottom:10px;
	
	}		
.product-one .delivery{
position:relative;	
margin:20px 0;
	font-size: 18px;
	font-weight: 500;
	}
.product-one .delivery .size
{
	background: rgba(96, 125, 139, .15);
	color: #002E45;
	padding: 5px;
}
.product-one .delivery-plus{
position:absolute;
right:0;
top:10px;
font-size:14px;	
	}	


.product-one .btn{
	margin:10px 0 0 0;
	
	}	
	
									
@media screen and (max-width: 1200px) {
	#top  a {
	font-size: 13px !important;
	
}

#menu-catalog{
	
	text-align:center;
	
	}	
#menu-catalog a{
	
	margin-right:1.1%;
	}
#menu-catalog a:last-child{
	
	margin-right:0px;
	
	}
.company a{

	font-size:20px;	
	
}	
.order .already{
	margin-left:0px;
	}
.small-ecran2{
	display:none;
	}
/**/

		
	}		
@media screen and (max-width: 992px) {	


	
#top .menu {
    margin-top: 10px;
}	
 .menu-big-ecran, .small-ecran{
	display:none;
	}
.menu-small-ecran{
	display:block;
	}	

	
	
.product-big {
	height:auto;
	}
.order .top, .order .text-small{
	margin-top:10px
	}	
.order .top2{
	margin-top:15px;
	}	

.order .count{
	margin-top:10px;
	}
.product-one .btn{
	margin:10px 0 0 0;
	
	}	

}

@media screen and (max-width: 760px) {
.logo img{
	}
#top .menu-big{
	display:none;
	
	}	
#top .menu-sm{
	display:block;
	
	}	

.cart-div{
	position:absolute;
	top:0;
	right:0;
	}
			
#top {
    padding: 5px 0 0px 0;
}
.product-big {
	height:400px;
	}	
	
.product-big .btn{
	display:block;
	position:relative;
	margin:-10px 0 0 15px;
	bottom:0;
	}	
.product-small {
	/*height:auto;*/
	}
#news{
	padding:-10px 0 20px 0;
	}	
#bottom{
	padding:20px 0;
	
	}
#bottom .btn-call{
	 margin:10px 0;
	}
.menu-left {
	width:100%;
	margin-bottom:10px;
	}		
.menu-left-big{
	display:none;
	}
#filtr{
	display:none;
	}
.menu-left-sm{
	display:block;
	}	
.product-one .delivery-plus{
	font-size:11px;
	margin-top:-7px;
	}
.product-one .article{
	text-align:left;
	margin-top:10px;
	}
.product-one .in-stock{
	margin-top:10px;
	display:block;
	}
	.product-small img {
		max-width: 100%;

	}
	.product-small {
		padding: 5px;

	}
	#news .news-one {

		height: auto;
		padding-top: 15px;

	}
	.product-text .btn {
		margin-top:5px;
		margin-bottom: 5px;
	}
	.sale {
		font-size: 16px;

	}
							
}
@media screen and (max-width: 370px) {
	.product-big .btn {

		width: 75px;
		
	}
}
.img_cont{ text-align:center; overflow:hidden; width:100%; height:100%;}
.img_cont2{ text-align:center; overflow:hidden; width:100%; height:280px; background: #f0f0f0}
.outer {
    display: block;
    height: 160px;
    position: relative;
}
.outer img {
    position: absolute;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    right: 10px;
}
.good_title{
	 position: relative;
	display: block;
	max-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;	
	height:40px;
}
.good_title:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30%;
      height: 1.2em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
 }
 @supports (-webkit-line-clamp: 2) {
    .good_title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        max-height:3.6em; /* I needed this to get it to work */
        
    }
    .good_title:after {
        display: none;
    }
}
.none{display:none}
.foto_sm{ max-height: 65px;}

.filters-res {
   background-color:#003b45;
    width: 100%;
    padding: 5px 0 5px 10px;
    margin: 3px 0 10px 0;
	color:#fff;
	border-radius:3px;
}

.menu-left-sm a:hover {
    background-color: #e2f5fb;
    color: #000;
}

.menu-left-sm a {
    background-color: #01b2ef;
    display: block;
    color: #fff;
    text-decoration: none;
    
    font-weight: 400;
    padding: 15px 5px 15px 15px;
    position: relative;
	
}
.blue{
	margin: 20px 0 10px 0;
}
.thumb-wrap {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.thumb-wrap .big-foto-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
