body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background: #f5f7f9;
	min-width: 320px;
	position: relative;
	background: url(/image/catalog/fon/new-bg.jpg);
	background-repeat: inherit;
	background-attachment: fixed;
	background-position: center;
	background-size: 105%;
}

body._hidden {
	overflow: hidden!important;
}

body::before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	background-color: rgba(0, 0, 0, .5);
	visibility: hidden;
	-webkit-transition: all .05s ease-in-out 300ms;
	-o-transition: all .05s ease-in-out 300ms;
	transition: all .05s ease-in-out 300ms;
	opacity: 0;
}

body.is-overlay::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 50ms ease-in-out 0ms;
	-o-transition: all 50ms ease-in-out 0ms;
	transition: all 50ms ease-in-out 0ms;
}

.icon-sm {
	width: 18px;
	height: 18px;
}


/* preloader */

#before-load {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	float: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	z-index: 9999999;
	background: #fff;
	transition: .3s all ease;
}

.load-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.load-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #34486d;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: load-spin .88s infinite linear;
}

@keyframes load-spin {
	100% {
		transform: rotate(360deg)
	}
}


/* end preloader */

@media only screen and (max-width: 991px) {
	h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: 700;
	margin-bottom: 20px;
}


/* fa icons */

.fa {
	font-size: 14px;
}

.fa-star-o, .fa-stack-2x, .fa-stack-1x {
	color: #ff9f00;
}

.section-title {
	font-weight: 300;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #3c763d;
	padding-bottom: 10px;
}


/* img-responsive */

.img-responsive {
	margin: 0 auto;
}


/* product-card */

.product-card {
	margin-bottom: 20px;
	border-radius: 6px;
}

@media only screen and (min-width: 768px) {
	.product-card {
		background: #fff;
		padding: 20px;
		-webkit-box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
		box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
	}
}

.product-card h3 {
	margin-top: 0;
}


/* table */

.table {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.table-bordered {
	border: 1px solid #ededed;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ededed;
}


/* position relative */

.relative {
	position: relative;
}


/* input-group */

.input-group-addon {
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	border: 1px solid #ddd;
	color: #3c3c3c;
}

@media screen and (max-width: 767px) {
	.input-group-addon {
		display: none;
	}
}


/* top */

.header-panel {
	color: #222;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.header-nav__block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 10px 0;
	justify-content: space-between;
	background-color: #fff;
	font-size: 13px;
}

.header-nav__list {
	padding: 0;
	list-style: none;
	margin: 0;
}

.header-phone {
	margin-right: 20px;
}

.header-phone a {
	color: #222;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (min-width: 1025px) {
	.header-phone a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-login {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: auto;
	}
}

.dropdown-phones {
	margin-top: 10px;
	border-radius: 0 0 6px 6px;
	text-align: center;
	padding: 20px;
}

@media only screen and (min-width: 1025px) {
	.dropdown-phones {
		min-width: 250px;
		left: -40px;
	}
}

.dropdown-phones.dropdown-menu>li>a {
	background: none;
	padding: 0;
	font-size: 13px;
	text-align: left;
	transition: color .3s ease;
}

.dropdown-phones.dropdown-menu>li>a:hover {
	color: #34486d;
}

.link-phone {
	font-size: 13px;
	background: rgba(235, 238, 242, 0.74);
	color: #34486d;
	padding: 0 20px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	border-radius: 3px;
	width: 100%;
	justify-content: center;
	font-weight: 700;
	transition: background .3s ease;
}

.link-phone:hover {
	background: rgba(219, 222, 226, 0.74);
}

.header-inform {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.header-inform {
		display: block;
	}
}

.header-phone a .align-middle {
	position: relative;
	top: 1px;
	padding-right: 3px;
}

.header-nav__list .nav-main__item {
	display: inline-block;
}

.header-panel__usr a+a,
.nav-main__item+.nav-main__item {
	padding-left: 20px;
}

.header-panel__usr a,
.header-nav__list .nav-main__item a {
	font-size: inherit;
	color: #777;
}

.header-panel__usr a:hover,
.header-nav__list .nav-main__item a:hover {
	color: #34486d;
}

@media only screen and (max-width: 767px) {
	.mobile-user {
		margin: 20px 0;
	}
	.mobile-user a {
		color: #222;
		display: inline-block;
		margin: 10px 10px 0 0;
		font-size: 17px;
		font-weight: 600;
		height: 30px;
		line-height: 30px;
		background: #FFE100;
		padding: 0 10px;
		border-radius: 3px;
	}
}


/* header */

.header-inner {
	padding: 15px 0;
}

.header-main {
	background: #fff;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.header-inner {
		padding: 10px 0;
	}
	.header-width {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.header-main {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header-width {
		flex: 1;
		display: flex;
		align-items: center;
	}
	.header-width .header-left {
		width: 100%;
		justify-content: flex-start;
	}
}


/* search */

.search-wrapper input[type=text] {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 52px 0 15px;
	font-size: 15px;
	border-color: #e8e8ec;
	margin-bottom: 10px;
}

.search-wrapper {
	width: 100%;
}

.search-wrapper.absolute {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

@media only screen and (min-width: 768px) {
	.search-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 10px;
		margin-right: 20px;
	}
}

.search-wrapper .search-button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 45px;
	width: 65px;
	border: 1px solid;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 0 6px 6px 0;
	padding: 0;
	background: none;
	color: #34486d;
	border: 0;
}

.search-wrapper .search-button:hover {
	background: #34486d;
	color: #fff;
	border-color: #34486d;
}


/* mobile-menu */

@media only screen and (max-width: 767px) {
	.mobile-menu__btn {
		margin: 28px 0 0 20px;
	}
}


/* cart */

#cart:hover {
	z-index: 1051;
}

@media only screen and (max-width: 599px) {
	#cart {
		position: static;
	}
}

#cart>button {
	display: flex;
	align-items: center;
	height: 45px;
	text-align: center;
	background: #ffffff;
	color: #222;
	border: 0;
	font-size: 0;
	font-weight: 700;
	font-size: 13px;
	padding: 0;
	padding-left: 55px;
	position: relative;
	z-index: 98;
	text-align: left;
	line-height: 1.2;
	font-size: 0;
}

@media only screen and (max-width: 767px) {
	#cart>button {
		box-shadow: none;
		padding: 0;
		width: 45px;
	}
}

@media only screen and (min-width: 768px) {
	#cart>button {
		border-radius: 6px;
		padding-right: 20px;
		border: 1px solid #e8e8ec;
		color: #34486d;
		font-size: 13px;
	}
}

#cart>button .count {
	position: absolute;
	left: 30px;
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 30px;
	background: gold;
	color: #222;
	font-size: 11px;
	line-height: 15px;
	top: 5px;
	z-index: 1;
}

#cart>button>svg {
	position: absolute;
	left: 15px;
	top: 10px;
}

