@import url("Roboto_Regular/stylesheet.css");
@import url("Roboto_Bold/stylesheet.css");
@import url("PtSans/stylesheet.css");
@import url("Marmelad/stylesheet.css");
@import url("PtSans_Bold/PtSans_Bold.css");


strong{
	font-weight: normal;
}

body {
	font-family: 'PtSans';
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #3b3631;
	margin: 0;
}
.colors a{
	display: block;
	font-size: 12px;
	color: #555;
	
	line-height: 1.5;
}
.letter{
	display: block;
	color: #555;
	font-size: 30px;
	margin-bottom: 10px;
}
/* default font size */
.fa {
	font-size: 11px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-bottom: 20px;
	font-family: Marmelad;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 32px;
	margin: 25px 0;
	font-family: Marmelad;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #1f99ba;
}
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 {

}
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-repeat: repeat-x;
}
/* top */
#top {
	background-color: #7abd52;
	border: 0;
	min-height: 38px;
}
#top .container {

}
header{
	margin: 20px 0 0 ;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-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: #fff;
	text-decoration: none;
	font-family:'PtSans';
	font-size:16px;
	font-weight:normal;
}
#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: 8px;
	width:calc(70% + 30px);
	float:left;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {

}

#search
{
	width:calc(30% - 30px);
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background-color:#61a13a;
	border:none;
	border-radius:0;
	color:#b5d9a0;
	font-size:16px;

}
#search .btn-lg {
	background: url(../image/search_button.png) no-repeat;
	display:block;
	width:21px;
	height:21px;
	padding: 10px 35px;
	border:0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: -30px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	box-shadow:none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#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 {
	background: rgba(79,203,214,1);
	background: -moz-linear-gradient(top, rgba(79,203,214,1) 0%, rgba(57,169,186,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,203,214,1)), color-stop(100%, rgba(57,169,186,1)));
	background: -webkit-linear-gradient(top, rgba(79,203,214,1) 0%, rgba(57,169,186,1) 100%);
	background: -o-linear-gradient(top, rgba(79,203,214,1) 0%, rgba(57,169,186,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,203,214,1) 0%, rgba(57,169,186,1) 100%);
	background: linear-gradient(to bottom, rgba(79,203,214,1) 0%, rgba(57,169,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fcbd6', endColorstr='#39a9ba', GradientType=0 );
	min-height: 40px;
	-webkit-box-shadow: 0px 9px 8px -5px rgba(23,114,128,0.2);
	-moz-box-shadow: 0px 9px 8px -5px rgba(23,114,128,0.2);
	box-shadow: 0px 9px 8px -5px rgba(23,114,128,0.2);
	border-bottom:1px solid #2d9aa9;
}
#menu .nav > li > a {
	color: #fff;
	padding: 16px 15px 16px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size:13px;
	font-family: 'PtSans';
	text-decoration: none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#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;
	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;
	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;
}
#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;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#top-links{
	}

	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 3px;
	background-color: #38342f;
	color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Marmelad';
	font-size: 18px;
	color: #8bd671;
	margin-bottom: 12px;
}

.list-footer
{
	color:#fff;
	font-size:16px;
	font-family: 'PtSans';
}

.list-footer a
{
	text-decoration: none;
}

.list-footer a:hover
{
	text-decoration: underline;
}

.s_footer
{
	background-color: #2d2a26;
	height: 65px;
	line-height: 65px;
	color:#b9b1a6;
	font-family: 'PtSans';
	font-size: 16px;
	margin-top: 15px;
}

.s_footer i
{
	width: 36px;
	height: 36px;
	margin-top: 16px;
	display: block;
	float: left;
	margin-left: 7px;
}
i.vk
{
	background: url(../image/vk.png) no-repeat;
}

i.vk:hover
{
	background: url(../image/vk-hover.png) no-repeat;
}

i.fb
{
	background: url(../image/fb.png) no-repeat;
}

i.insta
{
	background: url(../image/insta.png) no-repeat;
}


i.fb:hover
{
	background: url(../image/fb-hover.png) no-repeat;
}

i.tw
{
	background: url(../image/tw.png) no-repeat;
}

i.tw:hover
{
	background: url(../image/tw-hover.png) no-repeat;
}

i.od
{
	background: url(../image/od.png) no-repeat;
}

i.od:hover
{
	background: url(../image/od-hover.png) no-repeat;
}

i.livej
{
	background: url(../image/livej.png) no-repeat;
}

i.livej:hover
{
	background: url(../image/livej-hover.png) no-repeat;
}

i.portal
{

}

.phoneplace
{
	display:flex;
}
#content h2

{
	font-family: 'Marmelad';
	font-size: 32px;
	color:#3a332d;
	margin-bottom: 22px;
}

