


 a {
    color: #175b4c;
    text-decoration: none;
}
a:active, a:hover {
 
    color: #1c8e28;
    text-decoration: none;
}
 .qqqqqq-body{ -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

body {
    
    font-family: Arial, Helvetica, sans-serif;
    
   -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility; 
    
    max-width: 1920px;
    margin: auto;
  
    
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: Arial, Helvetica, sans-serif;
}
table {
    font-size: 15px;
}
td {text-align: right;}
 .fixed{
position: fixed;
    top: 0; left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97); transition: 0.5s;  transition-duration: 0.5s;
  z-index: 1000;
	} 
	.modal {z-index: 7777;}
	
	input.error {
 border: 2px solid #da0000;
}
label.error {
color: #da0000;
margin-bottom: 0px; 
 
 
    font-style: italic;
 
} 
	.pad0 {
		padding: 0px 0px 0px 0px;
	}
	.pad5 {
		padding: 0px 0px 5px 0px;
	}
	.pad10 {
		padding: 0px 0px 20px 0px;
	}
	
	.pad20 {
		padding: 20px 0px 20px 0px;
	}
	
	.pad20b {
		padding: 35px 0px 40px 0px;
	}
	
	.pad30 {
		padding: 30px 15px 30px 15px;
	}
	
.pad70 {
    padding: 35px 0px 70px 0px;
}
	
	@media (min-width: 992px) {
		.pad20c {
			padding: 20px 0px 20px 0px;
		}
	}
	
	.flx {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		min-height: 32px;
	}
	
	@media (max-width: 992px) {
		.flx {
			flex-direction: column;
		}
	}
	
	.mycol .mdi, .mycol span {
		color: #777; padding-bottom: 5px;
	}
	
	.gray {
		color: #555;
	}
	.gray2 {
		color: #555;
	}
	
	h1,	.forh1{
    color: #000; display: inline;
    font-size: 34px;
    font-weight: 600;  
    }
	
 
    
	h2 {
		font-size: 54px;
		color: #fff;
		text-shadow: rgb(71, 71, 71) 2px 2px 2px;
		font-weight: 600;
		color: #000;
	}
	
	@media (max-width: 1400px) {
		h2 {
			  font-size: 50px;
		}
	}	
	
	
	@media (max-width: 767px) {
		h2 {
			  font-size: 36px;
		}
	}	
	
	
	
	
	
	
	
	h4 {
		font-size: 34px;
		font-weight: 400;  color: #000; text-transform: uppercase;

	}
 
	h5 {
		font-size: 22px;
		font-weight: 400; margin-bottom: 15px;  
	}
	
	h3 {
		font-weight: 600; color: #000;
	}
		h6 {
		font-size: 20px;
		font-weight: 400;  
	}
 
	label,
	.control-label {
		font-size: 16px;
		font-weight: normal;
		color: #000;
		padding-top: 3px;
	}
	
	.wrp, .wrp2 {
		position: relative;
	}
	.swal-title {
    color: rgb(0 0 0);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
	.wrp:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #111;
		opacity: 0.3;
		z-index: -1;
	}
		.wrp2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #111;
		opacity: 0.5;
		z-index: -1;
	}
	.blu {
		font-size: 62px;
		color: #9954bb;
	}
	.blu2 {    font-size: 52px;
    background: #175b4c;
 
    color: #fff;
    padding: 1px 11px;
    border-radius: 99px;}
    
		.fio {
		font-size: 85px;
		color: #8e0590;
	}
	
	
	.bg1 {
		background-color: #fff;
	}
	
	.hid {
		opacity: 0.0;
		transition: 0.5s;
		cursor: pointer;
	}
	
	.hid:hover {
		opacity: 0.95;
		transition: 0.5s;
	}
	

	
	.ph {
		max-height: 334px;
		margin: auto;
	}
	
	.pc {
		height: 334px;
		width: 334px;
	}
	
	.btn {
		border-radius: 0px;
	}
	
	.item {
		min-height: 300px;
		padding: 30px;
	}
	
	.txt1 {
		font-size: 17px;
		text-align: left;
	
   
	}
	
	
	.head {
		position: fixed;
		z-index: 9999;
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
	}

	
 	.mycol {
			width: 100%;
			display: flex;
			justify-content: center;
			flex-direction: column;
			text-align: center;
		}
 
 .btn-success {
    color: #ffffff;
    background-color: #175b4c;
    border-color: #175b4c;
    
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active {
  color: #ffffff;
    background-color: #134c3f;
    border-color: #1b6555;

}






	@media (min-width: 767px) {
		.mycol {
			width: 33.333%;
		}
	}
	
	@media (min-width: 992px) {
		.mycol {
			width: 25%;
		}
	}
	
	.mdi-18px.mdi-set, .mdi-18px.mdi:before {
    font-size: 23px; font-weight: 600;
    color: #175b4c}
    
    #rectangle {
    width: 220px;
    height: 120px;
    background: #4da1f7;
}
    
  
    .box {box-shadow: 2px 2px 5px rgba(0,0,0,0.0);	transition: 0.5s; border: 1px solid #e2e2e2;}
    .box:hover {box-shadow: 2px 2px 7px rgba(0,0,0,0.3); 	transition: 0.5s;  border: 1px solid #e2e2e2;}
   
 
.brad1 { border-radius: 0px 0px 0px 0px;   }
.brad2 { border-radius: 0px 0px 0px 0px;} 

 .filt::before {
 content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #00819a;
 
    filter: blur(0px);
    border-radius: 12px;
 }



 @media screen and (min-width: 1200px){
.ha4 {
 
 
position: relative;
	font-size: 38px;
		font-weight: 400;  

}

.ha4:after {
content: attr(data);
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 100%;
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
z-index: 1;
}

.ha4:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 1)));
position: absolute;
left: 0;
top: 96%;
z-index: 2;
}}


