/*@import url("../../../../../my_style.css");*/
html {
    background-color: #204270 !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;

}
#my_bg{
    background-color: #204270;
    background-image: url(../vendor/bg.jpg);
    /*color: white;*/
}
.logo_for_item{
    background-image: url(../vendor/mf_logo.png);
    width: 200px;
    height: 28px;
    background-size: 100%;
    margin: 0px auto;
      margin-top: 30px;
}
@media(min-width:992px) {
    .search-grid .product-layout.product-grid:nth-child(3n+1) {
        clear: none;
    }
    .search-grid .product-layout.product-grid:nth-child(4n+1) {
        clear: both;
    }
}
#content_my{
    background: white;
    border-radius: 5px;
    padding: 15px;
}
#menu {
/*	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
	min-height: 40px;
	margin-bottom: 5px;
}
.phone_logo_house,.phone_logo_mts,.phone_logo_life,.phone_logo_kievstar{
    background-image: url(../vendor/logo_u.jpg);
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}
.phone_logo_mts{
    background-image: url(../vendor/logo_m.jpg);
}
.phone_logo_life{
    background-image: url(../vendor/logo_l.jpg);
}
.phone_logo_kievstar{
    background-image: url(../vendor/logo_k.jpg);
}
.phone_logo_header_house,.phone_logo_header_mts,.phone_logo_header_life,.phone_logo_header_kievstar{
    background-image: url(../vendor/logo_u.jpg);
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 5px;
    float: left;
    margin-left: 5px;
}
.phone_logo_header_mts{
    background-image: url(../vendor/logo_m.jpg);
}
.phone_logo_header_life{
    background-image: url(../vendor/logo_l.jpg);
}
.phone_logo_header_kievstar{
    background-image: url(../vendor/logo_k.jpg);
}

.panel-body {
    padding: 15px;
    color: #444;
}
#green_color{
    color: #99cccc;
    font-weight: 600;
}
.green_color{
    color: #99cccc;
    font-weight: 600;
}
.price_green_color{
    color: #669933;
    font-weight: 600;
}
.white_color{
    color: #fff;
    font-weight: 600;
}
.black_color{
    color: #333;
}
.blue_color{
    color: #0B3990;
}

.table-bordered {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.table-bordered>thead>tr>th > a,
.table-bordered>tbody>tr>th > a,
.table-bordered>tfoot>tr>th > a,
.table-bordered>thead>tr>td > a,
.table-bordered>tbody>tr>td > a,
.table-bordered>tfoot>tr>td > a {
/*border: 1px solid #ddd;*/
color: #333 !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #f9f9f9;
    color: black;
}
.table-striped>tbody>tr:nth-child(odd)>td > a,
.table-striped>tbody>tr:nth-child(odd)>th > a{
    /*background-color: #f9f9f9;*/
    color: black;
}

b, strong {
    font-weight: 700;
    color: #333;
}
b, strong:hover {
    font-weight: 700;
    color: #696767;
}

.radio label, .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
    color: #333;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #333;
}

.alert {
    padding: 8px 14px 8px 14px;
    background-image: url(../vendor/main_menu_bg.png);
}
.alert-success {
    background-color: #fff;
    border-color: #d6e9c6;
    color: #333;
}

.alert-success > a {
    color: #333;
    font-weight: 600;
}
.alert-success > a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    color: #333;
}

.table>thead>tr>th > a,
.table>tbody>tr>th > a,
.table>tfoot>tr>th > a,
.table>thead>tr>td > a,
.table>tbody>tr>td > a,
.table>tfoot>tr>td > a{
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #333;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    color: #333;
}

.tab-content{
    background: #fff;
    color: #333;
    padding: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    background: #eee;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #333;
}

.item_price{
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 10px;
}

.footer_title{
    width: 100%;
    color: #99CCCC;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    color: black;
}

#compare-total{
    color: #333 !important;
}
#compare-total:hover{
    color: #999 !important;
}

.table>tbody>tr>td > a{
    /*padding: 0px;*/
    line-height: 1.428571;
    vertical-align: top;
    border-top: 0px solid #ddd;
    color: #333;
}


