@font-face {
	font-family: 'SF UI Display Light';
	src: url('../fonts/sf_ui_display_light.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sf_ui_display_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sf_ui_display_light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sf_ui_display_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sf_ui_display_light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sf_ui_display_light.svg#sf_ui_display_light') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'SF UI Display Medium';
	src: url('../fonts/sf_ui_display_medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sf_ui_display_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sf_ui_display_medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sf_ui_display_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sf_ui_display_medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sf_ui_display_medium.svg#sf_ui_display_medium') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'SF UI Display Regular';
	src: url('../fonts/sf_ui_display_regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sf_ui_display_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sf_ui_display_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sf_ui_display_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sf_ui_display_regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sf_ui_display_regular.svg#sf_ui_display_regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'SF UI Display Semibold';
	src: url('../fonts/sf_ui_display_semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sf_ui_display_semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sf_ui_display_semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sf_ui_display_semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sf_ui_display_semibold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sf_ui_display_semibold.svg#sf_ui_display_semibold') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'SF UI Display Bold';
	src: url('../fonts/sf_ui_display_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sf_ui_display_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sf_ui_display_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sf_ui_display_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sf_ui_display_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sf_ui_display_bold.svg#sf_ui_display_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}
body {
	font-family: 'SF UI Display Light';
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
a {
	color: #333333;
}
a:hover {
	color: inherit;
}
.content-wrapper a{color: #007bff;}
.wrapper {
	padding-top: 45px;
	padding-bottom: 45px;
}
#scrollToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/up-arrow.png) no-repeat center center #fa572e;
    color: #fff;
    right: 35px;
    bottom: 30%;
	display:none;
	z-index:9999;
}
.block-title {
	padding-bottom: 20px;
	line-height: 1;
}
.block-title > span {
	font-size: 27px;
	font-family: 'SF UI Display Semibold';
	color: #333;
}
.block-title a {
	color: #333333;
	text-decoration: underline;
}
.block-title a:hover {
	text-decoration: none;
}
.btn {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #fa572e;
	color: #fff !important;
	font-size: 14px;
	font-family: 'SF UI Display Semibold';
	transition: all 0.2s ease;
}
.btn:hover {
	opacity: 0.8;
	color: #fff;
}
#leaderboard {
	width: 100%;
	background: #2b4692;
}
.navbar {
	padding: 0px;
}
#leaderboard .navbar-nav > li > a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'SF UI Display Medium';
	padding: 14px 10px;
}
#leaderboard .navbar-nav > li > a:hover,
#leaderboard .navbar-nav > li > a.active {
	text-decoration: underline;
}
.social-links {
	text-align: right;
	font-size: 15px;
	font-family: 'SF UI Display Regular';
	color: #fff;
}
.social-links ul,
.social-links ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.social-links ul li {
	display: inline-block;
	vertical-align: middle;
}
.social-links ul li a {
	display: block;
	width: 24px;
	height: 24px;
}
.social-links ul li a.s1 {
	background: url(../images/s1.png) center center no-repeat;
	background-size: contain;
}
.social-links ul li a.s2 {
	background: url(../images/s2.png) center center no-repeat;
	background-size: contain;
}
.social-links ul li a.s3 {
	background: url(../images/s3.png) center center no-repeat;
	background-size: contain;
}
#header {
	width: 100%;
	padding: 15px 0px;
}
.branding img {
	max-width: 209px;
}
.header-contacts > div {
	margin-right: 30px;
	padding-left: 30px;
	background: url(../images/phone.png) left top no-repeat;
	background-size: 23px;
	line-height: 1.2;
}
.header-contacts > div:nth-child(2) {
	background: url(../images/mail.png) left top no-repeat;
	background-size: 23px;
}
.header-contacts > div a {
	cursor: pointer;
	text-decoration: none;
}
.header-contacts > div .hc-link a {
	text-decoration: underline;
	font-size: 14px;
}
.header-contacts > div .hc-link a:hover {
	text-decoration: none;
}
.phone {
	font-size: 18px;
	letter-spacing: -0.36px;
	font-family: 'SF UI Display Semibold';
}
.mail {
	font-size: 17px;
	letter-spacing: -0.36px;
	font-family: 'SF UI Display Semibold';
}
.header-links {
    padding-left: 0px;
    margin-left: -30px;
}
.hl {
	width: 33.333%;
	padding-left: 15px;
	color: #333;
	font-size: 13px;
}
.hl a {
	display: block;
	padding-left: 35px;
	color: #333;
	position: relative;
	text-decoration: none;
}
.hl a span {
	display: block;
	font-family: 'SF UI Display Semibold';
}
.hl a span.cntBasketItems {
	display: inline-block;
}
.hl a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
}
.hl-1 a:before {
	background: url(../images/hl-1.png) left top no-repeat;
	width: 27px;
	height: 22px;
	background-size: 27px;
	margin-top: -11px;
}
.hl-2 a:before {
	background: url(../images/hl-2.png) left top no-repeat;
	width: 27px;
	height: 22px;
	background-size: 27px;
	margin-top: -11px;
}
.hl-3 a:before {
	background: url(../images/hl-3.png) left top no-repeat;
	width: 32px;
	height: 27px;
	background-size: 32px;
	margin-top: -13px;
}
.hl a.active:before {
	background-position: left bottom;
}
#catalog-line {
	padding-top: 15px;
}
.dropdown-toggle::after {
	display: none;
}
#bn,
#catalog-line {
	background: #f2f5f7;
}
#catalog-line .btn {
	height: 53px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'SF UI Display Medium';
	width: 100%;
	padding: 0px;
	display: block;
	line-height: 53px;
}
#catalog-line .col-lg-3,
#catalog-line .col-lg-9,
#catalog-line .col-lg-2,
#catalog-line .col-lg-10 {
	padding: 0px 6px;
}
#catalog-line .row {
	margin: 0px -6px;
}
#catalog-line .nav {
	display: block;
}
#catalog-line .form-control {
	height: 53px;
	font-size: 18px;
	padding: 0px 25px;
  	box-shadow: 0px 1.5px 14.5px 0 rgba(0, 14, 11, 0.1);
}
#catalog-line .input-group .btn {
	padding: 0px 40px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fa572e;
}
.box {
	width: 100%;
	height: 192px;
	border-radius: 5px;
	padding: 30px 20px;
	color: #333;
}
.box-1 {
	margin-bottom: 12px;
	background: url(../images/bn-1.png) right center no-repeat;
	background-size: cover;
}
.box-2 {
	background: url(../images/bn-2.png) right center no-repeat;
	background-size: cover;
}
.box-title {
	font-size: 22px;
	line-height: 1;
	font-family: 'SF UI Display Bold';
}
.box-text {
	font-size: 12px;
	line-height: 1;
	font-family: 'SF UI Display Regular';
	padding: 15px 0px;
}
#bn {
	padding-bottom: 60px;
}
#bn .row {
	margin: 0px -3px;
}
#bn .col-lg-8,
#bn .col-lg-4 {
	padding: 0px 6px;
}
#bn .box .btn {
	padding: 10px 15px;
	width: 142px;
}
#slider {
	height: 100%;
}
.slide-item {
	padding: 65px 50px 65px 50px;
	color: #fff;
	height: 100%;
	border-radius: 5px;
	background-size: cover !important;
}
.sl-1 {
	line-height: 1;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: 'SF UI Display Medium';
}
.sl-2 {
	font-size: 43px;
	letter-spacing: -0.87px;
	line-height: 1;
	font-family: 'SF UI Display Bold';
	padding-bottom: 20px;
}
.sl-3 {
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 22px;
	font-family: 'SF UI Display Medium';
}
.sl-4 .btn {
	padding: 19px 42px;
	line-height: 1;
	text-transform: uppercase;
}
body #slider.owl-theme .owl-dots {
	margin: 0px !important;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
}
body #slider.owl-carousel .owl-stage-outer,
body #slider.owl-carousel .owl-stage,
body #slider.owl-carousel.owl-drag .owl-item {
	height: 100%;
}
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
    background: #dd4649;
}
.why-title {
	font-size: 22px;
	line-height: 1.03;
	color: #333333;
	font-family: 'SF UI Display Medium';
}
.why {
	margin-top: 30px;
	padding-left: 90px;
}
.w-name {
	font-size: 19px;
	color: #333333;
	padding-bottom: 5px;
	font-family: 'SF UI Display Medium';
}
.w-text {
	font-size: 14px;
	color: #333333;
}
.why-1 {
	background: url(../images/why-1.svg) 15px top no-repeat;
	background-size: 59px;
}
.why-2 {
	background: url(../images/why-2.svg) 15px top no-repeat;
	background-size: 50px;
}
.why-3 {
	background: url(../images/why-3.svg) 15px top no-repeat;
	background-size: 53px;
}
.why-4 {
	background: url(../images/why-4.svg) 15px top no-repeat;
	background-size: 48px;
}
#popular,
#about-block,
#partners {
	width: 100%;
	background: #f1f5f7;
}
#popular-slider-wrapper {
	margin: 0px -15px;
}
.p-item {
	background: #fff;
	border-radius: 4px;
	margin:15px 15px 70px 15px;
	transition: box-shadow 0.2s ease;
	line-height: 1.2;
	height: 100%;
	padding-bottom: 160px;
}
.p-item:hover {
	box-shadow: 0px 2.5px 14.5px 0 rgba(0, 14, 11, 0.13);
	margin: 10px 15px 9px 15px;
	padding-bottom: 216px;
}
.p-meta {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 15px 70px 15px;
}
.p-item:hover .p-meta {
	padding-bottom: 14px;
}
.p-pic {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 15px;
}
.p-pic img {
	max-width: 100%;
	height: auto;
	width: auto !important;
	max-height: 185px;
}
.p-pov {
	font-size: 14px;
	padding: 0px 15px 10px 15px;
	font-family: 'SF UI Display Regular';
}
.p-btn {
	padding: 10px 15px 15px 15px;
}
.p-btn .btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	color: #333 !important;
	background: #fff;
	border:2px solid #fa572e;
	text-transform: uppercase;
}
#filter .p-btn{padding:0 15px;}
#filter .p-btn .btn {padding: 10px 10px 11px;}
.p-btn .btn:hover {
	background: #fa572e;
	color: #fff !important;
	opacity: 1;
}
.sale {
	position: absolute;
	top: 13px;
	right: 10px;
	border-radius: 4px;
	background-color: #fa572e;
	color: #fff;
	font-size: 15px;
	font-family: 'SF UI Display Medium';
	padding: 5px 10px;
}
.p-title {
	padding: 10px 15px 15px 15px;
	min-height: 107px;
}
.p-title a {
	font-size: 17px;
	color: #303030;
	font-family: 'SF UI Display Medium';
	text-decoration: none;
}
.p-stock {
	padding: 0px 15px 15px 15px;
	font-size: 18px;
	color: #333333;
	font-family: 'SF UI Display Regular';
}
.p-stock-in span {
	background: url(../images/stock-in.png) left center no-repeat;
	background-size: 17px;
	display: block;
	line-height: 17px;
	padding-left: 23px;
}
.p-stock-out span {
	display: block;
	line-height: 17px;
	color: #dd4649;
}
.p-getprice {
	padding: 5px 15px 10px 15px;
}
.p-getprice a {
	text-decoration: underline;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 4px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
}
.p-price {
	padding: 0px 15px 5px 15px;
	font-size: 29px;
	line-height: 1.18;
	letter-spacing: -0.58px;
	color: #333333;
	font-family: 'SF UI Display Bold';
}
.p-price span {
	font-size: 11px;
	display: block;
	color: rgba(51, 51, 51, 0.6);
	font-family: 'SF UI Display Regular';
	text-transform: uppercase;
}
.p-social a {
	display: block;
	width: 33.333%;
	height: 56px;
	position: relative;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	transition: all 0.2s ease;
}
#popular-slider .p-social a, #compair .p-social a {
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.p-social a:last-child, #compair .p-social a:last-child {
	border-right: 0px;
}
.p-social a:hover {
	background: #f5f5f5;
}
.p-social a:after {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
}
.p-social a.ps-1:after {
	background: url(../images/ps-1.png) center top no-repeat;
	height: 28px;
	margin-top: -14px;
	background-size: 28px;
}
.p-social a.ps-2:after {
	background: url(../images/ps-2.png) center top no-repeat;
	height: 24px;
	margin-top: -12px;
	background-size: 28px;
}
.p-social a.ps-3:after {
	background: url(../images/ps-3.png) center top no-repeat;
	height: 24px;
	margin-top: -12px;
	background-size: 29.5px;
}
.p-social a.ps-1:hover:after {
	background: url(../images/ps-1.png) center bottom no-repeat;
	height: 28px;
	margin-top: -14px;
	background-size: 28px;
}
.p-social a.ps-2:hover:after {
	background: url(../images/ps-2.png) center bottom no-repeat;
	height: 24px;
	margin-top: -12px;
	background-size: 28px;
}
.p-social a.ps-3:hover:after {
	background: url(../images/ps-3.png) center bottom no-repeat;
	height: 24px;
	margin-top: -12px;
	background-size: 29.5px;
}
.p-social a:hover:after,
.p-social a.active:after {
	background-position: center bottom;
}
.p-social {
	display: none;
}
.p-item:hover .p-social {
	display: flex;
	border:1px solid #666;
}
#popular-slider .p-item:hover .p-social, #compair .p-item:hover .p-social {
	border:none;
}
.p-item:hover .p-social a{
    border-right: 1px solid #666;
}
.p-item:hover .p-social a:last-child, #popular-slider .p-item:hover .p-social a:last-child, #compair .p-item:hover .p-social a:last-child {
    border-right: 0px;
}