.pricecard
{
	font-family: 'PtSans';
	font-size: 32px;
	color: #3a332d;
	margin-bottom: 22px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 26px 0;
	padding: 8px 0 16px 0;
	background:none;
	border-bottom: 1px solid #e2eaeb;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	color:#1f99ba;
	font-family: 'PtSans';
	font-size:16px;
	padding: 0 4px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li:after
{
	content:" - ";
	color:#282828;
}

.breadcrumb > li:last-child:after
{
	display:none;
}



.breadcrumb > li:last-child a
{
	color:#282828;
	text-decoration: none;
}

.breadcrumb > li a
{
	text-decoration:underline;
}

.breadcrumb > li a:hover
{
	text-decoration:none;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.pagination {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
}

.pagination>li>a
{
	background-color: none!important;
	border:0;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color:#1f99ba;
}

.pag-block
{
	text-align: center;
}

.pagination>li>a:active, .pagination>li>a:hover
{
	background-color: #fff!important;
	border:0;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color:#000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background-color: #fff!important;
	border:0;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color:#000;
}
/* 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 {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background: rgba(255,188,117,1);
	background: -moz-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,188,117,1)), color-stop(100%, rgba(255,120,58,1)));
	background: -webkit-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -o-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: linear-gradient(to bottom, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc75', endColorstr='#ff783a', GradientType=0 );
	border-bottom: 1px solid #e6682c;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: 16px;
	padding: 5px 16px;
	text-decoration:none;
}
.checkout-cart .btn-primary{
	padding: 8px 16px;
}
.buttonplace
{
	text-align: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	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;
	background: rgba(245,116,93,1);
	background: -moz-linear-gradient(top, rgba(245,116,93,1) 0%, rgba(212,28,11,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,116,93,1)), color-stop(100%, rgba(212,28,11,1)));
	background: -webkit-linear-gradient(top, rgba(245,116,93,1) 0%, rgba(212,28,11,1) 100%);
	background: -o-linear-gradient(top, rgba(245,116,93,1) 0%, rgba(212,28,11,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,116,93,1) 0%, rgba(212,28,11,1) 100%);
	background: linear-gradient(to bottom, rgba(245,116,93,1) 0%, rgba(212,28,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5745d', endColorstr='#d41c0b', GradientType=0 );
	padding: 8px 15px;
	font-size:13px;
	border:0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {

}

table.cart-summa>tbody>tr>td:first-child
{
	width:80%;

}


.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: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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 {

	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	margin-left: calc(50% - 100px);
	position:relative;
}
.product-thumb .image a {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.product-layout .sale {
	position: absolute;
	right: 5px;
	top: 5px;
	background: url('../image/sale.png') no-repeat 0 0 / 60px auto transparent;
	color: #fff;
	opacity: .9;
	z-index: 10;
	pointer-events: none;
	font-size: 18px;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 19px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: initial;

	margin-bottom: 12px;
}
.product-grid .product-thumb .image {
	float: none;
	margin-left: calc(50% - 100px);
}

.caption  a {
	color: #1f99ba;
	font-family: 'PtSans';
	font-size: 15px;
	text-align: center;
	display: block;
	margin: 10px 0;
}

.caption  a:hover {
	color: #101010;
}

@media (max-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}

	.product-thumb h4 {
		text-align: center;
		margin-bottom: 12px;
		margin-top: 8px;
	}

	.product-thumb .caption {
		padding: 0 5px;
	}

	.product-list .product-thumb .caption {
		margin-left: 230px;
	}

	.top-slides .owl-item {
		/*width:100%;*/
	}

	#top-links {
		padding-top: 6px;
		width: 100%;
		float: none;
		padding-bottom: 6px;
	}

	.col-sm-3.phone p.callback
	{
		margin-left: 6px!important;
		text-align: left;
	}
	#search {
		width: 100%;
	}

	.delivery {
		display: none;
	}

	#cart
	{
		/*margin-left: calc((100% - 316px) / 2);*/
	}

	button.cartbutton
	{
		padding-top:6px;
		box-shadow:none;
	}

	p#cart-total, p.total-price
	{
		text-align: right!important;
	}
	i.cart
	{
		margin-right: 0!important;
		float:right!important;
	}

	h1, h2, h3 {
		text-align: center;
	}

	#banner0 .item a img {
		margin: auto;
		width:100%;
	}

	header .container {
		padding-left: 6px;
		padding-right: 6px;
	}

	header .phone a {
		font-size: 22px;
	}

	#menu
	{
		border-radius:8px;
		margin-left:8px;
		margin-right:8px;
	}

	#banner0 .item img
	{
		max-width:370px;
	}
	/*header .phone p:nth-child(3) a*/
	/*{*/
		/*margin-left:21px;*/
	/*}*/
	.col-sm-3.phone i
	{
		display:none!important;
	}

	.col-sm-3.phone
	{
		text-align: center;
	}
	#top .btn-link, #top-links li, #top-links a {
		font-size: 14px;
	}

	.col-sm-3.phone, .col-sm-3.time, .col-sm-3.cart {
		width: 100% !important;
		margin: auto;
	}

	.col-sm-3.cart .login {
		float: right;
		padding: 2px 12px;
		margin-top: -22px;
		margin-right: 6px;
	}

	.col-sm-3.phone p
	{
		margin-left:0px!important;
	}

	i.fb
	{
		margin-bottom: 22px;
	}

	/*.top-slides*/
	/*{*/
		/*width:100%!important;*/
	/*}*/

		/*.col-sm-3.phone p:nth-child(2)*/
	/*{*/
		/*margin-left:-6px;*/
	/*}*/

	.col-sm-3.cart .login a, .col-sm-3.cart .login span, p.callback a
	{
		font-size: 13px!important;
	}

	.adv {
		width: 100%!important;
		display: block!important;
		border-radius: 0!important;
		margin-top: 18px;
	}

	.adv i
	{
		margin:auto!important;
		float:none!important;
	}

	.adv p
	{
		float: none;
		text-align:center;
		margin:10px auto 18px!important;
	}

	.adv i{
		margin-top: 10px!important;
	}

	#logo img {
		margin: auto;
		height: 75%;
		width: 75%;
	}

	#logo {
		margin-bottom: 4px;
	}

	header
	{
		margin-top:12px;
	}

	.h3
	{
		text-align:center;
	}
	.seotext .txt {
		margin: 0 18px;
	}

	.subscribe .col-sm-6 {
		width: 100%;
	}

	.subscribe {
		width: 100%;
		background-color: #7abd52 !important;
		line-height: initial !important;
		text-align: center !important;
		padding: 15px 20px;
		height: auto !important;
	}

	.subscribe .col-sm-6:first-child {
		text-align: center !important;
		margin-bottom: 14px;
		margin-top:10px;
	}

	.subscribe input.form-control {
		margin-top: 12px;
	}

	.subscribe .col-sm-6:last-child {
		padding-left: 0 !important;
	}

	.seotext ul>li
	{
		padding-left: 0!important;
	}

	.subscribe button
	{
		margin-bottom: 30px;
		margin-top:12px;
		margin-left:0!important;
	}

	a#button-cart
	{
		padding:8px 15px!important;
		width: 144px;
	}

	header .phone a {
		display: inline !important;
	}

	header .col-sm-3.time
	{
		display:none;
	}

	.breadcrumb > li
	{
		white-space: normal;
	}

	.filterrow .col-md-4, .filterrow .flr
	{
		width: 100%!important;
	}

	.category-info-image
	{
		margin:auto;
		margin-bottom:20px;
	}
	ul.article li:first-child
	{
		float:left;
		margin-right:16px;
		font-size: 14px;
	}

	.qty
	{
		margin-left: calc(50% - 111px);
	}
	.price-info a#button-cart
	{
		margin-left:auto;
		margin-right:auto;
	}

	.price-info
	{
		padding:20px 10px!important;
	}

	.product-info .qty_text
	{
		padding-top: 6px;
	}

	li.opt
	{
		text-align: center;
	}

	.thumbnails .image-additional
	{
		margin-left:8px;
	}
	.s_footer
	{
		height:auto;
	}

	.s_footer i.payment
	{
		display:none;
	}

	.top-slides
	{
		display:none;
	}

	.category-info-image
	{
		width: 100%;
	}

	.category-info-description
	{
		width: 100%!important;
	}

	#menu .nav > li > a
	{
		padding: 8px 15px!important;
	}

	.grid_12, .grid_6
	{
		padding:0 12px;
	}

	.simpleregister-have-account
	{
		margin:0 8px 0;
	}
	.form-horizontal .form-group
	{
		margin:0 0 6px;
	}

	.simpleregister-button-right
	{
		float:none!important;
		text-align:center!important;
	}

	.simpleregister-block-content
	{
		margin-bottom:0!important;
	}
	.list-group
	{
		margin-right:15px;
	}

	.list-group a
	{
		text-align:center;
	}

	.opt-blog, .right-col, .dostavka-blog, p.next-choice
	{
		padding:0 12px;
	}

	.right-col i
	{
		display:flex;
	}

	.cart-summa.table>tbody>tr>td
	{
		padding: 3px 20px!important;
	}

	.pull-right.formorder, .pull-right.goon, .pull-right.formorder a, .pull-right.goon a
	{
		text-align: center;
		float:none!important;
		font-size: 16px!important;
		padding: 8px 0 0 0!important;
	}

	.goon
	{
		font-size: 16px;
		padding: 8px 0 0 0;
		margin-bottom: 40px;
	}

	.order-btn
	{
		margin-bottom: 6px;
	}
	h3.info
	{
		padding-top:1px!important;
		text-align: left;
	}

	i.card
	{
		margin-top:15px;
	}

	.panel-group
	{
		margin-top: 10px;
	}
	.panel-group .panel
	{
		border-radius: 0!important;
		border-left: none!important;
		border-right: none!important;
	}

	.panel-title
	{
		text-align: center;
	}

	.s_footer span
	{
		display:none;
	}

	.s_footer .col-sm-4
	{
		font-size: 10px;
		text-align: center;
		line-height:36px!important;
	}

	footer i.portal
	{
		display:none!important;
	}
	footer .container
	{
		padding-left:8px;
		padding-right:8px;
	}

	footer .col-sm-2 {
		margin-bottom: 24px;
	}

	footer .col-sm-2:nth-child(3), footer .col-sm-2:nth-child(2)
	{
		display: none;
	}

	.pricecard
	{
		text-align: center;
	}

	.oplata span
	{
		display: none;
	}

	.oplata i
	{
		margin-left: auto!important;
		margin-right: auto;
		margin-bottom: 8px;
	}

	.tags
	{
		margin-bottom: 20px!important;
	}

	.navbar
	{
		margin-bottom: 12px;
	}

	.btn-primary.order-btn
	{
		margin-right: auto;
		margin-left: auto;
	}

	.breadcrumb {
		margin: 0 0 6px 8px;
		padding: 0px 0 0px 0;
		background: none;
		border-bottom: none;
	}

	.breadcrumb li a
	{
		font-size: 11px;
	}

	.small-image
	{
		margin-bottom: 8px;
	}

	.input-group-btn
	{
		width:0;
	}
	.row.small-category-row .col-sm-2
	{
		margin-bottom: 20px;
	}
	.product-info {
		padding-left: 8px!important;
		padding-right: 8px!important;
	}

	.product-info .qty
	{
		margin-left: calc((100% - 130px) / 2)!important;
	}


	.footer-phones, footer .row .col-sm-6 .col-sm-12.nolink
	{
		width:100%;
	}

	.list-footer a
	{
		font-size:14px;
	}

	.list-footer li {
		line-height: 20px!important;
	}

	.list-footer li:before
	{
		top: 9px!important;
	}
	.footer-phones
	{
		margin-left: 9px!important;
		margin-bottom: 0px!important;
	}

	.well
	{
		width:100%;
		border-radius: 0;
		margin-bottom: 16px;
	}
	.well h2
	{
		font-size: 24px!important;
	}

	.well .btn.btn-primary.login
	{
		margin-left:auto;
		margin-right:auto;
	}



}
@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: #1f1f1f;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
.product-thumb .price.priceopt {
	color: #9b9383;
	font-size: 16px;
	text-align: center;
}
.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 {
	overflow: hidden;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {

	border: none;
	display: inline-block;
	background: url(../image/btn-cart-bg.png) no-repeat;
	width: 96px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	float: right;
	margin-right: calc(50% - 107px);
	margin-top: 10px;
}

#showmore button {

	border: none;
	display: inline-block;
	background: url(../image/btn-cart-bg1.png) no-repeat;
	    width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	float: right;
	margin-right: calc(50% - 107px);
	margin-top: 10px;
}