#cart .dropdown-menu {
	padding: 20px;
}

@media (min-width: 600px) {
	#cart .dropdown-menu {
		min-width: 360px;
	}
}

@media (max-width: 599px) {
	#cart .dropdown-menu {
		width: 100%;
		padding: 10px;
		margin: 0;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: 0;
}

#cart .dropdown-menu table.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

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

#cart .dropdown-menu li p.text-center {
	font-size: 19px;
}

#cart .dropdown-menu .table>tbody>tr>td {
	border: none;
	border-bottom: 1px solid #eee;
}

#cart .dropdown-menu .cart-delete {
	margin-top: 10px;
}

#cart .dropdown-menu .cart-delete button {
	color: #ff0e00;
	background: #ebeff3;
	border-radius: 50px;
}

#cart .dropdown-menu .cart-delete button:hover {
	background: #ff0e00;
	color: #fff;
}

#cart .dropdown-menu .w190>a,
#cart .dropdown-menu .w190>span {
	color: #222;
	font-size: 13px;
}

#cart .dropdown-menu .fw600 {
	width: 85px;
}

@media only screen and (min-width: 1200px) {
	#cart:hover .dropdown-menu {
		display: block;
	}
}


/* tools */

.separator {
	height: 1px;
	width: 100%;
	background: #ededed;
}

.mr-3 {
	margin-right: 3px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.align-middle {
	vertical-align: middle;
}

.nav-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w-100 {
	width: 100%;
}

.w190 {
	width: 190px;
}

.w350 {
	width: 350px;
}

.fw600 {
	font-weight: 600;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

.h210 {
	height: 210px;
}

@media only screen and (max-width: 767px) {
	.h210 {
		height: 340px;
	}
}

.red {
	color: red;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.mb15 {
	margin-bottom: 15px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}


/* main-menu */

.main-menu__wrapper {
	position: static;
	margin-right: 1rem;
	display: none;
}

@media only screen and (min-width: 1025px) {
	.main-menu__wrapper {
		display: block;
	}
}

.main-menu__wrapper.active {
	z-index: 1001;
}

.main-menu-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 6px;
	transition: 0.1s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.main-menu-btn_border {
	background-color: #34486d;
	color: #fff;
}

.main-menu__wrapper.active .main-menu-btn_border {
	background-color: #fff;
	color: #34486d;
}

.main-menu-title {
	height: 40px;
	line-height: 45px;
	padding: 14px 15px;
}

.main-menu-btn:active:hover {
	transform: translateY(1px);
}

.main-menu-btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	white-space: nowrap;
	max-width: 100%;
}

.icon-menu,
.icon-menu span {
	width: 16px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.icon-menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 12px;
}

.icon-menu span {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}

.active .icon-menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -1px;
}

.active .icon-menu span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: inherit;
	margin-left: -8px;
}

.active .icon-menu span:nth-child(2) {
	opacity: 0;
}

.active .icon-menu span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-menu__wrapper.active .icon-menu span {
	background-color: #34486d;
}

.icon-menu span:last-child {
	width: 8px;
	margin-left: inherit;
}

.menu-text-product {
	margin-left: 10px;
	font-size: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.main-menu-btn-text .caret {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 8px;
}

.main-menu {
	position: absolute;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translate(0, 2rem);
	-ms-transform: translate(0, 2rem);
	transform: translate(0, 2rem);
	-webkit-transition: visibility 0s .5s, opacity .3s ease-out, -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
	-o-transition: visibility 0s .5s, opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1);
	transition: visibility 0s .5s, opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1);
	transition: visibility 0s .5s, opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
}

.mega-dropdown {
	width: 100%;
	left: 0;
	top: 100%;
	background: #fff;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.mega-dropdown.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .3s ease-out, -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
	-o-transition: opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1);
	transition: opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1);
	transition: opacity .3s ease-out, transform .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
}

.mega-dropdown .menu {
	position: relative;
}

.mega-dropdown .left-side {
	width: 22.4rem;
}

@media (min-width: 1300px) {
	.mega-dropdown .left-side {
		width: 260px;
	}
}

.mega-dropdown .side-menu {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mega-dropdown .side-menu-list {
	position: relative;
	-webkit-box-shadow: 7px 6px 14px rgba(0, 0, 0, .11);
	box-shadow: 7px 6px 14px rgba(0, 0, 0, .11);
}

.mega-dropdown .side-item {
	padding: 0 15px;
}

.mega-dropdown .side-item:hover {
	background-color: #f0f0f0;
}

.mega-dropdown .side-item:hover:first-child {
	border-radius: 6px 0 0 0;
}

.mega-dropdown .side-item:hover:last-child {
	border-radius: 0 0 0 6px;
}

.mega-dropdown .side-item.hover>ul {
	display: block;
}

.mega-dropdown .side-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	position: relative;
	color: #000;
	padding-right: 16px;
	padding-left: 40px;
}

.parent-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.mega-dropdown .side-item:not(:last-child)>.side-item-link {
	-webkit-box-shadow: 0 1px 0 #f0f0f0;
	box-shadow: 0 1px 0 #f0f0f0;
}

.mega-dropdown .side-item:hover .side-item-link {
	box-shadow: none;
}

.mega-dropdown .level-2 {
	display: none;
	position: absolute;
	z-index: 11;
	background-color: #fff;
	-webkit-column-count: 4;
	column-count: 4;
	padding: 24px 33px;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: 7px 6px 14px rgba(0, 0, 0, .11), inset 7px 0 14px -7px rgba(0, 0, 0, .11);
	box-shadow: 7px 6px 14px rgba(0, 0, 0, .11), inset 7px 0 14px -7px rgba(0, 0, 0, .11);
}