#about-block {
	color: #333;
	margin-top: -70px;
}
.partner-item img {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner-item img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.partner-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100%;
}
.partner-item img {
	max-height: 50px;
	width: auto !important;
	max-width: 100%;
	height: auto;
}
body .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -12px !important;
	width: 16px;
	height: 24px;
}
body .owl-carousel .owl-nav button span {
	display: none;
}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-prev:hover {
	left: -50px;
	background: url(../images/left.png) left top no-repeat;
	background-size: contain;
}
body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-next:hover {
	right: -50px;
	background: url(../images/right.png) left top no-repeat;
	background-size: contain;
}
.news-item {
	background: #f1f5f7;
	border-radius: 4px;
	position: relative;
	height: 100%;
	line-height: 1.3;
	padding-bottom: 65px;
}
.content-wrapper .row-news .col-lg-4 {
	padding-bottom: 30px;
}
.n-pic {
	background: #fff;
	text-align: center;
	border: 1px solid #f1f5f7;
	height: 202px;
	line-height: 200px;
}
.n-pic img {
	max-width: 100%;
	border-radius: 4px 4px 0px 0px;
	max-height:200px;
}
.n-title {
	padding: 15px;
}
.n-title a {
	text-decoration: none;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
	font-family: 'SF UI Display Semibold';
}
.n-text {
	padding: 0px 15px 15px 15px;
	font-size: 15px;
	color: #333;
}
.n-btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 15px 15px 15px;
}
/* footer */
#footer {
	width: 100%;
	color: #fff;
	background: #2b4692;
	font-size: 15px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.footer-logo {
	padding-bottom: 15px;
}
.footer-logo img {
	max-width: 269px;
	height: auto;
}
.footer-adr {
	font-size: 15px;
	padding-bottom: 15px;
}
.footer-social ul,
.footer-social ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social ul li a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.footer-social ul li a:hover {
	opacity: 0.7;
}
.footer-social ul li a.s1 {
	background: url(../images/s1.png) left top no-repeat;
	background-size: contain;
}
.footer-social ul li a.s2 {
	background: url(../images/s2.png) left top no-repeat;
	background-size: contain;
}
.footer-social ul li a.s3 {
	background: url(../images/s3.png) left top no-repeat;
	background-size: contain;
}
.footer-title {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'SF UI Display Bold';
}
#footer .nav-link {
    display: block;
    padding: 0px;
    font-size: 14px;
   	text-decoration: none;
}
#footer .nav-link:hover,
#footer .nav-link.active {
	text-decoration: underline;
}
#footer .nav-item {
	padding-top: 2px;
}

