* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Century Gothic', sans-serif;
	overflow-x: hidden;
}

a:hover {
	color: #fff;
	text-decoration: unset;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
}
.swiper-horizontal .swiper-pagination-bullets {
	bottom: -52px !important;
}

.frontpage,
.about__page {
	background: url('../images/Group79.png'), url('../images/Group75.png');
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

.about__page {
	background: url('../images/Group122.png');
}

::-webkit-scrollbar {
	width: 2px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
	background: #f1f1f1; /* Background of the track */
}

::-webkit-scrollbar-thumb {
	background: #888; /* Background of the thumb */
	border-radius: 6px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
	background: #555; /* Background of the thumb on hover */
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

section {
	margin-bottom: 100px !important;
}
section.connect {
	margin-bottom: 0 !important;
}

input,
textarea,
button {
	font-family: 'Century Gothic', sans-serif;
}

h3.title {
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 900;
	line-height: 80px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 60px;
}

form.woocommerce-ordering {
	float: none !important;
}

.bc ul {
	display: flex;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.bc ul li {
	font-size: 12px;
	font-weight: 700;
	line-height: 14.71px;
	letter-spacing: 0.33em;
	text-align: left;
	text-transform: uppercase;
}

.contacts__page .bc,
.partners__page .bc {
	margin-bottom: 120px;
}

.category__page .bc,
.tax-product_cat .bc {
	margin-bottom: 91px;
}

.about__page .bc {
	margin-bottom: 62px;
}

.list__page .bc,
.product__page .bc,
.shops__page .bc {
	margin-bottom: 80px;
}

.contact__page .bc,
.partners__page .bc {
	margin-bottom: 80px;
}

.woocommerce-breadcrumb {
	margin-bottom: 80px !important;
}
.woocommerce-product-search {
	margin-bottom: 60px;
}

.container {
	margin: auto;
	max-width: 1559px;
}

.content__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: left;
	margin-bottom: 40px;
}
.content__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-bottom: 70px;
}
.content__text p {
	margin-bottom: 15px;
}

.wpcf7 .wpcf7-form p,
.wpcf7-form-control {
	margin: 0 !important;
}

.header {
	margin: 55px 0 80px;
}
.header__wrapper {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
}
.header__menu ul {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.header__menu ul li {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.52px;
	text-align: left;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}
.header__menu ul li:hover::after {
	opacity: 1;
	visibility: visible;
}
.header__menu ul li:hover a {
	color: #fff !important;
}
.header__menu ul li::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	background: #040200;
	width: 211px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-35deg);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.header__menu ul a {
	position: relative;
	z-index: 1;
	color: #040200;
}
.header__contacts {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.header__contacts div {
	background-color: #040200;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.hero {
	background-repeat: no-repeat;
	margin-bottom: 120px;
}
.hero__wrapper {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}
.hero__text {
	width: 53%;
	flex: 0 0 53%;
	margin-top: 63px;
}
.hero__text > div {
	position: relative;
	z-index: 1;
}
.hero__text > div:last-child {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 30.62px;
	text-align: left;
	margin-top: 50px;
	background: #040200;
	transform: skew(-35deg);
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	width: 781px;
	cursor: pointer;
}
.hero__text > div:last-child p,
.hero__text > div:last-child span {
	transform: skew(35deg);
	padding: 35px 0;
	margin-bottom: 0;
}
.hero__text > div:last-child::before {
	content: '';
	position: absolute;
	top: -10px;
	right: 1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	transform: rotate(32deg);
	border-width: 1px 0px 19px 30px;
	border-color: transparent #414141 transparent;
}
.hero__motto div:first-child {
	color: #fff;
	font-size: 100px;
	font-weight: 400;
	line-height: 122.61px;
	text-align: left;
	margin-left: 202px;
}
.hero__motto div:nth-child(2) {
	text-transform: uppercase;
	font-size: 115px;
	font-weight: 700;
	line-height: 141px;
	text-align: left;
	margin-left: 130px;
}
.hero__motto div:nth-child(3) {
	font-size: 75px;
	font-weight: 400;
	line-height: 91.96px;
	text-align: left;
	margin-left: 130px;
}
.hero__motto div:nth-child(4) {
	color: #fff;
	font-size: 75px;
	font-weight: 400;
	line-height: 91.96px;
	text-align: left;
}
.hero__motto div:last-child {
	text-transform: uppercase;
	font-size: 115px;
	font-weight: 700;
	line-height: 141px;
	text-align: left;
	margin-left: 130px;
	margin-left: 123px;
}
.hero__image {
	width: 47%;
	flex: 0 0 47%;
}

.about__wrapper {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 100px;
	position: relative;
}
.about__title {
	font-size: 96px;
	font-weight: 700;
	line-height: 144px;
	text-align: right;
	margin-bottom: 82px;
}
.about__text {
	padding: 86px 153px;
	border-left: 16px solid #040200;
	border-right: 16px solid #040200;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	max-width: 1080px;
}
.about__text p {
	font-size: 21px;
	font-weight: 400;
	line-height: 33px;
	text-align: left;
}
.about__text p span {
	color: #eb8d13;
	font-weight: 700;
}
.about__image img {
	position: absolute;
	top: 0;
	left: 0;
}
.about__info {
	width: 70%;
	flex: 0 0 70%;
	margin-right: 113px;
}

.catalog__box {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 72px;
}
.catalog__item {
	width: 25%;
	flex: 0 0 calc(25% - 60px);
	background-color: #040200;
	box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.2509803922);
}
.catalog__inner {
	color: #fff;
	text-align: center;
	border: 1px solid #ffffff;
	margin: 22px 17px;
	padding-bottom: 47px;
}
.catalog__image img {
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
}
.catalog__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.43px;
	text-align: center;
	margin-bottom: 15px;
}
.catalog__weight {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.62px;
	text-align: center;
	margin-bottom: 15px;
}
.catalog__taste {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.catalog__price {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
}
.catalog__button button {
	color: #fff;
	background-color: #eb8d13;
	border: 0;
	border-radius: 90px;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.catalog__wrapper {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}
.catalog__wrapper > div:last-child {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
	width: 600px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 30.62px;
	text-align: left;
	background: #040200;
	transform: skew(-37deg);
	cursor: pointer;
	padding: 33px 0;
}
.catalog__wrapper > div:last-child p,
.catalog__wrapper > div:last-child span {
	transform: skew(35deg);
	margin: 0;
}
.catalog__wrapper > div:last-child::before {
	content: '';
	position: absolute;
	top: -95px;
	right: 46px;
	width: 0;
	height: 0px;
	border-style: solid;
	transform: rotate(90deg) skew(0deg, -61deg);
	border-width: 47px 0px 119px 25px;
	border-color: transparent transparent #414141;
}
.catalog__wrapper > div:last-child span {
	line-height: 0;
	margin-left: 10px;
}

.cta {
	background: url('../images/ricelist.jpg');
	padding: 140px 0;
}
.cta__wrapper {
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0px;
	flex-direction: column;
}
.cta__text {
	color: #fff;
	font-size: 100px;
	font-weight: 400;
	line-height: 122.61px;
	text-align: right;
	margin-bottom: 60px;
	max-width: 950px;
}
.cta__button button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	color: #fff;
	background-color: #eb8d13;
	border: 0;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	padding: 30px 25px;
	cursor: pointer;
}
.cta__button button span {
	line-height: 0;
}

.advantages__title {
	font-size: 150px;
	font-weight: 700;
	line-height: 150px;
	text-align: left;
	margin-bottom: 60px;
}
.advantages__text {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	margin-bottom: 90px;
}
.advantages__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 38px;
}
.advantages__item {
	width: 25%;
	flex: 0 0 calc(25% - 38px);
	background: #040200;
	transition: all 0.5s ease;
}
.advantages__item:hover {
	transform: scale(1.05);
}
.advantages__inner {
	color: #fff;
	border: 1px solid #ffffff;
	padding: 100px 15px;
	margin: 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	height: 372px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}