h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
/*        color: white;*/
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
    padding-left: 10px;
    margin: 12px 0px 20px 0px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 0px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
        /*background-color: #229ac8;*/
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    background-color: rgba(183, 217, 120, 0.36);



    background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #FFF;
	border-bottom: 1px solid #e2e2e2;
	padding: 0px 0px 0px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0;
}
@media(max-width:1199px){
	#top .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
    background-color: rgb(106, 145, 29);
    border-radius: 2px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #77A322;
    color: white;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: white;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

#menu .nav > li > a {
	color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 5px 5px 10px 5px;
        min-height: 15px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 600;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
/*        border-left: 1px solid #eee;
        border-right: 1px solid #eee;*/
}
#menu .dropdown-menu {
	padding-bottom: 0;
    /*background-image: linear-gradient(to bottom,rgb(106, 145, 29), #87A84B, rgb(106, 145, 29));*/
    background-color: rgb(106, 145, 29);
    border: 2px solid #B7D978;
    border-radius: 10px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	/*color: #333333;*/
    color: white;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	/*border-top: 1px solid #DDD;*/
    border-top: 1px solid #B7D978;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
    color: white;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	/*background-color: #229ac8;*/
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	/*background-repeat: repeat-x;*/
    background-color: rgba(183, 217, 120, 0.36);
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
    background-color: rgb(106, 145, 29);
    border: 1px solid #B7D978;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
    background-color: rgb(87, 114, 21);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		/*color: #fff;*/
        color: white;
	}
}
/* content */
#content {
	min-height: 600px;
	position: relative;
}
/* footer */
footer {
	margin-top: 30px;
	/*padding-top: 30px;*/
	/*background-color: #303030;*/
	/*border-top: 1px solid #ddd;*/
	color: #e2e2e2;
        background-image: url(../vendor/main_menu_bg.png);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer .foot-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 18px 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:last-child:after {
	display: none;
	content: "";
}
.breadcrumb > li > a{
	/*color: #333 !important;*/
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	/*right: -5px;*/
	/*width: 26px;*/
	/*height: 26px;*/
	/*border-right: 1px solid #DDD;*/
	/*border-bottom: 1px solid #DDD;*/
	/*-webkit-transform: rotate(-45deg);*/
	/*-moz-transform: rotate(-45deg);*/
	/*-o-transform: rotate(-45deg);*/
	/*transform: rotate(-45deg);*/
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgb(133, 170, 61);
    border: 2px solid #B7D978;
}
.btn-primary {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(106, 145, 29);
    border: 2px solid #B7D978;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: rgb(133, 170, 61);
    border: 2px solid #B7D978;
/*	background-position: 0 -15px;*/
}
.btn-grey {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #77A322;
    background-image: linear-gradient(to bottom, #949494, #393939);
    background-repeat: repeat-x;
    border-color: #949494 #949494 #393939;
}
.btn-grey:hover, .btn-grey:active,.btn-grey:focus, .btn-grey.active, .btn-grey.disabled, .btn-grey[disabled] {
    background-image: linear-gradient(to bottom, #393939, #949494 );
    color: #ffffff;
    /*	background-position: 0 -15px;*/
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
/*.btn-danger {*/
	/*color: #ffffff;*/
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	/*background-color: #da4f49;*/
	/*background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);*/
	/*background-repeat: repeat-x;*/
	/*border-color: #bd362f #bd362f #802420;*/
/*}*/
/*.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {*/
	/*box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);*/
/*}*/
.btn-danger {
    color: #ffffff;
    background-color: #BE150C;
    border: 2px solid #F27872 !important;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #DD413D;
    border-color: #F27872;
    border-width: 2px;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(106, 145, 29);
  /*border-color: #16AF52 #16AF52 #0C6E33;*/
    /*border-color: rgb(152, 210, 38) rgb(106, 145, 29) rgb(106, 145, 29);*/
    border: 1px solid #B7D978;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background : rgb(106, 145, 29);
    background-color: rgba(183, 217, 120, 0.36);
	/*background-image: linear-gradient(to bottom, #0C6E33, #16AF52);*/
    border: 1px solid #B7D978;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
        background: #fff;
}
.product-thumb .image {
	text-align: center;
height: 230px;
    line-height: 230px;
overflow: hidden;
        padding: 5px;

}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb span.category_product_name {
    font-size: 15px;
	font-weight: bold;
	max-height: 38px;
	overflow: hidden;
    display: block;
}
}
.latest_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
	font-weight: bold;
	max-height: 34px;
	overflow: hidden;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #669933;
        font-size: 18px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

#menu_img{
    background-image: url(../vendor/dlya-zdorov.png);
    width: 65px;
    height: 60px;
    margin: 0px auto;
}
.navbar-nav>li {
    float: left;
    width: 100%;
    text-align: center;
}
.row_my {
 margin-left: 0px;
 margin-right: 0px;
}
.icon_edit_profile{
    background-image: url(../vendor/edit_account.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_password{
    background-image: url(../vendor/edit_password.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_location{
    background-image: url(../vendor/edit_location.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_wishlist{
    background-image: url(../vendor/edit_wishlist.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}

.icon_edit_history_order{
    background-image: url(../vendor/edit_history_order.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_bonus_ball{
    background-image: url(../vendor/edit_bonus.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}

.icon_edit_return{
    background-image: url(../vendor/edit_return.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_transaction{
    background-image: url(../vendor/edit_transaction.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.icon_edit_rss{
    background-image: url(../vendor/edit_rss.png);
    width: 73px;
    height: 73px;
    margin: 0px auto;
}
.watermark{
  position: absolute;
  width: 45%;
  top: 110px;
  left: 26%;
  opacity: 0.3;
  filter: alpha(Opacity=30);
}
.watermark_item{
  position: absolute;
  width: 20%;
  top: 110px;
  left: 39%;
  opacity: 0.3;
  filter: alpha(Opacity=30);
}
.watermark_item_popup{
    position: absolute;
  width: 35%;
  top: 272px;
  left: 33%;
  opacity: 0.3;
  filter: alpha(Opacity=30);
}
@media (min-width: 768px) {
    .width_menu {
        margin: 0px auto !important;
        /*width: 906px !important;*/
    }
    .navbar-nav>li {
        float: left;
        width: 16%;
        text-align: center;
    }
    .menu_margin{
        width: 100%;
        margin: 0px 8px;
    }
}

.delivery_block{
    width: 100%;
    margin: 0% 0% 1% 1%;
}
/* modal window */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
    top: 0;
    left: 0; }

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
        min-height: 100vh; } }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        left: 50%; } }
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
    min-width: 0; }
dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        margin-left: -40%;
        width: 80%; } }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        top: 6.25rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
    display: block;
    visibility: visible; }

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
        border-radius: 3px; }
    dialog.round, .reveal-modal.round {
        border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
        padding: 0; }
    dialog.full, .reveal-modal.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0 !important; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%; } }

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw; } }

@media print {
    dialog, .reveal-modal {
        background: white !important; } }
/*-------------*/

    .alert {
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: rgb(106, 145, 29);
    border: 1px solid #B7D978;
    cursor: default;
}

.img-responsive {
    display: initial;
    max-width: 100%;
    height: auto;
    margin-top: -6px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #6A911D;
    border-color: #B7D978;
}

#jivo-label.jivo-fixed-right.jivo-offline #jivo-label-wrapper #jivo-label-copyright{
        display: none !important;
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    font-family: Georgia;
}
#boxes .window {
    position:fixed;
    left:0;
    top: 0;
    width:440px;
    /*height:200px;*/
    display:none;
    z-index:9999;
    text-align: center;
    /*font-size: 25px;*/
}
#boxes #dialog {
    width:320px;
    /*height:203px;*/
    background-color:#ffffff;
}

#boxes #buyOneClick {
    width:320px;
    /*height:203px;*/
    background-color:#ffffff;
}

#boxes #callBackModal {
    width:320px;
    /*height:203px;*/
    background-color:#ffffff;
}

.close {
    float: right;
}

button.close_modal {
    /* padding: 0; */
    /* cursor: pointer; */
    /* background: 0 0; */
    /* border: 0; */
    /* -webkit-appearance: none; */
}

.modal_title{
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid grey;
    font-size: 22px;
    background-color: #1F4576;
    color: white;
}
.modal_content{
    padding: 10px;
}
.callback_class{
    width: 60px;
    height: 60px;
    float: left;
    background-color: #6A911D;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #B7D978;
    background-image: url('../vendor/phone-white.png');
    background-repeat: no-repeat;
    margin-top: 0.5%;
    background-size: 25px auto;
    background-position: center center;
}
    .phoneBlock{
        /*float: right;*/
        /*margin-right: 15px;*/
    }
.callback_font{
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    color: white;
    /*padding: 10px 5px;*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px)
{
    .phoneBlock{
        float: none;
        margin-right: 0px;
    }
    .breadcrumb > li {
        /* text-shadow: 0 1px 0 #FFF; */
        padding: 0 5px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-right: 1px solid;
        /*width: 30%;*/
    }
    .callback_class{
        width: 25%;
        float: left;
        background-color: #6A911D;
        border-radius: 5px;
        margin-right: 10px;
        border: 2px solid #B7D978;
        margin-top: 0.5%;
    }
    .callback_img{
        display: none;
    }
    .callback_font{
        float: left;
        font-size: 11px;
        line-height: 16px;
        padding-top: 2px;
        padding-left: 10px;
        color: white;
        padding: 1px 8px;

    }

    #content_my {
        word-wrap: break-word;
    }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait)
{   .phoneBlock{
        float: none;
        margin-right: 0px;
    }
    .breadcrumb > li {
        /* text-shadow: 0 1px 0 #FFF; */
        padding: 0 5px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-right: 1px solid;
        /*width: 30%;*/
    }
    .callback_class{
        width: 37%;
        float: left;
        background-color: #6A911D;
        border-radius: 5px;
        margin-right: 10px;
        border: 2px solid #B7D978;
        margin-top: 0.5%;
    }
    .callback_img{
        display: none;
    }
    .callback_font{
        float: left;
        font-size: 13px;
        line-height: 16px;
        padding-top: 2px;
        padding-left: 10px;
        color: white;
        padding: 8px 8px;

    }

    #content_my {
        word-wrap: break-word;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    .breadcrumb > li {
        /* text-shadow: 0 1px 0 #FFF; */
        padding: 0 5px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-right: 1px solid;
        /*width: 30%;*/
    }

    #content_my {
        word-wrap: break-word;
    }

}