@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: 28%;
	}
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.col-sm-3.phone,.col-sm-3.time,.col-sm-3.cart
{
	width: 22%;
}


.col-sm-3.phone i
{
	background: url(../image/phone.png) no-repeat;
	display:block;
	width:17px;
	height:17px;
	float: left;
	position: relative;
	top: 1px;
}

.col-sm-3.phone p
{
	font-family: 'Marmelad';
	font-size: 18px;
	color:#3a332d;
	margin-left: 22px;
}

.col-sm-3.phone p.callback a
{
	font-family: 'PtSans';
	font-size: 16px;
	color:#1f99ba;
	text-decoration: underline;
}

.col-sm-3.time p
{
	font-family: 'Marmelad';
	font-size: 17px;
	color:#3a332d;
	margin-left: 22px;
}

.col-sm-3.time p span
{
	color:#8b847e;
}

.col-sm-3.time i
{
	background: url(../image/worktime.png) no-repeat;
	display:block;
	width:17px;
	height:17px;
	float: left;
	position: relative;
	top: 1px;
}

.delivery p
{
	color:#8b847e;
	font-size: 16px;
	font-family: 'Marmelad';
}

.delivery i
{
	background: url(../image/delivery.png) no-repeat;
	display:block;
	width:22px;
	height:18px;
	float: left;
	margin-top: 2px;
	margin-right: 11px;
}

i.cart
{
	background: url(../image/cart.png) no-repeat;
	display:block;
	width:45px;
	height:42px;
	float:left;
	margin-right: 16px;
	margin-left: 16px;
}

.cart .login
{
	background-color: #fbf3e9;
	border-radius: 6px;
	padding: 6px 24px;
	max-width:200px;
	margin:auto;
}

.cart .login.logged
{
	background-color: #fbf3e9;
	border-radius: 6px;
	padding: 6px 24px;
	max-width:inherit;
	margin:auto;
}