.gallery__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}
.gallery__item {
	width: 33.333%;
	flex: 0 0 33.333%;
	line-height: 0;
}
.parners__box {
	position: relative;
}
.clients__slider {
	padding-bottom: 15px !important;
}
.clients__title {
	font-size: 100px;
	font-weight: 700;
	line-height: 100px;
	text-align: center;
	margin-bottom: 99px;
}
.clients__slider .swiper-slide {
	padding: 61px 108px;
	height: 342px;
}
.clients__slider .swiper-slide img {
	margin: auto;
	display: flex;
}
.clients__slider .swiper-slide:nth-child(odd) {
	background-color: #754609;
}
.clients__slider .swiper-slide:nth-child(even) {
	background-color: #f5c689;
}

.footer {
	padding: 107px 0 84px;
	background: #040200;
	color: #fff;
}
.footer__wrapper {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}
.footer__title {
	font-size: 48px;
	font-weight: 400;
	line-height: 58.85px;
	text-align: left;
	margin-bottom: 32px;
}
.footer__info {
	width: 50%;
	flex: 0 0 50%;
}
.footer__info > div:nth-child(2) {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.43px;
	text-align: left;
	margin-bottom: 30px;
}
.footer__contacts {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
	row-gap: 27px;
	margin-bottom: 55px;
}
.footer__item {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
	width: 50%;
	flex: 0 0 50%;
	font-size: 24px;
	font-weight: 400;
	line-height: 29.43px;
	text-align: left;
}
.footer__item span {
	background: radial-gradient(50% 50% at 50% 50%, #eb8d13 0%, #fa6b3d 100%);
	border-radius: 50%;
	padding: 15px;
	width: 54px;
	height: 54px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}
.footer__time > div:first-child {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.43px;
	text-align: left;
	margin-bottom: 33px;
}
.footer__time > div:last-child {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}
.footer__time > div:last-child div {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.62px;
	text-align: left;
	width: 50%;
	flex: 0 0 50%;
}
.footer__map {
	width: 50%;
	flex: 0 0 50%;
}
.company__wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}
.company__info {
	flex: 0 0 100%;
}
.company__inner {
	width: 50%;
}
.company__image {
	flex: 0 0 44%;
	transform: translateX(-100%);
}
.company__image img {
	height: 100%;
}
.company__title {
	font-size: 100px;
	font-weight: 700;
	line-height: 122.61px;
	text-align: right;
	margin-bottom: 68px;
	text-transform: uppercase;
	color: #fff;
}
.company__text {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
	text-align: left;
}
.company__text span {
	font-weight: 700;
}
.company__download {
	margin-left: 396px;
	position: relative;
	max-width: 713px;
	background: #040200;
	transform: skew(-35deg);
	padding: 34px 150px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
	cursor: pointer;
}
.company__download p,
.company__download svg {
	color: #fff;
	transform: skew(35deg);
	font-size: 32px;
	font-weight: 100;
	line-height: 30.62px;
	text-align: center;
	/* line-height: 0; */
	margin: 0;
}
.company__download::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 2px;
	width: 0px;
	height: 0px;
	border-style: solid;
	transform: rotate(32deg);
	border-width: 2px 0px 21px 32px;
	border-color: transparent #414141 transparent;
}