.close_modal {

}

/*убрать стрелочки для input type number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

.h4class{
    height: 50px;
    overflow: hidden;
}

.advancedSearchLink a:hover{
    background-color: red;
}
.advancedSearchLink:hover .advancedSearchFont{
    color: #333 !important;
}

#search .ajaxadvance .content > div {
    margin-top: 5px;
    font-size: 14px;
    color: black;
}

.advancedSearchLink:hover .advancedSearchFontMini{
    color: #333 !important;
    font-size: 14px;
}



.mfilter-content_top .mfilter-heading{
    display: none !important;
}
.mfilter-content_top .mfilter-tb{
    background: transparent !important;
}
.mfilter-content_top .mfilter-tb-as-td{
    font-size: 19px;
}
.mfilter-content_top .mfilter-visible label{
    color: #77AAD7 !important;
}
.mfilter-content_top .mfilter-input-active label{
    color: #94B948 !important;
}
.mfilter-content_top .mfilter-col-input{
    display: none !important;
}
.mfilter-content_top .mfilter-counter{
    display: none !important;
}

.mfilter-content_top .mfilter-content {
    border: 0px solid #dddddd;
}
.mfilter-content_top .mfilter-tb{
    margin-right: 20px !important;
    display: inline-block !important;
    text-align: center !important;
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-tb > .mfilter-tb-as-tr, .mfilter-content_top .mfilter-tb .mfilter-tb{
    float: none !important;
}
.mfilter-content_top .mfilter-content-wrapper{
    max-height: 300px !important;
}

.textBlockFooter{
    /*display: inline-block;*/
    /*height: 50px;*/
    background: tomato;
    border: 1px solid;

}
.MsoNormal:first-child{
	display: block;
}
.MsoNormal{
	display: none;
}
#category-text ul, #category-text ol, #category-text h2, #category-text h3, #category-text h4, #category-text div {
    display:none;
}
@media(min-width:768px){
	.product-layout.product-grid:nth-child(2n + 1){
		clear: both;
	}
}
@media(min-width:992px){
	.product-layout.product-grid:nth-child(3n + 1){
		clear: both;
	}
	.product-layout.product-grid:nth-child(2n + 1){
		clear: none;
	}
}
@media(min-width:768px){
	.product-layout.product-grid h4{
		height: 50px;
		overflow: hidden;
	}
	.product-layout.product-grid .black_color{
		height: 100px;
		overflow: hidden;
	}
	.product-layout.product-grid .cover_block{
		min-height: 50px;
		margin-bottom: 10px;
		position: relative;
	}
	.product-layout.product-grid .cover_block .price{
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
	}
	.product-thumb > .image > a{
		min-height: 230px;
	}
}
#category-text p{
	position: relative;
}
#category-text a {
	float: right;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}
#category-text a:after{
	position:absolute;
	right:0px;
	top:-1px;
	font-size: 18px;
	content: "→";
}
#category-text p:before{
	position:absolute;
	left:0px;
	content: "";
	bottom:0px;
	width:100%;
	height:22px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#category-text.active p:before{
	width: 0;
}
.desc-main a{
	cursor: pointer;
	margin-bottom: 10px;
	padding-right: 25px;
	position: relative;
	color:#fff;
	-webkit-transition: .5s ease;
			transition: .5s ease;
}
.desc-main a:hover{
	color: #9cc;
}
.desc-main a:after{
	position:absolute;
	right:0px;
	top:-2px;
	font-size: 18px;
	content: "→";
}
.desc-main *:not(a){
	display: none;
	width: 100% !important;
}
.desc-main > *:first-child{
	display: block;
}
.desc-main > *:nth-child(2){
	display: block;
}
.desc-main > *:nth-child(3){
	display: block;
}
.desc-main .hid{
	display: none;
}
.checkout-simplecheckout #content {
    background-color: #fff;
    border-radius: 5px;
}
.checkout-simplecheckout .form-control { height: 36px; }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content > p { display: inline-block; width: 90% }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content > div  { display: inline-block; width: 9%; margin: 0; }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content .row-shipping_field20 .control-label { display: block; margin-bottom: 10px; width: 100%; text-align: center; }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content .row-shipping_field20 > div { width: 100% }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content .row-shipping_field21 .control-label { display: none !important; }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content .row-shipping_field21 > div { width: 100% }
#simplecheckout_shipping.simplecheckout-block .simplecheckout-block-content .form-horizontal legend { border: none; margin-bottom: 0px; }
.checkout-simplecheckout h1 { text-align: center; margin-bottom: 20px; }
.checkout-simplecheckout .simplecheckout { margin: 0 auto; width: 75%; }
.simplecheckout .form-horizontal .control-label { text-align: left; width: 18%; }
@media(max-width: 991px) {
	.checkout-simplecheckout .simplecheckout { width: 100%; }
}

