.rew-features-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b1e2c3;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}
.rew-features-card img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    min-width: 100px
}
.rew-features-card span {
    display: inline-block;
    color: #3d3d3d;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.main-title h1 {
    display: block;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.rew-features-card a,.rew-features-card>span>strong{
	color: #003602;
}
.contact-features-cards{
	width:100%;
	float:left;
}
.contact-features__card{
	width:50%;
	float:left;
	min-width:200px;
	padding: 30px 15px;
}
.carousel-caption>strong{
    color: white;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.shop_cart th,.shop_cart td{
	padding:3px;
}
.btn-cart-block{
	display: block;
    width: 100%;
    padding: 12px 16px;
    background-color: #802a43;
    border-radius: 3px;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 0;
    margin: 20px 0;
}
.home-popular__card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
margin-right:8px;
}
.home-popular-cards,.categories-cards {
    justify-content: flex-start;
}
.categories__card{
margin-right:6px;
margin-left:6px;
}
.main-header__contacts1{
    max-width: 100%;
    text-align: center;
    color: #fff;
}
.main-header__contacts1 a{
    color: #fff;
}
.overlay_block {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.modal_form {
    width: 300px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 1px 0px 5px 1px #000;
    background: #fff;
    position: fixed;
    top: 60%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
}
.modal_form .modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
.text_form {
    width: 100%;
    color: #333;
    padding: 20px 30px;
    font-size: 18px;
}
.modal_form .modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
.text_form img {
    width: 50px !important;
    height: auto !important;
    position: inherit !important;
    float: right;
}
#gallery .polaroids{
	    list-style: none;
    padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
#gallery .polaroids li{
	    width: 160px;
		margin: 0 20px 20px;
}
#gallery .polaroids li img{
	width: 100%;
}
#gallery .polaroids li a{
	/*display:block;
	width:160px;*/
}
.name_title_serf{
	text-align:center;
	    margin: 10px 0 5px;
    color: #928d8d;
}
#navbar ul li:hover ul{
	display:block;
}
#navbar ul ul{
	background: #038631;
	position: absolute;
    left: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    display: none;
}
#navbar ul ul a{
	color:#fff;
	display: block;
    padding: 10px;
}

#navbar ul ul ul{
	left:163px;
	display:none !important;
	    top: 0;
}
#navbar ul ul li:hover ul{
	display:block !important;
}
.note-drop-menu{
	position: relative;
}