.gain {
	margin-bottom: 100px;
}
.gain__title {
	font-size: 100px;
	font-weight: 700;
	line-height: 100px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.gain__info {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 100px;
}
.gain__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}
.gain__item {
	width: 33.333%;
	flex: 0 0 calc(33.333% - 50px);
}
.gain__image {
	display: flex;
	width: 135px;
	height: 135px;
	background-color: #040200;
	margin: 0 auto 40px;
}
.gain__inner {
	border: 1px solid #ffffff;
	margin: 12px;
	padding: 36px;
}
.gain__name {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	margin-bottom: 25px;
}
.gain__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.offer {
	margin-bottom: 100px;
}
.offer__title {
	font-size: 100px;
	font-weight: 700;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.offer__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 58px;
}
.offer__item {
	width: 33.333%;
	flex: 0 0 calc(33.333% - 50px);
	background-color: #eb8d13;
	padding: 42px 36px;
	height: 487px;
	border: 6px solid #ffffff;
}
.offer__name {
	background-color: #fff;
	border-radius: 90px;
	padding: 15px 30px;
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
}
.offer__list li {
	list-style-type: disc;
	list-style-position: inside;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
}

.connect {
	position: relative;
	margin-bottom: 0;
	padding: 160px 0;
	background-image: url('../images/4d90a3cc7ba3e1bb3236902ce5f928ed.png');
	height: 803px;
	background-size: cover;
}
.connect__title {
	z-index: 1;
	position: relative;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	margin-bottom: 50px;
	max-width: 1080px;
}
.connect__text {
	max-width: 1020px;
	margin: auto;
	z-index: 1;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 70px;
}
.connect__button {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
}
.connect__button button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	color: #fff;
	background-color: #eb8d13;
	border: 0;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	padding: 30px 25px;
	cursor: pointer;
}
.connect__button button span {
	line-height: 0;
}
.connect::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #040200 0.58%, rgba(0, 0, 0, 0) 85.36%);
}