.latest-title {color:#FFF;
    font-size: 21px;
    padding-left: 10px;
    margin: 12px 0px 20px 0px;
}
.simplecheckout .form-horizontal .form-group:first-child .control-label {
	width: 33%;
}
.new-address{
    float:left;
}
.new-address span{
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.phone-view{
	font-size: 14px;
	color: #000;
}
.outside_cover{
	display: inline-block;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}
.outside_cover:nth-of-type(odd){
	margin-right: 5px;
	margin-left: 10px;
}
.outside_cover:last-child{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
nav .cover_block .outer-totlal_cover{
	/*max-width: 450px;*/
	min-width: 377px;
	/*float: right;*/
	/*padding-top: 11px;*/
}
nav .phoneBlock .callback_class{
	float: none;
	margin: 0 auto;
}
nav .phoneBlock a{
	float: right;
}
nav .phoneBlock{
}
@media (max-width: 1199px) {
	.new-address{
		padding-top: 10px;
	}
	nav .cover_block .outer-totlal_cover{
		/*padding-top: 10px;*/
	}
	nav .cover_block .outer-totlal_cover > a{
		display: none;
	}
	nav .phoneBlock{
		padding-top: 6px;
	}

}
@media (max-width: 991px) {
		.phone_logo_house, .phone_logo_mts, .phone_logo_life, .phone_logo_kievstar{
			width: 13px;
			height: 13px;
			float: left;
			margin-top: 5px;
			margin-right: 3px;
			background-size: cover;
		}
		.outside_cover:nth-of-type(2n+1){
			margin-left: 0;
			margin-right: 5px;
		}
		.phone-view{
			font-size: 12px;
			font-weight: 700;
		}
		.outside_cover:last-child{
			margin-left: 0;
		}
		nav .phoneBlock{
			text-align: center;
			padding-top: 0;
		}
		nav .phoneBlock a{
			float: none;
		}
		.callback_class{
			width: 60px;
		}
		.new-address span{
			/*max-width: 65%;*/
		}
		nav .cover_block .outer-totlal_cover{
			/*padding-top: 10px;*/
		}
		nav .phoneBlock .callback_class{
			margin: 0;
			display: inline-block;
		}
}
@media (max-width: 767px) {
	.new-address{
		text-align: center;
		float: none;
	}
	nav .phoneBlock .callback_class{
		width: 100%;
	}
	.callback_font{
		float:none !important;
		font-size: 14px;
		height: 40px;
		text-align: center;
	}
	nav .phoneBlock a{
		display: block;
	}
	nav .cover_block .outer-totlal_cover{
		margin: 0 auto 5px;
		float: none;
		max-width:242px;
	}
	.outside_cover:nth-of-type(odd){
		margin-right: 10px;
		margin-left: 10px;
	}
	.callback_class{
		width: 80px !important;
		height: 80px;
		border-radius: 50%;
	}
	nav .phoneBlock a{
		margin: 0 auto;
		width: 80px;
		height: 80px;
		border-radius: 50%;
	}
}
footer .cover_block{
	display: inline-block;
	margin-right: 15px;
}
footer .cover_block:last-of-type{
	display: block;
	margin-top: 19px;
}
@media(max-width:767px){
	footer .cover_block:last-of-type{
		display: inline-block;
		margin-top: 0;
	}
}
.panel-body .cover_block{
	display: inline-block;
	margin-right: 5px;
}
.panel-body .cover_block:last-of-type{
	display: block;
	margin-top: 18px;
}
.panel-body .cover_block span{
	font-size: 12px;

}
.panel-body .phone_logo_house,
.panel-body .phone_logo_mts,
.panel-body .phone_logo_life,
.panel-body .phone_logo_kievstar{
	margin-right: 3px;
}
@media(max-width:767px){
	.panel-body .cover_block span{
		font-size: 14px;
	}
	.panel-body .cover_block:last-of-type{
		margin-top: 0;
		display: inline-block;
	}
}
.timetable{
	max-width: 150px;
}
.mfilter-content_top .mfilter-visible label.another_color{
    color: #6A911D !important;
}
.product-info-panel {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%,0);
			transform: translate(-50%,0);
	top: 0;
	width: 100%;
	max-width: 1200px;
	z-index: 11;
	background-color: #FFF;
	border: #9CB2BD 1px solid;
	display: none;
	padding: 0;
	box-shadow: 0 1px 15px rgba(0,0,0,1);
}

/*New Styles*/
.top_block_head{
	background-color: #203c61;
	padding-top: 2px;
	padding-bottom: 3px;
}
.top_block_head ul{
	padding-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	max-width: 280px;
	justify-content: space-between;
}
.top_block_head ul li{
	list-style-type: none;
	display: inline-block;
}
.top_block_head ul li a{
	color: #fff;
	font-size: 12px;
}
.top_block_head ul li a:hover{
	text-decoration: underline;
}
.timetable-header{
	display: inline-block;
	color: #fff;
	text-align: center;
}
.timetable-header .day-time{
	margin-right: 13px;
	display: inline-block;
}
.timetable-header i{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #68b006;
}
.top_block_head .pers-cab{
	display: inline-block;
}
.top_block_head .cover_block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_block_head .pers-cab a{
	color: #fff;
	font-size: 12px;
}
.top_block_head .pers-cab a:hover{
	text-decoration: underline;
}
.top_block_head .pers-cab i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	font-size: 15px;
	color: #68b006;
}
.outside_header_cover #logo a{
	position: relative;
	display: block;
}
.outside_header_cover .img-responsive{
	margin-top: 0;
	display: block;
}
.outside_header_cover #logo{
	padding-top: 34px;
}
.outside_header_cover #logo a:before{
	position:absolute;
	left:0px;
	top:2px;
	width:100%;
	height:100%;
	content: "";
	/*border-top:1px solid #1d3c6b;*/
}
.outside_header_cover #search {
	display: inline-block;
	width: 100%;
	position: relative;
	max-width: 420px;
	margin-left: 48px;
	margin-bottom: 5px;
}
.outside_header_cover .input-group-btn{
	position: static;
}
.outside_header_cover #search .btn-default{
	position: absolute;
	right: 3px;
	border:none;
	top: 3px;
	background-color: #314469;
	background-image: none;
	padding:5.3px 7px;
	border-radius: 0;
}
.outside_header_cover #search .btn-default:hover{
	background-color: #4D6085;
}
.outside_header_cover #search input{
	border-width: 1px;
	border-color: rgb(191, 191, 191);
	border-style: solid;
	border-radius:0;
	height: 36px;
	padding-left: 14px;
	font-size: 13px;
	background-color: rgb(242, 242, 242);
}
.outside_header_cover .input-group-btn .btn-default i{
	font-size: 18px;
	color: #fff;
}