/* catalog dropdown menu */
#catalog-line .row {
	position: relative;
}
#catalog-line .col-lg-3,
#catalog-line .col-lg-2,
#catalog-line .dropdown {
	position: unset;
}
.dropdown-menu {
	width: calc(100% - 20px);
	padding: 0px;
	margin: -5px 0px 0px 10px;
	border-radius: 5px;
	overflow: hidden;
}
#catalog-line .dropdown-menu .row {
	margin: 0px;
}
/*.dropdown-menu.show {
    display: block;
    position: fixed !important;
    width: 1170px;
    left: 50% !important;
    margin-left: -585px !important;
    overflow: auto;
    transform: unset !important;
    height: 100%;
}*/
.dropdown-menu .col-lg-3,
.dropdown-menu .col-lg-9 {
	padding: 0px;
}
.dropdown-menu ul,
.dropdown-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.dropdown-menu > ul > li {
	width: 30%;
	background: #f1f5f7;
	border-bottom: 2px solid #cdcdcd;
}
.dropdown-menu > ul > li:last-child {
	border-bottom: 0px;
}
.dropdown-menu > ul > li > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	text-transform: uppercase;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
	font-family: 'SF UI Display Medium';
	padding: 5px 40px 5px 80px;
	font-size: 13px;
	position: relative;
}
.dropdown-menu > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 100%;
	display: block;
	content: '';
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
}
.dropdown-menu > ul > li > a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100%;
	display: block;
	content: '';
}
.dropdown-menu > ul > li > a.m1:before {
	background: url(../images/m1.png) center center no-repeat;
	background-size: 50px;
}
.dropdown-menu > ul > li > a.m2:before {
	background: url(../images/m2.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m3:before {
	background: url(../images/m3.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m4:before {
	background: url(../images/m4.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m5:before {
	background: url(../images/m5.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m6:before {
	background: url(../images/m6.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m7:before {
	background: url(../images/m7.png) center center no-repeat;
	background-size: 55px;
}
.dropdown-menu > ul > li > a.m8:before {
	background: url(../images/m8.png) center center no-repeat;
	background-size: 50px;
}
.dropdown-menu > ul > li > a.m9:before {
	background: url(../images/m9.png) center center no-repeat;
	background-size: 45px;
}
.dropdown-menu ul.sidebar-menu {
	position: absolute;
	width: 70%;
	top: 0px;
	right: 0px;
	padding: 40px;
	display: none;
	height: 100%;
	overflow-y:scroll;
}
.dropdown-menu ul.sidebar-menu::-webkit-scrollbar {
    width: 8px;
}
.dropdown-menu ul.sidebar-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.dropdown-menu ul.sidebar-menu::-webkit-scrollbar-track {
    border-radius: 8px;
}
.dropdown-menu ul.sidebar-menu li {
	width: 50%;
	padding: 5px;
}
.dropdown-menu ul.sidebar-menu li a {
	color: #333;
	text-decoration: underline;
	font-size: 16px;
}
.dropdown-menu > ul > li:hover {
	background: #fff;
}
.dropdown-menu > ul > li:hover > a:after {
	display: none;
}
.dropdown-menu > ul > li:hover ul.sidebar-menu {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: baseline;
}
.dropdown-menu ul.sidebar-menu li a:hover {
	color: #f54518;
}
.modal-right .modal-dialog {
    max-width: 500px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    height: 100%;
    background: #2b4692;
    padding: 0px;
    width: 100%;
    overflow: auto;
}
.modal-right .modal-header {
	border: 0px;
	border-radius: 0px;
	background: none;
}
.modal-right .modal-content {
	padding: 0px 30px;
	margin:0px;
	border:0px;
	border-radius:0px;
	color: #fff;
	background: none;
}
.modal-right .modal-title {
	font-size: 30px;
	padding-bottom: 40px;
	line-height: 1;
	font-family: 'SF UI Display Semibold';
}
.modal label {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.3);
	padding-bottom: 0px;
}
.modal .form-item {
	margin-bottom: 30px;
}
.modal .form-control {
	border-radius: 4px;
	height: 58px;
}
.form-policy {
	font-size: 14px;
}
.form-policy a {
	color: #fff;
	text-decoration: underline;
}
.form-policy a:hover {
	text-decoration: none;
}
.modal .btn {
	height: 58px;
	padding: 0px 45px;
	text-transform: uppercase;
}
.modal .close {
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) center center no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-top: 20px;
	opacity: 1;
}
.p-item .close {
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) center center no-repeat;
    background-size: contain;
    margin-top: 10px;
    opacity: 1;
    position: absolute;
    z-index: 2;
    right: 10px;
}
#mmenu-close {
	display: none;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) center center no-repeat;
	background-size: contain;
	margin-left: 20px;
	margin-top: 15px;
	opacity: 1;
	position: absolute;
	z-index: 100;
}
.thankyou-message {
	padding-top: 120px;
	padding-bottom: 100px;
	font-size: 30px;
	font-family: 'SF UI Display Semibold';
	background: url(../images/check.svg) left top no-repeat;
	background-size: 65px;
	line-height: 1.2;
}
.mes-1 {
	background: url(../images/check.svg) center top no-repeat;
	background-size: 65px;
	padding-top: 90px;
	text-align: center;
	padding-bottom: 23px;
	line-height: 1;
	font-size: 22px;
	font-family: 'SF UI Display Medium';
	color: #333;
}
.mes-2 {
	font-size: 17px;
	color: #333;
	text-align: center;
	padding-bottom: 60px;
}
.modal-center .modal-header {
	padding: 0px;
	border:0px;
	padding-top: 60px;
}
.modal-center .close {
    position: absolute;
    right: -35px;
    top: -10px;
}
.modal-backdrop.show {
    opacity: .8;
}

/* catalog */
#main-container {
	background: #f2f5f7;
	padding-top: 10px;
}
#main-container .sidebar-left,
#main-container .content {
	padding-left: 6px;
	padding-right: 6px;
}
#main-container > .container > .row {
	margin: 0px -6px;
}
.breadcrumb {
	padding: 0px;
	background: none;
	margin: 0px;
	font-size: 14px;
	color: #333;
	font-family: 'SF UI Display Regular';
	margin-bottom: 30px;
}
.breadcrumb a {
	text-decoration: underline;
	color: #333;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 8px;
    padding-right: 0px;
    margin-right: .5rem;
    color: #6c757d;
    content: "";
    background: url(../images/arrow-right.png) left top no-repeat;
    background-size: cover;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
    align-items: center;
}
.breadcrumb-item.active {
    color: #333;
}
#sidebar-menu,
#filter {
	background: #fff;
	border-radius: 2.5px;
	box-shadow: 0px 1.5px 14.5px 0 rgba(0, 14, 11, 0.1);
	padding-bottom: 20px;
	font-family: 'SF UI Display Regular';
}
#filter .filter-name {
	font-family: 'SF UI Display Semibold';
}
.filter-title {
	font-size: 20px;
	font-family: 'SF UI Display Semibold';
	padding: 16px 23px;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #efefef;
}
.filter-title:after {
	display: block;
	content: '';
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	background: url(../images/filter-icon.svg) left top no-repeat;
	background-size: contain;
}
#sidebar-menu .filter-title:after {
	display: none;
}
.filter-item {
	padding: 20px 23px 0px 23px;
}
.filter-name {
	line-height: 1;
	padding-bottom: 10px;
	font-size: 15px;
	font-family: 'SF UI Display Medium';
}
.jq-checkbox {
    vertical-align: -8px;
    margin: 0 10px 0 0;
    background: #fff;
    box-shadow: unset;
    cursor: pointer;
    width: 25.5px;
	height: 25.5px;
	border-radius: 2.5px;
	border: solid 1px rgba(183, 183, 183, 0.47);
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 25.5px;
	height: 25.5px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px;
    border-left: 0px;
    -webkit-transform: unset;
    transform: unset;
    border-radius: 2.5px;
	border: solid 1px #fa572e;
	background: #fa572e url(../images/check-2.png) center center no-repeat;
	background-size: 10px;
}
.jq-checkbox.focused {
	border: 1px solid #fa572e;
}
.content-wrapper {
	background: #fff;
	padding: 15px 25px 25px 25px;
	border-radius: 2.5px;
}
.col-lg-12 > .content-wrapper {
	padding: 15px;
}
h1.page-header {
	font-size: 27px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'SF UI Display Semibold';
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
h1.page-header-article {
	border: 0px;
	padding-bottom: 0px;
}
.sort {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.sort a {
	cursor: pointer;
	padding: 14px 18px;
	line-height: 1;
	font-size: 15px;
	font-family: 'SF UI Display Regular';
	border:1px solid #dbdbdb;
	margin-right: 10px;
	transition: all 0.2s ease;
	color: #333333;
}
.sort a:hover,
.sort a.active {
	background: #2b4692;
	color: #fff;
}
.product-list .col-lg-3,
.product-list .col-lg-4 {
	padding-bottom: 12px;
}
.product-list .p-item {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	position: relative;
}
.product-list .p-item:hover {
    margin-bottom: 0px !important;
    padding-bottom: inherit;
    min-height: 500px;
    border: 1px solid #666;
}
#compair .p-item:hover {
    border: 1px solid #dbdbdb;
}
.row.product-list,
.product-list > .row {
	margin: 0px -6px;
}
.product-list .col-lg-3,
.product-list .col-lg-4,
.product-list .col-lg-9,
.product-list .col-lg-8 {
	padding-left: 6px;
	padding-right: 6px;
}
.product-list.compair-list > .col-lg-9 {
	padding-left: 0px;
}
.product-list.compair-list > .col-lg-3 {
	padding-right: 4px;
}
.product-list .p-meta {
	padding: 0px;
}
.product-list .p-social {
    position: absolute;
    bottom: -54px;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    border-radius: 0px 0px 4px 4px;
    z-index: 10;
}
.pagination {
	margin-top: 30px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fa572e;
    border-color: #fa572e;
}
.page-link {
	color: #333;
}
.jq-selectbox__select {
    height: 43px;
    padding: 5px 45px 0 15px;
    border: 0px;
    border-radius: 4px;
    background: #2a4693;
    box-shadow: unset;
    font-size: 13px;
    font-family: 'SF UI Display Regular';
    color: #fff;
    text-shadow: unset;
}
.jq-selectbox__trigger-arrow {
    border-top: 5px solid #fff;
    top: 19px;
}
.jq-selectbox__trigger {
	border-left: 0px;
}
.filter-mobile a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 50px 0px 15px;
	height: 43px;
	line-height: 43px;
	border-radius: 3px;
	border: solid 1.5px #fa572e;
	background-color: #ffffff;
	font-size: 13px;
	font-family: 'SF UI Display Semibold';
}
.filter-mobile a:after {
	display: block;
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 17px;
	background: url(../images/filter-icon.svg) left top no-repeat;
	background-size: contain;
}
#filter-modal .form-checkbox label {
    font-size: 14px;
    color: #333;
}
#filter-modal .modal-header {
	padding: 0px;
}
.view-mode a {
	display: block;
	text-decoration: none;
	width: 37px;
	height: 41px;
	border: solid 1px #e1dfdf;
  	background-color: #fff;
  	cursor: pointer;
}
.view-mode a.view-grid {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.view-mode a.view-list {
	background-image: url(../images/list.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.view-mode a:hover,
.view-mode a.active {
	background-color: #2b4692 !important;
}
.grid-item {
	flex-wrap: wrap;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px;
}
.grid-pic {
	width: 15%;
}
.grid-pic img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
}
.grid-title {
	width: 35%;
}
.grid-price {
	width: 25%;
	padding: 0px 15px;
}
.grid-price .p-price {
    padding: 0px;
    font-size: 26px;
}
.grid-price .p-pov {
    font-size: 11px;
    padding: 0px;
}
.grid-meta {
	width: 25%;
}
.product-list .grid-meta .p-social {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
}
.grid-meta .p-btn {
    padding: 0px 0px 15px 0px;
}
.grid-meta .p-social a {
	height: 45px;
}
.grid-meta .p-social a.ps-1:after {
	background: url(../images/ps-1.png) center top no-repeat;
	height: 20px;
	margin-top: -10px;
	background-size: 20px;
}
.grid-meta .p-social a.ps-2:after {
	background: url(../images/ps-2.png) center top no-repeat;
	height: 17px;
	margin-top: -9px;
	background-size: 20px;
}
.grid-meta .p-social a.ps-3:after {
	background: url(../images/ps-3.png) center top no-repeat;
	height: 16px;
	margin-top: -9px;
	background-size: 20.5px;
}
.grid-meta .p-social a:hover:after, .grid-meta .p-social a.active:after {
	background-position: center bottom !important;
}
.product-header h1.page-header {
	border-bottom: 0px;
	padding: 0px;
	font-size: 24px;
}
.product-header.row {
	align-items: center;
	margin-bottom: 20px;
}
.product-links {
	justify-content: flex-end;
}
.product-links a {
	display: block;
	margin-left: 30px;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 35px;
	line-height: 1.3;
	color: #333333;
}
.product-links a:nth-child(1) {
	background: url(../images/pdf.svg) left center no-repeat;
	background-size: 27px;
}
.product-links a:nth-child(2) {
	background: url(../images/print.svg) left center no-repeat;
	background-size: 30px;
}
.product-links a:nth-child(3) {
	background: url(../images/email.svg) left center no-repeat;
	background-size: 28px;
}
.product-pic {
	padding: 0px 60px;
}
#sync2 .item {
	padding: 5px;
	border: 1px solid #c5c5c5;
}
#sync2 .current .item {
	border-color: #fa572e;
}
#sync2 .owl-item {
	padding: 5px;
}
.product-box {
	box-shadow: 0px 1.5px 14.5px 0 rgba(0, 14, 11, 0.1);
	border: solid 1px rgba(143, 143, 143, 0.17);
	background-color: #ffffff;
	padding: 25px;
}
.product-box .p-stock {
	padding: 0px 0px 15px 0px;
}
.product-char {
	padding-bottom: 15px;
	font-size: 15px;
	font-family: 'SF UI Display Regular';
}
.char-item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #333;
	margin:0px -6px;
	margin-bottom: 5px;
}
.char-item span {
	display: inline-block;
	background: #fff;
	padding: 0px 6px;
	position: relative;
	bottom: -2px;
}
.product-sert {
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(143, 143, 143, 0.17);
	margin-bottom: 10px;
}
/*.product-sert > div {
	width: 100%;
	padding-right: 0;
}*/
.product-sert a {
	display: flex;
	height: 90px;
	width: 100%;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
	background: url(../images/sert.svg) center center no-repeat;
	background-size: contain;
	font-family: 'SF UI Display Regular';
}