.shops {
	margin-bottom: 131px;
}
.shops__page {
	background-image: url('../images/town3.png');
	background-repeat: no-repeat;
}
.shops__page .header ul li a {
	color: #000;
}
.shops__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 60px;
}
.shops__item {
	width: 33.333%;
	flex: 1 0 calc(33.333% - 60px);
	background-color: #100f15;
	padding: 45px 37px;
	position: relative;
}
.shops__item::after {
	content: url('../images/Ellipse3.png');
	position: absolute;
	right: 0;
	bottom: 0;
	width: unset;
	height: 358px;
}
.shops__name {
	z-index: 1;
	position: relative;
	margin-bottom: 26px;
	color: #fff;
}
.shops__name div:first-child {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.43px;
	text-align: left;
	margin-bottom: 15px;
}
.shops__name div:last-child {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.62px;
	text-align: left;
}
.shops__address {
	z-index: 1;
	position: relative;
	color: #fff;
	margin-bottom: 30px;
}
.shops__address div {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-bottom: 15px;
}
.shops__address div span {
	margin-right: 10px;
}
.shops__button {
	z-index: 1;
	position: relative;
}
.shops__button button {
	color: #fff;
	background-color: #eb8d13;
	border: 0;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	padding: 30px 25px;
	cursor: pointer;
}

.partners {
	position: relative;
	z-index: 90;
}
.partners__wrapper {
	background: #040200;
	background-repeat: no-repeat;
	background-position: right;
}
.partners__wrapper.p1 {
	padding: 97px 0;
}
.partners__wrapper.p2 {
	padding: 43px 0;
}
.partners__wrapper::after {
	content: url('../images/Rectangle32.png');
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}
.partners__title {
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: center;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}
.partners__form,
.wpcf7-form {
	text-align: center !important;
	max-width: 693px !important;
	margin: 0 auto !important;
	position: relative !important;
	z-index: 1 !important;
}
.partners__form input,
.partners__form textarea,
.wpcf7-form input,
.wpcf7-form textarea {
	display: block !important;
	width: 100% !important;
	border: 0 !important;
	padding: 25px !important;
	background-color: #22202b !important;
	border-radius: 90px !important;
	margin-bottom: 15px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 17.17px !important;
	text-align: left !important;
}
.partners__form input::-moz-placeholder,
.partners__form textarea::-moz-placeholder,
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color: #fff !important;
}
.partners__form input::placeholder,
.partners__form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #fff !important;
}
.partners__form textarea,
.wpcf7-form textarea {
	border-radius: 30px !important;
}
.partners__form button,
.wpcf7-form [type='submit'] {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
	color: #fff !important;
	background: #eb8d13 !important;
	border: 0 !important;
	border-radius: 90px !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 48px !important;
	text-align: center !important;
	padding: 10px 15px !important;
	cursor: pointer !important;
}