.outside_header_cover .new-address{
	/*text-align: center;*/
	padding-left: 0;
	padding-right: 0;
	margin-top: 22px;
}
.outside_header_cover .cover_inside_adress{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.outside_header_cover .cover_inside_adress .city{
	font-size: 12px;
	color: #000;
	display: inline-block;
	white-space: nowrap;
	margin-right: 7px;
}
.cover_inside_adress .city span{
	display: inline-block;
}
.cover_inside_adress .city i{
	color: #6cb700;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.cover_inside_adress .adress{
	position: relative;
	padding-left: 10px;
}
.outside_header_cover .new-address span{
	margin: 0;
}
.adress_cover_block{
	min-width: 232px;
}
.cover_inside_adress .adress a{
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.cover_inside_adress .adress a:hover{
	text-decoration: underline;
}
.cover_inside_adress .adress:before{
	position:absolute;
	left:0px;
	top:8px;
	width:4px;
	height:4px;
	content: "";
	border-radius:50%;
	background-color: #6a911d;

}
.cover_inside_adress .outside_cover i{
	color: #75bb0f;
	font-size: 15px;
	display: inline-block;
}
.cover_inside_adress .outside_cover a{
	font-size: 12px;
	color: #000;
}
.cover_inside_adress .outside_cover a span{
	display: inline-block;
}
.cover_inside_adress .outside_cover a:hover span{
	text-decoration: underline;
}
.outside_header_cover .clearfix{
	margin: 0;
}
.cover_inside_adress .outside_cover:nth-of-type(3){
	margin-right: 0;
	margin-left: 5px;
}
.outside_header_cover #cart{
	margin-top: 29px;
}
.outside_header_cover #cart .btn-inverse{
	background-color: transparent;
	border:1px solid #c7c7c7;
	border-radius: 0;
	text-align: left;
	background: none;
	padding:10px 8px 0;
}
.outside_header_cover #cart{
	background-color: transparent;
	border-radius: 0;
}
.outside_header_cover #cart i{
	color: #010101;
	font-size: 28px;
	font-weight: 700;
}
.outside_header_cover .btn-inverse{
	text-shadow: none;
}
.outside_header_cover #cart .sup{
	background-color: #6a911d;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	position: relative;
	top: -16px;
	left: -5px;
}
.outside_header_cover #cart .qty{
	color: #2b2e37;
	font-size: 14px;
	margin-left: -5px;
	display: inline-block;
	position: relative;
	top: -9px;
}
.breadcrumb{
	background-color: transparent;
	border:none;
}
.breadcrumb span{
	color: #fff;
	font-size: 14px;
	text-shadow: none;
}
.breadcrumb a{
	color: #fff;
	text-shadow: none;
	font-size: 14px;
}
.cover_sub_head{
	background: rgba(229, 238, 245, 0.07);
	position: relative;
	margin-bottom: 8px;
}
.cover_sub_head:before{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:5px;
	content: "";
	background-color: rgba(0,0,0,0.2);
}
.prod-head {
	color: #fff;
	font-size: 30px;
	margin-top: 3px;
	margin-bottom: 4px
}
.inside_prod_cover{
	border: 1px solid #d1d1d1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
	margin-bottom: 34px;
}
.inside_prod_cover .thumbnails{
	width: 50%;
	border-radius: 0;
	position: relative;
	margin: 0;
	background-color: #fff;
	/*border-right:1px solid #d1d1d1;*/
	align-self: center;
}
.inside_prod_cover .thumbnails > li{
	margin-left: 0;
}
.inside_prod_cover .item_price{
	width: 50%;
	border-radius: 0;
	border-left: 1px solid #d1d1d1;
	padding-left: 0;
	padding-right: 0;
}
.inside_prod_cover a.thumbnail{
	border-radius: 0;
	background-color: transparent;
	border:none;
}
.inside_prod_cover a.thumbnail:hover,.inside_prod_cover a.thumbnail:active,
.inside_prod_cover a.thumbnail:focus{
	outline: none;
	border:none;
}
.inside_prod_cover a.thumbnail:hover {
	border: none
}
.inside_prod_cover .first-list{
	border-bottom: 1px solid #d1d1d1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 10px;
}
.inside_prod_cover .price_green_color > div{
	font-size: 30px;
	color: #6a911d;
}
.inside_prod_cover .stock{
	color: #2e446c;
	font-size: 12px;
}
.inside_prod_cover .first-list li{
	min-width: 220px;
	margin-right: 10px;
}
.inside_prod_cover .first-list li:first-child{
	padding-left: 20px;
}
.inside_prod_cover .first-list li:last-child{
	margin-right: 0;
}
.inside_prod_cover .first-list span{
	font-size: 14px;
	color: #363636;
}
.inside_prod_cover .cover_rating{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #363636;
}
.inside_prod_cover .price-rating{
	padding-left: 20px;
	padding-top: 5px;
	width: 50%;
	margin-bottom: 15px;
}
.inside_prod_cover .price-rating h2{
	margin-bottom: 6px;
}
.inside_prod_cover .price-rating li:last-child{
	margin-top: 43px;

}
.inside_prod_cover .cover_bot_block{
	width: 50%;
	padding-top: 26px;
	padding-right: 28px;
}
.inside_prod_cover .cover_bot_block .form-group{
	margin-bottom: 28px;
}
.inside_prod_cover .inside_cover_main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom:1px solid #acacac;
}
.inside_prod_cover .form-group .number{
	width: 117px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.inside_prod_cover .form-group .number input{
	border:1px solid #acacac;
	border-radius: 0;
	padding: 0;
	height: 37px;
	font-size: 20.9px;
	background-color: #ececec;
	margin: 0 auto;
	text-align: center;
}
.inside_prod_cover .form-group .minus,
.inside_prod_cover .form-group .plus{
	font-size: 18.58px;
	line-height: 37px;
	position: absolute;
	border:1px solid #acacac;
	top: 50%;
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
	width: 29px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-user-select:none ;
	-moz-user-select:none ;
	-ms-user-select:none ;
	-o-user-select:none ;
	user-select: none;
	height: 100%;
}
.inside_prod_cover .form-group .minus{
	left: 0;
	border-right:1px solid #acacac;
}
.inside_prod_cover .form-group .plus{
	border-left:1px solid #acacac;
	right: 0;
}
.inside_prod_cover .add_to_cart button{
	background-color: #6a911d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	border-radius: 0;
	padding: 9px 16px;
}
.inside_prod_cover .add_to_cart button:hover{
	background-color: #6a911d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	border-radius: 0;
	opacity: 0.8;
}
.add_to_cart button:active,.add_to_cart button:focus{
	border: none;
}
.inside_prod_cover .add_to_cart{
	width: 120px;
	float: right;
}
.inside_prod_cover #product a.btn.btn-primary.btn-lg.btn-block{
	background-color: #6a911d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	margin-top: 22px;
	border-radius: 0;
}
.inside_prod_cover #product a.btn.btn-primary.btn-lg.btn-block:active,
.inside_prod_cover #product a.btn.btn-primary.btn-lg.btn-block:focus{
	border: none;
}
.inside_prod_cover #product a.btn.btn-primary.btn-lg.btn-block:hover{
	opacity: 0.8;
}
.inside_prod_cover .wrapper-activity{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 23px;
	padding-top: 19px;
	padding-bottom: 30px;
}
.inside_prod_cover .out_cover{
	width: 33.33%;
	margin-bottom: 52px;
}
.inside_prod_cover .out_cover:nth-child(4),
.inside_prod_cover .out_cover:nth-child(5),
.inside_prod_cover .out_cover:nth-child(6){
	margin-bottom: 0;
}
.inside_prod_cover .out_cover .img_cover{
	background-color: #203c61;
	border:6px solid #d2d8df;
	display: inline-block;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	line-height: 34px;
	text-align: center;
}
.inside_prod_cover .out_cover .img_cover img{
	width: 100%;
	display:block;
}
.inside_prod_cover .out_cover .info_block{
	color: #000;
	font-size: 12px;
	max-width: 63%;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	margin-left: 6px;
}
.inside_prod_cover .out_cover .img_cover i{
	color: #fff;
	vertical-align: middle;
	font-size: 27px;
}
.product-info-panel .name{
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
}
.product-info-panel .cover_outside_topic{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 40px 10px 40px;
}
.product-info-panel .cover_outside_topic .thumbnails{
	margin: 0;
	width: 70px;
	border:none;
}
.product-info-panel .cover_outside_topic .thumbnails a{
	border:none;
	padding: 0;
	margin-bottom: 0;
}
.product-info-panel .cover_outside_topic .thumbnails > li{
	margin: 0;
}
.product-info-panel .cover_items_block{
	width: 50%;
}
.product-info-panel .outside_cover{
	display: block;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.product-info-panel .outside_cover:first-child{
	padding-left: 0px;
}
.product-info-panel .outside_cover{
	padding-left: 17px;
}
.product-info-panel .outside_cover a{
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
}
.product-info-panel .outside_cover i{
	color: #75bb0f;
	font-size: 14px;
}
.product-info-panel .stock-info{
	padding-left: 0;
	display: inline-block;
	margin-bottom: 12px;
}
.product-info-panel .stock-info li{
	list-style-type: none;
	color: #6a911d;
	font-size: 12px;
}
.product-info-panel .nav-tabs{
	border:none;
}
.product-info-panel .nav-tabs > li{
	margin-right: 24px;
}
.product-info-panel .nav-tabs > li:last-child{
	margin-right: 0;
}
.product-info-panel .nav-tabs > li.active > a,.product-info-panel .nav-tabs > li.active > a:hover,.product-info-panel .nav-tabs > li.active > a:focus{
	color: #2e446c;
	border:none;
	padding: 0;
}
.product-info-panel .nav-tabs > li > a{
	color: #2e446c;
	padding: 0;
	background-color: transparent;
	border:none;
}
.product-info-panel .nav-tabs > li > a:hover{
	text-decoration: underline;
}
.product-info-panel .cover_article{
	display: inline-block;
	min-width: 135px;
	padding-right: 15px;
}
.product-info-panel .cover_price_buy button {
	background-color: #6a911d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	border-radius: 0;
	padding: 9px 16px;
	min-width: 119px;
}
.product-info-panel .cover_price_buy button:hover{
	opacity: 0.8;
}
.product-info-panel .price-amount{
	color: #6a911d;
	font-weight: 700;
	font-size: 22px;
}
.product-info-panel #cart .btn-inverse {
	background-color: transparent;
	border: 1px solid #c7c7c7;
	border-radius: 0;
	text-align: left;
	background: none;
	padding:13px 8px 6px;
}
.product-info-panel #cart i {
	color: #010101;
	font-size: 28px;
	font-weight: 700;
}
.product-info-panel #cart {
	background-color: transparent;
	border-radius: 0;
	min-width: 138px;
	margin-bottom: 0;
}
.product-info-panel #cart .sup {
	background-color: #6a911d;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	position: relative;
	top: -16px;
	left: -5px;
}
.product-info-panel #cart .qty {
	color: #2b2e37;
	font-size: 14px;
	margin-left: -5px;
	display: inline-block;
	position: relative;
	top: -9px;
}
.nav-tabs > li > a{
	font-size: 16px;
	border-radius: 0;
	color: #000;
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	color: #000;
}
.sub-titles{
	color: #fff;
	margin-top: 25px;
	margin-bottom: 30px;
	text-decoration: underline;
	/*padding-left: 15px;*/
}
.similar_product{
	border-top:1px solid #95969b;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -1px;
}
.similar_product .row{
}
.owl-carousel{
	background-color: transparent;
}
.owl-wrapper-outer{
	border:none;
}
.owl-wrapper-outer{
	border-radius: 0;
	box-shadow: none;
}
.owl-holder .row{
	margin-left: -30px;
	margin-right: -30px;
}
.owl-holder .sub-titles {
	margin-left: -15px;
}
.tab-content-main{
	border-bottom:1px solid #95969b;
	padding-bottom: 32px;
}
.owl-carousel .owl-buttons div{
	position: static;
	display: inline-block;
}
.owl-buttons{
	position: absolute;
	right: 0;
	top: -63px;
	width: 100px;
}
.owl-carousel .owl-buttons div{
	opacity: 1;
}
.owl-carousel .owl-buttons div i{
	margin-top: 0;
	font-size: 46px;
	color: #fff;
	text-shadow: none;
}
.tab-pane p{
	color: #000;
}
.popup-block.active{
	/*padding:20px;*/
	/*border:4px solid #204270;*/
	top: 50%;
}
body.modal-appear{
	overflow: hidden;
}
.popup-block{
	max-width: 500px;
	width: 100%;
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 111;
	-webkit-transition: .5s ease;
			transition: .5s ease;
	background-color: #fff;
	top: -150%;
}
.popup-block .modal_title{
	border: none;
}
.popup-block .close-popup{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.popup-block .close-popup:hover{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.8;
}
.overlay.active{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	z-index: 110;
	opacity: 1;
}
.overlay{
	opacity: 0;
	-webkit-transition: .5s ease;
			transition: .5s ease;
}
.fixed-btn{
    position: fixed;
    left: 45px;
    bottom: 45px;
    z-index: 30;
}
.popup-block h4{
	font-size: 22px;
	text-align: center;
	margin-top: 0;
}
.popup-block p{
	margin: 0;
	text-align: center;
}
@media(max-width:1199px){
	.outside_header_cover #cart{
		margin-top: 0px;
        margin-bottom:0px;
        -moz-transform: translate(0,10px);
        /*position: relative;*/
        /*top:-10px;*/
	}
	.inside_prod_cover .add_to_cart{
		width: 90px;
	}
	.inside_prod_cover .cover_bot_block{
		padding-right: 20px;
	}
	.inside_prod_cover .wrapper-activity{
		padding-left: 10px;
	}
	.inside_prod_cover .wrapper-activity{
		padding-bottom: 10px;
	}
	.product-info-panel .cover_outside_topic{
		padding: 10px;
	}
	.product-info-panel .cover_items_block{
		width: 40%;
	}
	.product-info-panel .nav-tabs > li{
		margin-right: 5px;
	}
	.nav-tabs > li > a{
		font-size: 14px;
	}
	.inside_prod_cover .out_cover{
		margin-bottom: 20px;
	}
	.inside_prod_cover .price-rating{
		padding-left: 10px;
	}
	.inside_prod_cover .price_green_color > div{
		font-size: 26px;
	}
}
@media(max-width:991px){
	.inside_prod_cover .out_cover .info_block{
		margin-left: 0;
	}
	.inside_prod_cover .wrapper-activity{
		text-align: center;
	}
	.inside_prod_cover #product a.btn.btn-primary.btn-lg.btn-block{
	}
	.inside_prod_cover .cover_bot_block{
		padding-right: 10px;
		padding-top: 10px;
		text-align: center;
		margin-bottom: 10px;
	}
	.inside_prod_cover .add_to_cart{
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	.inside_prod_cover .price-rating h2{
		margin-top: 10px;
	}
	.inside_prod_cover .first-list{
		margin-bottom: 0;
	}
	.product-info-panel .cover_outside_topic{
		flex-wrap: wrap;
	}
	.product-info-panel .cover_items_block{
		width: 60%;
	}
	.product-info-panel .outside_cover{
		display: inline-block;
	}
	.timetable-header > span:first-of-type{
		display: none;
	}
	.top_block_head ul{
		max-width: 250px;
	}
	.outside_header_cover #logo a{
		max-width: 268px;
		margin: 0 auto;
	}
	.outside_header_cover #logo{
		padding-top: 5px;
		margin: 0;
	}
	.outside_header_cover .new-address{
		margin-top: 0;
		padding-top: 0;
	}
	.outside_header_cover #search{
		display: block;
		margin: 0 auto 5px;
	}
	nav .cover_block .outer-totlal_cover{
		min-width: 1px;
		max-width: 370px;
	}
	.outside_header_cover #cart{
		max-width: 300px;
		margin: 0 auto;
	}
    .outside_header_cover #cart {
       margin-bottom: 10px;
       margin-top: 10px;
       -moz-transform: translate(0,0px);
    }
}
@media(max-width:767px){
    .outside_header_cover #cart {
        margin-bottom: 10px;
        margin-top: 10px;
        -moz-transform: translate(0,0px);
    }
	.breadcrumb > li{
		white-space: normal;
	}
	nav .phoneBlock{
		margin-bottom: 5px;
	}
	.inside_prod_cover .price-rating h2{
		margin-top: 0;
	}
	.inside_prod_cover .first-list li:first-child{
		padding-left: 5px;
	}
	.inside_prod_cover .first-list li:last-child{
		padding-right: 5px;
	}
	.inside_prod_cover .first-list li{
		min-width: 1px;
	}
	.inside_prod_cover .price-rating li:last-child{
		margin-top: 15px;
	}
	.inside_prod_cover .cover_bot_block{
		width: 100%;
		padding: 10px;
	}
	.inside_prod_cover .price-rating{
		width: 100%;
		padding: 10px;
	}
	.inside_prod_cover .inside_cover_main{
		flex-flow: column;
	}
	.product-info-panel{
		display: none !important;
	}
	.nav-tabs > li > a{
		font-size: 12px;
		padding: 10px 4px;
		margin-right: 1px;
	}
	.inside_prod_cover .wrapper-activity{
		padding-right: 10px;
	}
	.inside_prod_cover .item_price{
		width: 100%;
	}
	.inside_prod_cover .thumbnails{
		width: 100%;
	}
	.inside_prod_cover{
		flex-flow: column;
	}
	.prod-head{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 25px;
	}
	.breadcrumb > li{
		border-right: none;
		padding:0 10px 0 0px;
	}
	.breadcrumb > li::after {
		top: -1px;
	}
	.breadcrumb span{
		word-wrap: break-word;
	}
	.outside_header_cover .cover_inside_adress{
		flex-wrap: wrap;
		flex-flow: column;
		align-items: center;
		margin-top: 10px;
	}
	.outside_header_cover .new-address span{
		text-align: center;
		padding-left: 0;
	}
	.outside_header_cover .new-address span:before{
		display: none;
	}
	.mob-block{text-align: center;}
	.top_block_head ul{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.top_block_head .cover_block{
		flex-wrap: wrap;
	}
	.similar_product{
		margin-left: auto;
		margin-right: auto;
	}
	.owl-holder .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.owl-holder .sub-titles{
		margin-left: 0;
	}
}
@media(max-width:700px){
	.owl-holder .sub-titles{
		padding-right: 100px;
	}
}
@media(max-width:450px){
	.top_block_head .pers-cab{
		display: block;
		width: 100%;
	}
}