@media screen and (min-width: 768px)

{.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -110px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next { margin-left: -110px;}}

.glyphicon-chevron-right:before {
    border: 4px solid #008cba;
    padding: 3px 7px 6px 7px;
    border-radius: 100%;
}

.glyphicon-chevron-left:before {
    border: 4px solid #008cba;
    padding: 3px 7px 6px 7px;
    border-radius: 100%;
}



.h41 {color: #000;
    position: absolute;
    top: 37%;
    font-size: 48px;
    right: 0px;}

.h42 {color: #000;
    position: absolute;
    top: 37%;
    font-size: 48px;
   left: 0px;}
 
 @media (min-width: 768px) {
 
 .h41 {color: #000;
    position: absolute;
    top: 37%;
    font-size: 48px;
    right: -35px;}

.h42 {color: #000;
    position: absolute;
    top: 37%;
    font-size: 48px;
   left: -35px;}
 
 }
   
    .mycol {height:125px;}  
   .carousel-control { text-shadow: none;}
   

@media (min-width: 768px) {
.modal-sm {
    width: 418px;
 } }
 
 

.modal-backdrop.in {
    opacity: 0.67;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}


.swal-button {
    background-color: #43ac6a;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;  
}

 img {display: block;
    max-width: 100%;
    height: auto;}

.pad15{padding: 5px 15px 6px 15px}
.aaa {color: white; transition: all .5s;}

.breadcrumb  {font-size: 15px;    border: 0px solid #dddddd;  background-color: #f1f1f1;
text-transform: none;}

.breadcrumb>li+li:before {
    content: "";
    padding:0px;
    color: #999999;}
    
a.whatsapp {
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	background: #25d366;
	border-radius: 5px;
	padding: 0 15px;
	color: #fff;
	-webkit-box-shadow: 0 0 12px 0 #565656;
	box-shadow: 0 0 12px 0 #565656;
	display: block;
	width: 218px;
	vertical-align: text-top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 49px;
	position: fixed;
	font-weight: 700;
	text-decoration: none;
}

a.whatsapp svg {
	width: 30px;
	height: 39px;
}
 
 .lin {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%);
	height: 1px;
}
   
	@media (min-width: 992px) {
		.textfoot {
			 text-align: right;
		}
	}    
    
 	@media (min-width: 111px) {    
  .slid {padding: 80px 0px;}  
 	}   
 	@media (min-width: 992px) {
		  .slid {padding: 20px 0px;}  
	}    
    
  	@media (min-width: 1400px) {
		  .slid {padding: 80px 0px;}  
	}     
    
    
  b {font-weight: 600;}  
    
        .btn {
 
    font-size: 18px;
    
    
    }
    
.smart-basket__min {
 
   color: #fff;
    width: 64px;
    border-radius: 50%;
   height: 64px;
  
}
    .smart-basket__min-icon{
 margin: auto;
 
    }
   .smart-basket__form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 25px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 25px rgb(0 0 0 / 20%);
    border-radius: 3px;
    padding-bottom: 15px;
    background: #fdfcfc;
}
.smart-basket__success-title {
    color: #1c8f29;
}



 
.smart-basket__alert-wrapper {
    z-index: 9999;}