* {
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeueCyr, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a {
	text-decoration: none;
}
textarea {
	resize: none;
}
input,
select,
textarea {
	border: solid 1px #000;
	background: 0 0;
	background-color: #fff;
	font-family: HelveticaNeueCyr, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	display: block;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #000;
	opacity: 1;
}
h2 {
	font-size: 54px;
	line-height: 62px;
	font-family: Oranienbaum, sans-serif;
	font-weight: 400;
}
.fix {
	overflow: hidden;
	margin-right: 17px;
}
.btn {
	display: inline-block;
	background: 0 0;
	font-family: HelveticaNeueCyr, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #fff;
	border: solid 1px #000;
	text-align: center;
	padding: 17px 63px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #000;
}
.btn:hover {
	background-color: #fff;
	color: #000;
}
.btn-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn-flex svg {
	margin-right: 17px;
}
.btn-flex svg * {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-flex:hover svg * {
	fill: #000;
}
.slick-arrow {
	font-size: 0;
	border: none;
	background: url(../img/main/slick-arrow.svg) no-repeat right center;
	width: 26px;
	height: 26px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	z-index: 2;
	transition: 0.3s;
}
.slick-arrow:hover {
	opacity: 0.35;
}
.slick-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-dots {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}
.slick-dots li {
	margin: 0 10px 10px;
	padding: 0;
}
.slick-dots li button {
	margin: 0;
	padding: 0;
	font-size: 0;
	border: none;
	background: 0 0;
	width: 8px;
	height: 8px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
	background-color: grey;
}
.slick-dots .slick-active button {
	background-color: #000;
}
.ttl {
	text-align: center;
	margin-bottom: 40px;
}
.container {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
}
.bread {
	padding: 30px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}
.bread li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bread li::after {
	content: "/";
	display: block;
	color: #000;
	margin: 0 5px;
}
.bread li span {
	color: #000;
}
.bread li a {
	color: grey;
}
.bread li a span {
	color: grey;
}
.bread li a:hover {
	text-decoration: underline;
}
.bread li:last-child::after {
	display: none;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
	background-color: #fff;
}

.modal-wrap__close {
	z-index: 1000000000001;
}

.header-fix {
	padding-right: 17px;
}
.header-wrap {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wrap__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wrap__nav--logo {
	display: block;
	max-width: 99px;
	margin-right: 83px;
}
.header-wrap__nav--menu {
	margin-right: 124px;
}
.header-wrap__nav--menu-button {
	display: none;
}
.header-wrap__nav--menu ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wrap__nav--menu ul li {
	margin-right: 67px;
}
.header-wrap__nav--menu ul li:last-child {
	margin-right: 0;
}
.header-wrap__nav--menu ul li a {
	font-size: 14px;
	line-height: 13px;
	color: #000;
	position: relative;
}
.header-wrap__nav--menu ul li a::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header-wrap__nav--menu ul li a:hover::after {
	width: 100%;
}
.header-wrap__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wrap__meta--menu {
	display: none;
}
.header-wrap__meta--search {
	width: 100%;
	max-width: 190px;
	margin-right: 64px;
}
.header-wrap__meta--search .btn {
	padding: 12px;
	min-width: 190px;
}
.header-wrap__meta--search form,
.header-wrap__meta--search input {
	width: 100%;
}
.header-wrap__meta--search input {
	border: none;
}
.header-wrap__meta--cart {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.header-wrap__meta--cart:hover {
	opacity: 0.75;
}
.footer {
	background-color: #000;
	margin-top: 120px;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 39px 0 53px;
}
.footer-wrap__logo {
	display: block;
	max-width: 190px;
}
.footer-wrap__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer-wrap__nav--contacts {
	margin-right: 96px;
}
.footer-wrap__nav--contacts .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin-bottom: 20px;
}
.footer-wrap__nav--contacts .item svg {
	margin-right: 19px;
}
.footer-wrap__nav--contacts a span {
	position: relative;
}
.footer-wrap__nav--contacts a span::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer-wrap__nav--contacts a span:hover::after {
	width: 100%;
}
.footer-wrap__nav--menu ul {
	list-style-type: none;
}
.footer-wrap__nav--menu ul li {
	margin-bottom: 20px;
}
.footer-wrap__nav--menu ul li a {
	color: #fff;
	position: relative;
}
.footer-wrap__nav--menu ul li a::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer-wrap__nav--menu ul li a:hover::after {
	width: 100%;
}
.footer-wrap__nav--menu ul li span {
	color: #fff;
}
.modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.modal-active {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.modal-wrap {
	height: 100%;
	transform: translateX(100%);
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	transition: all 0.3s;
	padding-bottom: 30px;
}

.modal-active .modal-wrap {
	transform: translate(0);
}

.modal-wrap__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.modal-wrap__close svg {
	cursor: pointer;
}
.modal-wrap__subtitle {
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
}

.cart__header {
	margin-bottom: 30px;
}

.cart__header svg {
	width: 28px;
	height: 28px;
}

.modal-wrap__cart .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.modal-wrap__cart .item-image {
	width: 100%;
	max-width: 111px;
	margin-right: 10px;
}
.modal-wrap__cart .item-meta {
	width: 100%;
	max-width: 164px;
}
.modal-wrap__cart .item-meta__top {
	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;
	margin-bottom: 6px;
}
.modal-wrap__cart .item-meta__top--title {
	font-size: 20px;
	line-height: 23px;
	font-family: Oranienbaum, sans-serif;
	width: 100%;
	max-width: 130px;
	margin-right: 10px;
}
.modal-wrap__cart .item-text {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 6px;
	max-width: 158px;
}
.modal-wrap__cart .item-price {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 19px;
}
.modal-wrap__cart .item-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-wrap__cart .item-qty__button {
	cursor: pointer;
	width: 26px;
	height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-wrap__cart .item-qty .minus {
	-webkit-transform: rotate(180deg) translateY(1px);
	-ms-transform: rotate(180deg) translateY(1px);
	transform: rotate(180deg) translateY(1px);
}
.modal-wrap__cart .item-qty input {
	padding: 0;
	margin: 0;
	text-align: center;
	max-width: 30px;
	border: none;
}
.modal-wrap__notice {
	max-width: 340px;
	margin-bottom: 5px;
	margin-top: 45px;
}
.modal-wrap__text {
	margin: 20px 0;
}
.modal-wrap__slider {
	width: 100%;
	max-width: 370px;
}
.modal-wrap__slider--nav {
	max-width: 370px;
	margin: 20px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-wrap__slider .slick-dots {
	padding: 0 20px;
}
.modal-wrap__slider .slick-dots li {
	margin: 0 5px 10px;
}
.modal-wrap__slider .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal-wrap__slider .item-image {
	max-width: 111px;
	margin-right: 10px;
}
.modal-wrap__slider .item-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 121px);
}
.modal-wrap__slider .item-meta .left {
	width: 100%;
	max-width: 156px;
	margin-right: 6px;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 10px;
}
.modal-wrap__slider .item-meta .left-title {
	font-size: 20px;
	line-height: 23px;
	font-family: Oranienbaum, sans-serif;
	margin-bottom: 6px;
}
.modal-wrap__slider .item-meta .left-subtitle {
	margin-bottom: 6px;
}
.modal-wrap__slider .item-meta .right {
	width: 100%;
	max-width: 85px;
}
.modal-wrap__slider .item-meta .right .btn {
	padding: 8px 18px;
	font-size: 14px;
}
.cart__bttn {
	margin-top: 65px;
}
.main {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.main::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#232323), to(rgba(35, 35, 35, 0)));
	background: linear-gradient(180deg, #232323 0, rgba(35, 35, 35, 0) 100%);
}
.main-wrap {
	padding: 150px 0;
	min-height: 800px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}
.main-wrap__title {
	font-size: 54px;
	line-height: 62px;
	font-weight: 400;
	font-family: Oranienbaum, sans-serif;
	margin-bottom: 20px;
}
.main-wrap__subtitle {
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
.main-wrap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-wrap__list .item {
	margin: 0 10px 20px;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 15px;
	background-color: #fff;
	border-radius: 100px;
	color: #000;
}
.category-wrap {
	margin: 60px 0 120px;
}
.category-wrap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category-wrap__list .item {
	width: 33.3%;
}
.category-wrap__list .item-image {
	width: 100%;
	height: 400px;
	border: solid 1px #000;
	overflow: hidden;
}
.category-wrap__list .item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.category-wrap__list .item-title {
	padding: 21px 20px;
	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;
	background-color: #000;
	color: #fff;
	font-family: Oranienbaum, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 27px;
}
.category-wrap__list .item:hover .item-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog-wrap__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.catalog-wrap__top {
	margin-bottom: 40px;
	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;
}
.catalog-wrap__top--subtitle {
	font-size: 24px;
	line-height: 27px;
	max-width: 650px;
	font-family: Oranienbaum, sans-serif;
}
.catalog-wrap__top--nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-wrap__top--nav .slick-next {
	margin-left: 37px;
}
.catalog-wrap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-wrap__list .item {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 40px;
}
.catalog-wrap__list .item:nth-child(4n + 4) {
	margin-right: 0;
}
.catalog-wrap__list .item a {
	color: #000;
}
.catalog-wrap__list .item-image {
	width: 100%;
	height: 295px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.catalog-wrap__list .item-image img {
	max-height: 295px;
	width: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.catalog-wrap__list .item-meta {
	margin: 10px 0;
	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;
	font-size: 20px;
	line-height: 23px;
	font-family: Oranienbaum, sans-serif;
}
.catalog-wrap__list .item-meta__title {
	font-weight: 400;
	max-width: 69%;
}
.catalog-wrap__list .item-meta__price {
	text-align: right;
	max-width: 30%;
}
.catalog-wrap__list .item-bottom {
	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;
}
.catalog-wrap__list .item-bottom__more {
	color: #000;
}
.catalog-wrap__list .item-bottom__more span {
	position: relative;
}
.catalog-wrap__list .item-bottom__more span::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.catalog-wrap__list .item-bottom__more span:hover::after {
	width: 100%;
}
.catalog-wrap__list .item-bottom__more span::after {
	width: 100%;
}
.catalog-wrap__list .item-bottom__more:hover span::after {
	width: 0;
}
.catalog-wrap__list .item-bottom__add {
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.catalog-wrap__list .item-bottom__add:hover {
	opacity: 0.6;
}
.catalog-wrap__list .item:hover .item-image img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.catalog-wrap__slider {
	display: block;
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.catalog-wrap__slider .item:nth-child(1n + 1) {
	padding: 0 10px;
	margin: 0 10px 0;
}
.why-wrap {
	margin: 120px 0;
}
.why-wrap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.why-wrap__list .left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.why-wrap__list .left-row {
	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;
	width: 50%;
}
.why-wrap__list .left-row .item {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border: solid 1px #000;
	border-right: none;
}
.why-wrap__list .left-row .item:last-child {
	border-top: none;
}
.why-wrap__list .left-image {
	border: solid 1px #000;
	width: 50%;
	height: 100%;
	border-right: none;
}
.why-wrap__list .left-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.why-wrap__list .right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.why-wrap__list .right-row {
	height: 50%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.why-wrap__list .right-row .item {
	width: 50%;
	border: solid 1px #000;
	border-bottom: none;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.why-wrap__list .right-row .item:last-child {
	border-left: none;
}
.why-wrap__list .right-image {
	width: 100%;
	height: 50%;
	border: solid 1px #000;
}
.why-wrap__list .right-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.instagram-wrap {
	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;
}
.instagram-wrap__content {
	width: 100%;
	max-width: 505px;
	margin-right: 30px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.instagram-wrap__content--title {
	margin-bottom: 40px;
}
.instagram-wrap__content--text {
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
	margin-bottom: 40px;
}
.instagram-wrap__content--text p {
	display: block;
	margin-bottom: 20px;
}
.instagram-wrap__content--text p:last-child {
	margin-bottom: 0;
}
.instagram-wrap__gallery {
	width: 100%;
	max-width: 600px;
	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;
}
.instagram-wrap__gallery .item {
	display: block;
	width: 49%;
	height: 295px;
	margin-bottom: 10px;
	overflow: hidden;
}
.instagram-wrap__gallery .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.instagram-wrap__gallery .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.archive-wrap__filters {
	margin: 40px 0 30px;
}
.single-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.single-wrap__gallery {
	width: 100%;
	max-width: 505px;
	margin-right: 20px;
}
.single-wrap__gallery .item img {
	max-height: 505px;
	width: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-wrap__gallery--nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 23px;
}
.single-wrap__gallery--nav .slick-dots {
	margin: 0 92px;
}
.single-wrap__content {
	width: 100%;
	max-width: 610px;
}
.single-wrap__content--meta {
	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;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
}
.single-wrap__content--meta .left {
	width: 100%;
	max-width: 450px;
	margin-right: 30px;
}
.single-wrap__content--meta .left-title {
	font-size: 54px;
	line-height: 62px;
	font-weight: 400;
	font-family: Oranienbaum, sans-serif;
	margin-bottom: 10px;
}
.single-wrap__content--meta .right {
	width: 100%;
	max-width: 120px;
	font-size: 24px;
	line-height: 27px;
	font-weight: 400;
	font-family: Oranienbaum, sans-serif;
}
.single-wrap__content--description {
	margin-bottom: 40px;
	margin-top: 30px;
}
.single-wrap__content--description p {
	display: block;
	margin-bottom: 20px;
}
.single-wrap__content--description p:last-child {
	margin-bottom: 0;
}
.single-wrap__content--action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-wrap__content--action-qty {
	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;
	padding: 24px 18px;
	border: solid 1px #000;
	margin-right: 30px;
}
.single-wrap__content--action-qty input {
	font-size: 16px;
	padding: 0;
	border: none;
	margin: 0;
	max-width: 50px;
	text-align: center;
}
.single-wrap__content--action-qty .item {
	cursor: pointer;
}
.single-wrap__content--action-qty .minus {
	-webkit-transform: rotate(180deg) translateY(3px);
	-ms-transform: rotate(180deg) translateY(3px);
	transform: rotate(180deg) translateY(3px);
}
.single-wrap__content--action .btn svg {
	margin-right: 0;
	margin-left: 10px;
}
.single-tabs {
	margin-top: 60px;
	background-color: #f5f5f5;
	padding: 60px 0;
}
.single-tabs__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.single-tabs__top .item {
	font-size: 20px;
	line-height: 23px;
	font-family: Oranienbaum, sans-serif;
	margin: 0 37px;
	cursor: pointer;
}
.single-tabs__top .item::after {
	bottom: -5px;
}
.single-tabs__top .active {
	position: relative;
}
.single-tabs__top .active::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.single-tabs__top .active:hover::after {
	width: 100%;
}
.single-tabs__top .active::after {
	width: 100%;
}
.single-tabs__slider {
	max-width: 715px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
}
.single-tabs__slider p {
	display: block;
	margin-bottom: 20px;
}
.single-tabs__slider p:last-child {
	margin-bottom: 0;
}
.single-tabs__slider ol,
.single-tabs__slider ul {
	padding-left: 20px;
}
.single-tabs__slider ol li,
.single-tabs__slider ul li {
	margin-bottom: 20px;
}
.single-tabs__slider ol li:last-child,
.single-tabs__slider ul li:last-child {
	margin-bottom: 0;
}
.related {
	margin-top: 60px;
}
.checkout-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.checkout-wrap__content {
	width: 100%;
	max-width: 715px;
	margin-right: 30px;
}
.checkout-wrap__content--title {
	margin-bottom: 60px;
}
.checkout-wrap__content--subtitle {
	margin: 40px 0 30px;
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
	font-weight: 400;
}
.checkout-wrap__content input {
	margin-bottom: 20px;
	max-width: 400px;
	width: 100%;
}
.checkout-wrap__content--row {
	position: relative;
}
.checkout-wrap__content--row input {
	padding-left: 54px;
}
.checkout-wrap__content--row svg {
	position: absolute;
	left: 20px;
	top: 9px;
}
.checkout-wrap__content--pay .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
.checkout-wrap__content--pay .item input {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	opacity: 0;
	z-index: 3;
}
.checkout-wrap__content--pay .item label {
	padding-left: 20px;
}
.checkout-wrap__content--pay .item label::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	top: 0;
}
.checkout-wrap__content--pay .item label::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.checkout-wrap__content--pay .item input:checked + label::before {
	opacity: 1;
	visibility: visible;
}
.checkout-wrap__content--total {
	max-width: 505px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: solid 1px #000;
	margin-top: 60px;
	padding-top: 20px;
}
.checkout-wrap__content--total .left {
	width: 49%;
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
}
.checkout-wrap__content--total .right {
	width: 50%;
	text-align: right;
}
.checkout-wrap__content--total .right-price {
	font-size: 24px;
	line-height: 27px;
	font-family: Oranienbaum, sans-serif;
	margin-bottom: 10px;
}
.checkout-wrap__cart {
	width: 100%;
	max-width: 467px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.0588235294);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.0588235294);
	padding: 38px 60px;
}
.checkout-wrap__cart .item {
	margin-bottom: 28px;
}
.checkout-wrap__cart .item:last-child {
	margin-bottom: 0;
}
.checkout-wrap__cart .item-top {
	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;
	margin-bottom: 8px;
}
.checkout-wrap__cart .item-top__title {
	max-width: 140px;
	font-size: 20px;
	line-height: 23px;
	font-family: Oranienbaum, sans-serif;
}
.checkout-wrap__cart .item-top__qty {
	margin: 0 10px;
	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;
}
.checkout-wrap__cart .item-top__qty input {
	padding: 0;
	margin: 0 5px;
	width: 30px;
	text-align: center;
	border: none;
}
.checkout-wrap__cart .item-top__qty--button {
	cursor: pointer;
}
.checkout-wrap__cart .item-top__qty .plus {
	-webkit-transform: rotate(180deg) translateY(2px);
	-ms-transform: rotate(180deg) translateY(2px);
	transform: rotate(180deg) translateY(2px);
}
.checkout-wrap__cart .item-body {
	font-size: 10px;
	line-height: 13px;
}
.checkout-wrap__cart--total {
	margin-top: 20px;
	padding-top: 14px;
	border-top: solid 1px #000;
	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;
}
.checkout-wrap__cart--total .left {
	width: 49%;
}
.checkout-wrap__cart--total .right {
	width: 49%;
	text-align: right;
}
.default-wrap {
	max-width: 715px;
	margin-top: 40px;
}
.default-wrap h2 {
	margin: 40px 0;
}
.default-wrap h3 {
	margin: 40px 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 400;
	font-family: Oranienbaum, sans-serif;
}
.default-wrap ol,
.default-wrap ul {
	margin: 40px 0;
	padding-left: 20px;
}
.default-wrap p {
	display: block;
	margin: 30px 0;
}
@media (max-width: 1100px) {
	.header-wrap__nav--menu {
		margin-right: 30px;
	}
	.header-wrap__nav--menu ul li {
		margin-right: 30px;
	}
	.header-wrap__meta--search {
		margin-right: 30px;
	}
	.catalog-wrap__list .item {
		width: 32%;
	}
	.catalog-wrap__list .item-bottom,
	.catalog-wrap__list .item-meta {
		max-width: 270px;
		margin: 10px auto;
	}
	.catalog-wrap__list .item:nth-child(1n + 1) {
		margin-right: 2%;
	}
	.catalog-wrap__list .item:nth-child(3n + 3) {
		margin-right: 0;
	}
	.catalog-wrap__slider .item:nth-child(1n + 1) {
		margin: 0 10px !important;
	}
}
@media (max-width: 968px) {
	.header-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-wrap__meta--cart {
		position: relative;
		z-index: 10;
	}
	.header-wrap__meta--menu {
		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;
		width: 22px;
		height: 15px;
		position: relative;
		cursor: pointer;
		margin-right: 30px;
		z-index: 10;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.header-wrap__meta--menu span {
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: solid 2px #000;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header-wrap__meta--menu-active {
		-webkit-transform: translateY(0.25em);
		-ms-transform: translateY(0.25em);
		transform: translateY(0.25em);
	}
	.header-wrap__meta--menu-active span:nth-child(1) {
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	.header-wrap__meta--menu-active span:nth-child(2) {
		-webkit-transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		transform: rotate(-40deg);
		position: absolute;
	}
	.header-wrap__meta--menu-active span:nth-child(3) {
		display: none;
	}
	.header-wrap__nav--logo {
		position: relative;
		z-index: 10;
	}
	.header-wrap__nav--menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #fff;
		padding: 50px 15px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header-wrap__nav--menu-button {
		display: block;
		margin-top: 30px;
	}
	.header-wrap__nav--menu-button .btn {
		width: 100%;
	}
	.header-wrap__nav--menu-active {
		opacity: 1;
		visibility: visible;
	}
	.header-wrap__nav--menu ul {
		width: 100%;
		padding-top: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-wrap__nav--menu ul li {
		width: 100%;
	}
	.header-wrap__nav--menu ul li:nth-child(1n + 1) {
		margin: 0 0 30px;
	}
	.header-wrap__nav--menu ul li a {
		font-size: 14px;
		line-height: 13px;
	}
	.category-wrap__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.category-wrap__list .item {
		width: 50%;
	}
	.instagram-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.instagram-wrap__content {
		max-width: 100%;
		margin: 0 0 30px;
	}
	.instagram-wrap__gallery {
		max-width: 100%;
	}
	.footer-wrap {
		padding: 30px 0;
	}
	.footer-wrap__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: right;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.footer-wrap__nav--contacts {
		margin-right: 0;
	}
	.footer-wrap__nav--contacts .item {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.single-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.single-wrap__gallery {
		margin: 0 0 30px;
	}
	.single-wrap__gallery--nav .slick-dots {
		margin: 0 15px;
	}
	.single-wrap__content {
		max-width: 100%;
	}
}
@media (max-width: 868px) {
	.catalog-wrap__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.catalog-wrap__list .item {
		width: 48%;
	}
	.catalog-wrap__list .item:nth-child(1n + 1) {
		margin: 0 0 40px;
	}
	.checkout-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.checkout-wrap__cart {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 0 30px;
	}
	.checkout-wrap__content {
		max-width: 100%;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.why-wrap__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.why-wrap__list .left,
	.why-wrap__list .right {
		width: 100%;
	}
	.why-wrap__list .left-image {
		display: none;
	}
	.why-wrap__list .left-row {
		width: 100%;
		border-right: solid 1px #000;
	}
	.why-wrap__list .left-row .item:last-child {
		border-bottom: none;
	}
	.why-wrap__list .right-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.why-wrap__list .right-row .item {
		width: 100%;
	}
	.why-wrap__list .right-row .item:last-child {
		border-left: solid 1px #000;
	}
	.why-wrap__list .right-image {
		height: 200px;
	}
}
@media (max-width: 550px) {
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.header-wrap__meta--search {
		display: none;
	}
	.header-wrap__meta--menu {
		margin-left: 15px;
	}
	.main-wrap {
		min-height: 100vh;
		padding: 150px 0 50px;
	}
	.main-wrap__title {
		font-size: 40px;
		line-height: 50px;
	}
	.main-wrap__subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	.category-wrap {
		margin: 60px 0;
	}
	.category-wrap__list .item {
		width: 100%;
	}
	.category-wrap__list .item-image {
		height: 250px;
	}
	.category-wrap__list .item-title {
		font-size: 20px;
	}
	.catalog-wrap__slider .item-bottom,
	.catalog-wrap__slider .item-meta {
		margin: 10px auto;
		max-width: 295px;
	}
	.why-wrap {
		margin: 60px 0;
	}
	.instagram-wrap__content--text {
		font-size: 18px;
		line-height: 24px;
	}
	.instagram-wrap__gallery .item {
		width: 100%;
		height: 250px;
	}
	.footer {
		margin-top: 60px;
	}
	.footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.footer-wrap__logo {
		margin-bottom: 30px;
	}
	.footer-wrap__nav--contacts {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.footer-wrap__nav--contacts .item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-wrap__nav--menu {
		width: 100%;
		text-align: center;
	}
	.catalog-wrap__list .item:nth-child(1n + 1) {
		width: 49%;
	}
	.catalog-wrap__list .item-image {
		height: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.catalog-wrap__list .item-meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 15px;
	}
	.catalog-wrap__list .item-meta__price,
	.catalog-wrap__list .item-meta__title {
		max-width: 100%;
	}

	.modal-wrap__slider .item-meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.cart__bttn {
		margin-top: 30px;
		padding: 12px;
		width: 100%;
	}
	.single-wrap__content--meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.single-wrap__content--meta .left {
		max-width: 100%;
		margin: 0 0 10px;
	}
	.single-wrap__content--meta .right {
		max-width: 100%;
	}
	.single-wrap__content--action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.single-wrap__content--action-qty {
		margin-bottom: 30px;
	}
	.single-tabs__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
	.single-tabs__top .item {
		margin: 0 0 10px;
	}
	.checkout-wrap__cart {
		padding: 38px 15px;
	}
	.checkout-wrap__content--total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
	.checkout-wrap__content--total .left,
	.checkout-wrap__content--total .right {
		text-align: left;
		width: 100%;
	}
	.default-wrap {
		margin-top: 0;
	}
	.default-wrap h2,
	.default-wrap h3,
	.default-wrap ol,
	.default-wrap p,
	.default-wrap ul {
		margin: 20px 0;
	}
}

.cart__related {
	height: max-content !important;
	max-width: 100%;
	margin-top: auto;
	background: #f5f5f5;
}
@media only screen and (max-width: 576px) {
	.cart__related {
		width: 100%;
	}
}
.cart__related-info img {
	width: 111px;
	max-width: 100%;
	object-fit: cover;
	height: 111px;
}
.cart__related h6 {
	font-weight: 400;
	font-size: 16px;
}
.cart__related-title {
	margin-bottom: 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 2.08rem */
}

.cart__related-slide {
	padding: 20px 0;
}
.cart__related-slide a {
	display: flex;
	gap: 10px;
	width: 100%;
	align-items: center;
	color: #000;
}
.cart__related-info {
	display: flex;
	align-items: center;
}
.cart__related-summary {
	/* width: 128px; */
	max-width: 100%;
	margin-left: 10px;
}
.cart__related .swiper-button-prev,
.cart__related .swiper-button-next {
	width: 20px;
	height: 20px;
}
.cart__related .swiper-button-prev:hover,
.cart__related .swiper-button-next:hover {
	box-shadow: none;
}
.cart__related-bttn {
	font-size: 10px;
	padding: 11px 9px;
	background: #ffffff;
	width: auto;
	height: auto;
}

.cart__related-summary h5 {
	color: #000;
	font-family: Oranienbaum;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 6px;
	font-weight: 400;
	line-height: normal;
}

.cart__related-summary h6 {
	color: #000;
	font-family: HelveticaNeueCyr;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.cart__related-bttn {
	color: #fff;
	background: #000;
	padding: 8px 14.5px;
	text-align: center;
	margin-top: 20px;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	width: max-content;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: 1px solid #000;
	transition: all 0.2s ease;
}

.cart__related-bttn:hover {
	background-color: #fff;
	color: #000;
}

.cart__related {
	margin-top: 40px;
}

.modal-wrap {
	overflow-y: auto;
}

.cart__top {
	padding: 98px 48px 0px 30px;
}

.cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.cart__related {
	padding: 20px 48px 20px 30px;
}

.cart__bttn {
	padding-left: 30px;
}

@media (max-width: 550px) {
	.cart__bttn {
		padding: 0 10px;
	}
}

.cart__related-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.cart__related-pagination {
	width: max-content !important;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	transition: all 0.2s ease;
}

.swiper-pagination-bullet:hover {
	background: #000;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background: #000;
}

.cart__related-prev,
.cart__related-next {
	cursor: pointer;
}

.cart__related-prev img,
.cart__related-next img {
	transition: all 0.2s ease;
}

.cart__related-prev:hover img {
	transform: translateX(-2px);
}
.cart__related-next:hover img {
	transform: translateX(2px);
}

.cart__related-prev:active img {
	transform: translateX(-5px);
}
.cart__related-next:active img {
	transform: translateX(5px);
}

div.opacity {
	margin-bottom: 20px;
}

.cart__bttn {
	max-width: max-content;
}

.cart__bttn .checkout-wrap__cart--total {
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 550px) {
	.cart__bttn {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 20px;
	}
}

.opacity + .modal-wrap__notice {
	display: none;
}

.modal-wrap__notice {
	display: block;
	transition: all 0.2s ease;
	color: #000;
}

.modal-wrap__notice:hover {
	text-decoration: underline;
}

.custom-notice {
	display: none !important;
}

.main-wrap__bttn {
	margin-top: 15px;
}

.item.action .minus,
.item.action .plus {
	opacity: 0.6;
}

@media (max-width: 576px) {
	.modal-wrap {
		display: flex;
		flex-direction: column;
		padding-bottom: 100px;
	}
	.cart__bottom {
		margin-top: auto;
	}
	.main {
		max-height: 900px;
	}
	.main__bg img {
		height: 100%;
	}
}