nav .phoneBlock .callback_class::after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid rgba(106,145,29,.3);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation: pulse-phone-in 2.5s ease 0s infinite normal;
    -o-animation: pulse-phone-in 2.5s ease 0s infinite normal;
    -moz-animation: pulse-phone-in 2.5s ease 0s infinite normal;
    animation: pulse-phone-in 2.5s ease 0s infinite normal;
}
nav .phoneBlock .callback_class::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 10px solid rgba(106,145,29,.3);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation: pulse-phone 2.5s ease 0s infinite normal;
    -o-animation: pulse-phone 2.5s ease 0s infinite normal;
    -moz-animation: pulse-phone 2.5s ease 0s infinite normal;
    animation: pulse-phone 2.5s ease 0s infinite normal;
}
@keyframes pulse-phone {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.9);
        transform: translate(-50%, -50%) scale(1.9);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes pulse-phone-in {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.remove-product {
    cursor: pointer;
}

.rb-tl {
    line-height: 0px;
}

.rb-tl img {
    vertical-align: inherit;
}

/*my styles*/
.latest_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    max-height: 35px;
    overflow: hidden;
    line-height: 1.1;
}
.footer_titles{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.title_product{
    font-size: 27px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.info_title{
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}
#slideshow0 .owl-buttons{
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#slideshow0 .owl-prev{
    left: 0px;
}
#slideshow0 .owl-next{
    right: 0px;
}
.info_title_h3{
    font-size: 21px;
    padding-left: 10px;
    margin: 12px 0px 20px 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}
