header {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
html {
	font-size: 14px;
}
ol {
    list-style: none;
}
.breadcrumb-item a{
    line-height: 53px;
}
.breadcrumb-item {
    line-height: 53px;
}
.img-fluid {
    margin: 0 auto;
    display: block;
}
body {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
	padding-top: 40px;
}
.dark {
    color: #4c4c4c;
}
.large {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.red {
	color:#F42C2C;
margin-top:5px;
}
.grey {
	color:#31708f}
a {
  /*-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;*/
  color: #f94a4a;
}
.regular-f {
    font-weight: normal;
}
.color-d {
    color: #434343;
}
.light-grey {
    color: #afafaf;
}
.c-n {
	color: #747474;
}
.mt-150 {
    margin-top: 150px;
}
.mt-100 {
    margin-top: 100px;
}
.c-d {
	color: #575757;
}
.a-n {
	text-decoration: none;
	color: inherit;
}
.a-n:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.8;
}
.subscribe-inp::-webkit-input-placeholder {color:#7e7e7e;}
.subscribe-inp::-moz-placeholder          {color:#7e7e7e;}/* Firefox 19+ */
.subscribe-inp:-moz-placeholder           {color:#7e7e7e;}/* Firefox 18- */
.subscribe-inp:-ms-input-placeholder      {color:#7e7e7e;}
.tools-search::-webkit-input-placeholder {color:#7e7e7e;}
.tools-search::-moz-placeholder          {color:#7e7e7e;}/* Firefox 19+ */
.tools-search:-moz-placeholder           {color:#7e7e7e;}/* Firefox 18- */
.tools-search:-ms-input-placeholder      {color:#7e7e7e;}
.f-s-12 {
	font-size: 0.8571rem;
}
.f-s-13 {
	font-size: 0.9285rem;
}
.f-s-15 {
	font-size: 1.0714rem;
}
.f-s-16 {
	font-size: 1.1428rem;
}
.f-s-17 {
	font-size: 1.2142rem;
}
.f-s-18 {
	font-size: 1.2857rem;
}
.f-s-21 {
	font-size: 1.5rem;
}
.f-s-22 {
	font-size: 1.571rem;
}
.f-s-24 {
	font-size: 1.7142rem;
}
.f-s-28 {
	font-size: 2rem;
}
.f-s-41 {
	font-size: 2.928rem;
}
.f-s-40 {
	font-size: 2.857rem;
}
.f-s-46 {
	font-size: 3.2857rem;
}
.f-s-90 {
	font-size: 6.428rem;
}
.bold {
	font-weight:bold;
}
.ex-bold {
	font-weight: 800;
}
.light {
	font-weight: 300;
}
.circle {
	border-radius: 100% !important;

}
.lh-n {
	line-height: normal;
}
.green {
	color: #2E2E2E;
}
.green-bg {
	background-color: #2E2E2E;
}
.blue-bg {
	background-color: #4081d0;
}
.red-bg {
	background-color: #f94a4a;
}
.purple-bg {
	background-color: #d24af9;
}
.purple {
    color: #301c53;
}
.white {
	color: white !important;
}
.ratio-box {
	position: relative;
	height: 0;
	display: block;
	width: 100%;
}
.lazyload,
.lazyloading {
	opacity: 0;
}
.cart-color {
    color: #686868;
}
.bb {
    border-bottom: 1px solid #ececec;
}
.mb-50 {
    margin-bottom: 50px;
}
.lazyloaded {
	opacity: 1;
	  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.ratio-box img,
.ratio-box iframe,
.ratio-box video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.img-fluid-vertical {
	height: 100%;
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.top-nav-bg {
	background-color: #2E2E2E !important;
}
.top-nav { 
	min-height: 40px;
}
.top-nav-a {
	color: #BDBDBD;
    padding: 0.77em 1em;

}
.top-nav-a:hover,.top-nav .active, .top-nav-a:focus{
	color: #fff;
}
.top-nav-sep {
	color: #BDBDBD;
    padding: 0.6em 0;
}
.nes {
    display: inline-block;
}
.top-nav-a:first-child {
	padding-left: 0;
}
.logo-padding {
	height: 50px;
}
.tools-container {
	padding: 15px 0 28px 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: #F1F1F1 !important;
}
.tools-phone-email {
	color: #676767;
	margin-bottom: 13px;
}
.tools-phone, .tools-email {
	display: inline-block;
}
.tools-email {
	margin-left: 33px;
}
.btn {
	cursor: pointer;
	transition: none;
}
.dark2{
    color: #595959;
}
.btn-green {
    color: #fff;
    background-color: #2E2E2E;
    border-color: #2E2E2E;
}
.btn-green:hover {
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}

.btn-green:focus, .btn-green.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-green.disabled, .btn-green:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #2E2E2E;
  background-image: none;
  border-color: #2E2E2E;
}
.tools-search {
	border: 1px solid #D2D2D2;
    border-right: none;
    border-radius: 79px;
    color: #7e7e7e;
}
.tools-search {
    padding: 6px 20px;
}
.tools-search-btn {
	border-radius:0px 50px 50px 0px;
}
.cart-padding {
	padding-bottom:46px;
}
.tools-summ {
	height: 22px;
	width: 22px;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 0;
	text-align: center;
	line-height: 22px;
}
.close-btn {
	background: none;
	border: none;
	box-shadow: none;
}
.cart-container {
	height: 46px;
}
.logo-padding a{
	display: block;
}
main {
	padding: 27px 0 100px 0;
}
.footer {
    background: #f8f8f8;
    padding-top: 55px;
    border-top: 1px solid #e2e4e6;
    width: 100%;
    position: relative;
    color: #868686;
}
.subscribe-c {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}
.subscribe-inp {
	border-color: #dfdfdf;
	border-radius: 37px 0 0 37px;
	color: #7e7e7e;
	padding: 1.393rem .75rem;
}
.footer-logo {
	height: 50px;
}
.soc-footer {
	margin-right: 13px;
}
.soc-footer a {
	background: #838383;
	padding: 0;
	height: 27px;
	width: 27px;
	text-align: center;
	line-height: 27px;
}
.soc-footer a:hover {
	color: white;
	opacity: 0.8;
}
.footer-main {
    padding-bottom: 25px;
}
.footer-list {
	margin: 0;
	padding: 0;
}
.footer-list li {
	list-style: none;
}
.footer-list li a{
	padding: 0.4rem 0;
	display: block;
	color: #868686;
}
.footer-list li a:hover{
	text-decoration: none;
	color: #868686;
	opacity: 0.8;
}
.footer-bottom {
	background-color: #3c3c3c;
	color: #868686;
	padding: 1.1rem 0;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: pointer;
    background-color: #2E2E2E;
    font-weight: bold;
}
.catalog-menu-item {
	font-weight: 600;
	color: #4b4b4b;
	padding: 16px 18px
}
.catalog-menu-item:nth-child(2n){
    background: #f6f6f6;
}
.dropdown-item:focus,.dropdown-item:hover{
	color:#4b4b4b;
	text-decoration:none;
	background-color:#d6d6d6; 
}
.dropdown-menu {
    max-width: 100%;
    padding: 0;
    margin: -2px 0 0 0;
    border: 1px solid #dfdfdf;
    border-radius:0 0 .25rem .25rem;
    overflow: hidden;
	right: 0;
}
.control-catalog-menu {
	padding: 15px 18px;
}
.slider-item {
	background-color: #f6f6f6;
	padding: 65px 50px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	height: 100%;
}
.slider-item p {
	color: #636363;
	line-height: 27px;
}
.slider-item .price-sl {
	line-height: 80px;
}
.slider-main {
    min-height: 400px;
	opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
}
.marketing {
	margin-top: 24px;
}
.marketing-item {
	padding: 50px 26px;
	background-color: #f6f6f6;
	margin-bottom: 24px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.marketing-item a{
	color: #636363;
}
.marketing-item a:hover{
	color: #586a81;
	text-decoration: none;
}
.nav-tabs .nav-link {
    border: none;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #f6f6f6;
    color: #3c393a;
    font-size: 1.0714rem;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2E2E2E;
    border-color: transparent;
    font-weight: bold;
    font-size: 1.357rem;
}
.border-none {
    border: none;
}
.prod-price { color:#301c53;
border-top: 1px solid #ececec;
padding-top: 10px
}
.prod-img {
	padding: 5px;
	position: relative;
}
.prod-border {
	border:1px solid #ececec;
}
.stickers {
	position: absolute;
	left: 0;
	top: 10px;
}
.stickers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.stickers ul li {
	margin: 5px 0;
	padding: 5px 10px;
}
.bx-share-icon:last-child {
    margin-left: 0;
}
.bx-share-icon a, .bx-share-icon a:link, .bx-share-icon a:visited, .bx-share-icon a:active {
    color: #fff;
    padding-top: 0px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: block;
    height: 22px;
    line-height: 22px;
    width: 22px;
    border-radius: 0px;
}
.bx-share-social::after {
    content: '';
    display: block;
    clear: both;
}
.bx-share-social::before {
    content: '';
    display: block;
    clear: both;
}
.qtyminus, .qtyplus {
    height: 55px;
    width: 30px !important;
    text-align: center;
        font-weight: bold;
    color: #565656;
    font-size: 18px;
    border-radius: 0; 
    cursor: pointer;
}
.qty {
    height: 55px;
    width: 45px !important;
    text-align: center;
    font-weight: bold;
    color: #565656;
    font-size: 18px;
    border-radius: 0;    
}
.zakaz-btn {
    height: 55px;
}
#googleMap {
    height: 500px;
}
.form-control-new {
    background-color: #f6f6f6;
    border: none;
}
.bb-1 {
    border-bottom: 1px solid #d6d6d6;
}
.delete-btn {
    border: none;
    background: none;
    padding: 0px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.va-m {
    vertical-align: middle;
}
.d-ib {
    display: inline-block;
}
.custom-control-indicator {
    width: 1.1428rem;
    height: 1.1428rem;
}
.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #2E2E2E;
}
.custom-select {
    width: 100%;
}
.reqyred {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    border: none;
    background: transparent;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
     display: inherit; 
    text-align: left;
}
@media (max-width: 1199px) {  }
@media (max-width: 991px) { 
.f-s-28 {
	font-size: 1.8rem;
}
.f-s-46 {
	font-size: 3rem;
}
.f-s-90 {
	font-size: 5rem;
}
 }
@media (max-width: 767px) {
		.stickers ul li {
font-size: 12px;
}
.f-s-28 {
	font-size: 1.5rem;
}
.f-s-46 {
	font-size: 2.8rem;
}
.f-s-90 {
	font-size: 4rem;
}
}
 @media (min-width: 576px) {
 	#close-btn-id {display: none !important;}
 }
@media (max-width: 575px) {
    .nav-tabs .nav-link {
    font-size: 0.9rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 1rem;
}
	.stickers ul li {
font-size: 9px;
}
	.f-s-28 {
	font-size: 1.5rem;
}
.f-s-46 {
	font-size: 2rem;
}
.f-s-90 {
	font-size: 3rem;
}
	.visible-m {
	display: block !important;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.8);
	top: 0;
	left: 0;
	z-index: 1000;
	padding-top: 10%;
	}
	body.for-menu{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.top-nav-a {
		color: white;
		font-size: 20px;
	}
	.top-nav-a:first-child {
	padding-left: 1em;
	}
	.flex-column-m {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
	}
	.tools-email {
		margin-left: 0; 
	}
	.tools-container {
    padding: 20px 0 16px 0;
    border-bottom: 1px solid #e1e1e1;
}
.logo-padding img{
	margin: 0 auto;
	display: block;
}
.logo-padding {
	margin-bottom: 1rem;
}
 }
 .bx-share-icon a, .bx-share-icon a:link, .bx-share-icon a:visited, .bx-share-icon a:active {
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    }
    .bx-share-icon {
    float: right;
    display: block;
    margin-left: 4px;
    margin-bottom: 4px;
    height: 30px !important;
    width: 30px !important;
}
.black {
    color: black;
}
.i-10-bg{
    background-color: #f7f7f7;
    padding: 80px 0 150px;
}
.blue {
    color: #0070c9;
}
.img {
	 text-align: center;
}
.img-sec__cont {
    height: 240px;
    border-bottom: 0;
}
.img-sec__img-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

}
.txt-sec__cont {
    color: #838383;
    text-decoration: none !important;
    border-top: 0;
}
.bx_catalog_tile_img {
    text-decoration: none !important;
}
.txt-sec__cont h2{
    font-size: 1.4rem;
}
.txt-sec__cont p{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    max-height: 60px;
    overflow: hidden;
    
}


/*.with-background {
    background: url(images/bg_ny_tree.png) no-repeat, url(images/bg_ny_white.png) repeat-y, url(images/bg_ny.png), white;
    background-position: 239px top;
}*/
.logo-a a {
	font-size: 30px;
	color: black !important;
	text-decoration: none !important;
}
.bx-filter.bx-blue .bx-filter-section {
    background: #F1F1F1;
}
.top-nav {
    min-height: 36px;
}
.top-nav-a {
    padding: 5px 1em;
}
header {
    z-index: 9999;
}
.space-between {
	justify-content: space-between;
}
.tel a {
	color: #fff !important;
	font-weight: bold;
}
.under-head {
    background-color: #fff;
    border-bottom: 1px solid #e8e8ed;
    color: #242424;
    font-size: 14px;
    line-height: 20px;
    position: fixed;
	top:36px;
	width: 100%;
	z-index: 9999;
}
.logo {
	margin-right: 20px;
}
.logo a {
	color: black;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.logo a span {
	color: #f94a4a;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.align-items-center {
	align-items: center;
}

@media (min-width: 1200px){
	.container {
		width: 1320px;
	}
}
.menu-item {
	color: black;
	display: inline-flex;
	font-weight: bold;
	text-decoration: none !important;
	padding: 20px;
}
.cart-container {
	position: relative;
	display: block;
	height: auto;
}
.tools-summ {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 13px;
    margin-left: 0;
    top: -1px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    background-color: #f94a4a;
}
body {
    padding-top: 97px;
}
main {
    padding: 0px 0 100px 0;
}
.slider-item {
    background-color: #f6f6f6;
    padding: 65px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 467px;
}
.marketing-item {
    padding: 50px 26px;
    background-color: #fff;
    margin-bottom: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
	text-align: center;
}
.h21 {
	color: black;
	font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.sdss {
	color: #fff;
}
.f-s-21s{
	
		font-size: 21px;
		line-height: 1.2381;
		font-weight: 400;
		letter-spacing: .016em;
		font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
		margin-top: 4px;
		color: #000;
	
}
.sdsdsdsd {
	color: #fff;
}
.marketing a {
	text-decoration: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f94a4a;
    border-color: transparent;
    font-weight: normal;
	letter-spacing: 0;
    line-height: 24px;
    padding: 12px 24px;
	font-size: 16px;
}
.nav-tabs .nav-link {
    background-color: #f6f6f6;
    color: #000;
    font-size: 16px;
	letter-spacing: 0;
    line-height: 24px;
    padding: 12px 24px;
	border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.prod-border {
     border: none; 
}
.sample-section__title {
    font-size: 38px;
    line-height: 46px;
	margin-bottom: 25px;
	color: black;
}
.footer {
	background-color: #242424;
}
.footer-bottom {
    background-color: #242424;
    color: #868686;
    padding: 1.1rem 0;
}
.dfghj{
	border-top: 1px solid #505050;
	padding-top: 20px;

}
.logo-fut a {
	color: #fff;
}
.menuopen {
	display: none;
}
#mobilemenu {
	display: none;
	transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
}
#mobilemenu.open-m {
	opacity: 0;
	visibility: hidden;
}
.cart-div .tel {
	display: none !important;
}
.txt-sec__cont h2 {
    font-size: 15px;
	color:#000; 
}
.menumain {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.menumain li {
	padding-left: 0;
	list-style: none;
}
.submenu {
	display: none;
	position: absolute;
    padding-left: 0;
    width: 250px;
    background-color: #fff;
    z-index: 200;
    border: 1px solid #e8e8ed;
    box-shadow: #0000005e 0px 4px 9px;
}
.parent:hover .submenu {
	display: block;
}
.parent {
	position: relative;
}
.srts {
	padding: 5px;
    border: solid 1px #f5f5f5;
    border-radius: 5px;
    box-shadow: #00000029 1px 4px 6px;
}
.bx_catalog_tile_img {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
.img-sec__cont {
    height: 51px;
    border-bottom: 0;
    min-width: 74px;
    padding-right: 0 !important;
}
.txt-sec__cont span {
	white-space: nowrap;
    font-size: 15px;
    color: #000;
    display: block;
}
.col-auto {
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1016px){
	.cart-div .tel {
		display: flex !important;
	}
	.under-head {
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		z-index: 9999999999;
	}
	.menuopen {
		display: block;
	}
	.menuopena {
		margin-top: 4px;
	}
	.firstmenu a {
		display: block;
		color: #000;

	}
	.firstmenu {
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.firstmenu  a {
		padding: 15px 10px;
		border-bottom: 1px solid #f94a4a;
	} 
	#mobilemenu.open-m {
		display: block;
	}
	#mobilemenu.open-m {
		width: 100%;
		top: 52px;
		opacity: 1;
		visibility: visible;
		background: #fff;
		z-index: 999999;
		overflow: hidden;
		overflow-y: auto;
		transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
		position: fixed;
		bottom: 0;
	}
	body {
		padding-top: 52px;
	}
	header {
		display: none;
	}
	.menumain {
		display: none;
	}
	.under-head {
		padding: 10px 0;
	}
	.cart-div {
		display: flex;
		align-items: center;
	}
	.tel a {
		color: #000 !important;
		margin-right: 15px;
	}
	.logo {
		display: flex;
		align-items: center;
	}
	.menuopen {
		margin-right: 20px;
	}
	.menuopena {
		display: inline-flex;
	}
	.dfghj .row {
		margin-right: 0;
		margin-left: 0;
	}
	.img-sec__cont {
    height: 45px;
    border-bottom: 0;
    min-width: 45px;
    padding-right: 0 !important;
}
.txt-sec__cont span {
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    display: block;
}
.bx_catalog_tile_img {
	justify-content: space-between;
}
.col-auto {
    padding-right: 7px;
    padding-left: 7px;
}

}
.with-background {
	min-height: 90vh;
}
.prod-inner a{
	color: #000;
}
@media (max-width: 600px){
	.logo a {
		color: black;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}
	}