.contacts {
	position: relative;
}
.contacts__page {
	background-image: url('../images/town3.png');
	background-repeat: no-repeat;
}
.contacts__page .header ul li a {
	color: #000;
}
.contacts__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: left;
	margin-bottom: 40px;
}
.contacts__line {
	margin-bottom: 60px;
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 31px;
}
.contacts__line div {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	display: flex;
	align-items: center;
}
.contacts__line div span {
	margin-right: 10px;
	line-height: 0;
}
.contacts__line div a {
	color: #040200;
}
.contacts__map {
	margin-bottom: 60px;
}
.category {
	margin-bottom: 208px;
}
.category__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 64px;
	/* row-gap: 96px; */
}
.category__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 45px;
	background-color: #1b1d2b;
	height: 326px;
	min-height: 326px;
	position: relative;
}
.category__item {
	flex: 1 0 calc(50% - 64px);
}
/* .category__item:first-child {
	width: 50%;
	flex: 1 0 calc(50% - 64px);
} */
/* .category__item:first-child::before {
	content: url(../images/Group113.png);
	position: absolute;
	bottom: 120px;
	right: -72px;
	height: 100%;
	z-index: 1;
} */
.category__item img {
	position: absolute;
	right: 25px;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
	z-index: 1;
}
.category__item:nth-child(3n + 1)::after {
	content: url(../images/Ellipse33.png);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}
/* .category__item:nth-child(2) {
	width: 50%;
	flex: 1 0 calc(50% - 64px);
} */
/* .category__item:nth-child(2)::before {
	content: url(../images/kiwi-stoner11.png);
	position: absolute;
	bottom: 90px;
	right: -85px;
	height: 100%;
	z-index: 1;
} */
.category__item:nth-child(3n + 2)::after {
	content: url(../images/Ellipse44.png);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}
