@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1.5;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none !important;
	color: #7d6491;line-height: 1.5;
}


a:hover {
	color: #5f146f;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.btn {
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	background: #299400;
	font-size: 18px;
	height: 54px;
	padding: 0 30px;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
@media (max-width: 650px) {
	.btn {
		height: 44px;
		padding: 0 20px;
		font-size: 14px;
	}
}
.btn:hover {
	background: #6f488f;
	color: #fff;
}
.btn_border {
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	color: #000;
}
.btn_border:hover {
	background: rgba(0,0,0,0.1);
}
.title {
	font-weight: bold;
	line-height: 1.3;
	color: #7d6491;
}
.title_middle {
	text-align: center;
}
.title_h2 {
	font-size: 34px;
	margin: 0 0 30px;
}
@media (max-width: 650px) {
	.title_h2 {
		font-size: 28px;
		margin: 0 0 25px;
	}
}
.title_h3 {
	font-size: 28px;
	margin: 0 0 30px;
}
@media (max-width: 650px) {
	.title_h3 {
		font-size: 24px;
		margin: 0 0 20px;
	}
}
.title_h4 {
	font-size: 22px;
	margin: 0 0 20px;
}
@media (max-width: 650px) {
	.title_h4 {
		font-size: 19px;
		margin: 0 0 15px;
	}
}
.title_nomargin {
	margin: 0 0 10px;
}
html,
body {
	height: 100%;
}
body {
		font-family: 'Montserrat', sans-serif;}
	color: #010101;
	line-height: 1.5;
font-size: .8125rem;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.row {

}
.row--dis{
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.content {
	margin: 0 0 auto;
}
.slider-b {
	margin: 0 0 30px;
}
.slider-b .slick-dots {
	position: absolute;
	bottom: 30px;
	padding: 0;
}
@media (max-width: 650px) {
	.slider-b .slick-dots {
		position: initial;
		padding: 10px 0 0;
	}
}
.slider-b img {
	width: 100%;
	height: auto;
	display: block;
}
.fiches-b {
	padding-top: 30px;
}
.fiches-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fiches-b__item {
	position: relative;
	width: 25%;
	padding-left: 58px;
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.4;
    cursor: pointer;
}
@media (max-width: 650px) {
	.fiches-b__item {
		width: 42%;
		padding-left: 40px;
		font-size: 14px;
	}
	.fiches-b__item:nth-child(2n + 1) {
		width: 54%;
	}
}
.fiches-b__icon {
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}
.fiches-b__grid .fiches-b__text {
	margin-left: 10px;
}
.fiches-b__icon img
{
	height: 50px
}
@media (max-width: 650px) {
	.fiches-b__icon img {
		height: 34px;
	}
	.fiches-b__grid .fiches-b__text {
		margin-left: 0px;
	}
}
.fiches-b__icon .fas {
	color: #7d6491;
	font-size: 40px;
}
@media (max-width: 650px) {
	.fiches-b__icon .fas {
		font-size: 28px;
	}
}
@media (max-width: 650px) {
	.fiches-b__text br {
		display: none;
	}
}
.grid-b {
	margin: 0 0 100px;
	overflow: hidden;
}
.grid-b__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 0 0;
}
.grid-b__item {
	width: calc(33.3% - 10px);
	margin: 0 0 20px;
	padding: 0 20px 0 0;
}
@media (max-width: 650px) {
	.grid-b__item {
		width: 100%;
	}
}
.grid-b__block {
	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;
	color: #111;
	padding: 30px;
	border-radius: 5px;
	width: 100%;
	min-height: 380px;
	position: relative;
	overflow: hidden;
}
.grid-b__block:after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	z-index: 2;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.grid-b__block:hover:after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
@media (max-width: 650px) {
	.grid-b__block {
		padding: 10px;
		min-height: 280px;
	}
}
.grid-b__title {
	font-weight: bold;
	font-size: 23px;
	position: relative;
	z-index: 3;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.grid-b__pic {
	position: absolute;
	border-radius: 5px;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.grid-b__block:hover .grid-b__pic {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.grid-b__item_double .grid-b__block {
	margin: 0 0 20px;
	min-height: 180px;
}
@media (max-width: 650px) {
	.grid-b__item_double .grid-b__block {
		min-height: 280px;
	}
}
.grid-b__item_double .grid-b__block:last-child {
	margin-bottom: 0;
}
.string-b {
	margin: 0 0 80px;
}
@media (max-width: 650px) {
	.string-b {
		margin: 0 0 40px;
	}
}
.string-b .btn {
	height: 44px;
	font-size: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
@media (max-width: 650px) {
	.string-b .btn {
		height: 38px;
		font-size: 14px;
	}
}
.string-b .slick-slide {
	outline: none;
}
.string-b__list {
	padding: 0 50px 80px;
	border-bottom: 1px solid #ddd;
}
@media (max-width: 650px) {
	.string-b__list {
		padding: 0 0 40px;
	}
}
.string-b__item {
	outline: none;
	padding: 0 5px;
}
@media (max-width: 650px) {
	.string-b__item {
		padding: 0;
	}
}
.string-b__block {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 20px;
}
.string-b__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	pointer-events: none;
	z-index: 3;
	position: absolute;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: scale(0);
	transform: scale(0);
	top: -10px;
	right: -5px;
	font-size: 20px;
}
@media (max-width: 650px) {
	.string-b__actions {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		pointer-events: initial;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
	}
}
.string-b__actions a:hover {
	opacity: 0.8;
}
.string-b__compare {
	margin: 0 8px 0 0;
}
.string-b__favorite {
	margin: 0 0 0 8px;
}
.string-b__photo {
	margin: 0 0 20px;
	position: relative;
	min-height: 240px;
}
.string-b__photo img {
	width: 100%;
	height: auto;
	max-height: 240px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
.string-b__photo a:hover img {
	opacity: 0.8;
}
.string-b__item:hover .string-b__actions {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	pointer-events: initial;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.string-b__title {
	text-align: center;
	font-size: 17px;
	margin: 0 0 12px;
	line-height: 1.3;
	min-height: 43px;
}
.string-b__title a {
	color: #131313;
}
.string-b__title a:hover {
	opacity: 0.8;
}
.string-b__price {
	text-align: center;
	font-weight: bold;
	margin: 0 0 6px;
	font-size: 16px;
}
.string-b__button {
	text-align: center;
}
.new-b {
	margin: 0 0 100px;
}
.new-b .btn {
	height: 44px;
	font-size: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.new-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.new-b__item {
	width: calc(50% - 10px);
	margin: 0 0 20px;display:flex;
}
@media (max-width: 650px) {
	.new-b__item {
		width: 100%;
	}
}
.new-b__item_cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.new-b__item .string-b__item {
	width: calc(50% - 5px);
	padding: 0;
}
@media (max-width: 650px) {
	.new-b__item .string-b__item {
		width: 100%;
	}
	.new-b__item .string-b__item:last-child {
		display: none;
	}
}
.new-b__banner {
	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;
	color: #fff;
	border-radius: 5px;
	width: 100%;
}
.new-b__banner a{
	width: 100%;
	background-size: 100% auto;
	border-radius: 5px;
}
@media (max-width: 650px) {
	.new-b__banner {
		min-height: 280px;
	}
}
.new-b__all {
	text-align: center;
}
.news-b {
	margin: 0 0 80px;
}
@media (max-width: 650px) {
	.news-b {
		margin: 0 0 20px;
	}
}
.news-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 950px) {
	.news-b__grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.news-b__column {
	width: calc(50% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 950px) {
	.news-b__column {
		width: 100%;
		margin: 0 0 60px;
		display: block;
	}
}
.news-b__column a:hover {
	opacity: 0.7;
}
.news-b__photo {
	width: 264px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
}
@media (max-width: 950px) {
	.news-b__photo {
		width: 100%;
		margin: 0 0 20px;
	}
}
.news-b__photo a {
	display: block;
}
.news-b__photo img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
@media (max-width: 650px) {
	.news-b__photo img {
		height: 180px;
	}
}
.news-b__about {
	width: calc(100% - 294px);
}
@media (max-width: 950px) {
	.news-b__about {
		width: 100%;
	}
}
.news-b__date {
	color: #666;
	margin: 0 0 2px;
	font-size: 13px;
}
.news-b__title {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 1.3;
}
.news-b__text {
	font-size: 13px;
}
.subscribe-b {
	margin: 0 0 80px;
}
.subscribe-b__form {
	border-radius: 5px;
	background: rgba(0,0,0,0.04);
	padding: 40px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 650px) {
	.subscribe-b__form {
		padding: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.subscribe-b__text {
	padding: 0 40px 0 0;
	width: 42%;
}
@media (max-width: 650px) {
	.subscribe-b__text {
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
		text-align: center;
	}
}
.subscribe-b__value {
	padding: 0 40px 0 0;
	width: 38%;
}
@media (max-width: 650px) {
	.subscribe-b__value {
		width: 48%;
		padding: 0;
	}
}
.subscribe-b__input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	background: none;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 14px 7px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	font-style: italic;
	color: #000;
}
.subscribe-b__result{
	text-align: center;
	width: 100%;
	display: none;
}
.subscribe-b__form--ok .subscribe-b__result{
	display: block;
}
.subscribe-b__form--ok .subscribe-b__block{
	display: none;
}
@media (max-width: 650px) {
	.subscribe-b__input {
		padding: 0 0 7px;
	}
}
.subscribe-b__input::-webkit-input-placeholder {
	color: #666;
}
.subscribe-b__input:-ms-input-placeholder {
	color: #666;
}
.subscribe-b__input::placeholder {
	color: #666;
}
.subscribe-b__button {
	width: 20%;
}
@media (max-width: 650px) {
	.subscribe-b__button {
		width: 48%;
	}
}
.subscribe-b__title {
	margin: 0 0 6px;
	font-size: 20px;
}
.subscribe-b__note {
	color: #666;
}
.about-b {
	margin: 0 0 80px;
}
.about-b__text p {
	margin: 0 0 20px;
}

/* Arrows */

.slick-arrow.slick-prev {
	top: -28px;
}

.slick-arrow.slick-next {
	top: calc(100% + 20px);
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	content: ' ';
    height: 25px;
    width: 70px;
    position: absolute !important;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
}

.slick-prev
{
	left: -25px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L5 1L1 5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
[dir='rtl'] .slick-prev:before
{
	content: '←';
}

.slick-next
{
	right: -25px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
[dir='rtl'] .slick-next:before
{
	content: '→';
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}


.slick-dots {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position: initial;
	padding:25px 0 0
}
.slick-dots li {
	width: initial;
	height: initial;
	padding: 0;
	margin: 0 5px
}
.slick-dots li button {
	width: 10px;
	display: block;
	height: 10px;
	padding: 0;
	margin: 0;
	border-radius: 100%;
	background: rgba(0,0,0,0.1);
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li button:hover {
	background: rgba(0,0,0,0.3);
}
.slick-dots li.slick-active button {
	background: rgba(0,0,0,0.8);
}


.slick-arrow {
    width: 70px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    z-index: 99;
    left: 8px !important;
}

.slick-arrow:hover {
	background: #EEEEEE !important;
}

.slick-arrow:before {
	opacity:1;
	color: #666666;
	font-weight:bold;
	position:relative;
	top:-2px
}

.slick-arrow:hover {
	background: rgba(0,0,0,0.15) !important;
	-webkit-transition: .15s linear;
	transition:.15s linear
}

/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

body .slick-slider .slick-track,
body .slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: auto;
	max-width: 92px;
}

@media (max-width: 650px) {
	body .slick-slider .slick-track, body .slick-slider .slick-list {
		max-width: none;
	}

	body .card-b__gallery .thumbnails a.preload.active::before,
	body .card-b__gallery .thumbnails a.preload:hover::before {
		border: 0;
	}
}

.js--thumbs-slider {
	margin-top: 40px;
}

.card-b__gallery .thumbnails a {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #fff;
    border-radius: 3px;
    position: relative;
    vertical-align: middle;
    display: flex !important;
}
@media (min-width: 650px) {
	.card-b__gallery .thumbnails a {
		height: 125px;
	}
}
.card-b__gallery .thumbnails a.preload.active {
	/*border: 2px solid #7d6491;*/
}
.card-b__gallery .thumbnails a.preload::before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    -webkit-transition: border .15s;
    transition: border .15s;
    pointer-events: none;
    z-index: 1;
}
.card-b__gallery .thumbnails a.preload.active::before {
	border: 2px solid #7d6491;
}

.card-b__gallery .thumbnails a.preload:hover::before {
    border: 2px solid #5f146f;
}


.card-b__gallery .thumbnails li .slick-slide {
	width: 92px;
}

.card-b__gallery {
	display: flex;
    width: 45%;
    flex-direction: row-reverse;
}

.card-b__gallery .easyzoom a img {
	object-fit: contain;
    max-height: 630px;
	height: auto;
	cursor: pointer;
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.footer-main {
	background: rgba(0,0,0,0.04);
	padding: 40px 0 20px;
}
@media (max-width: 650px) {
	.footer-main {
		padding: 30px 0;
	}
}
.footer__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__column {
	width: 25%;
}
@media (max-width: 650px) {
	.footer__column {
		display: none;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 650px) {
	.footer__column_contacts {
		display: block;
	}
}
.footer__item {
	margin: 0 0 9px;
}
.footer__phone {
	font-weight: 600;
	font-size: 16px;
	margin: 10px 0 5px;
}
.footer__phone a {
	color: #010101;
}
.footer__phone a:hover {
	opacity: 0.8;
}
.footer__email {
	font-size: 15px;
}
.footer__email a {
	color: #010101;
}
.footer__email a:hover {
	opacity: 0.8;
}
.footer-copy {
	text-align: center;
	color: #666;
	padding: 15px 0;
}
@media (max-width: 650px) {
	.footer-copy {
		font-size: 13px;
		padding: 10px 0;
	}
}
.header-top {
	background: #f3f3f3;
	color: #5f146f;
}
.header-top__grid {
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-top__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 950px) {
	.header-top__menu {
		display: none;
	}
}
.header-top__item {
	margin: 0 20px 0 0;
}
.header-top__item:last-child {
	margin-right: 0;
}
.header-top__links {
	color: #5f146f;
}
.header-top__links:hover {
	color: #5f146f;
	opacity: 0.8;
}
.header-top__links_border {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-top__links_border:hover {
	opacity: 1;
	border-color: rgba(255,255,255,0.7);
}
@media (max-width: 650px) {
	.header-top__callback {
		display: none;
	}
}
.header-top__burger {
	display: none;
	font-size: 16px;
}
.header-top__burger > div {
	margin: 4px 7px 0 0;
}
@media (max-width: 950px) {
	.header-top__burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.header-top__burger i {
	background: #7d6491;
	width: 24px;
	display: block;
	margin: 0 0 5px auto;
	height: 2px;
	-webkit-transition: width 0.1s linear;
	transition: width 0.1s linear;
}
.header-top__burger i:first-child {
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header-top__burger i:nth-child(2) {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.header-top__burger i:nth-child(3) {
	position: relative;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header-top__burger_active i:first-child {
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header-top__burger_active i:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.header-top__burger_active i:nth-child(3) {
	top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear;
	transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header-main__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 8px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 650px) {
	.header-main__grid {
		padding: 10px 0 8px;
	}
}
@media (max-width: 650px) {
	.header-main__logo img {
		max-width: 120px;
		height: auto;
	}
}
@media (max-width: 950px) {
	.header-main__contacts {
		display: none;
	}
}
.header-main__phone {
	font-weight: bold;
	font-size: 18px;
}
.header-main__phone a {
	color: #333;
}
.header-main__date {
	color: #666;
}
.header-main__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 950px) {
	.header-main__search {
		display: none;
	}
}
.header-main__city div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
}
.header-main__city div a i {
	margin: 0 6px 0 0;
}
.header-main__city div a span {
	border-bottom: 1px dashed rgba(103,52,152,0.3);
}
.header-main__city div a:hover span {
	border-color: rgba(0,176,61,0.7);
}
@media (max-width: 950px) {
	.header-main__city {
		display: none;
	}
}
.header-main__input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #7d6491;
	background: none;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 14px 7px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	font-style: italic;
	color: #000;
	margin: 0px;
}
@media (max-width: 650px) {
	.header-main__input {
		padding: 0 0 7px;
	}
}
.header-main__input::-webkit-input-placeholder {
	color: #666;
}
.header-main__input:-ms-input-placeholder {
	color: #666;
}
.header-main__input::placeholder {
	color: #666;
}
.header-main__submit {
	margin: 0 0 0 5px;
	font-size: 24px;
	border: 0;
	cursor: pointer;
	opacity: 0.3;
	outline: none;
	background: none;
}
.header-main__submit:hover {
	opacity: 0.8;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.header-main__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-main__element {
	margin: 0 0 -10px 25px;
}
@media (max-width: 650px) {
	.header-main__element {
		margin-left: 20px;
	}
}
.header-main__element:first-child {
	margin-left: 0;
}
.header-main__element a {
	position: relative;
	display: block;
}
.header-main__element a i {
	font-size: 28px;
}
@media (max-width: 650px) {
	.header-main__element a i {
		font-size: 22px;
	}

	.card-b__button-basket {
		width: 100% !important;
	}

	.card-b__actions {
		display: flex;
	}

}

@media (max-width: 350px) {

	body .card-b__button-basket {
		width: 100% !important;
	}
}
.header-main__count {
	width: 16px;
	height: 16px;
	background: #ff6f87;
	border-radius: 100%;
	position: absolute;
	top: -8px;
	right: -8px;
	color: #fff;
	font-size: 12px;
	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;
	z-index: 3;
}
.header-main__menu {
	background: #7d6491;
}
@media (max-width: 950px) {
	.header-main__menu {
		display: none;
	}
}
.header-main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header-main__item {
	font-size: 13px;
}
.header-main__links {
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	color: #fff;
}
.header-main__links:hover {
	background: #8250b3;
	color: #fff;
}
.header-main__links_active {
	background: #5f146f !important;
}
.header-main__links svg {
	margin: 0 0 0 8px;
}
.header-main__drop {
	background: #fff;
	width: 100%;
	left: 0;
	min-height: 264px;
	top: 48px;
	z-index: 9;
	right: 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.21);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
}
.header-main__drop_show {
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: initial;
	opacity: 1;
	z-index: 1111;
}
.header-main__tag {
	margin: 0 7px 10px 0;
	border-radius: 3px;
	border: solid 1px #d3d3d3;
	font-size: 14px;
	color: #323131;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}
.header-main__tag:hover {
	border-color: #7d6491;
	color: #7d6491;
}
.header-main__category {
	width: 32%;
	padding: 6px 13px 6px 0px;
	color: #323131;
	font-size: 13px;
	line-height: 21px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 -4px 0 0;
	position: relative;
	z-index: 2;
}
.header-main__category span {
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.header-main__category:hover {
	color: #5f146f;
}
.header-main__category:hover span {
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.header-main__column_category {
	width: calc(62% - 148px);
	position: relative;
	padding: 22px 22px 25px 32px;
}
@media (max-width: 1025px) {
	.header-main__column_category {
		width: 61%;
		padding: 22px 20px 25px 18px;
	}
}
.header-main__column_category:after {
	right: 0;
	top: 24px;
	height: calc(100% - 66px);
	background: #ddd;
	opacity: 0.5;
	position: absolute;
	content: '';
	width: 1px;
}
.header-main__column_tags {
	width: calc(38% - 148px);
	padding: 24px 26px 24px 30px;
}
@media (max-width: 1025px) {
	.header-main__column_tags {
		width: 39%;
		padding: 24px 20px 24px 18px;
	}
}
.header-main__column_banner {
	min-width: 296px;
	width: 296px;
	margin: 0 -1px 0 0;
}
.header-main__banner {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: 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;
	color: #fff !important;
	padding: 20px 26px;
	width: 100%;
}
.header-main__banner:hover {
	opacity: 0.8;
}
.header-main__banner--title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.header-main__banner--link {
	font-size: 14px;
}
.shadow-b {
	z-index: 998;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 38px;
	right: 0;
	display: none;
	position: fixed;
}
.drop-b {
	background: #f1f1f1;
	box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	padding: 20px 0 25px;
}
.drop-b__search {
	margin: 0 15px 20px;
}
.drop-b__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.drop-b__contacts {
	margin: 0 15px 20px;
}
.drop-b__menu {
	margin: 0 0 20px;
}
.drop-b__item {
	border-bottom: 1px solid #ddd;
}
.drop-b__item:last-child {
	border-bottom: 0;
}
.drop-b__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.drop-b__element {
	margin: 0 15px 10px 0;
}
.drop-b__element a {
	color: #333;
}
.drop-b__links {
	background: #fff;
	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;
	padding: 11px 15px;
	font-size: 16px;
	font-weight: bold;
}
.drop-b__links .fas {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.drop-b__links_active .fas {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.drop-b__toggle {
	background: #7d6491;
	display: none;
}
.drop-b__toggle--item {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.drop-b__toggle--item:last-child {
	border: 0;
}
.drop-b__toggle a {
	color: #fff;
	display: block;
	padding: 10px 15px 10px 30px;
}
.subscribe-b__input:focus {
	background-color: unset;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
span.header-main__count:empty {
	width: 0px;
	height: 0px;
}
.text--decription--section--seo{
	margin-top: 52px;
}
.header-main__input--mobile:focus
{
	background-color: #f1f1f1;
	border-bottom: 1px solid #7d6491;
}
.i--svg--icons svg {
	height: 26px;
}
.product-grid .item.hover-elements .add2cart{
	margin-right: 0 !important;
}
.new-b__banner .img--banner{
max-height: 430px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 650px) {
	.gallery-wbuttons {
		position:relative;
	}
}
.gallery-wbuttons .gal-lbutton {
    content: ' ';
    top: 35%;
    position: absolute;
    left: 0px;
    cursor: pointer;
    width: 48px;
    height: 140px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 13L1 7L7 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") rgba(103, 52, 152, 0.3) no-repeat 50% !important;
    z-index: 99;
    border-radius: 0 28px 28px 0;
}
.gallery-wbuttons .gal-rbutton {
    content: ' ';
    background-repeat: no-repeat;
    top: 35%;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 140px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") rgba(103, 52, 152, 0.3) no-repeat 50% !important;
    z-index: 20;
    border-radius: 28px 0 0 28px;
}
.gallery-wbuttons .gal-rbutton:hover {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") rgba(103, 52, 152, 0.5) no-repeat 50% !important;
}
.gallery-wbuttons .gal-lbutton:hover {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 13L1 7L7 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") rgba(103, 52, 152, 0.5) no-repeat 50% !important;
}
@media (max-width: 648px) {
	.gallery-wbuttons {
		display:none;
	}

	.card-b__gallery .thumbnails {
		/*display: none !important;*/
	}

	.gal-rbutton, .gal-lbutton {
	    display: none;
	}

	.slick-slider .slick-track, .slick-slider .slick-list {
	    max-width: 100%;
	    width: 100%;
	}

	.card-b__gallery .thumbnails li .slick-slide {
		max-width: 100%;
		display: flex;
    	justify-content: center;
	}
}

.card-b__zoom a {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    font-size: 0;
    height: 0;
}

.scroll-up-down {
	z-index: 99999 !important;
}

.card-b__button[data-entity="compare-checkbox"] {
	display: none;
}

.easyzoom-flyout {
	opacity: 0;
	display: none !important;
}

.card-b__delivery-city {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 20px;
  color: #010101;
  margin: 0 0 12px;
}

.card-b__delivery-city a {
  color: #7d6491;
}

.card-b__delivery-city a span {
  margin-right: 0px;
  border-bottom: 1px dashed rgba(103, 52, 152, 0.3);
  -webkit-transition: border .15s;
  transition: border .15s;
}

.card-b__delivery-city a:hover span {
  border-bottom-color: transparent;
}

.card-b__delivery-city svg {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  fill: #AFAFAF;
  margin-left: 3px;
}

.card-b__delivery-list {
  margin: 0 0 14px;
}

.card-b__delivery-list:last-child {
  margin-bottom: 0;
}

.card-b__delivery-item {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 8px;
}

.card-b__delivery-item:last-child {
  margin-bottom: 0;
}

.card-b__delivery-item p,
.card-b__delivery-item span {
  color: #010101;
}

.card-b__delivery-item p {
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0 16px;
}

.card-b__delivery-item p:first-child {
  margin-top: 0;
}

.card-b__delivery-details {
  font-size: 14px;
  line-height: 16px;
  color: #7d6491;
}

.card-b__button .compare, .card-b__button .favorite {
	height: 54px;
    width: 54px;
    border-radius: 27px;
    position: relative;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-skin .card-b__button .compare, .card-b__button .favorite {
	padding-top: 3px;
}
.fancybox-skin .card-b__button.card-b__button-basket {
	margin-right: 5px;
}

.fancybox-overlay .fancybox-skin .card-b__zoom {
	display: block;
}
.fancybox-overlay .fancybox-skin .card-b__zoom a {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.fancybox-skin div[data-entity="images-container"] {
	position: relative;
}