.mega-dropdown .level-2>li {
	padding: 0 24px 12px 0;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.last-level>li {
	padding: 4px 0;
}

.submenu-title {
	font-weight: 600;
	color: #222;
	font-size: 14px;
	display: inline-block;
}

.submenu-title:hover {
	color: #999;
}

.child-submenu {
	font-size: 13px;
	line-height: 18px;
	color: #222;
	display: block;
	opacity: .7;
}

.child-submenu:hover {
	opacity: 1;
}

.menu-submenu {
	width: 1000px;
	top: 0;
	left: 260px;
	min-height: 100%;
}

.icon-absolute {
	position: absolute;
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.arrow-icon {
	color: #c3cbd2;
}

.mega-dropdown .side-item:hover .arrow-icon {
	color: #222;
}

.select-category {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.select-category-action {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	color: #999;
	font-size: 20px;
}


/* overlay */

.overlay {
	position: fixed;
	z-index: 99;
	background: #000;
	opacity: .4;
	display: none;
	width: 100%;
	height: 100%;
}

.overlay.active {
	display: block;
}


/* right-menu */

.main-menu__wrapper .right-menu {
	display: none;
}

@media only screen and (min-width: 992px) {
	.main-menu__wrapper .right-menu {
		display: block;
		margin-left: 10px;
	}
	.main-menu__wrapper .right-menu>ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0;
	}
	.main-menu__wrapper .right-menu>ul>li {
		display: inline-block;
		position: relative;
	}
	.main-menu__wrapper .right-menu>ul>li>a {
		display: block;
		text-decoration: none !important;
		color: #fff;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		padding: 0 10px;
		height: 45px;
		line-height: 45px;
		font-size: 13px;
		position: relative;
		letter-spacing: normal;
	}
	.main-menu__wrapper .right-menu>ul>li:hover>a {
		background: rgba(0, 0, 0, .2);
		border-color: transparent !important;
	}
}

.sale-block {
	height: 45px;
	position: absolute;
	z-index: 98;
	right: 10px;
	top: 0;
}

.sale-block a {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
	padding: 0 15px;
	background: #ff0e00;
	font-weight: 500;
	transition: all .3s;
}

.sale-block a:hover {
	text-decoration: none;
}

.sale-block a span {
	display: inline-block;
	margin-left: 8px;
}


/* h100 */

.h100 {
	height: 100%;
}


/* product-thumb */

.product-thumb {
	background: #fff;
	position: relative;
	box-shadow: 0 0 0 1px #f5f7f9 inset;
	margin: 0 -1px -1px 0;
}

.product-thumb:after {
	content: "";
	display: table;
	clear: both;
}

.product-thumb .image,
.product-thumb .caption {
	padding: 0 10px;
	position: relative;
}

.product-thumb .image {
	padding-top: 15px;
}

.product-thumb .button-group {
	position: relative;
	padding: 10px 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
}

.product-thumb .button-group:before {
	content: "";
	border-top: 1px dashed #dcdcdc;
	position: absolute;
	z-index: 3;
	top: 10px;
	width: 100%;
	left: 0;
}

.product-thumb .button-group button {
	border: none;
	padding: 0;
	text-align: center;
	background: #fff;
}

@media only screen and (max-width: 350px) {
	.product-thumb .button-action .button-wishlist svg,
	.product-thumb .button-action .button-compare svg {
		margin-right: 0;
	}
}

.product-thumb .button-group button:not(.button-buy):hover {
	color: #34486d;
}

.product-thumb .button-group button i {
	font-size: 14px;
	color: #bebebe;
}

.product-thumb .button-group button span {
	font-size: 11px;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 480px) {
	.product-thumb .button-group button span {
		font-size: 13px;
	}
}

.product-thumb .button-group .button-action {
	height: 50px;
	justify-content: space-between;
}

.product-thumb .button-group .button-buy {
	background: #3c763d;
	border-top-color: #3c763d;
	position: relative;
	width: 100%;
	color: #fff;
	height: 40px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.product-thumb .button-group .button-buy:hover {
	background-color: #3c763de6;
	border-color: #3c763de6;
}

.product-thumb .button-group .button-buy span {
	color: #fff;
	font-size: 15px;
	line-height: 0;
}

.product-thumb .product-name {
	height: 38px;
	overflow: hidden;
	margin-top: 10px;
}

.product-thumb .product-name a {
	display: block;
	color: #222;
	font-size: 14px;
	height: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-thumb .product-name a:hover {
	color: #34486d;
}

.product-thumb .description {
	display: none;
}

.product-thumb .price {
	min-height: 40px;
	text-align: left;
	font-size: 0;
}

.product-thumb .price span {
	display: block;
}

.product-thumb .price .price-tax {
	font-size: 11px;
}

.product-thumb .price .price-main {
	font-size: 17px;
	display: inline-block;
	font-weight: 700;
	line-height: normal;
	color: #222;
}

@media only screen and (max-width: 991px) {
	.product-list .product-list-price {
		display: none;
	}
}

.product-thumb .price .price-old {
	font-size: 13px;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 8px;
	color: #999;
}

.product-thumb .rating {
	margin: 10px 0 10px 0;
}

.product-thumb .rating i {
	font-size: 13px;
}

.product-thumb .rating .review-link {
	float: right;
	display: none;
	color: #34486d;
	font-size: 13px;
	line-height: 21px;
}

@media only screen and (min-width: 768px) {
	.product-thumb .rating .review-link {
		display: block;
	}
}

.product-thumb .product-card-info {
	min-height: 50px;
	font-size: 13px;
}

.product-thumb .product-card-info {
	margin-top: 5px;
	display: none;
}

.product-grid .product-list-price {
	display: none;
}


/* product-list */

@media only screen and (min-width: 992px) {
	.product-list .product-thumb {
		display: flex;
		width: 100%;
	}
	.product-list .product-thumb .image {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 20%;
		padding: 20px 0 20px 20px;
	}
	.product-list .product-thumb .caption {
		padding: 20px 25px;
		flex: 1;
	}
	.product-list .product-thumb .button-group button {
		padding: 0 10px;
	}
	.product-list .product-thumb .button-group {
		justify-content: space-between;
		padding: 20px 20px 20px 0;
		margin: 0;
	}
	.product-list .sale-sticker {
		bottom: 10px;
	}
	.product-list .product-thumb .button-group:before {
		display: none;
	}
	.product-list .product-thumb .product-name {
		margin-top: 0;
		height: auto;
	}
	.product-list .product-thumb .product-name a {
		font-size: 15px;
		font-weight: 600;
	}
	.product-list .product-thumb .product-card-info {
		min-height: auto;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.product-list .product-thumb .rating .review-link {
		float: none;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.product-list .product-thumb .product-list-price {
		text-align: center;
	}
	.product-list .product-thumb .product-list-price .price-main {
		font-size: 25px;
	}
	.product-list .product-grid-price {
		display: none;
	}
	.product-list .product-thumb .button-action {
		height: auto;
	}
}


/* sale percent-sale */

.sale-sticker {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 4;
}

.sale-discount {
	color: #222;
	padding: 0 10px;
	height: 25px;
	line-height: 21px;
	font-weight: 500;
	border-radius: 4px;
	font-size: 13px;
	border: 2px solid #ffd700;
	background: #fff;
}


/* logo */

.logo {
	max-width: 66.666666%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

@media only screen and (min-width: 768px) {
	.logo {
		max-width: 100%;
		width: 250px;
		margin-top: -12px;
	}
}


/* rating */

.rating .star {
	color: #ffcf00;
}

.rating .star-empty {
	color: #dcdcdc;
}


/* nav tabs */

.nav-tabs {
	border-bottom: 3px solid #ebf0f4;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #3c763d;
	background-color: transparent;
	cursor: default;
	border: none;
}

.nav-tabs>li>a {
	border-radius: 0;
	font-size: 15px;
	padding: 10px 0;
	font-weight: 600;
	border: none;
	color: #222;
	margin-right: 30px;
}

@media only screen and (max-width: 480px) {
	.nav-tabs>li>a {
		font-size: 13px;
		margin-right: 15px;
	}
}

.nav-tabs>li.active>a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2px;
	height: 3px;
	background: #3c763d;
}

.nav-tabs>li>a:hover {
	background: transparent;
	color: #3c763d;
}


/* list-group */

.list-group-item {
	border: 1px solid transparent;
	display: block;
	text-decoration: none !important;
	padding: 15px 30px 15px 25px;
	border-bottom: 1px solid #EDEDED;
	font-size: 16px;
	background: #fff;
	line-height: 1.3;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}
#column-left .list-group-item{
	text-overflow: inherit;
}
@media only screen and (max-width: 991px) {
	.list-group-item {
		padding: 10px;
	}
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	background: #f0f0f0;
	color: #000;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	color: #fff !important;
	background-color: #34486d !important;
	border-color: #34486d !important;
}

.list-group-item:last-child {
	border-bottom: 0;
}


/* toolbar */

#grid-view,
#list-view,
#compare-total {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 13px;
	color: #555;
}

#grid-view,
#list-view {
	background: none;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #eef1f5;
	color: #ccc;
}

.product-list-inline button+button {
	margin-left: 5px;
}

#grid-view.active,
#list-view.active {
	color: #34486d;
	box-shadow: inset 0 0 0 2px #34486d;
}

.product-list-toolbar {
	white-space: nowrap;
	font-size: 0;
}

.product-list-toolbar .label-text {
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	padding-bottom: 8px;
	letter-spacing: 0.3px;
	height: 20px;
}

.product-list-toolbar .form-control {
	font-size: 13px;
	height: 34px;
	box-shadow: none;
	border: 1px solid #d9d9d9;
	background: #fcfcfc;
}

.product-list-inline {
	display: inline-block;
	margin-right: 10px;
}

.tools-btn {
	margin-right: 0;
}


/* panels */

.well>h1,
.well>h2,
.well>h3 {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.well {
		padding: 10px;
	}
}


/* breadcrumb */

.breadcrumb {
	padding: 0;
	background-color: #f5f7f9;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 6px;
}

.breadcrumb>li {
	margin: 5px 5px 0 0;
}

.breadcrumb a {
	display: inline-block;
	padding: 0 20px 0 10px;
	position: relative;
	font-weight: 500;
	min-height: 20px;
	line-height: 20px;
	background: #ffffff;
	border-radius: 4px;
	font-size: 10px;
	vertical-align: middle;
	color: #4c4c4c;
	text-transform: uppercase;
}

.breadcrumb a:after {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	height: 0;
	border-left: 5px solid #34486d;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.breadcrumb a:after {
	content: '';
	width: 0;
	margin: 0;
}

.breadcrumb>li+li:before {
	content: "";
	padding: 0;
	color: inherit;
}


/* footer */

.footer {
	background: #ffffff;
	position: relative;
	font-weight: 400;
	line-height: 22px;
	margin-top: 20px;
}

.footer .footer-wrap {
	width: 100%;
	padding: 45px 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer .footer-wrap h5 {
	margin-top: 0;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 16px;
	position: relative;
	font-weight: normal;
}

.footer .footer-wrap {
	font-size: 13px;
}

.footer .contact-form svg {
	color: #34486d;
}

.footer .footer-wrap .phone {
	font-size: 20px;
	color: #222;
	font-weight: 700;
}

.footer .footer-wrap ul>li>a:hover {
	color: #222;
}

.footer-bottom {
	padding: 20px 0 0;
    background: #ffffff;
    font-size: 13px;
    border-top: 2px solid #f5f7f9;
}

.footer-payment {
	margin-top: 20px;
}

.footer-payment-item {
	vertical-align: middle;
	margin-right: 6px;
}

.footer-social {
	margin-top: 15px;
}

.footer-social>a>span {
	font-size: inherit;
	color: #3c763d;
}

.footer-social-item {
	width: 40px;
	line-height: 38px;
	text-align: center;
	height: 40px;
}

.footer-social-link {
	font-size: 18px;
	border: 2px solid #e2e7ec;
	border-radius: 6px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.footer-social-link:hover {
	border-color: #c2cdd8;
}

.footer-social-item+.footer-social-item {
	margin-left: 5px;
}

.footer .footer-email-block .footer-email-wrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.footer .footer-email-block .footer-email-wrapper,
.footer .footer-email-block .footer-email-content {
	clear: both;
}

.footer-email-wrapper .news-img {
	background: rgba(0, 0, 0, 0) url(/image/catalog/icon-svg/newsletter.svg) no-repeat scroll center center;
	background-size: 100%;
	float: left;
	height: 55px;
	margin: 0 25px 0 0;
	width: 55px;
}

.heading-title {
	margin-bottom: 50px;
}

.footer-email-wrapper .footer-email-content .heading-title {
	overflow: hidden;
	margin: 0 0 0;
	text-align: left;
}

.footer-email-wrapper .footer-email-content .heading-title h5 {
	font-size: 20px;
	color: #000000;
	margin: 0 0 5px;
	line-height: 25px;
	background-color: transparent;
	padding: 0;
	font-weight: 600;
	text-transform: capitalize;
}

.block_newsletter .news-text-warp {
	margin: 2px 0 0;
}

.footer-email-block {
	margin-top: 20px;
}

.footer-email-wrapper .newsletter-form {
	width: 100%;
}

.subscribe-text {
	text-align: left;
	line-height: normal;
}

.subscribe-title {
	display: block;
	font-size: 19px;
	padding-bottom: 7px;
	font-weight: 700;
}

.subscribe-desc {
	padding-bottom: 9px;
	display: block;
	font-size: 13px;
	color: #585858;
}

.footer-email-wrapper .newsletter-form .form-group {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 0;
}

.footer-email-wrapper .newsletter-form .form-group .input-news {
	display: inline-block;
	width: 100%;
	margin: 0 0;
	text-align: left;
}

.input-email {
	padding: 10px 115px 10px 13px;
	width: 100%;
	border: 2px solid #3c763d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-rad: 4px;
}

.input-email,
.newsletter-form .text-danger,
.newsletter-form .text-success {
	font-size: 13px;
}

.newsletter-form .text-danger,
.newsletter-form .text-success {
	margin-top: 5px;
	text-align: left;
	display: inline-block;
}

.newsletter-form .text-danger {
	color: #ff0018;
}

.newsletter-form .text-success {
	color: #28a745;
}

.footer-email-wrapper .newsletter-form .form-group .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.subscribe-btn .btn {
	padding: 0 20px;
	font-size: 11px;
	border-radius: 0 4px 4px 0;
	border: none;
	text-transform: uppercase;
	width: 120px;
	white-space: normal;
	text-align: left;
	height: 40px;
	line-height: 1.2;
	;
}

.footer .footer-email-block .container {
	padding: 25px 0;
}

.footer-nav-title {
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
}

@media (max-width: 991px) {
	.footer-nav {
		margin: 0 0 5px;
	}
	.footer-nav-title {
		position: relative;
		display: block;
		line-height: 40px;
		margin: 0;
		background-color: #f5f7f9;
		font-size: 13px;
	}
	.footer-nav-title,
	.footer-nav-list {
		padding: 0 15px;
	}
	.footer-nav-item .footer-nav-link {
		display: block;
		line-height: 23px;
		color: #222;
	}
	.footer-nav-col+.footer-nav-col {
		border-top: 1px solid #4c575e;
	}
	.footer-nav-col {
		padding: 0;
	}
}

.footer-nav-link {
	color: #555;
	font-size: 15px;
}

.footer-nav-list>li {
	margin-top: 8px;
}

.footer-social-item {
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-nav-arrow {
	position: absolute;
	top: 13px;
	right: 13px;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.footer-nav-arrow._active {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (min-width: 992px) {
	.footer-nav-list {
		margin-top: 1rem;
	}
}


/* content */

#content {
	min-height: 600px;
}


/* carousel */

.carousel.owl-carousel .owl-wrapper-outer {
	box-shadow: none;
	/* -webkit-box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05); */
	/* box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05); */
	background: #fff;
}

.carousel.owl-carousel .owl-wrapper-outer,
.owl-carousel {
	border-radius: 6px;
}

.owl-carousel {
	background: none;
}


/* alert */

.alert {
	padding: 8px 60px 8px 75px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 10px;
	right: 10px;
	width: 400px;
	min-height: 60px;
	display: block;
	border: none;
	z-index: 9999;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

@media (max-width: 767px) {
	.alert {
		padding: 8px 60px 8px 75px;
		width: auto;
		right: 0;
		left: 0;
		top: 60px;
		align-items: center;
		bottom: auto;
		margin: 0 10px;
	}
}

.alert .fa {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
}

.alert-info .fa {
	background: #74bce0;
	color: #105071;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary .fa {
	background: #0460c1;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary .fa {
	background: #959dac;
}

.alert-success {
	color: #22b12f;
	background-color: #e6f4e9;
	border-color: #e6f4e9;
}

.alert-success .fa {
	background: #1eac6e;
}

.alert-danger {
	color: #ff0e00;
	background-color: #fdf3f4;
	border-color: #fdf3f4;
}

.alert-danger .fa {
	background-color: #ff0e00;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning .fa {
	background: #d3981d;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .fa {
	background: #e8e8e8;
	color: #222;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark .fa {
	background: #a5aeb3;
}

.alert .close {
	color: inherit;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 30px;
	border-radius: 30px;
	font-weight: 300;
	line-height: 18px;
}


/* category.tpl */

.catalog-section {
	margin-bottom: 20px;
}

.catalog-section .section-category {
	padding: 0;
	font-size: 0;
	margin: 0;
	list-style: none;
}

.catalog-section .section-category li {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.catalog-section .section-category li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fcfcfc;
	height: 30px;
	font-size: 13px;
	padding: 0 15px;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
}

.catalog-section .section-category li a:hover {
	background: #34486d;
	color: #fff;
	text-decoration: none;
	border-color: #34486d;
}


/* thumbnails */

.thumbnails {
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
}

.thumbnails .xd_stickers_wrapper {
	top: 0;
	left: 0;
}

.image-additional {
	display: inline-block;
	margin: 0 15px 0 0;
}

.thumbnails .thumbnail {
	border: 1px solid #fafafa;
	border-radius: 0;
}

.thumbnails a.thumbnail:hover,
.thumbnails a.thumbnail:focus,
.thumbnails a.thumbnail.active {
	border-color: #ccc;
}


/* product-card */

.card-order {
	background-color: #f8fbfd;
	padding: 23px 18px;
	border-radius: 6px;
}


/* tab-content */

.tab-content {
	padding: 30px 0;
}


/* product.tpl */

.review-link a {
	color: #34486d;
	font-size: 13px;
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	vertical-align: middle;
}

.review-rating input {
	display: none;
}

.review-rating * {
	margin: 0;
	font-size: 23px;
	letter-spacing: 5px;
	cursor: pointer;
}

.review-rating label {
	color: #dadae6;
}

.review-rating label .ion-android-star {
	font-size: 28px;
	padding: .2rem .4rem .2rem 0;
	cursor: pointer;
}

.review-star.checked,
.review-star.active {
	color: #ffcf00;
}

.product-h1 {
	text-transform: none;
	line-height: 1.33;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 3px;
}

.main-price {
	margin-bottom: 0;
}

.product-article {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.sku-block .sku-item {
	margin-right: 25px;
	font-size: 13px;
}

.review-link {
	display: inline-block;
	margin-left: 10px;
}

.sku-block .sku-text {
	color: #727272;
	margin-right: 4px;
}

.sku-block .sku-id {
	color: #363636;
}

.product-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.basket-block .product-count {
	margin-right: 20px;
}

.basket-block .product-count>label {
	color: #888;
	font-weight: 500;
}

.basket-block .product-buttons {
	flex: 1;
}

.basket-block .product-buttons .btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	height: 40px;
	margin-left: auto;
}

.product-count .plus-minus .btn {
	width: 30px;
	padding: 0;
	height: 40px;
	margin: 0;
	border-color: transparent;
	background: #3c763dc4;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.product-count .plus-minus .btn-minus:before {
	content: "-";
}

.product-count .plus-minus .btn-plus:before {
	content: "+";
}

.product-count .plus-minus .input-lg {
	height: 40px;
	width: 50px;
	font-weight: 400;
	padding: 0;
	text-align: center;
	border-color: #ebebeb;
	font-size: 15px;
	box-shadow: none;
	border-width: 1px 0;
}

.btn-util-block .btn-util {
	margin-top: 10px;
}

.product-add-compare a.btn-tool {
	background-color: #ffffff;
	color: #999;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #ebebeb;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	border-radius: 6px;
}

.product-add-compare a.btn-tool:hover {
	color: #222;
}

.product-add-compare a.btn-tool:hover>svg {
	color: #34486d;
}

.price .old-price {
	text-decoration: line-through;
    display: inline-block;
    font-size: 19px;
    color: #a7afb7;
    position: relative;
}

.price .main-price {
	font-size: 34px;
}

.detail-list {
	line-height: 1.6;
	overflow: hidden;
	font-size: 0;
}

.detail-list div {
	font-size: 13px;
	display: inline-flex;
	align-items: center;
}

.card-order-info {
	position: relative;
	font-size: 12px;
	color: #a2acb7;
	margin-bottom: 7px;
	width: 100%;
}

.card-order-info .card-order-icon {
	padding: 0;
	color: #34486d;
	justify-content: center;
	width: 18px;
	margin-right: 10px;
}

.card-order-info div {
	position: relative;
	color: #222;
	padding-left: 10px;
}

hr.dashed {
	border-top: 1px dashed #ddd;
}

.show-more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #fff url(/image/catalog/icon-png/show-more-icon.png) no-repeat center 20px;
}

.show-desc {
	display: block;
	line-height: 40px;
	text-decoration: none;
	border-radius: 3px;
	margin: 40px 0;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	transition: all .2s ease;
	padding: 0 20px;
	background: #fce300;
}

.product-description:after {
	content: '';
	display: block;
	clear: both;
}

.product-description {
	transition: all 2s ease;
	max-height: 300px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.product-description {
		padding: 20px 0;
	}
}

#tab-content.product-description {
	font-size: 13px;
	line-height: 25px;
	color: #252525;
}

.show-desc:hover {
	color: #000;
	background-color: #e4cd00;
}

.product-description .faded {
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(10%, hsla(0, 0%, 100%, 0)), to(#fff));
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 10%, #fff 100%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 10%, #fff);
	width: 100%;
	position: absolute;
	pointer-events: none;
	height: 190px;
}

.product-sale {
	top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}


/* nav-pills nav-tabs */

.nav-pills>li>a {
	border-radius: 3px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #34486d;
}


/* account */

.wishlist-price .main-price {
	font-size: 17px;
	font-weight: 700;
}

.wishlist-price .old-price {
	font-size: 13px;
}


/* Radio and Checkbox */

.input-radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.input-radio+label {
	position: relative;
	padding: 0 20px 0 30px;
	cursor: pointer;
}

.input-radio+label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background: #FFF;
}

.input-radio+label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #34486d;
	opacity: 0;
	transform: scale(0);
	transition: .2s;
}

.input-radio:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

.input-checkbox {
	position: absolute;
	left: -9999px;
}

.input-checkbox+label {
	position: relative;
	padding: 0 20px 0 30px;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}

.input-checkbox+label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #d1cece;
	border-radius: 3px;
}

.input-checkbox:checked+label:before {
	background-color: #34486d;
	background-image: url(/image/catalog/icon-svg/icon-check.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px;
	border-color: #34486d;
}


/* mobile-menu */

.menu-button>span {
	font-size: 21px;
	line-height: 1.5;
	color: #fff;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 100%;
	background: #fff;
	height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 1000;
	overflow-y: scroll;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	padding: 75px 30px;
}

@media only screen and (max-width: 767px) {
	.mobile-menu.open {
		left: 0;
	}
}

.mob-close {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
}

.mob-close>span {
	font-size: 30px;
	color: #000;
}

.mobile-info__links>ul {
	padding: 0;
	list-style: none;
}

.mobile-info__links>ul>li {
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

.mobile-info__links>ul>li>a {
	color: #222;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
}


/* button up */

@media only screen and (min-width: 1200px) {
	.button-up.active {
		display: block;
	}
}

.scroll-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, visibility .3s, transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
	position: fixed;
	bottom: 60px;
	left: 15px;
	z-index: 98;
	color: #34486d;
	border: 2px solid #e8eef5;
}

@media only screen and (min-width: 768px) {
	.scroll-btn {
		left: 110px;
		bottom: 20px;
	}
}

.scroll-btn_visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.scroll-btn__icon {
	width: 20px;
	height: 20px;
	fill: #34486d;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@media only screen and (min-width: 1200px) {
	.scroll-btn:hover .scroll-btn__icon {
		-webkit-animation: btnPulse .8s linear infinite;
		animation: btnPulse .8s linear infinite;
	}
}

.scroll-btn__icon:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 6px;
	border-top: 1px solid #34486d;
	border-right: 1px solid #34486d;
	width: 100%;
	height: 100%;
	fill: #34486d;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@-webkit-keyframes btnPulse {
	0%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	48% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0
	}
	52% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

@keyframes btnPulse {
	0%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	48% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0
	}
	52% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}


/* category-wall */

.category-item {
	margin-bottom: 20px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #f5f7f9;
	transition: all .3s;
}

.category-item:hover {
	border-color: #dee2e6;
}

.cat-image {
	display: inline-block;
}

.cat-caption {
	text-align: center;
}

.cat-name {
	font-size: 17px;
    text-decoration: none;
    color: #222;
    min-height: 50px;
    display: block;
}


/* category module */

.list-group__title {
	background: #f44336!important;
	color: #ffffff!important;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	padding: 13.5px 25px;
	font-weight: 800;
	border: 2px solid #f44336;
	font-size: 16px;
}


/* The number of columns in the modules on the main */

@media (min-width: 1200px) {
	.col-20 {
		width: 20%;
	}
}


/* page contacts */

.contact-page .well>h1 {
	margin-bottom: 20px;
}

.contact-item {
	background-size: 55px;
	min-height: 55px;
	padding: 10px 10px 20px 70px;
}

.contact-circle {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #34486d;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-icon {
	font-size: 20px;
	color: white;
}

.contact-icon-medium {
	font-size: 25px;
}

.contact-page a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	border-bottom: 1px solid #34486d;
	color: #34486d;
	text-decoration: none;
}

.contact-page,
.contact-page:link,
.contact-page:visited {
	transition: all 0.15s;
}

.catalog-content .row {
	margin-left: 0;
	margin-right: 0;
}

.catalog-content .product-layout {
	padding-left: 0;
	padding-right: 0;
}

.product-toolbar {
	background: #fff;
	padding: 10px 20px 5px;
	margin-bottom: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
	box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
}

@media only screen and (min-width: 992px) {
	.add-sticky {
		position: sticky;
		top: 60px;
	}
}

.owl-pagination {
	top: 20px;
}

.owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background: rgb(231, 231, 232);
	box-shadow: none;
}

