body {
	color: #000;
}
body.is-home {
	background: #000;
	color: #fff;
}

button:active, button:focus, input:active, input:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.page-header {
	background: #000;
}
label.error {
	display: none!important;
}
input.error {
	border-color: #f00;
}
.page {
	padding-top: 100px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	text-decoration: underline;
}
.search {
	position: relative;
	width: 250px;
	display: inline-block;
}
.search-input {
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	width: 100%;
	padding-left: 25px;
}
.search-btn {
	padding: 0;
	position: absolute;
	left: 0;
	background: transparent;
	border: none;
}
.login-link {
	margin-left: 40px;
}
.section-title, .section-title:hover {
	display: block;
	font-family: Raleway;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}
.section-title:after {
	content: '';
	display: block;
	height: 2px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(-180deg);
}
.right-col .section-title:after{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.section-text {
	font-size: 18px;
	font-weight: 400;
}
.section-text p {
	margin-bottom: 20px;
}
.section-more {
	text-decoration: none;
	font-style: italic;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.section-more:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}
.section-gallery {
	display: block;
}
.section-gallery__item {
	cursor: pointer;
    display: flex!important;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    height: 500px;
}
.section-gallery__item img {
	max-height: 500px;
	max-width: 100%;
}
.slick-dots {
	text-align: left;
	position: initial;
    //bottom: -55px;
    margin-top: 30px;
}
.left-col .slick-dots {
	text-align: right;
}
.slick-dots li {
	width: 100%;
    height: 20px;
    max-width: 39px;
}
.slick-dots li button {
	padding: 0;
	margin: 5px;
	width: 100%;
    height: 20px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    
    content: '';
    background: url(../img/dots.svg) center no-repeat;
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.section h3 {
	font-family: Raleway;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
	margin: 50px 0;
}
.product {
	margin-bottom: 20%;
}
.product-title, .product-title:hover {
	display: block;
	height: 45px;
	margin-bottom: 10px;
	color: #fff;
}
.catalog-section .product-title, .catalog-section .product-title:hover{
	color: #000;

}
.product-img {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img {
	height: 175px;
}
.product-img img {
	max-height: 175px;
}
.category-video {
	width: 100%;
}
.category-text {
	max-width: 670px;
}
.category-products {
	margin-top: 70px;
}
.category-products>div {
	display: flex;
    align-items: flex-end;
}
.category-product__img {
	/*background: #fff;*/
	height: 150px;
	background: #fff;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.category-product__img img {
	max-height: 150px;
}
#success-form {
	display: none;
}
.category-product__title {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	height: 43px;
	color: #fff;
}
.logo-text {
	margin-top: 20px;
	font-size: 24px;
	line-height: 25px;
	font-style: italic;
}
.footer {
	margin-top: 50px;
	border-top: 1px solid #fff;
	padding-top: 70px;
	position: relative;
	background: #000;
	color: #fff;
}
.footer-title {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer .search {
	width: 435px;
	max-width: 100%;
}
.footer-right__text {
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}
.copyright {
	margin-top: 35px;
	margin-bottom: 20px;
}
.footer-social {
	margin-top: 40px;
}
.footer-social ul {
	list-style: none;
}
.footer-social ul li {
	display: inline-block;
}
.to-top {
	position: absolute;
    width: 100%;
    top: -34px;
    text-align: center;
}
.to-top a {
	background: #000;
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    padding: 0 20px;
    height: 35px;
    border-bottom: transparent;
}
.to-top a img {
	margin-top: 15px;
}
#bx-panel {
    top: 0;
    z-index: 999!important;
}
.video-home {
	position: absolute;
}
.fixed-top {
    z-index: 995;
}
.product-card__header-text {
	font-family: Raleway;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
	margin: 50px 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
.breadcrumb a {
	color: #000;
}
.product-item-detail-buy-button {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.product-title-h {
	font-family: Raleway;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
	margin: 50px 0;
}
.price-title {
	font-size: 14px;
}
.product-item-detail-price-current {
	margin-left: 20px;
	display: inline-block;
	font-size: 38px;
	font-weight: normal;
	color: #000;
}
.product-slider .slick-dots {
	height: 50px;
	position: absolute;
	text-align: right;
    top: -35px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin-top: 0;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    
    content: '';
    background: url(../img/dots.svg) center no-repeat;
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.property-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.review-type__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;

}
.review-type__img {
	margin: 30px 0 50px;
}
.review-type__text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
fieldset.form-group {
  position: relative;
}

.label-text {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    cursor: text;
    color: #000;
    font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 9px;
	text-transform: uppercase;
    top: -.3rem;
    
}
.label-text span {
	display: inline-block;
	padding: 0 5px;
	background: white;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 20px;
  height: calc(1.5em + .75rem + 6px);
}
*:focus {
    outline: none;
}
.form {
  margin-top: 50px;
}
.file-group {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.form-file {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Raleway;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	min-width: 207px;
	float: right;
	height: 42px;
}
.form-file div {
	width: 100%;
}
.label-file {
	font-family: Roboto;
	font-weight: 500;
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
}
.form-file input {
	display: none;
}
.gray-btn {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Raleway;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	min-width: 207px;
	border: none;
	height: 42px;
}
.agreement {
	margin-top: 18px;
}
.agreement, .agreement a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	color: #000;
}
.agreement a {
	text-decoration: underline;
}
.reg-agreement {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
}
.news-detail {
	font-size: 18px;
}
.bottom-news {
	text-decoration: underline;
}
.pioneer-bottom {
	font-style: italic;
	font-weight: bold;
}
.pioneer-bottom .red {
	color: #8A1D42;
}
.recipe-products-title {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #000000;
	margin: 50px 0;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}
.fancy-modal .section-title {
	color: #000;
}
.order-sm-2, .order-sm-3 {
	-ms-flex-order: inherit!important;
    order: inherit!important;
}
.img-360-view {
	color: #fff;
}
.modal-backdrop {
    display: none;
}
.main-props {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.btn-primary {
	    background: rgba(0, 0, 0, 0.5);
}
.btn-primary {
	border: none!important;
	box-shadow: none!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #88033B!important;
	box-shadow: none;
	border: none;
}
.main-props li b {
	font-size: 24px;

}
.btn.product-item-detail-buy-button {
	margin: 0;
}
.product-page-item-img {
  margin: 0 auto;
  max-height: 100%;
  height: 350px;
}

.slick-dots li.view-360 button:before {
	background: transparent;
	content: '3D';
	font-size: 10px;
}
@media (min-width: 1200px) {
  .product-page-item-img {
    height: 500px;
    width: 750px;
  }
  .left-col {
  	padding-top: 3rem;
  	padding-right: 3rem;
  }
  .right-col {
  	padding-top: 3rem;
  	padding-left: 3rem;
  }
}
@media (max-width: 991px) {
	.bx-catalog-element .slick-dotted.slick-slider {
		margin-bottom: 70px;
	}
  .product-page-item-img {
    height: 300px;
    width: 500px;
  }
  .product-page-item-img{
    height: 250px;
  }
  .section.first {
  	padding-top: 0!important;
  }
  .left-col .slick-dots {
  	text-align: center;
  }
  .right-col .slick-dots {
  	text-align: center;
  }
  .arrow-down {
  	display: none;
  }
  .product-slider .slick-dots {
	    height: 50px;
	    position: absolute;
	    text-align: center;
	    top: auto;
	    bottom: -55px;
	    -webkit-filter: invert(100%);
	    filter: invert(100%);
	    margin-top: 0;
	}
	.main-props {
		display: none;
	}
	h1 {
		font-size: 1.5rem;
	}
	.catalog-section-list-tile-img-container {
		display: none;
	}
	.catalog-section-list-item {
		margin-bottom: 10px;
	}
	.catalog-section-list-item-title {
		text-align: left;
	}
}
@media (max-width: 500px) {
	  .product-page-item-img {
	    height: 300px;
	    width: 400px;
	  }
	  .product-page-item-img{
	    height: 200px;
	  }
	  .to-top a {
	  	display: none;
	  }
}
@media (max-width: 400px) {
  .product-page-item-img {
    height: 200px;
    width: 300px;
  }
  .product-page-item-img{
    height: 180px;
  }
}
@media (min-width: 992px) {
	.text-a-right {
		text-align: right;
	}
}
@media (max-width: 992px) {
	.icons-header img {
		min-width: 30px;
		margin-right: 10px;
	}
	.category-products>div {
		align-items: flex-start;
	}
	.section-gallery__item {
		height: 200px;
	}
	.section-gallery__item img {
	    max-height: 200px;
	}
	.section-title, .section-title:hover {
	    font-size: 22px;
	}
	.slick-dots {
		position: initial;
		margin-top: 30px;
	}
	.order-sm-2 {
		order: 2!important;
	}
	.hidden-xs {
		display: none!important;
	}
	#fullpage {
	    padding-top: 87px;
	}
	.section-text {
		margin-bottom: 30px;
	}
	.product-title {
		font-size: 12px;
	}
	.video-home {
		position: initial;
	}
	.footer .search {
		width: 100%;
	}
	.footer-title {
		margin: 20px 0;
	}
	.product-title-h {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.property-list {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	    list-style: none;
	    padding: 0;
	    margin: 0 0 50px;
	}
	iframe, img {
		max-width: 100%;
	}
	.recipe-products-title {
	    font-family: Raleway;
	    font-style: normal;
	    font-weight: 600;
	    font-size: 20px;
	    line-height: 29px;
	}
	.basket-item-block-image {
	    text-align: center;
	}
	.order-sm-3 {
		order: 3!important;
	}
	.reg-agreement {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.hover-white .col-md-6 {
		transition: background 0.8s ease;
	}
	.hover-white .col-md-6:hover {
		background: #fff;
		color: #000;
	}
	.hover-white .col-md-6:hover .section-more {
		border-bottom: 1px solid #000;
	}
	.hover-white .col-md-6:hover .section-more, .hover-white .col-md-6:hover .section-title {
		color: #000;
	}
	.hover-white .col-md-6:hover .section-title:after {
	    content: '';
	    display: block;
	    height: 2px;
	    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	    transform: rotate(-180deg);
	}
	.hover-white .col-md-6:hover .slick-dots {
		-webkit-filter: invert(100%);
	    filter: invert(100%);
	}
	.section-gallery {
		max-width: 670px;
	}
	.left-col {
		display: flex;
	    justify-content: flex-end;
	}
	.right-col.is-text {
		display: flex;

	}
	.section-wrap {
		width: 670px;
		max-width: 100%;
	}
}
.sp-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sp-container .row {
	display: flex;
    align-items: center;
}
.row > div {
	padding-left: 15px;
	padding-right: 15px;
}
.sp-container h1 {
	margin: 20px 0;
	font-size: 20px;
}
.sp-image img {
	margin: 10px 0;
}
.bx_catalog-compare-list.left {
	display: none!important;
}

.bx-theme-blue .catalog-compare-filter, .bx-blue.catalog-compare .catalog-compare-filter {
	border: none!important;
	background: transparent!important;
}
.paysystems {
	display:none}
