.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	bottom: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.button {
	display: block;
	width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

.wrap {
	padding-top: 115px;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

.main-header__holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}

.main-header__info {
	max-width: 310px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header__info i {
	display: block;
	font-size: 20px;
	color: #7f7f7f;
	margin-top: -3px;
}

.main-header__info p {
	font-size: 10px;
	color: #7f7f7f;
	margin-left: 5px;
	text-transform: uppercase;
}

.main-header__col {
	max-width: 15px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header__logo {
	max-width: 120px;
	width: 100%;
	margin: 0 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-header__logo img {
	width: 100%;
	display: block;
}

.main-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 280px;
	width: 100%;
}

.main-header__inner i {
	color: #000000;
	display: block;
	font-size: 21px;
}

.main-header__favorites {
	margin-right: 20px;
}

.main-header__favorites--active i {
	color: #8B0000;
}

.main-header__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 235px;
	-ms-flex-preferred-size: 235px;
	flex-basis: 235px;
}

.main-header__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
}

.main-header__count {
	font-size: 12px;
	margin-top: -8px;
	margin-left: 5px;
	color: #000000;
}

.main-header__basket {
	max-width: 190px;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	margin: 5px 0;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.main-header__basket:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.main-header__basket--active {
	background-color: rgba(0, 0, 0, 0.6);
}

.main-header__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.main-header__navigation {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.main-header__navigation--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.main-header__description {
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.main-header__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #ffffff;
}

.main-header__link {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	color: #010101;
	padding: 18px 12px;
	text-transform: uppercase;
	-webkit-transition: 0.3s background-color, 0.3s color, 0.3s -webkit-box-shadow;
	transition: 0.3s background-color, 0.3s color, 0.3s -webkit-box-shadow;
	-o-transition: 0.3s background-color, 0.3s color, 0.3s box-shadow;
	transition: 0.3s background-color, 0.3s color, 0.3s box-shadow;
	transition: 0.3s background-color, 0.3s color, 0.3s box-shadow, 0.3s -webkit-box-shadow;
}

.main-header__link--active {
	color: #010101;
	text-shadow: 0px 0.5px 0px #010101, 0.5px 0px 0px #010101, 0px -0.5px 0px #010101, -0.5px 0px 0px #010101;
}

.mobile-wrap {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.line-burger {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #262626;
	-webkit-transition: 0.5s width;
	-o-transition: 0.5s width;
	transition: 0.5s width;
}

.line-burger:after,
.line-burger:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #262626;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.line-burger:after {
	top: -webkit-calc(100% + 5px);
	top: calc(100% + 5px);
}

.line-burger:before {
	bottom: -webkit-calc(100% + 5px);
	bottom: calc(100% + 5px);
}

.line-active {
	width: 0;
}

.line-active:after {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.line-active:before {
	bottom: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.main-nav__toggle {
	position: relative;
	cursor: pointer;
	display: none;
	width: 25px;
	height: 25px;
	margin-top: -5px;
}

.main-footer__inner {
	border-top: 1px solid #d3d3d3;
	margin-bottom: 7px;
}

.main-footer__holder {
	background-color: #eeeeee;
	padding-top: 50px;
}

.main-footer__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}

.main-footer .main-footer__item:not(:first-child) {
	text-align: center;
}

.main-footer__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(100% /  3 - 40px);
	width: calc(100% /  3 - 40px);
	margin: 0 20px;
	margin-bottom: 55px;
}

.main-footer__item svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.main-footer__item p {
	font-size: 16px;
	line-height: 1.2;
	color: #2d2d2d;
}

.main-footer__item p:first-child {
	padding-bottom: 20px;
}

.main-footer__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
}

.main-footer__desc {
	font-size: 11px;
	text-align: center;
	padding-bottom: 12px;
}

.main-footer__desc a {
	color: #e66665;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.main-footer__desc a:hover {
	color: rgba(230, 102, 101, 0.4);
}

.msg-modal {
	position: fixed;
	top: 30%;
	left: -webkit-calc(50% - 150px);
	left: calc(50% - 150px);
	width: 300px;
	padding: 20px 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	background-color: #000;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	line-height: 1.5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
	-webkit-transition: 0.3s visibility, 0.3s opacity;
	-o-transition: 0.3s visibility, 0.3s opacity;
	transition: 0.3s visibility, 0.3s opacity;
}

.msg-modal-active {
	opacity: 1;
	visibility: visible;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	color: #000000;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	font-family: Montserrat;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.container--inner {
	max-width: 1260px;
}

.container--slider {
	max-width: 1220px;
}

.container--block {
	max-width: 1290px;
}

.container--info {
	max-width: 870px;
}

.container--blog {
	max-width: 1000px;
}

.container--product {
	max-width: 1220px;
	padding: 0 30px;
}

.data__wrap {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: -webkit-calc(100vh - 380px);
	padding-top: calc(100vh - 380px);
	padding-bottom: 80px;
}

.data__title {
	position: relative;
	z-index: 2;
	max-width: 950px;
	margin: 0 auto;
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
}

.data__box {
	position: relative;
	padding: 8px 0;
	margin-bottom: 8px;
}

.data__box:after {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.data__link {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 290px;
	font-size: 21px;
	line-height: 1;
	padding: 15px;
	background-color: #fff;
	color: #000000;
	letter-spacing: 5px;
	font-weight: bold;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.data__link:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.favorites__box {
	padding: 0 50px;
}

.favorites__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 35px;
	padding-bottom: 25px;
}

.favorites__title:after,
.favorites__title:before {
	content: ' ';
	border-top: 1px solid #d6d6d6;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 80px;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
}

.favorites__title:after {
	margin-left: 80px;
}

.favorites__title:before {
	margin-right: 80px;
}

.favorites__wrap {
	margin: 0 -15px;
	padding: 0 30px;
}

.favorites__item {
	margin: 0 15px;
	margin-bottom: 40px;
	outline: none;
}

.favorites__image {
	margin: 0 auto;
	margin-bottom: 45px;
	max-width: 150px;
	width: 100%;
	height: 190px;
}

.favorites__image img {
	width: 100%;
	height: 190px;
	-o-object-fit: contain;
	object-fit: contain;
}

.favorites__subtitle {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	font-weight: normal;
	padding-bottom: 12px;
	text-align: center;
}

.favorites__price {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	font-weight: 600;
	text-align: center;
	margin-top: auto;
}

.favorites .slick-prev,
.favorites .slick-next {
	position: absolute;
	z-index: 2;
	top: -webkit-calc(30% - 15px);
	top: calc(30% - 15px);
	width: 60px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

.favorites .slick-prev:before,
.favorites .slick-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: 27px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.favorites .slick-prev {
	left: -15px;
}

.favorites .slick-next {
	right: -15px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.gallery {
	padding-bottom: 25px;
}

.gallery__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery__wrap .gallery__item:last-child {
	width: 100%;
}

.gallery__wrap .gallery__item:last-child .gallery__btn {
	margin-bottom: 45px;
}

.gallery__item {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	height: 0px;
	padding-top: 56.25%;
	margin: 0 10px;
	margin-bottom: 15px;
}

.gallery__btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 200px;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	background-color: #fff;
	color: #000000;
	letter-spacing: 5px;
	font-weight: bold;
	margin-bottom: 25px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.gallery__btn:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.content {
	padding-bottom: 50px;
}

.content__title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
	color: #616161;
}

.content__text p {
	line-height: 1.4;
	padding-bottom: 15px;
	color: #616161;
}

.content__desc {
	color: #000;
	text-align: center;
	padding-top: 15px;
}

.icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.contacts {
	padding-top: 60px;
}

.contacts__title {
	font-weight: normal;
	padding-bottom: 15px;
}

.contacts__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.contacts__item {
	width: -webkit-calc(100% / 4 - 20px);
	width: calc(100% / 4 - 20px);
	margin: 0 10px;
	padding-bottom: 45px;
}

.contacts__item p {
	font-size: 14px;
	line-height: 1.5;
	white-space: pre-line;
}

.contacts__subtitle {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 15px;
}

.contacts__callback {
	font-size: 17px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.contacts__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.contacts__box--inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 25px;
}

.contacts__box--inner label {
	padding-top: 8px;
}

.contacts__form label {
	cursor: pointer;
	display: inline-block;
	color: #353334;
}

.contacts__form label span {
	color: #ff0025;
	font-weight: bold;
	padding-right: 5px;
}

.contacts__form input,
.contacts__form textarea {
	display: block;
	width: 100%;
	background-color: #eeeeee;
	border: none;
	padding: 7px 10px;
	outline: none;
	border: 1px solid #eeeeee;
}

.contacts__form input.form-fail,
.contacts__form textarea.form-fail {
	border: 1px solid #8B0000;
}

.contacts__form input.form-done,
.contacts__form textarea.form-done {
	border: 1px solid #90EE90;
}

.contacts__form textarea {
	min-height: 190px;
	resize: vertical;
}

.contacts__info {
	max-width: 210px;
	width: 100%;
}

.contacts__btn {
	cursor: pointer;
	display: block;
	max-width: 90px;
	width: 100%;
	margin-left: auto;
	background-color: #000000;
	color: #ffffff;
	border: none;
	outline: none;
	padding: 10px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.contacts__btn[disabled] {
	opacity: 0.5;
	text-decoration: line-through;
}

.contacts__btn:not(:disabled):hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.contacts__wrap-error {
	margin-bottom: 5px;
}

.contacts__error {
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 8px;
	color: #8B0000;
	text-transform: uppercase;
	font-weight: 900;
}

.contacts .contacts__error {
	padding-left: 210px;
}

.picture {
	padding-top: 40px;
}

.picture__wrap {
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	margin-left: auto;
}

.picture__title {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #929292;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 15px;
}

.picture__text p {
	font-size: 16px;
	line-height: 1.2;
	color: #929292;
	text-align: center;
}

.filter {
	margin-top: 40px;
}

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

.filter__box--content {
	width: 230px;
	padding-right: 10px;
	margin-bottom: 25px;
}

.filter__box--text {
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
}

.filter__title {
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}

.filter__category {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #505050;
	padding-bottom: 15px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.filter__category:hover {
	color: rgba(96, 96, 96, 0.5);
}

.filter__category--active {
	color: rgba(96, 96, 96, 0.5);
}

.filter__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -35px;
}

.filter__item {
	display: block;
	width: -webkit-calc(100% / 4 - 70px);
	width: calc(100% / 4 - 70px);
	margin: 0 35px;
	padding-bottom: 10px;
	margin-bottom: 70px;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.filter__item:hover .filter__front {
	opacity: 0;
}

.filter__item:hover .filter__back {
	opacity: 1;
}

.filter__front,
.filter__back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s opacity;
	-o-transition: 0.5s opacity;
	transition: 0.5s opacity;
}

.filter__image {
	position: relative;
	margin-bottom: 25px;
	height: 230px;
}

.filter__image img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	height: 230px;
	margin: 0 auto;
}

.filter__front {
	z-index: 2;
}

.filter__back {
	opacity: 0;
}

.filter__subtitle {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	font-weight: normal;
	padding-bottom: 12px;
	text-align: center;
}

.filter__price {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	font-weight: 600;
	text-align: center;
}

.filter__btn {
	max-width: 250px;
	width: 100%;
	font-size: 15px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background-color: #000000;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	margin-bottom: 55px;
	text-transform: uppercase;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.filter__btn:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.view {
	margin-top: 15px;
	margin-bottom: 30px;
}

.view .favorites__title {
	padding-top: 0;
}

.view__wrap {
	padding: 0 35px;
}

.view__slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.view__slider .slick-prev,
.view__slider .slick-next {
	position: absolute;
	z-index: 2;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	width: 60px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

.view__slider .slick-prev:before,
.view__slider .slick-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: 27px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.view__slider .slick-prev {
	left: -37px;
}

.view__slider .slick-next {
	right: -37px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.view__item {
	display: block;
	float: none;
}

.view__item img {
	width: 90px;
	display: block;
	margin: 0 auto;
}

.view__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 35px;
	padding-bottom: 25px;
}

.view__title:after,
.view__title:before {
	content: ' ';
	border-top: 1px solid #d6d6d6;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 80px;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
}

.view__title:after {
	margin-left: 80px;
}

.view__title:before {
	margin-right: 80px;
}

.kit {
	margin-top: 40px;
}

.kit__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
	margin-bottom: 60px;
}

.kit__item {
	width: -webkit-calc(100% / 2 - 24px);
	width: calc(100% / 2 - 24px);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 0px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 12px;
	margin-bottom: 20px;
	position: relative;
	height: 0px;
	padding-top: 56.25%;
}

.kit__link {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 240px;
	width: 100%;
	font-size: 21px;
	line-height: 1;
	border: 0;
	padding: 10px 15px;
	background-color: #fff;
	color: #000000;
	letter-spacing: 5px;
	margin-bottom: 40px;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.kit__link:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.info__title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 25px;
	font-weight: normal;
}

.info__text {
	max-width: 470px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 75px;
}

.info__text p {
	font-size: 14px;
	line-height: 1.4;
	color: #737373;
}

.info__text i {
	display: inline-block;
	line-height: 1;
	color: #000000;
	padding: 0 5px;
}

.info__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.info__item {
	width: -webkit-calc(100% / 3 - 36px);
	width: calc(100% / 3 - 36px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 18px;
	margin-bottom: 30px;
}

.info__box select {
	display: block;
	width: 100%;
	border: 2px solid #cccccc;
	font-size: 12px;
	line-height: 1.2;
	padding: 7px 10px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.info__box select option {
	min-height: 40px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.info__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 370px;
	margin-bottom: 35px;
}

.info__image img {
	display: block;
	max-height: 370px;
	margin: 0 auto;
}

.info__block {
	position: relative;
	padding-bottom: 12px;
}

.info__block i {
	font-size: 18px;
	display: block;
}

.info__favorites {
	position: absolute;
	top: 5px;
	right: 0;
}

.info__subtitle {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px;
}

.info__price {
	text-align: center;
	padding-bottom: 15px;
}

.info__btn {
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	background-color: #000000;
	color: #ffffff;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 12px;
	padding-bottom: 11px;
	margin-top: auto;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.info__btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.blog__title {
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 12px;
}

.blog__holder h4 {
	font-size: 16px;
	line-height: 1.1;
	color: #4c4c4c;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.blog__text {
	padding-bottom: 18px;
}

.blog__text p {
	font-size: 16px;
	line-height: 1.4;
	color: #4c4c4c;
	margin-bottom: 1em;
}

.blog__text h1,
.blog__text h2,
.blog__text h3,
.blog__text h4,
.blog__text h5,
.blog__text h6 {
	line-height: 1.2;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: normal;
}

.blog__text h1 {
	font-size: 30px;
}

.blog__text h2 {
	font-size: 24px;
}

.blog__text h3 {
	font-size: 22px;
}

.blog__text h4 {
	font-size: 18px;
}

.blog__text h5,
.blog__text h6 {
	font-size: 16px;
}

.blog__text ul {
	margin: 1em 0;
}

.blog__text ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.7;
	margin-bottom: 5px;
	padding-left: 20px;
}

.blog__text ol {
	margin: 1em 0;
}

.blog__text ol li {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.7;
	margin-bottom: 5px;
	padding-left: 20px;
}

.blog__image img {
	width: 100%;
	display: block;
}

.blog .view {
	margin-top: 0px;
}

.blog .favorites__title {
	padding-top: 25px;
}

.basket {
	position: relative;
	z-index: 1;
}

.basket__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	padding: 0 40px;
}

.basket__item {
	width: -webkit-calc(100% / 2 - 30px);
	width: calc(100% / 2 - 30px);
	margin: 0 15px;
}

.basket__title {
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 1px solid #7a7a7a;
	padding-top: 45px;
	padding-bottom: 10px;
}

.basket__info {
	padding: 0 10px;
}

.basket__info label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	max-width: 130px;
	min-width: 130px;
	width: 100%;
	padding-right: 10px;
}

.basket__info label span {
	color: #ff0025;
	font-weight: bold;
	padding-right: 5px;
}

.basket__info input,
.basket__info textarea {
	font-size: 12px;
	color: #797a7C;
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #b1b1b1;
}

.basket__info input::-webkit-input-placeholder,
.basket__info textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #797a7C;
}

.basket__info input::-moz-placeholder,
.basket__info textarea::-moz-placeholder {
	font-size: 12px;
	color: #797a7C;
}

.basket__info input::-ms-input-placeholder,
.basket__info textarea::-ms-input-placeholder {
	font-size: 12px;
	color: #797a7C;
}

.basket__info input::placeholder,
.basket__info textarea::placeholder {
	font-size: 12px;
	color: #797a7C;
}

.basket__info textarea {
	resize: vertical;
}

.basket__info select {
	width: 100%;
	display: block;
	font-size: 12px;
	background-color: #fff;
	padding: 8px 10px;
	border: 1px solid #b1b1b1;
}

.basket__wrapper {
	width: 100%;
}

.basket__subtitle {
	border-bottom: 1px solid #ebebeb;
	padding-top: 25px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.basket__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}

.basket__col label {
	max-width: initial;
	display: inline-block;
}

.basket__col input {
	width: auto;
	margin-right: 5px;
}

.basket__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
	padding-top: 20px;
}

.basket__inner--block {
	padding-bottom: 20px;
}

.basket__box {
	width: -webkit-calc(100% / 2 - 50px);
	width: calc(100% / 2 - 50px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 25px;
	margin-bottom: 10px;
}

.basket__holder {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.basket__holder--msg {
	display: block;
	margin-right: 0px;
	margin-top: 25px;
}

.basket__holder--msg label {
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding-bottom: 12px;
}

.basket__holder--msg textarea {
	min-height: 100px;
}

.basket__holder .basket__wrapper {
	max-width: -webkit-calc(100% - 130px);
	max-width: calc(100% - 130px);
}

.basket__text {
	max-width: 690px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.basket__text p {
	font-size: 10px;
	line-height: 1.2;
	color: #5a5945;
	text-align: center;
}

.basket__text a {
	color: #fe0002;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.basket__text a:hover {
	color: rgba(254, 0, 2, 0.5);
}

.basket__btn {
	cursor: pointer;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	display: block;
	background-color: #000000;
	color: #fff;
	border: none;
	outline: none;
	padding: 18px 12px;
	text-transform: uppercase;
	font-weight: normal;
	border: 2px solid #bdbdbd;
	-webkit-transition: 0.3s background-color, 0.3s border;
	-o-transition: 0.3s background-color, 0.3s border;
	transition: 0.3s background-color, 0.3s border;
}

.basket__btn:not(:disabled):hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.basket__btn[disabled] {
	opacity: 0.5;
	text-decoration: line-through;
}

.basket .contacts__wrap-error {
	padding-top: 33px;
}

.basket .contacts__error {
	padding-left: 10px;
}

.city_list {
	display: none;
	position: absolute;
	top: 100%;
	left: 130px;
	max-height: 250px;
	overflow-y: auto;
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	background-color: #fff;
	z-index: 150;
	border: 1px solid #b1b1b1;
}

.city_list--active {
	display: block;
}

.city_list li {
	display: block;
	font-size: 12px;
	padding: 3px 10px;
}

.city_list li:hover {
	background-color: #ccc;
	cursor: pointer;
}

.loader_city:after {
	content: '\e419';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #d00;
	animation: loader 1s linear infinite reverse;
}

.loader_branch:after {
	content: '\e419';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 24px;
	color: #d00;
	animation: loader 1s linear infinite reverse;
	z-index: 151;
}

.loader_branch:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	z-index: 150;
}

.inner__box {
	margin-top: 45px;
}

.inner__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.inner__image {
	width: 90px;
	margin-right: 20px;
}

.inner__image img {
	display: block;
}

.inner__content {
	max-width: 250px;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	padding-right: 5px;
}

.inner__content a {
	color: #000;
	font-weight: bold;
}

.inner__content p {
	font-size: 12px;
	padding-top: 5px;
}

.inner__btn {
	cursor: pointer;
	display: inline-block;
	background-color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	padding: 5px;
	width: 30px;
	font-weight: bold;
	margin-right: -5px;
}

.inner__btn--del {
	width: auto;
	border: none;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.inner__sum {
	margin-left: auto;
	font-weight: bold;
}

.inner__price {
	text-align: right;
	font-size: 16px;
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
}

.inner__price span:first-child {
	font-weight: bold;
}

.inner__count {
	font-weight: normal;
}

.user {
	padding-bottom: 5px;
}

.user__title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 12px;
}

.user__subtitle {
	font-size: 12px;
	color: #c58887;
	font-weight: normal;
	margin-bottom: 30px;
}

.user__wrap h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.user__wrap p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 35px;
}

.user__wrap p:last-child {
	text-transform: uppercase;
	font-weight: bold;
}

.user ul {
	margin: 1em 0;
}

.user ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.7;
	margin-bottom: 5px;
	padding-left: 20px;
}

.user ol {
	margin: 1em 0;
}

.user ol li {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.7;
	margin-bottom: 5px;
	padding-left: 20px;
}

.product {
	padding-top: 40px;
}

.product__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.product__wrap img {
	width: auto;
	display: block;
}

.product__gallery {
	position: relative;
	max-width: 125px;
	width: 100%;
	margin-right: 35px;
	overflow: hidden;
}

.product__gallery:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #fff, transparent);
	background-image: -o-linear-gradient(bottom, #fff, transparent);
	background-image: linear-gradient(0deg, #fff, transparent);
	opacity: 0;
	visibility: hidden;
}

.product__gallery:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
	background-image: -webkit-linear-gradient(bottom, transparent, #fff);
	background-image: -o-linear-gradient(bottom, transparent, #fff);
	background-image: linear-gradient(0deg, transparent, #fff);
	opacity: 0;
	visibility: hidden;
}

.product__gallery:after,
.product__gallery:before {
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.product__gallery--inner {
	overflow-y: scroll;
}

.product__gallery--active_b:after {
	opacity: 1;
	visibility: visible;
}

.product__gallery--active_t:before {
	opacity: 1;
	visibility: visible;
}

.product__gallery--active_tb:after,
.product__gallery--active_tb:before {
	opacity: 1;
	visibility: visible;
}

.product__gallery .product__item:not(:last-child) {
	margin: 0 0 15px;
}

.product__item {
	cursor: pointer;
	outline: none;
}

.product__single {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	cursor: pointer;
	max-width: 425px;
	width: 100%;
	margin-right: 100px;
}

.product__single img {
	max-height: 500px;
}

.product__mobile {
	display: none;
}

.product__mobile .slick-prev,
.product__mobile .slick-next {
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	width: 30px;
	height: 30px;
	padding: 0px;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

.product__mobile .slick-prev:before,
.product__mobile .slick-next:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 14px;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.product__mobile .slick-prev {
	left: -25px;
}

.product__mobile .slick-next {
	right: -25px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product__info {
	max-width: 445px;
	width: 100%;
}

.product__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 35px;
}

.product__block p {
	font-size: 24px;
	line-height: 1.2;
	margin-right: 10px;
}

.product__like {
	cursor: pointer;
	display: block;
	background-color: #fff;
	border: none;
	outline: none;
	margin-left: auto;
}

.product__like i {
	font-size: 24px;
	color: #aeafb1;
	display: block;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.product__like i:last-child {
	display: none;
}

.product__like:hover i {
	color: #bd362f;
}

.product__like--active i {
	color: #bd362f;
}

.product__like--active i:first-child {
	display: none;
}

.product__like--active i:last-child {
	display: block;
}

.product__price {
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 10px;
}

.product__box {
	margin-bottom: 20px;
}

.product__box label {
	display: inline-block;
	font-size: 17px;
	line-height: 1.2;
	color: #8e8e8e;
	padding-bottom: 8px;
}

.product__btn {
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	background-color: #000000;
	color: #ffffff;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 12px;
	padding-bottom: 11px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.product__btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.product__desc {
	margin-bottom: 40px;
}

.product__desc p {
	font-size: 14px;
	padding-bottom: 12px;
}

.product__desc ul li {
	font-size: 14px;
	line-height: 1.3;
	color: #585858;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	padding-left: 20px;
	position: relative;
}

.product__desc ul li:after {
	content: ' ';
	position: absolute;
	font-size: 16px;
	border-color: #7abfad;
	border-style: solid;
	border-width: 0 0.15em 0.15em 0;
	height: 0.8em;
	top: 5px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 0.5em;
}

.product__holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.product__holder .product__item {
	margin: 0 5px;
	margin-bottom: 15px;
	max-height: 130px;
}

.product__holder .product__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.product__holder .slick-prev,
.product__holder .slick-next {
	position: absolute;
	z-index: 2;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	padding: 0px;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

.product__holder .slick-prev:before,
.product__holder .slick-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: 12px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.product__holder .slick-prev {
	left: -30px;
}

.product__holder .slick-next {
	right: -30px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.info__item .jq-selectbox {
	margin-bottom: 15px;
}

.product__box,
.info__item {
	position: relative;
	z-index: 1;
}

.product__box select,
.info__item select,
.basket__holder select {
	display: none;
}

.product__box .jq-selectbox,
.info__item .jq-selectbox,
.basket__holder .jq-selectbox {
	width: 100%;
}

.product__box .jq-selectbox__select,
.info__item .jq-selectbox__select,
.basket__holder .jq-selectbox__select {
	font-family: Montserrat;
	background: transparent;
	width: 100%;
	height: auto;
	border: 2px solid #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #666666;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.product__box .jq-selectbox__select:hover,
.info__item .jq-selectbox__select:hover,
.basket__holder .jq-selectbox__select:hover {
	background: #fff;
}

.product__box .jq-selectbox__select-text,
.info__item .jq-selectbox__select-text,
.basket__holder .jq-selectbox__select-text {
	font-family: Montserrat;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 10px;
	text-align: left;
	color: #000;
	width: 100% !important;
	height: auto;
}

.product__box .jq-selectbox.focused .jq-selectbox__select,
.info__item .jq-selectbox.focused .jq-selectbox__select,
.basket__holder .jq-selectbox.focused .jq-selectbox__select {
	border: 2px solid #cccccc;
}

.product__box .jq-selectbox__trigger,
.info__item .jq-selectbox__trigger,
.basket__holder .jq-selectbox__trigger {
	border: 0;
	background-color: transparent;
}

.product__box .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow,
.info__item .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow,
.basket__holder .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow {
	border-top: 5px solid #fff;
}

.product__box .jq-selectbox__trigger::after,
.info__item .jq-selectbox__trigger::after,
.basket__holder .jq-selectbox__trigger::after {
	position: absolute;
	content: ' ';
	top: 12px;
	right: 12px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 0.3s border, 0.3s top;
	-o-transition: 0.3s border, 0.3s top;
	transition: 0.3s border, 0.3s top;
}

.product__box .jq-selectbox__trigger-arrow,
.info__item .jq-selectbox__trigger-arrow,
.basket__holder .jq-selectbox__trigger-arrow {
	border: none;
	top: 25px;
}

.product__box .jq-selectbox__dropdown,
.info__item .jq-selectbox__dropdown,
.basket__holder .jq-selectbox__dropdown {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	max-width: 100%;
}

.product__box .jq-selectbox__dropdown ul,
.info__item .jq-selectbox__dropdown ul,
.basket__holder .jq-selectbox__dropdown ul {
	max-height: 130px;
	overflow: auto;
}

.product__box .jq-selectbox li,
.info__item .jq-selectbox li,
.basket__holder .jq-selectbox li {
	position: relative;
	font-family: Montserrat;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	text-transform: uppercase;
}

.product__box .jq-selectbox li:hover,
.info__item .jq-selectbox li:hover,
.basket__holder .jq-selectbox li:hover {
	color: #fff;
	background-color: #bfbfbf;
}

.product__box .jq-selectbox li.sel,
.info__item .jq-selectbox li.sel,
.basket__holder .jq-selectbox li.sel {
	color: #fff;
	background-color: #333;
}

.product__box .jq-selectbox li.disabled:hover,
.info__item .jq-selectbox li.disabled:hover,
.basket__holder .jq-selectbox li.disabled:hover {
	background-color: #fff;
	color: #666;
}

.basket__wrapper .jq-selectbox__select {
	border: 1px solid #b1b1b1;
}

.basket__wrapper .jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #b1b1b1;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	z-index: 20;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.overlay-active {
	opacity: 1;
	visibility: visible;
}

.overlay-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.overlay-close:after,
.overlay-close:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 3px;
	width: 25px;
	height: 3px;
	background-color: #000;
}

.overlay-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay-img {
	z-index: 21;
}

.inner-overlay {
	margin: 0 auto;
	max-width: 1200px;
	margin: 0 45px;
}

.inner-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.inner-overlay {
	position: relative;
	margin: 0 auto;
}

.inner__data {
	background-color: #fff;
	max-height: 95vh;
	border: 2px solid #d6d6d6;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 180px;
}

.overlay-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.overlay-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.overlay-slider .slick-prev,
.overlay-slider .slick-next {
	position: absolute;
	z-index: 22;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	width: 60px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

.overlay-slider .slick-prev:after,
.overlay-slider .slick-next:after {
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: 27px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.overlay-slider .slick-prev:before,
.overlay-slider .slick-next:before {
	display: none;
}

.overlay-slider .slick-prev {
	left: -10px;
}

.overlay-slider .slick-next {
	right: -10px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.overlay-slider .product__item {
	margin-bottom: 0px;
	outline: none;
	margin: 25px 0;
	padding: 0 3px;
}

.overlay-slider .slick-slide img {
	width: auto;
	max-width: 100%;
	max-height: 80vh;
	margin: 0 auto;
}

.overlay-slider .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px;
}

.overlay-slider .slick-dots button {
	cursor: pointer;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	color: transparent;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.overlay-slider .slick-dots .slick-active button {
	background-color: #000000;
}

@media screen and (max-width: 1600px) {

.data .container {
	padding: 0;
}

}

@media screen and (max-width: 1430px) {

.basket__wrap {
	margin: 0px;
	padding: 0 5px;
}

.basket__inner {
	margin: 0 -15px;
}

.basket__box {
	width: -webkit-calc(100% / 2 - 30px);
	width: calc(100% / 2 - 30px);
	margin: 0 15px;
	margin-bottom: 10px;
}

.inner__content {
	max-width: 105px;
}

}

@media screen and (max-width: 1199px) {

.overlay-close {
	right: 10px;
}

}

@media screen and (max-width: 1150px) {

.basket__subtitle {
	padding-top: 15px;
}

.basket__inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
}

.basket__inner--block {
	padding-bottom: 0px;
}

.basket__box {
	width: 100%;
}

.product__wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product__single {
	margin-right: 60px;
}

.product__info {
	max-width: 350px;
}

}

@media screen and (max-width: 1050px) {

.basket__item {
	width: -webkit-calc(100% / 2 - 20px);
	width: calc(100% / 2 - 20px);
	margin: 0 10px;
}

.inner__image {
	margin-right: 10px;
}

.product__info {
	max-width: 300px;
}

}

@media screen and (max-width: 960px) {

.data__title {
	font-size: 42px;
}

.favorites__box {
	padding: 0	25px;
}

.favorites__title {
	font-size: 16px;
	padding-top: 15px;
}

.favorites__title:after,
.favorites__title:before {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 15px;
	-ms-flex: 1 0 15px;
	flex: 1 0 15px;
}

.favorites__title:after {
	margin-left: 15px;
}

.favorites__title:before {
	margin-right: 15px;
}

.favorites__image {
	width: auto;
}

.contacts__wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts__item {
	width: -webkit-calc(100% / 2 - 20px);
	width: calc(100% / 2 - 20px);
}

.filter {
	margin-top: 40px;
}

.filter__item {
	width: -webkit-calc(100% / 3 - 70px);
	width: calc(100% / 3 - 70px);
	margin-bottom: 40px;
}

.view__title {
	font-size: 16px;
	padding-top: 15px;
}

.view__title:after,
.view__title:before {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 15px;
	-ms-flex: 1 0 15px;
	flex: 1 0 15px;
}

.view__title:after {
	margin-left: 15px;
}

.view__title:before {
	margin-right: 15px;
}

.kit__wrap {
	margin-bottom: 45px;
}

.info__text {
	padding-bottom: 40px;
}

.info__item {
	width: -webkit-calc(100% / 2 - 36px);
	width: calc(100% / 2 - 36px);
}

.basket__wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket__item {
	width: 100%;
}

.basket__item--block {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.basket__title {
	padding-top: 15px;
}

.inner__sum {
	margin: 0px;
}

.inner__price {
	text-align: center;
}

.product__single {
	margin-right: 40px;
}

.inner__data {
	padding: 0 40px;
}

}

@media screen and (max-width: 840px) {

.product__info {
	max-width: 240px;
}

}

@media screen and (max-width: 780px) {

.wrap {
	padding-top: 182px;
}

.main-header__holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 0;
}

.main-header__info {
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.main-header__logo {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-top: 5px;
	margin-bottom: 10px;
}

.main-header__inner {
	margin: 0px;
}

.main-footer__holder {
	padding-top: 30px;
}

.main-footer__wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
}

.main-footer__item {
	width: 100%;
	margin: 0px;
	margin-bottom: 30px;
	text-align: center;
}

.main-footer__item p:first-child {
	padding-bottom: 8px;
}

body {
	line-height: 1.2;
}

.data__wrap {
	background-position: center;
	padding-top: 510px;
}

.data__title {
	font-size: 28px;
	line-height: 1.2;
}

.favorites__title {
	font-size: 15px;
}

.gallery__item {
	width: 100%;
	padding-top: 112%;
}

.contacts__wrap {
	margin: 0px;
}

.contacts__item {
	width: 100%;
	margin: 0px;
	padding-bottom: 15px;
}

.contacts__subtitle {
	padding-bottom: 8px;
}

.picture__wrap {
	width: 100%;
}

.filter__inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter__box--content {
	width: 100%;
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 25px;
}

.filter__box--text {
	width: 100%;
}

.filter__wrap {
	margin: 0px;
}

.view__title {
	font-size: 15px;
}

.kit__wrap {
	margin: 0px;
	margin-bottom: 30px;
}

.kit__item {
	max-width: 450px;
	width: 100%;
	padding-top: 112%;
	margin: 0px auto;
	margin-bottom: 25px;
}

.info__wrap {
	margin: 0px;
}

.inner__image {
	margin-bottom: 10px;
}

.product__wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product__gallery {
	margin-bottom: 20px;
}

.product__single {
	margin-right: 0px;
}

.product__info {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 590px;
	width: 100%;
	margin-top: 20px;
}

.overlay-slider .slick-prev {
	left: -15px;
}

.overlay-slider .slick-next {
	right: -15px;
}

}

@media screen and (max-width: 650px) {

.product__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__gallery {
	display: none;
}

.product__gallery .product__item {
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
	margin: 5px;
}

.product__single {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	margin: 0 auto 25px;
}

.product__single img {
	max-height: none;
}

.product__mobile {
	display: block;
	width: 100%;
}

.product__mobile .product__item {
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	margin: 0 5px;
}

.product__mobile .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__mobile .slick-prev:before,
.product__mobile .slick-next:before {
	border: none;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 8px;
}

.product__info {
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__holder {
	margin: 0px;
	padding: 0 10px;
}

.product__holder .slick-prev:before,
.product__holder .slick-next:before {
	left: 8px;
}

.product__holder .slick-prev {
	left: -10px;
}

.product__holder .slick-next {
	right: -10px;
}

}

@media screen and (max-width: 560px) {

.wrap {
	padding-top: 167px;
}

.main-header__list {
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 5;
	position: absolute;
	max-height: -webkit-calc(100vh - 70px);
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	overflow-x: hidden;
}

.main-header__link {
	padding: 6px 20px;
}

.main-header__link--active {
	background-color: #bd362f;
	text-shadow: none;
	color: #fff;
}

.main-header__link--active:hover {
	background-color: #bd362f;
	text-shadow: none;
}

.mobile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	width: 100%;
	padding: 10px 20px;
}

.main-nav__toggle {
	display: block;
}

.data__wrap {
	padding-top: 410px;
}

.favorites__title:after,
.favorites__title:before {
	display: none;
}

.favorites__image {
	margin-bottom: 20px;
}

.contacts__box {
	display: block;
}

.contacts__form label {
	padding-bottom: 8px;
}

.contacts .contacts__error {
	padding-left: 0px;
}

.filter__item {
	width: -webkit-calc(100% / 2 - 70px);
	width: calc(100% / 2 - 70px);
}

.filter__image {
	margin-bottom: 20px;
}

.view__title:after,
.view__title:before {
	display: none;
}

.info__item {
	width: 100%;
	margin: 0px;
	margin-bottom: 25px;
}

.inner__box {
	margin-top: 25px;
}

.inner__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inner__content {
	text-align: center;
	padding-bottom: 12px;
}

.inner__wrap {
	margin-bottom: 12px;
}

}

@media screen and (max-width: 400px) {

.filter__item {
	width: 100%;
	margin-bottom: 30px;
}

}

@-webkit-keyframes loader {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes loader {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