/* .category__item:nth-child(3) {
	width: 70%;
	flex: 1 0 calc(70% - 64px);
} */
/* .category__item:nth-child(3)::before {
	content: url(../images/kiwi-stoner22.png);
	position: absolute;
	bottom: 58px;
	right: -50px;
	height: 100%;
	z-index: 1;
} */
.category__item:nth-child(3n + 3)::after {
	content: url(../images/Ellipse55.png);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: fit-content;
}
/* .category__item:last-child {
	justify-content: center;
	align-items: center;
	gap: 22px;
	width: 30%;
	flex: 1 0 100%;
	background-color: transparent;
	border: 1px solid #040200;
}
.category__item:last-child .category__name {
	color: #040200;
}
.category__item:last-child .category__link svg path {
	stroke: #040200;
} */
.category__name {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: left;
	z-index: 1;
}
.list__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: left;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.list__search,
.woocommerce-products-header {
	margin-bottom: 60px;
}
.list__search input#woocommerce-product-search-field-0 {
	border: 1px solid #c6c6c6;
	background-color: #fff;
	padding: 34px 25px;
	width: 100%;
	border-radius: 90px;
}
.list__search input::-moz-placeholder {
	color: #040200;
}
.list__search input::placeholder {
	color: #040200;
}
.list__box {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px;
}
.list__sidebar {
	width: 26%;
	flex: 0 0 calc(26% - 60px);
	background-color: #040200;
	padding: 44px 29px;
}
.list__showcase {
	width: 74%;
	flex: 1 0 calc(74% - 60px);
}
.list__goods {
	display: flex !important;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px;
}
.list__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	width: 33.333%;
	flex: 0 0 calc(33.333% - 40px);
	background-color: #040200;
	padding: 0 22px 35px;
}
.list__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.43px;
	text-align: center;
	margin-bottom: 12px;
}
.list__brand {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.62px;
	text-align: center;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.list__taste {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 54px;
}
.list__weight {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}
.list__weight div {
	color: #717171;
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
	text-align: center;
	padding: 10px 15px;
	border-radius: 90px;
	background-color: #262626;
}
.list__weight .active {
	background-color: #eb8d13;
	color: #fff;
}
.list__cart {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	z-index: 9;
}
.list__cart .cart.product__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.list__cart .product__qty {
	border-color: #fff;
	padding: 5px;
}
.list__cart .cart.product__button .product__qty .quantity {
	margin: 0;
	padding: 0;
}
.quantity input {
	background: transparent;
}
.list__qty {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 3px;
	width: 40%;
	flex: 0 0 calc(40% - 20px);
	border: 1px solid #ffffff;
	border-radius: 90px;
	padding: 5px;
}
.woocommerce .quantity .qty {
	border: 0 !important;
	color: #fff;
	background: transparent;
	padding: 6px;
	height: 100%;
}
.single-product.woocommerce .product__cart .quantity .qty {
	color: #000;
}
.list__qty input {
	width: 100%;
}
.list__qty button {
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.list__cart button,
.related .product__button button {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	border-radius: 90px;
	background-color: #eb8d13;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.list__button button span {
	line-height: 0;
}
.list__price {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
.list__acc {
	color: #fff;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}
.list__acc.active .list__flist {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}
.list__fname {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.62px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.list__fname span {
	cursor: pointer;
}
.list__flist li {
	font-size: 14px;
	font-weight: 400;
	line-height: 17.17px;
	text-align: left;
	margin-bottom: 10px;
}
.list__fprice {
	color: #fff;
	margin-top: 40px;
}
.list__minmax {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
	margin-bottom: 19px;
}
.list__minmax div {
	font-size: 12px;
	font-weight: 700;
	line-height: 14.71px;
	text-align: left;
	color: #737089;
}
.list__pagination ul {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.wrapper.list {
	margin-bottom: 0;
}
.single-product,
.tax-product_cat {
	background-image: url('../images/town3.png');
	background-repeat: no-repeat;
}
.product__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44.14px;
	text-align: left;
	margin-bottom: 64px;
	text-transform: uppercase;
}
.product__box {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}
.product__image {
	width: 40%;
	flex: 0 0 calc(40% - 40px);
}
.product__info {
	width: 60%;
	flex: 0 0 calc(60% - 40px);
}
.product__info a {
	color: #040200;
}
.product__flex {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0px;
}
.product__weights {
	margin-bottom: 38px;
}
.product__weights p {
	color: #44465e;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.17px;
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.product__weight {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.product__weight div {
	color: #eb8d13;
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid #eb8d13;
	border-radius: 90px;
	cursor: pointer;
}
.product__weight .active {
	color: #040200;
	background-color: #eb8d13;
}
.product__weight .disabled {
	background-color: #f0f0f0;
	color: #d2d2d2;
	border: 0;
	cursor: not-allowed;
}
.product__taste p {
	color: #44465e;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.17px;
	text-align: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.product__taste div {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
.product__price {
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	text-align: right;
	margin-bottom: 35px;
}
.product__cart {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}
.product__cart form.cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 13px;
}
.stock.in-stock {
	display: none;
}
.product__qty {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 4px;
	border: 2px solid #040200;
	border-radius: 90px;
	padding: 12px 37px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.product__qty svg,
.list__qty svg {
	cursor: pointer;
}
.product__qty input {
	border: 0;
}
.product__qty button {
	border: 0;
	background: transparent;
	cursor: pointer;
}
.product__button button {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border-radius: 90px;
	background-color: #eb8d13;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.product__button button span {
	line-height: 0;
}
.product__description {
	margin-top: 48px;
}
.product__description div {
	color: #44465e;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.17px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product__description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.related {
	/* margin-top: 360px; */
	margin-bottom: 150px;
}
.related__wrapper {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
}
.related__wrapper .list__item {
	width: 25%;
	flex: 1 0 calc(25% - 60px);
}
.pagination {
	margin-top: 50px;
}
.pagination > * {
	border: 1px solid black;
	padding: 10px;
}
.pagination a {
	color: black;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
.modal {
	max-width: 1020px;
	height: unset !important;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	display: unset !important;
}
.modal__wrapper {
	background-image: url('../images/Group117.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 35px 100px 80px;
}
.modal__x {
	margin-bottom: 21px;
	text-align: center;
	cursor: pointer;
}
.modal__title {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.modal__text {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.modal__buttons {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
}
.modal__buttons div {
	color: #fff;
	background-color: #040200;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	transform: skew(-35deg);
	padding: 16px 100px;
	cursor: pointer;
}
.modal__buttons div p {
	transform: skew(35deg);
	margin: 0;
}
.modal__buttons div:first-child {
	background-color: #f59b27;
}

.modal.active {
	opacity: 1;
	visibility: visible;
} /*# sourceMappingURL=styles.css.map */