.cartbutton
{
	border:none;
	color:#1f99ba;
	font-family: 'Marmelad';
	font-size:17px;
}
.cart .login a {
	color:#1f99ba;
	font-size:16px;
	font-family: PtSans;
}
.cart .login.logged a {
	color:#1f99ba;
	font-size:13px;
	font-family: PtSans;
}

.cart .login a:hover
{
	color:#1f99ba;
}

.cartbutton
{
	background:none;
}

.cartbutton span
{
	color:#1f99ba;
	font-family:'Marmelad';
	font-size:17px;
}

button.cartbutton
{
	color:#1f99ba!important;
	font-family:'Marmelad';
	font-size:17px!important;
}
p.total-price
{
	color:#282828;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	text-align:left;
}

p#cart-total
{
	text-align:left;
}

a:hover
{
	text-decoration: none;
	cursor:pointer;
}

a
{
	text-decoration: underline;
}

.adv
{
	font-family: 'Marmelad';
	font-size: 18px;
	color:#282828;
	background-color: #fbf3e9;
	padding: 15px;
	width:100%;
	border-radius: 8px;
	display: inline-flex;
	padding: 23px 34px 25px;
}

.adv p:nth-child(2), .adv p:nth-child(6)
{
	margin: 19px 60px 0 0;
}


.adv p:nth-child(8)
{
	margin: 0px 52px 0 0;
}

.adv p:nth-child(4)
{
	margin: 10px 77px 0 0;
}

.adv i
{
	display: block;
	float: left;
	margin-right: 18px;
}

.adv i:first-child
{
	background: url(../image/low-price.png) no-repeat;
	width: 55px;
	height: 50px;
	margin-top: 11px;
}

.adv i:nth-child(3)
{
	background: url(../image/rus-delivery.png) no-repeat;
	width: 47px;
	height: 38px;
	margin-top: 11px;
}

.adv i:nth-child(5)
{
	background: url(../image/quality.png) no-repeat;
	width: 51px;
	height: 51px;
	margin-top: 6px;

}

.adv i:nth-child(7)
{
	background: url(../image/pay.png) no-repeat;
	width: 43px;
	height: 43px;
	margin-top: 8px;
}

.main_prie
{
	font-family: 'Marmelad';
	font-size: 18px;
	color:#282828;
	background-color: #fbf3e9;
	padding: 15px;
	width:100%;
	border-radius: 8px;
	display: inline-flex;
	padding: 23px 34px 25px;
}

.main_prie p:nth-child(2), .main_prie p:nth-child(6)
{
	margin: 19px 60px 0 0;
}


.main_prie p:nth-child(8)
{
	margin: 0px 52px 0 0;
}

.main_prie p:nth-child(4)
{
	margin: 10px 77px 0 0;
}

.main_prie i
{
	display: block;
	float: left;
	margin-right: 18px;
}

.main_prie i:first-child
{
	background: url(../image/low-price.png) no-repeat;
	width: 55px;
	height: 50px;
	margin-top: 11px;
}

.main_prie i:nth-child(3)
{
	background: url(../image/rus-delivery.png) no-repeat;
	width: 47px;
	height: 38px;
	margin-top: 11px;
}

.main_prie i:nth-child(5)
{
	background: url(../image/quality.png) no-repeat;
	width: 51px;
	height: 51px;
	margin-top: 6px;

}

.main_prie i:nth-child(7)
{
	background: url(../image/pay.png) no-repeat;
	width: 43px;
	height: 43px;
	margin-top: 8px;
}

.btn.btn-block{

}

.qty{
	float: left;
	background: #f9f3e9;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin: 12px 22px 0;
	padding: 2px;
	margin-left: calc(50% - 102px);
	margin-right: 0;
}

.qty a.btn.btn-block{
	padding: 3px 6px;
	float: left;
	width: initial;
	background: #d6cec1;
	color:#9b9282;
}

.qty input[type="text"]{
	outline: none;
	border: none;
	background: none;
	float: left;
	text-align: center;
	width: 45px;
}

.list-inline{
	margin: 0;
	padding: 0;
}