.product-sert.owl-carousel .owl-nav button.owl-prev, .product-sert.owl-carousel .owl-nav button.owl-prev:hover{left: -20px;}
.product-sert.owl-carousel .owl-nav button.owl-next, .product-sert.owl-carousel .owl-nav button.owl-next:hover{right: -20px;}
.product-price {
	align-items: flex-end;
	justify-content: space-between;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-family: 'SF UI Display Bold';
}
.product-price span:last-child {
	font-size: 33px;
	line-height: 1;
}
.product-order {
	padding-bottom: 15px;
}
.product-order .btn {
	width: 100%;
	padding: 25px 15px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
}
.product-order .btn:hover {
	color: #fff;
}
.product .p-social {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.product > .row {
	align-items: center;
}
.product-tabs {
	padding-top: 40px;
}
.product-tabs .nav-tabs .nav-link {
	border-radius: 0px;
	line-height: 1;
	padding: 25px 15px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'SF UI Display Regular';
	color: #333333;
}
.product-tabs .nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 25%;
    text-align: center;
}
.product-tabs .nav-tabs {
    border-bottom: 2px solid #2b4692;
}
.product-tabs .nav-tabs .nav-item.show .nav-link, .product-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2b4692;
    border-color: #2b4692;
}
.product-tabs .tab-content {
	padding: 25px 0px 0px 0px;
	font-size: 15px;
	font-family: 'SF UI Display Regular';
}
.product-tabs .tab-content h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 23px;
	font-family: 'SF UI Display Semibold';
}
.modal-center .modal-dialog {
    max-width: 587px;
}
.modal-center .modal-header {
	padding: 0px;
}
.modal-center .modal-title {
	padding-bottom: 20px;
	font-size: 22px;
	font-family: 'SF UI Display Medium';
}
.modal-product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
}
.mp-pic {
	width: 30%;
	border:1px solid #c6c6c6;
	border-radius: 5px;
	padding: 10px;
}
.mp-pic img {
	max-width: 100%;
	height: auto;
}
.modal-product .p-title {
    padding: 0px 15px 10px 15px;
    min-height: unset;
}
.modal-center  label {
    font-weight: normal;
    color: #333;
}
.modal-center  .form-item {
    margin-bottom: 15px;
}
.modal-center  textarea {
	height: 100px;
	resize: none;
}
.modal-center  a {
	color: #333;
}
.modal-center  .btn {
	width: 100%;
}
.modal-center  .modal-body {
	padding: 25px;
}
.compair-list .p-item {
	margin: 15px 3px !important;
	padding-bottom: 0px !important;
	height: auto;
}
.compair-list .p-item:hover {
	box-shadow: 0px 3px 3px 0 rgba(0, 14, 11, 0.13);
	margin: 15px 3px !important;
	padding-bottom: 0px;
}
.compair-list .p-item:hover .p-meta {
	padding-bottom: 0px;
}
.compair-list .p-meta {
	position: relative;
	bottom: 0px;
	width: 100%;
	left: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.compair-items span {
	display: none;
}
.box-compair-items ul li,
.compair-items > div {
	padding: 10px 15px;
	background: #f5f5f5;
}
.compair-items > div:nth-child(2n) {
	background: #fff;
}
.compair-items > div:last-child {
	border-radius: 0px 0px 4px 4px;
}
.compair-list .p-social {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border: 0px;
}
.compair-list .p-getprice {
    padding: 5px 15px 19px 15px;
}
.box-blue {
	border-radius: 4px;
	background-color: #2b4692;
	color: #fff;
	margin-top: 15px;
}
.box-blue-title {
	font-size: 22px;
	font-family: 'SF UI Display Semibold';
	padding: 23px;
	line-height: 1;
}
.box-blue-menu {
	padding: 0px 23px 15px 23px;
}
.box-compair-items ul,
.box-compair-items ul li,
.box-blue-menu ul,
.box-blue-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.box-blue-menu ul li {
	margin: 0px 0px 15px 0px;
}
.box-blue-menu ul li a {
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-family: 'SF UI Display Regular';
}
.box-blue-menu ul li a:hover,
.box-blue-menu ul li a.active {
	text-decoration: none;
}
.box-blue-menu ul li a span {
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fa572e;
	font-size: 10px;
	text-align: center;
	line-height: 17px;
	margin-left: 5px;
	text-decoration: none;
}
.box-compair-items ul li {
	padding: 10px 15px;
	background: #475999;
	line-height: 1.2;
}
.box-compair-items ul li:nth-child(2n) {
	background: #2b4692;
}
.box-compair-items ul li:last-child {
	border-radius: 0px 0px 5px 5px;
}
.box-compair {
	position: absolute;
	bottom: 53px;
	left: 0px;
	width: 100%;
	padding: 0px 4px 0px 6px;
}
#compair.owl-carousel .owl-dots.disabled {
	display: block !important;
}
.s-title {
	font-size: 23px;
	padding-bottom: 10px;
	font-family: 'SF UI Display Medium';
}
.s-empty {
	padding-bottom: 40px;
	font-size: 18px;
}
.s-empty span {
	font-family: 'SF UI Display Bold';
}
.search-wrapper {
	background: url(../images/ufo.png) right center no-repeat;
	background-size: 250px;
}
.adr {
	font-size: 22px;
}
.cont {
	margin-top: 20px;
	padding-left: 30px;
	background: url(../images/phone.png) left 5px no-repeat;
	background-size: 23px;
}
.cont-mail {
	background: url(../images/mail.png) left 5px no-repeat;
	background-size: 23px;
}
.cont-title {
	text-transform: uppercase;
	font-family: 'SF UI Display Semibold';
	font-size: 18px;
}
.cont-text {
	font-size: 14px;
}
.cont-phones {
	padding-top: 5px;
	font-size: 17px;
	font-family: 'SF UI Display Semibold';
}
#map {
	width: 100%;
	height: 500px;
}