.info_title_h4{
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.title_span{
    margin-top: 20px;
    margin-bottom: 10px;
}
/*end of my style*/
#content .mfilter-input-active + label {
    color: #6A911D !important;
}
.work_time{
    max-width: 85px;
}

/*------------------------news-cover------------------------*/
.news-cover h2,
.news-cover .title-slogan{
	color: #fff;
}
.news-cover .title-slogan{
	font-size: 14px;
}
.news-cover .text-right{
	color: #ccc;
}
.news-item .product-thumb{
	padding: 20px 0;
	height: 100%;
	margin-bottom: 0;
}
.news-item .product-thumb h4{
	text-align: center;
	margin-top: 0;
}
.news-item{
	margin-bottom: 30px;
}
.news-item .product-thumb a{
	font-size: 24px;
	font-weight: 700;
}
.news-item .product-thumb .image{
	max-width: 250px;
	width: 100%;
}
.product-list.news-item .product-thumb .caption {
	margin-left: 250px;
	font-size: 14px;
	/*max-height: 260px;*/
	overflow: hidden;
}
.news-item.col-sm-12 .product-thumb .image{
	max-width: 350px;
	width: 100%;
	text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
}
.news-item.col-sm-12 .product-thumb .caption {
	margin-left: 350px;
}
.news-cover .news-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-cover .news-wrap .col-sm-12{
	width: 100%;
	float: none;
}
.news-cover .news-wrap .col-sm-6{
	width: 50%;
	float: none;
}
.news-single{
	font-size: 14px;
}
.news-single h1{
	margin-top: 0;
}
.news-single .news-list ul a{
	text-decoration: none;
}
.news-single .news-list ul a:hover{
	color: #337ab7;	
}
.news-info{
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
}
.news-list{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
}
.news-list h6{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.news-list{
	min-height: 238px;
}
.news-single .thumbnails > li {
	margin-left: 0;
}
.news-single .thumbnails .image-additional:first-child{
	margin-left: 0;
}
.news-single .thumbnails {
	margin-left: 0;
	pointer-events: none;
}
.new-main-item h4 a{
	font-weight: 700;
}
.new-btn-bottom{
	color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.new-btn-bottom:hover{
	color: #9cc;
}
.new-main-item .product-thumb .caption{
	margin-bottom: 10px;
	height: 117px;
	overflow: hidden;
	min-height: auto;
}
.new-main-item .product-thumb img{
    height: 300px;
    margin-top: -30px;
}
.news-info ul,
.news-list ul{
	padding-left: 0;
}
.news-list ul{
	margin-bottom: 0;
}
.news-list ul li{
	list-style-type: none;
	margin-bottom: 13px;
	border-bottom: 1px solid #ccc;
}
.news-list ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.news-list ul li a{
	display: block;
	text-align: center;
	font-weight: 700;
}
.news-list ul li a img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 130px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.news-list ul li a:hover img{
	opacity: .7;
}
.news-info ul li{
	list-style-type: none;
	position: relative;
	padding-left: 16px;
	margin-bottom: 6px;
}
.news-info ul li::before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #314469;
}
.news-info img{
	max-width: 100%;
	margin: 10px 0;
}
.news-info h1,
.news-info h2,
.news-info h3,
.news-info h4,
.news-info h5,
.news-info h6{
	position: relative;
	padding-bottom: 10px;
	font-weight: 700;
	margin-top: 20px;
}
.news-info h1::before,
.news-info h2::before,
.news-info h3::before,
.news-info h4::before,
.news-info h5::before,
.news-info h6::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 80px;
	background-color: #314469;
}
.main_slider_50 .item .img-responsive{
	display: block;
	height: 377px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.new-main-item .product-thumb .button-group button:first-child{
	text-align: left;
	padding: 0 20px;
}
.main_slider_50 .owl-pagination {
	top: 36px;
}
.news-item .product-thumb a.read_more_articles{
	font-size: 14px;
	font-weight: 400;
	padding-left: 5px;
	color: #23527c;
}
.news-item .product-thumb a.read_more_articles:hover{
	color: #333;
}
@media(max-width: 1199px){
	.product-list.news-item .product-thumb .caption {
		margin-left: 200px;
	}
	.news-item .product-thumb .image {
		max-width: 200px;
	}
	.main_slider_50 .item .img-responsive{
		height: 320px;
	}
	.new-main-item .product-thumb .image{
		height: 173px;
		line-height: 173px;
	}
	.product-thumb > .image > a {
		min-height: 173px;
	}
	.new-main-item .product-thumb img {
		height: 160px;
	}
	.new-main-item .product-thumb .button-group button:first-child {
		text-align: center;
		padding: 0 5px;
	}
/*	.product-list.news-item .product-thumb .caption{
		max-height: 300px;
	}*/
}
@media(max-width: 991px){
	.news-item.col-sm-12 .product-thumb .image {
		max-width: 210px;
	}
	.product-list.news-item .product-thumb .caption{
		margin-left: 120px;
	}
	.news-item.col-sm-12 .product-thumb .caption{
		margin-left: 210px;
	}
	.news-item .product-thumb .image{
		height: auto;
		line-height: normal;
	}
	.news-item .product-thumb .image {
		max-width: 120px;
	}
	.news-item .product-thumb a {
		font-size: 20px;
	}
	.news-info h1{
		font-size: 26px;
	}
	.news-info table{
		font-size: 12px;
	}
	.main_slider_50 .item .img-responsive {
		height: 232px;
	}
	.new-main-item .product-thumb .caption {
		margin-bottom: 2px;
		height: 84px;
	}
	.new-main-item .product-thumb .caption h4{
		margin: 5px 0;
	}
	.new-main-item .product-thumb .image {
		height: 126px;
		line-height: 126px;
	}
	.product-thumb > .image > a {
		min-height: 126px;
	}
	.new-main-item .product-thumb img {
		height: 116px;
	}

}
@media(max-width: 767px){
	.news-item.product-list .product-thumb .caption{
		margin-left: 0;
	}
	.news-item.product-list .product-thumb .image {
		max-width: 100%;
	}
	.news-cover .news-wrap .col-sm-6 {
		width: 100%;
	}
	.news-cover .text-right{
		text-align: left;
	}
	.news-single .thumbnails {
		margin-left: 0;
	}
	.news-list{
		margin: 20px 15px 20px;
		min-height: auto;
	}
	.news-single h1{
		font-size: 28px;
	}
	.main_slider_50 .owl-pagination {
		top: 30px;
	}
	.new-main-item{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.new-main-item .product-thumb .image{
		height:200px;
	}
	.new-main-item .product-thumb img{
		height:auto;
		margin-top:-80px;
	}
	.news-item.col-sm-12 .product-thumb .image{
		background-size:auto;
		margin-left:0;
	}
	
}
@media (max-width: 767px){
	.news-single h1 {
		font-size: 22px;
	}
	.table-cover{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	.news-item {
		margin-bottom: 20px;
	}
	.news-list ul li a img{
		max-height: 100px;
	}

}
@media (max-width: 480px){
	.main_slider_50 .item .img-responsive {
		height: 166px;
	}
	.new-main-item .product-thumb .image{
		padding:0px 20px;
	}
}
@media (max-width: 380px){
	.new-main-item .product-thumb .image{
		height:160px;
		padding:20px;
	}
	.new-main-item .product-thumb img{
		margin-top:-70px;
	}
}

.news_img_q{
    width: 100%;
    max-width: 750px;
    height: 258px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px;
    margin-bottom: 10px;
    margin-top: -20px;
}
.min_news_link{
    width: 100%;
    max-width: 285px;
    height: 195px;
    border-radius: 5px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin:auto;
}
.min_news_link span{
    display: block;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}
@media (max-width: 767px){
	.news_img_q {
	    width: 100%;
	    background-size: cover;
	    border-radius:10px 10px 0 0;
	}
}
@media (max-width: 480px){
	.news_img_q {
	    height:180px;
	}
}
@media (max-width: 360px){
	.news_img_q {
	    height:150px;
	}
}





/*________________new styles________________*/
.news-item.col-sm-6 .product-thumb .image{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 130px
}
.new-main-item .product-thumb .image{
	margin: 10px 20px 0;
}
.new-main-item .product-thumb .image img{
	margin: 0;
	width: 100%;
	height: auto;
}
.new-main-item .product-thumb .image a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.min_news_link{
	position: relative;
	height: auto;
	left: 0;
	padding-top: 5px;
	margin-bottom: 20px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.4);
	max-width: none;
	transition: all .3s;
	background: #fff;
}
.min_news_link:hover{
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,.6);
	left: -3px
}
.min_news_link:hover a{
	color: rgb(106, 145, 29);
}
.news_thumb{
	position: relative;
	margin: 0 5px 0;
	height: 200px;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.news_thumb a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.news_title{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 5px
}
.news-list{
	background: transparent;
}
.news-list h6{
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.4);
	margin-top: 0;
}
.newsblog-category .product-thumb .image{
	height: 150px;
	position: relative;
}
.newsblog-category .product-thumb > .image > a {
    min-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.newsblog-category .product-thumb .caption{
	min-height: 0
}