.owl-controls .owl-page.active span {
	background: rgb(0, 91, 255);
}


/* mobile menu */

.header-hamburger {
	margin-right: 20px;
	display: flex;
}

@media only screen and (min-width: 1025px) {
	.header-hamburger {
		display: none;
	}
}

.header-hamburger.icon-menu {
	height: 14px;
}

.header-hamburger.icon-menu,
.header-hamburger.icon-menu span {
	width: 20px;
}

.header-hamburger.icon-menu span {
	background-color: #222;
}

.fake-search {
	display: inherit;
}

@media only screen and (min-width: 768px) {
	.fake-search {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.search-wrapper {
		display: none;
	}
}

.mobile-sidebar {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 100;
	left: -100%;
	top: 0;
	transition: left .3s ease;
	color: #404040;
}

.mobile-sidebar.open {
	left: 0;
}

.mobile-sidebar .mobile-sidebar-menu {
	background: #fff;
	padding-top: 50px;
	height: 100%;
	overflow: auto;
	max-height: 100%;
}

.mobile-menu-list {
	font-weight: 700;
}

.mobile-nav-menu .mobile-list-language .language-select,
.mobile-nav-menu .mobile-list-currency .currency-select,
.mobile-nav-menu .mobile-menu-item .mobile-menu-item__link {
	font-size: 14px;
	padding: 18px 50px 18px 18px;
	display: flex;
	position: relative;
}

.mobile-menu-info .mobile-menu-item__link {
	font-size: 15px;
}

.mobile-menu-item .mobile-list-language .language-select:before,
.mobile-menu-item .currency-select:before,
.mobile-menu-item .mobile-menu-item__link:before {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	top: 100%;
	border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-item .mobile-menu-item__link,
.mobile-menu-item .mobile-chevron.absolute {
	color: inherit;
}

.mobile-menu-item .mobile-chevron.absolute,
.mobile-nav__title .mmenu-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.mobile-nav__title.absolute {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #fff;
}

.mobile-nav__title {
	width: 100%;
	height: 50px;
	font-weight: 700;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}

.mobile-sidebar-menu .mobile-list-language,
.mobile-sidebar-menu .mobile-list-currency,
.mobile-sidebar-menu .mobile-list-catalog {
	position: absolute;
	max-height: 100%;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	right: 0;
	bottom: 0;
	overflow: auto;
	transition: left .3s ease;
	background: #fff;
	z-index: 1;
}

.mobile-sidebar-menu .mobile-list-language.open,
.mobile-sidebar-menu .mobile-list-currency.open,
.mobile-sidebar-menu .mobile-list-catalog.open {
	left: 0;
}

.mobile-sidebar-menu .slinky-menu {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.slinky-theme-default {
	background: #ffffff;
}

.slinky-theme-default .next::after {
	margin-left: 1em;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.slinky-theme-default .back::before {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 47px;
	width: 50px;
}

.mmenu-title,
.slinky-menu .header {
	display: flex;
	align-items: center;
	background: #f0f0f0;
	position: relative;
	justify-content: center;
}

.mmenu-title {
	padding: 0 15px;
	justify-content: space-between;
}

.mmenu-title__text {
	padding: 1em;
	color: inherit;
}

.header-menu__btn {
	display: block;
}

@media only screen and (min-width: 1025px) {
	.header-menu__btn {
		display: none;
	}
}

.language-select,
.currency-select {
	border: 0;
    background: none;
    width: 100%;
}

.language-select.active,
.currency-select.active {
	color: #34486d;
}


/* bootstrap */

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.aside-widget {
	font-size: 17px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #f1f3f5;
}

.feature {
	font-size: 15px;
	line-height: 1.57;
	padding: 20px 20px 25px;
	text-align: center;
	border-bottom: 1px solid #f5f7f9;
}

.feature__image {
	display: table;
	width: 100%;
	height: 62px;
}

.feature__image>div {
	display: table-cell;
	vertical-align: middle;
}

.feature__header {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 1.333333;
}

.feature__text {
	color: #8c97a6;
    font-size: 13px;
    font-weight: 500;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.logo_fot {
	padding-bottom: 10px;
}

.sitem {
	padding-bottom: 10px;
}

.ce {
	margin-bottom: 3px;
}

.tl1 {
	list-style:none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.control-panel {
    margin-bottom: 26px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .control-panel {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #ededed;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .control-panel__elements {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .control-panel {
        margin-bottom: 15px;
    }
}
.control-panel__elements_tabs {
    padding: 20px 0;
}
.tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}
@media (min-width: 768px) {
    .slider-detail-products .slick-list {
        padding: 23px 10px;
    }
    .tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 23px;
    }
}
.tabs-list.tabs-list_page-control {
    padding: 0;
    margin: 0 -5px;
    display: none;
}
@media (min-width: 1024px) {
    .tabs-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 12px;
    }
    .tabs-list.tabs-list_page-control {
        margin: 0 -16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.tabs-list.tabs-list_fill {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.tabs-list__item {
    padding: 0 5px;
}
@media (min-width: 1024px) {
    .tabs-list__item {
        padding: 0 16px !important;
    }
}
.tabs-list_fill .tabs-list__item {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}
.tabs-list_fill .tabs-list__item:not(:last-child) {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .tabs-list.tabs-list_fill {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tabs-list_fill .tabs-list__item:not(:last-child) {
        margin-right: 20px;
        padding: 0;
    }
}
.tabs-list__link {
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    text-decoration: none;
    padding: 0 5px;
    font-weight: 500;
}
.tabs-list__link:active,
.tabs-list__link:focus,
.tabs-list__link:hover {
    text-decoration: none;
    color: #787878;
}
.tabs-list__link:hover {
    opacity: 0.8;
		background:none !important;
}
.tabs-list__item .tabs-list__link {
    	padding: 5px 5px !important;
	border-bottom:1px solid #fff;
}
.tabs-list__item.active .tabs-list__link {
    color: #006565;
    position: relative;
	padding: 5px 5px !important;
	border-bottom:1px solid #006565;
}
.tabs-list__item.active .tabs-list__link:focus{
	background:none !important;
}
.tabs-list__item.active:hover .tabs-list__link {
    opacity: 1;
	background:none !important;
}

.tabs-list_fill .tabs-list__link {
    min-width: 140px;
    border-radius: 15px;
    border: 1px dashed #8e8c8c;
    padding: 8px 10px;
    font-size: 13px;
    color: #8e8c8c;
    height: auto;
    text-align: center;
    display: inline-block;
}
.tabs-list_fill .tabs-list__link:active,
.tabs-list_fill .tabs-list__link:active:focus,
.tabs-list_fill .tabs-list__link:active:hover,
.tabs-list_fill .tabs-list__link:focus {
    color: #8e8c8c;
}
.tabs-list_fill .tabs-list__link:hover:active {
    color: #fff;
}
.tabs-list_fill .tabs-list__link.active,
.tabs-list_fill .tabs-list__link:hover {
    background-color: #006565;
    border-style: solid;
    border-color: #006565;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.tabs-list_fill .tabs-list__item.active .tabs-list__link:after,
.tabs-list_fill .tabs-list__link:hover:after {
    content: none;
}
.tabs-list.inner-tabs {
    list-style: none;
}
.tabs-list.inner-tabs a {
    text-decoration: none !important;
}
.tab-content {
    margin-bottom: 20px;
}
.tab-content_order-pass .tab-pane.form-wrapper.active {
    margin-top: -20px;
}
.tab-pane_accordion-mobile {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .tab-pane_accordion-mobile {
        padding: 35px;
    }
    .tab-inner__mobile-collapse.collapse:not(.show) {
        display: block;
    }
    .tab-inner__mobile-collapse.collapsing {
        -webkit-transition: none;
        transition: none;
        height: auto;
    }
}
@media (min-width: 1024px) {
    .tabs-list__link {
        font-size: 16px;
        line-height: 19px;
        height: 45px;
    }
    .tab-pane_accordion-mobile {
        padding-right: 94px;
        padding-bottom: 17px;
    }
    .tab-pane_accordion-mobile.tab-pane_accordion-mobile_wide {
        padding-right: 35px;
    }
}
@media (min-width: 1200px) {
    .tab-pane_accordion-mobile {
        padding-right: 270px;
    }
    .tab-pane_accordion-mobile.tab-pane_accordion-mobile_wide {
        padding-right: 35px;
    }
}
@media (max-width: 767px) {
    .tab-pane_accordion-mobile {
        display: block !important;
        opacity: 1 !important;
        margin-bottom: 12px;
    }
    .tab-inner__mobile-collapse-inner {
        padding: 20px 0;
    }
}
.tab-inner__mobile-collapse-inner > :last-child {
    margin-bottom: 0 !important;
}
.tab-inner__collapse-nav {
    display: block;
    margin: 0 -15px;
    padding: 21px 30px 21px 15px;
    position: relative;
    font-size: 16px;
    color: grey;
    text-decoration: none;
}
.tab-inner__collapse-nav:active,
.tab-inner__collapse-nav:focus,
.tab-inner__collapse-nav:hover {
    color: grey;
    text-decoration: none;
}
.tab-inner__collapse-nav:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTEgNkw2IDFMMSA2IiBzdHJva2U9IiMwMDY1NjUiLz4NCjwvc3ZnPg0K);
    background-size: 15px 10px;
}
.tab-inner__collapse-nav.collapsed:after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    transform: translateY(-50%) rotateZ(180deg);
}
.solution-table {
    width: 100%;
}
@media (min-width: 768px) {
    .tab-inner__collapse-nav {
        display: none;
    }
    .solution-table {
        position: relative;
    }
    .solution-table:before {
        content: "";
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: 0;
        height: 1px;
        background-color: #ebebeb;
    }
}
.page-content h3{
	font-size: 14px;
}
.page-content a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #006565;
    outline: 0 !important;
    text-decoration: underline;
}
.page-content a:hover {
    color: #006565;
    text-decoration: none;
}
.page-content  a:active,
.page-content a:active:focus,
.page-content a:active:hover,
.page-content a:focus {
    color: #006565;
    text-decoration: underline;
}
.tab-pane.page-static.fade.active{opacity:1;}
.page-warning {
    width: 100%;
    padding: 25px 30px;
    border: 1px solid #f14848;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabs-list_fill .tabs-list__link:hover:active {
    color: #fff;
}
.tabs-list_fill .tabs-list__link.active,
.tabs-list_fill .tabs-list__link:hover {
    background-color: #006565;
    border-style: solid;
    border-color: #006565;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.tabs-list_fill .tabs-list__link.active:after,
.tabs-list_fill .tabs-list__link:hover:after {
    content: none;
}
.tabs-list_fill .tabs-list__link {
    min-width: 140px;
    border-radius: 15px;
    border: 1px dashed #8e8c8c;
    padding: 8px 10px;
    font-size: 13px;
    color: #8e8c8c;
    height: auto;
    text-align: center;
    display: inline-block;
}
.tabs-list_fill .tabs-list__link:active,
.tabs-list_fill .tabs-list__link:active:focus,
.tabs-list_fill .tabs-list__link:active:hover,
.tabs-list_fill .tabs-list__link:focus {
    color: #8e8c8c;
}
.tab-pane.fade.active{
	display:block;
	opacity:1;
}
.tab-content{
	background: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 20px;
}
.tab-content h3{
	font-size: 1.17em;
}
.tab-content .page-notification{
	font-size: 14px;
    line-height: 22px;
    color: grey;
    position: relative;
    padding-left: 20px;
	margin: 10px 0;
	min-height:44px;
}
.tab-content .page-notification:before{
	content: '';
    width: 4px;
    height: 44px;
    color: #fff;
    background-color: #f3a83c;
    position: absolute;
    top: 0;
    left: 0;
}
.htb-section-picture {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}
.htb-section-picture_monitor {
    background: url(http://pal.fvds.ru/catalog/view/theme/shop/image/h-monitor.png) left center no-repeat;
}
.htb-section-picture_letter {
    background: url(http://pal.fvds.ru/catalog/view/theme/shop/image/h-letter.png) left center no-repeat;
}
.htb-section-picture_phone {
    background: url(http://pal.fvds.ru/catalog/view/theme/shop/image/h-phone.png) left center no-repeat;
}
.htb-section-picture_marker {
    background: url(http://pal.fvds.ru/catalog/view/theme/shop/image/h-marker.png) left center no-repeat;
}
.pay-variant {
    margin-top: 50px;
}
.pay-variant__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pay-variant__item {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 25px;
}
.pay-variant__item:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
@media (min-width: 768px) {
    .pay-variant {
        padding-bottom: 50px;
    }
    .pay-variant__items {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .pay-variant__item:not(:last-child) {
        border: 0;
    }
    .pay-variant__item {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.pay-variant__item-inner {
    text-align: center;
    padding: 0 30px;
    height: 100%;
}
.pay-variant__item-picture {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pay-variant__item-picture img{
	max-width:100%;
	width:auto;
}
.pay-variant__item-title {
    margin-bottom: 25px;
    font-weight: 700;
}
.pay-variant__item-description {
    color: #626262;
    font-size: 13px;
    line-height: 1.4;
}
.ymap__contacts {
    height: 450px;
    max-width: 100%;
    max-height: 450px;
    width: 100%;
}
@media (min-width: 768px) {
    .pay-variant__item-inner {
        padding-bottom: 15px;
    }
    .pay-variant__item:not(:last-child) .pay-variant__item-inner {
        border-right: 1px solid #ededed;
    }
    .paysystem-cards .pay-variant__item {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }
    .ymap__contacts {
        height: 700px;
    }
}
h1.info{
	font-size: 26px;
	margin: 25px 0;
	font-weight:500;
	font-family:Roboto,sans-serif;
}
.consultants__section-title {
    font-weight: 600;
    margin-bottom: 15px;
}
.consultants__name {
    width: 75%;
    margin-bottom: 20px;
}
.consultants__phone {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 600;
    background-image: url(http://pal.fvds.ru/img/support/phone-tp.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 17px 17px;
}
.consultants__info {
    width: 216px;
}
@media (min-width: 768px) {
    .functional__section-list {
        margin-left: 55px;
    }
    .consultants__info {
        width: auto;
    }
}
.consultants__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.consultants__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .consultants__item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-right: 15px;
    }
    .office-item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.consultants__photo {
    width: 80px;
    height: 100px;
    margin-right: 25px;
    margin-bottom: 15px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .consultants__photo {
        margin-right: 15px;
    }
}
.desc0 .page-content.page-static{
	background: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 20px;
}
.desc0 .page-content.page-static h3{
	
		font-size: 1.17em;
	
}

.img-thumb-cat{
    max-width: 40px;
    margin-right: 5px;
}