#recall {
	position:fixed;
	z-index:100;
	right: 35px;
	bottom: 25px;
	width:320px;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.3);
	padding:10px 15px;
}
.recall-step-1 {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.recall-phone {
	font-size:16px;
	font-family: 'SF UI Display Medium';
}
.recall-btn button,
.recall-btn a {
	display:block;
	cursor:pointer;
	width:120px;
	height:38px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-radius:25px;
	background:#4eb94d;
	font-size:13px;
	font-family: 'SF UI Display Medium';
	transition:all 0.2s ease;
	border:0px;
}
.recall-btn button:hover,
.recall-btn a:hover {
	opacity:0.8;
	color: #fff;
}
.recall-step-2 {
	display:none;
}
.recall-form {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:10px;
}
.recall-form .form-control {
	width:140px;
	height:45px;
	border-radius:25px;
	border-width:2px;
}
#recall-mobile-icon,
#recall-mobile,
#recall-over {
	display:none;
}
.smenu-wrapper {
	padding-top: 10px;
}
.smenu-wrapper ul li a {
	text-decoration: underline;
}
.smenu-wrapper ul li a:hover,
.smenu-wrapper ul li a.active {
	color: #fa572e;
}
.node {
	font-family: 'SF UI Display Regular';
}
.node h2 {
	  font-size: 21px;
	  font-family: 'SF UI Display Medium';
	  font-style: normal;
	  line-height: 1.1;
	  color: #333333;
	  margin-bottom: 0px;
	  padding-bottom: 20px;
}
body .node .owl-carousel .owl-nav button.owl-prev, body .node .owl-carousel .owl-nav button.owl-prev:hover {
    left: 0px;
}
body .node .owl-carousel .owl-nav button.owl-next, body .node .owl-carousel .owl-nav button.owl-next:hover {
    right: 0px;
}
body .node #sync2 {
	max-width: 500px;
	margin-bottom: 30px;
}
.node ul {
	margin-left: 0px;
	padding-left: 15px;
}
.section_icon {
    width: 80px;
    position: absolute;
    height: 100%;
    background-size: 50px;
    margin-left: -80px;
}
.loader {
    background: url(../images/load.gif) no-repeat center center;
    background-size: contain;
    display: none;
    height: 128px;
    left: calc(50% + 64px);
    position: fixed;
    top: 350px !important;
    width: 128px;
    z-index: 1100;
}
.product-tabs table {
    border-collapse: collapse;
	border:none;
}
.product-tabs table tr:first-child {
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
}
.product-tabs table tr:hover{
    background-color: #eaeaea;
}
.product-tabs table td, th {
    padding: 5px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}