.row{
	margin: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container, .row{
	padding-left: 0;
	padding-right: 0;
}

.discountLink{
	background: url('../image/bg-discount.png');
	width: 370px;
	height: 310px;
	float: right;
	position: relative;
	cursor: pointer;
}

.discountLink .toptext{
	position: absolute;
	top: 32px;
	left: 67px;
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}
.discountLink .bottomtext{
	position: absolute;
	bottom: 27px;
	left: 49px;
	color: #fff;
	font-size: 17px;
	background: url(../image/bg-btn-discount.png);
	width: 273px;
	height: 41px;
	text-align: center;
	padding: 9px 0;
	font-weight: normal;
	cursor: pointer;
}

.top-slides{
	display: table;
	width: calc(100% - 370px);
}
.s_footer span {
	float: left;
}

i.payment{
	background: url('../image/bg-payment.png');
	width: 241px;
	height: 26px;
	margin-top: 20px;
}

.list-footer {
	list-style: none;
	padding: 0 0 0 10px;
}

.list-footer li{
	line-height: 29px;
}

.list-footer li:before{
	content: ' ';
	display: block;
	float: left;
	background: url(../image/list-arrow.png);
	width: 3px;
	height: 5px;
	position: relative;
	top: 12px;
	left: -10px;
}

.seotext{
	background: #eef5f6;
	padding: 20px 0 60px;
	margin-top: 50px;
}

.seotext:before{
	content: ' ';
	display: block;
	background: url('../image/bg-top-seotext.png') repeat-x;
	width: 100%;
	height: 17px;
	position: relative;
	top: -27px;
}

.seotext .txt{
	background: #fff;
	padding: 14px 36px 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 16px;
	color: #3b3631;
	-webkit-box-shadow: 0px 10px 14px -6px rgba(136,165,168,0.69);
	-moz-box-shadow: 0px 10px 14px -6px rgba(136,165,168,0.69);
	box-shadow: 0px 10px 14px -6px rgba(136,165,168,0.69);
}

.subscribe{
	background: url('../image/bg-subscribe.png') repeat-x;
	color:#fff;
	font-size: 24px;
	line-height: 115px;
	height: 115px;
	width: 100%;
}

.subscribe .col-sm-6:first-child{
	text-align: right;
	padding-right: 10px;
	font-family: 'Marmelad';
	font-size: 24px;
	color:#fff;
}
.subscribe .col-sm-6:last-child{

	padding-left: 10px;
}

.subscribe button, .subscribe button:hover{
	background: rgba(246,253,254,1);
	background: -moz-linear-gradient(top, rgba(246,253,254,1) 0%, rgba(184,214,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,253,254,1)), color-stop(100%, rgba(184,214,217,1)));
	background: -webkit-linear-gradient(top, rgba(246,253,254,1) 0%, rgba(184,214,217,1) 100%);
	background: -o-linear-gradient(top, rgba(246,253,254,1) 0%, rgba(184,214,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,253,254,1) 0%, rgba(184,214,217,1) 100%);
	background: linear-gradient(to bottom, rgba(246,253,254,1) 0%, rgba(184,214,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdfe', endColorstr='#b8d6d9', GradientType=0 );
	width: 160px;
	height: 41px;
	border: none;
	color:#3a3733;
	font-size: 16px;
	padding: 5px 16px;
}

.subscribe .btn.btn-default:hover
{
	background: rgba(184,214,217,1);
	background: -moz-linear-gradient(top, rgba(184,214,217,1) 0%, rgba(246,253,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,214,217,1)), color-stop(100%, rgba(246,253,254,1)));
	background: -webkit-linear-gradient(top, rgba(184,214,217,1) 0%, rgba(246,253,254,1) 100%);
	background: -o-linear-gradient(top, rgba(184,214,217,1) 0%, rgba(246,253,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(184,214,217,1) 0%, rgba(246,253,254,1) 100%);
	background: linear-gradient(to bottom, rgba(184,214,217,1) 0%, rgba(246,253,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d6d9', endColorstr='#f6fdfe', GradientType=0 );
	padding: 9.5px 28px;
}
.subscribe input.form-control{
	background: #77a044;
	color:#fff;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 16px;
	position: relative;
	top: -3px;
}



#search .input-lg::-webkit-input-placeholder,.subscribe input.form-control::-webkit-input-placeholder {color:#fff;}
#search .input-lg::-moz-placeholder, .subscribe input.form-control::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#search .input-lg:-moz-placeholder, .subscribe input.form-control:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#search .input-lg:-ms-input-placeholder, .subscribe input.form-control:-ms-input-placeholder      {color:#fff;}

footer::before
{
	content: ' ';
	display: block;
	background: url(../image/stroke2.png) repeat-x left center;
	height:2px;
	margin-bottom: 30px;
}
i.portal{
	background: url('../image/portal.png');
	height: 74px;
	width: 74px;
	cursor: pointer;
	display: block;
	margin-left: calc(50% - 37px);
	margin-bottom: 15px;
}

i.footer-phone{
	background: url('../image/footer-phone.png') no-repeat;
	width: 19px;
	height: 16px;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	top: 4px;
}
i.footer-location{
	background: url('../image/footer-loc.png');
	width: 15px;
	height: 20px;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	top: 4px;
}


.nolink a{
	text-decoration: none;
}

.portal{
	text-align: center;

}

.portal a{
	color:#61a9e3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

.footer-phones{
	margin-left: 3px;
	color:#fff;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 24px;
}

address{
	margin-left: 24px;
	color:#cfcfcf;
	font-size: 16px;
}

p{
	margin: 0 0 0px;
}
.mrg{
	margin-bottom: 20px;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
	background: #f1f6f7;
	border: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	 border-top: 1px solid #e3e9ea;
	padding: 15px 0;
}

.img-thumbnail{
	padding: 0;
	border: none;
	max-width: initial;
}

.category-info-image{
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	border-radius:200px;
	width: 200px;
	height: 200px;
	overflow:hidden;
	margin-right: 20px;
}

.cart-title{
	font-size: 18px;
}

.cart-16{
	font-size: 16px;
	color:#1f1f1f;
}

.cart-summa.table>tbody>tr>td{
	border: none;
	background: #f1f6f7;
	padding:8px 16px;
}
.cart-summa.table>tbody>tr>td strong{
	font-weight: bold;
	font-size: 20px;
}

.cart-summa.table>tbody>tr>td span{
	font-weight: normal;
	font-size: 16px;
	color:#586669;
}

.order-btn{
	width: 178px;
	background: rgba(255,188,117,1);
	background: -moz-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,188,117,1)), color-stop(100%, rgba(255,120,58,1)));
	background: -webkit-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -o-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: linear-gradient(to bottom, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc75', endColorstr='#ff783a', GradientType=0 );
	border-bottom: 1px solid #e6682c;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: 16px!important;
	padding:8px 16px!important;
	text-decoration:none;
	cursor: pointer;
	margin-left: 10px;
	color:#fff;
	padding: 7px 0 0 0;
	border: none;
	font-size: 18px;
	text-decoration: none;
}
.order-btn:hover{
	background: url('../image/bg-order-btn-hover.png');
	color:#fff;
}
.btn.btn-default{
	background: rgba(238,246,247,1);
	background: -moz-linear-gradient(top, rgba(238,246,247,1) 0%, rgba(192,218,221,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,246,247,1)), color-stop(100%, rgba(192,218,221,1)));
	background: -webkit-linear-gradient(top, rgba(238,246,247,1) 0%, rgba(192,218,221,1) 100%);
	background: -o-linear-gradient(top, rgba(238,246,247,1) 0%, rgba(192,218,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,246,247,1) 0%, rgba(192,218,221,1) 100%);
	background: linear-gradient(to bottom, rgba(238,246,247,1) 0%, rgba(192,218,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef6f7', endColorstr='#c0dadd', GradientType=0 );
	border-bottom:1px solid #b4d0d3;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	cursor: pointer;
	margin-left: 10px;
	color:#3a3733;
	padding: 9.5px 28px;
	border: none;
	font-size: 16px;
	text-decoration: none;
}

.subscribe button
{
	font-family:PtSans;
}

.btn.btn-primary.refresh
{
	background: rgba(255,188,117,1);
	background: -moz-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,188,117,1)), color-stop(100%, rgba(255,120,58,1)));
	background: -webkit-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -o-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	background: linear-gradient(to bottom, rgba(255,188,117,1) 0%, rgba(255,120,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc75', endColorstr='#ff783a', GradientType=0 );
	font-size: 12px;
}
.btn.btn-default:hover{
	background: rgba(255,121,59,1);
	background: -moz-linear-gradient(top, rgba(255,121,59,1) 0%, rgba(255,189,118,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,121,59,1)), color-stop(100%, rgba(255,189,118,1)));
	background: -webkit-linear-gradient(top, rgba(255,121,59,1) 0%, rgba(255,189,118,1) 100%);
	background: -o-linear-gradient(top, rgba(255,121,59,1) 0%, rgba(255,189,118,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,121,59,1) 0%, rgba(255,189,118,1) 100%);
	background: linear-gradient(to bottom, rgba(255,121,59,1) 0%, rgba(255,189,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff793b', endColorstr='#ffbd76', GradientType=0 );
	border-bottom:#e6682c;
	border-top:0;
	border-right:0;
	border-left:0;
	cursor: pointer;
	margin-left: 10px;
	color:#3a3733;
	padding: 8px 16px;
	border: none;
	font-size: 16px;
	text-decoration: none;
	border-bottom:#e6682c!important;
	border-color:none;
}

.pull-right.goon .btn.btn-default:hover
{
	background: rgba(192,218,221,1);
	background: -moz-linear-gradient(top, rgba(192,218,221,1) 0%, rgba(238,246,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(192,218,221,1)), color-stop(100%, rgba(238,246,247,1)));
	background: -webkit-linear-gradient(top, rgba(192,218,221,1) 0%, rgba(238,246,247,1) 100%);
	background: -o-linear-gradient(top, rgba(192,218,221,1) 0%, rgba(238,246,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(192,218,221,1) 0%, rgba(238,246,247,1) 100%);
	background: linear-gradient(to bottom, rgba(192,218,221,1) 0%, rgba(238,246,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0dadd', endColorstr='#eef6f7', GradientType=0 );
}

thead.carthead
{
	background-color:#eff6f7;
	border-bottom: none;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
	vertical-align:middle;
}

.table>thead.carthead>tr>td:last-child, .table>tbody.cartbody>tr>td:last-child
{
	padding-right:16px;
}

.list-group{
	margin-left: 15px;
}
.list-group-item{
	background: #fbf3e9;
}


.allhiden{
	display: none;
}

.filterrow{
	background: #f9f3e9;
}

.filterrow a{
	display: block;
	margin-left: 15px;
	float: left;
}

.productrow:after
{
	content: ' ';
	display: block;
	background: url(../image/stroke2.png) repeat-x left center;
	height: 2px;
	margin-bottom: 30px;
	padding-top:26px;
}

.sorting label{
	float:left;
	font-size:16px;
	color:#3a332d;
}

.sorting{
	line-height: 45px;
}

.sorting a{
	text-decoration: none;
}

.sorting a:active, .sorting a:hover, .sorting a:focus
{
	color: #000;
}

.sorting a.active{
	color:#000;

}

.small-image
{
	margin-bottom:8px;
}
.flr{
	float: right;
}

.form-group{
	margin-bottom: 0;
}

.filterrow{
	margin-bottom: 40px;
	border-radius: 8px;
	padding: 4px 20px 0;
	font-size:16px;
}

.filterrow .col-md-4
{
	width:65%;
}


.thumbnail{
	border: none;
}

.product-info{
	padding-left: 20px;
}

.price-info{
	background: #fdf9f2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.oplata span{
	float: left;
	color:#1e1e1e;
	font-size: 16px; 
}

.oplata i{
	background: url('../image/oplata.png');
	width: 241px;
	height: 26px;
	cursor: pointer;
	display: block;
	margin-left: 70px;
	margin-top: -2px;
}

.btn-primary.order-btn{
	padding-top: 8px;
	margin-bottom: 30px;
	display: block;
}

.tags{
	margin: 20px 0 0;
}

.nav-tabs>li>a,.nav-tabs>li>a:hover{
	background: #ebf1f2;
	color:#617b7f;
	font-size: 20px;
	text-decoration: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #dde8e9;
	border-bottom-color: transparent;
}
.tab-content{
	border: 1px solid #dde8e9;
	padding: 10px;
	line-height: 25px;
	border-top-color: transparent;
	margin-bottom: 50px;

}
.category-info{
	margin: 30px 0;
}

.category-info-description{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 220px);
}

.smallcat{
	width: calc(100% / 6);
	text-align: center;
	float: left;

}

.small-image{
	overflow: hidden;
	width: 132px;
	height: 132px;
	margin-left: calc(50% - 66px);
	
}
.small-category-row .small-image {position: relative;}
.cat_tooltip_c {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0000004d;
	color: #fff;
	opacity:0;
	transition:opacity .3s linear;
	pointer-events: none;
}
.cat_tooltip {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.small-image:hover .cat_tooltip_c {
	opacity:1;
}
.top-slides + #banner0 {
	float: left;
	position: relative;
}
.ba_special_ul {
	position: absolute;
	top: 74px;
	list-style: none;
	background-color: #0006;
	left: 50px;
	padding: 10px 50px 10px 20px;
}
.ba_special_ul a {
	color:#fff;
	font-size: 16px;
}
.ba_special_ul li {
	margin-bottom: 8px;
}

div:hover {
  opacity:1;
}

.small-category-row{
	margin-bottom: 20px;
	text-align: center;
}

header .phone a{
	color:#000;
	text-decoration: none;
}

.form-group.center{
	text-align: center;
	margin: 20px 0;
}

i.icon_delivery
{
	background: url(../image/carcard.png) no-repeat;
	display: block;
	width: 25px;
	height: 20px;
	float: left;
	margin-top: 1px;
	margin-right: 7px;
}

.col-sm-4.delivery_block span
{
	font-size: 16px;
}

span.green
{
	background-color: #7abd52;
	color:#fff;
	padding:3px 20px;
	font-family: 'PtSans';
	font-size:16px;
}

ul.list-unstyled.article
{
	color:#101010;
	font-size:18px;
	font-weight:normal;
}

li.instock
{
	margin-top: 20px;
	margin-bottom: 31px;
}

h2.pricecard
{
	font-family: 'PtSans'!important;
}

.nav.nav-tabs.ann-text li
{
	font-family: PtSans!important;
	font-size:16px!important;
	color:#282828!important;
}

a.optionname
{
	font-family: Marmelad;
	padding: 10px 25px!important;
}

.product-info .qty{
	margin:  5px 5px 0 0;
}

.product-info .qty_text{
	margin:  7px 5px 0 0;
	display: block;
}

#form-review{
	padding: 20px;
}

.no-disp{
	display: none;
}

i.bank
{
	background: url(/image/catalog/bank.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

i.dostavka
{
	background: url(/image/catalog/paydel.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
	margin-top: 19px; 
}

i.card
{
	background: url(/image/catalog/card.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

i.sber
{
	background: url(/image/catalog/sber.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

i.beznal
{
	background: url(/image/catalog/beznal.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

.left-col
{
	width: 300px;
	float:left;
}


h3.info
{
	font-size: 24px;
	padding-top: 10px;
}

i.courier
{
	background: url(/image/catalog/moskow.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

i.ems
{
	background: url(/image/catalog/ems.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

i.pochta
{
	background: url(/image/catalog/pochta.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 16px;
}

span.qty_text
{
	font-size:22px;
	color: #3a332d;
}

.h3
{
	font-size: 32px;
	margin: 25px 0;
	font-family: Marmelad;
	color: #3b3631;

}

.loginplace .well:first-child
{
	margin-right:16px;
}
.top_desc {
  margin: 20px 0;
}
.category-info p {
  margin: 10px 0;
}
.prod_relative {
  margin: 30px 0;
}
.header_conf {
	font-family: 'Marmelad';
    font-size: 20px;
    color: #3a332d;
    margin: 8px 0px 4px 4px;
}
.breadcrumb li > span {
  color: #666;
}
.h_slog {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
.f_copy {
  line-height: 20px;
  margin-top: 11px;
}
.return_form_cont .form-group, .voucher_form_cont .form-group, .register_form_cont .form-group {
	margin-bottom: 15px;
}
.return_form_cont .form-group .col-sm-2, .voucher_form_cont .form-group .col-sm-2, .register_form_cont .form-group .col-sm-2  {
	padding-right: 15px;
}
.voucher_form_cont {
	position:relative;
}
.present-anna-img {
	position: absolute;
	right: 40px;
	top: 50px;
	width: 120px;
	opacity:.85;
}
.prod_sale_cont {
	position: relative;
}
.prod_sale_cont .sale {
	position: absolute;
	right: 5px;
	top: 5px;
	background: url('../image/sale.png') no-repeat 0 0 transparent;
	color: #fff;
	opacity: .9;
	z-index: 10;
	pointer-events: none;
	font-size: 22px;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 28px;
}
.under_h1 {
	margin: 20px 0;
	padding: 0;
}
.under_h1 li {
	display: inline-block;
	margin-right: 20px;
}
@media (max-width: 992px) {
	.present-anna-img {
		display: none;
	}
	.return_form_cont, .voucher_form_cont, .register_form_cont { padding-left: 15px;padding-right: 15px;}
}
@media (max-width: 767px) {
	.product-grid .product-thumb .image { margin-left: 0;}
}
@media (max-width: 330px) {
	footer .col-sm-2, footer .col-xs-6 {
		float:none;
		width:100%;
		margin-bottom: 24px;
	}
}
#text1_annatex3 {
	position: absolute;
	top: 82px;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	padding: 6px 0;
	left: 30px;
	color: #3f3f3f;
}
#text2_annatex3 {
	position: absolute;
	top: 223px;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	padding: 6px 10px;
	color: white;
	left: 5px;
}

.opt_pie { background: url("../image/opt_pre_bg.jpg") no-repeat scroll center 0 #B1DFF7; padding: 25px 0px 25px; margin: 30px 0px;  color: #ffffff;}
.main_p { background: transparent url("../image/main_p.png") repeat scroll 0% 0%; display: inline-block; }
.opt_pie_i { width: 50px; height: 50px; vertical-align: middle; margin-right: 10px; }
.opt_pie_i.opt_pie_i1 { background-position: -13px -18px; }
.opt_pie_i.opt_pie_i2 { background-position: -83px -18px; }
.opt_pie_i.opt_pie_i3 { background-position: -152px -13px; }
.opt_pie_i.opt_pie_i4 { background-position: -221px -13px; }
.opt_pie_i.opt_pie_i5 { background-position: -6px -90px; }
.opt_pie_i.opt_pie_i6 { background-position: -83px -90px; }
.opt_pie_i.opt_pie_i7 { background-position: -149px -89px; }
.opt_pie_i.opt_pie_i8 { background-position: -225px -90px; }
.opt_pie_p { vertical-align: middle; display: inline-block; line-height: 16px; }
.opt_pie_div { height: 50px; }
.opt_pie_t { margin-bottom: 15px; }
.opt_cont img { max-width: 100%; height: auto; }
.atla_tit { position: absolute; top: 45%; width: calc(100% - 30px); text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 0px 10px; padding: 15px; color: #000000; font-size: 18px; }
.atla2_div { position: relative; height: 182px; display: flex; margin-bottom: 12px; }
.atla2_tit { position: absolute; bottom: 20px; left: 30px; border-left: 1px solid; padding-left: 10px; line-height: 16px; color: #000000; font-size: 18px; }
.atla_div { margin-right: 12px; }
.mgip_div { margin-right: 12px; }
.mgip_tit { position: absolute; top: 49%; width: calc(100% - 30px); text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 0px 10px; padding: 15px; color: #000000; font-size: 18px; }
.mgip2_tit { position: absolute; top: 45%; width: calc(100% - 30px); text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 0px 10px; padding: 15px; color: #000000; font-size: 18px; }
.mgip2_div { display: flex; height: 287px; position: relative; }
.mfat2_tit { position: absolute; top: 45%; margin-left: 20px; font-size: 18px; color: #333;}
.mfat2_div { position: relative; margin-right: 10px; margin-bottom: 5px; }
.mfat_div { margin-right: 12px; position: relative; }
.mfat_tit { position: absolute; top: 45%; width: calc(100% - 30px); text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 0px 10px; padding: 15px; color: #000000; font-size: 18px; }
.mfat_tit.mfat_tit_bl { background-color: rgba(0, 0, 0, 0.7); color: #ffffff; }
.mfat_tit.mfat_tit_c { width: 200px; left: calc(50% - 100px); border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; -o-border-radius: 200px; height: 200px; top: calc(50% - 100px); line-height: 170px; }
.opt_cifr_bg { background: url("../image/opt_cifr_bg.jpg") no-repeat scroll center 0px #D4FBCF; color: #000000; padding-bottom: 30px; margin: 40px 0px 0px; }
.mshif_tit { position: absolute; top: 42%; width: calc(100% - 30px); text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 0px 10px; padding: 15px; color: #000000; font-size: 18px; }
.h2_c { font-size: 20px; margin: 20px 0px 30px; }
.opt_cifr_bg {  }
.opt_cifr_div { text-align: center; border-right: 1px solid #000000; padding: 0px 15px; }
.opt_cifr_y { font-size: 26px; margin-bottom: 10px; }
.opt_otz_div { border: 1px solid #666666; background-color: #eeeeee; padding: 20px 40px; }
.opt_otz_ls { display: inline-block; width: 40%; vertical-align: middle; text-align: center; }
.opt_otz_rs { display: inline-block; width: 59%; vertical-align: middle; border-left: 1px solid; padding-left: 30px; }
#slideshow2 {  }
.opt_otz_img { background-color: #ffffff; width: 150px; height: 150px; border-radius: 150px; -webkit-border-radius: 150px; -moz-border-radius: 150px; -o-border-radius: 150px; overflow: hidden; display: inline-block; }
.opt_otz_img img { display: inline; }
.opt_otz_c { font-weight: bold; }
.opt_otz_cont { margin: 40px 0px; }
#slideshow2 { margin: 0px auto; float: none; }
.h2_l { border-bottom: 1px solid #47bfcc; padding-bottom: 10px; height: 35px; font-size: 20px; text-align: center; margin: 40px 30px 20px; text-transform: uppercase; }
.h2_lb { position: relative; z-index: 2; background: transparent url("../image/h2_lb.jpg") no-repeat scroll center center; width: 100%; height: 20px; display: block; margin-top: 4px; padding-top: 1px; }
.h2_lb::before { content: ""; display: block; width: 6px; height: 100%; background: transparent url("../image/h2_lb1.jpg") no-repeat scroll center center; float: left; }
.h2_lb::after { content: ""; display: block; width: 6px; height: 100%; background: transparent url("../image/h2_lb1.jpg") no-repeat scroll center center; float: right; }
.mfat2_tit.mfat2_tit_w { color: white; }
.mshif_tit.mshif_tit_c { color: #ffffff; background-color: rgba(0, 0, 0, 0.8); }
.mshif_div { position: relative; margin-right: 20px; }
.mshif_tit a, .mfat2_tit a, .mfat_tit a, .mgip2_tit a, .mgip_tit a, .atla_tit a, .atla2_tit a { color: inherit; text-decoration: none; }
.opt_cifr_bg .col-sm-3:nth-last-child(1) .opt_cifr_div {border-right: 0;}

.opt_p_cont {
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
	position: relative;
}
.opt_p_cont:hover .opt_p_t {
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	width: auto;
}
.opt_p_cont:hover .mfat_tit.mfat_tit_c {
	height:auto;
	width:auto;
	border-radius: 0;
	line-height: inherit;
}
.opt_p_cont .opt_p_d {
	display: none;
	font-size: 14px;
	padding: 0 20px;
}
.opt_p_cont:hover .opt_p_d {
	display: block;
	margin-top: 10px;
}
.opt_p_cont .opt_p_d p {
	margin-bottom: 10px;
}
.opt_p_s {
	display: block;
	font-weight: bold;
}
.opt_p_cont:hover .atla2_tit.opt_p_t {
	border: none;
	padding: 0;
	background-color: #fffc;
}
div.comm_tit_bl {
	background-color: ;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.opt_p_cont:hover .mfat2_tit {
	border: none;
	padding: 0;
	background-color: #fffc;
}
.h2_l a {
	color: inherit;
	text-decoration: none;
}
.mfat2_div img {
	height: 122px;
	width: 100%;
}
.col-sm-6.col-sm-offset-4.h_seleb {
	margin-top: -32px;
	color: red;
	padding-left: 20px;
	font-size: 15px;
}

@media (max-width: 760px) {
	.col-sm-6.col-sm-offset-4.h_seleb {
		margin: 0 0 10px;
	}
	.opt_cont .row {
	padding: 0 15px;
	}
	.opt_cont .row > div {
		margin-bottom: 10px;
	}
	.opt_cifr_bg .container, .opt_pie .container {
		padding: 15px;
	}
	.opt_cifr_div {
		margin-bottom: 15px;
		border-right: 0;
	}
	.opt_pie {
		background: #44ABE4;
	}
	.opt_cifr_bg {
		background: #B3F6A9;
	}
	.top-slides {
		display: none;
	}
	#banner0 {
		margin-left: 15px;
	}
	.opt_p_cont .opt_p_t {
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		width: auto;
	}
	.opt_p_cont div.opt_p_d {
		display: block ;
		margin-top: 10px;
	}
	.opt_p_cont .atla2_tit.opt_p_t {
		border: none;
		padding: 0;
		background-color: #fffc;
	}
	.opt_p_cont .atla2_tit.opt_p_t {
		border: none;
		padding: 0;
		background-color: #fffc;
	}
	.opt_p_cont .atla2_tit.opt_p_t {
		border: none;
		padding: 0;
		background-color: #fffc;
	}
	.opt_p_cont .mfat_tit.mfat_tit_c {
		height: auto;
		width: auto;
		border-radius: 0;
		line-height: inherit;
	}
	.opt_p_cont .mfat2_tit {
		border: none;
		padding: 0;
		background-color: #fffc;
	}
}

p.phone_8800 a {display: block;margin-bottom: -5px;}

.tiles {
	margin-top: 50px;
}

.tiles, .tiles-group {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.tiles .item {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.big_tile {
	width: 40%;
	position: relative;
	padding-top: 40%;
	margin-right: 20px;
}

.tiles-group {
	width: calc(60% - 20px);
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content: space-between;
}

.tiles-group .item {
	width: calc((100% - 20px) / 2);
	height: calc((100% - 20px) / 2);
}

.tile-link {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}

.tile-link, .tile-link:hover, .tile-link:active, .tile-link:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
}

.tile_title {
	background: rgba(0, 0, 0, 0.42);
	font-size: 18px;
	width: 100%;
	padding: 0 0 0 25px;
	display: -webkit-flex;
	display: flex;
	min-height: 68px;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

.tile-link:hover .tile_title {
	background: #ee5555;
}

.big_tile .tile-link {
	position: absolute;
	top: 0;
	right: 0;
}
.whatsapp {
	margin-left: 0!important;
}
.whatsapp a{
	background: url(../image/wa.png) no-repeat;
	background-position: left;
	background-size: contain;
	padding-left: 22px;
}

@media (max-width: 767px) {
	.tiles {
		padding: 0 15px;
	}

	.big_tile {
		width: 100%;
		height: 35vw;
		padding-top: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.big_tile .tile-link {
		position: static;
	}

	.tiles-group {
		width: 100%;
		height: 60vw;
	}

	.tile_title {
		min-height: 2.5em;
	}

	#banner0 .ba_special_ul {
		display: none;
	}
	.main_prie {display: none;}

}