@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
		url('../fonts/Gilroy-UltraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
		url('../fonts/Gilroy-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Lt';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaLightC';
	src: url('../fonts/FuturaLightC.woff2') format('woff2'),
		url('../fonts/FuturaLightC.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('../fonts/FuturaBookC.woff2') format('woff2'),
		url('../fonts/FuturaBookC.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaMediumC';
	src: url('../fonts/FuturaMediumC.woff2') format('woff2'),
		url('../fonts/FuturaMediumC.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaDemiC';
	src: url('../fonts/FuturaDemiC.woff2') format('woff2'),
		url('../fonts/FuturaDemiC.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

button,
input[type='submit'] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

button:focus {
	box-shadow: none !important;
}

*:focus {
	outline: none;
}

body {
	font: 300 18px 'FuturaLightC', sans-serif;
}

a {
	display: inline-block;
	font: inherit;
	color: inherit;
	transition: 300ms;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input,
button,
textarea {
	font-family: inherit;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

#apishipCourierWidget input, #apishipCourierWidget button, #apishipCourierWidget textarea {
-moz-appearance: auto;
appearance: auto;
-webkit-appearance: auto;
}


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

a img {
	border: none;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	max-width: 1440px;
	padding: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
	.container {
		width: 970px;
	}
}

@media screen and (max-width: 991px) {
	.container {
		width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}

/* General */
.title {
	font-size: 55px;
	letter-spacing: 0.04em;
	font-weight: 300;
}

.btn {
	background: #0c0b0b;
	font-size: 18px;
	letter-spacing: 0.085em;
	font-family: 'FuturaBookC';
	color: #fff;
	text-transform: uppercase;
	width: 252px;
	padding: 18px 0;
	border: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: 300ms;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.btn-taken {
	background: #63bd87;
	padding: 10px 0;
	font-size: 16px;
	text-transform: inherit;
	font-family: 'FuturaBookC';
}

.btn-canceled {
	background: #dc411f;
	padding: 10px 0;
	font-size: 16px;
	text-transform: inherit;
	font-family: 'FuturaBookC';
}

.btn-small {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: 'FuturaMediumC';
	padding: 9px 0;
	border-radius: 4px;
	width: 95px;
}

.btn-white {
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	color: #000;
}

.btn-white:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

/* Select2 */
.select2-container--default .select2-selection--single {
	border: 1px solid #e5e5e5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	width: 72px;
	padding: 0 16px;
	font-family: 'Montserrat';
	font-size: 14px;
	color: #333333 !important;
}

.select2-results__option {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #333333 !important;
	padding: 5px 19px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}

.select2-container--open .select2-dropdown--below {
	border: none;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #ddd;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	width: 12px;
	height: 9px;
	background: url(../images/arrow-select.svg) 50% no-repeat;
	display: block;
	top: 10px;
	right: 16px;
}

.footer-toolbar {
	margin-top: 40px;
	margin-bottom: 150px;
}

.footer-toolbar .nx-catalog-page-navigation-count-items {
	text-align: center;
	margin-bottom: 20px;
}

.footer-toolbar__inner {
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

@media only screen and (max-width: 991px) {
	.footer-toolbar__inner {
		flex-direction: column;
		margin-bottom: 100px;
	}
}

.select {
	display: flex;
	align-items: center;
}

.select__title {
	font-family: 'Montserrat';
	font-size: 14px;
	margin-right: 16px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 991px) {
	.pagination {
		margin-bottom: 30px;
	}
}

.pagination__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 100%;
	padding: 0 7px;
	border: 0.5px solid #e6e6e6;
	border-radius: 4px;
	font-family: 'FuturaBookC';
	letter-spacing: 0.25px;
	transition: 300ms;
}

.pagination__arrow:hover {
	background: #000;
	color: #fff;
}

.pagination__arrow:hover svg {
	stroke: #fff;
}

.pagination__arrow svg {
	display: flex;
	stroke: #000;
	transition: 300ms;
	margin-top: 2px;
}

@media only screen and (max-width: 767px) {
	.pagination__arrow--prev:first-child {
		display: none;
	}

	.pagination__arrow--next:last-child {
		display: none;
	}
}

.pagination__arrow--prev svg {
	margin-right: 4px;
}

.pagination__arrow--next {
	margin-left: 4px;
}

.pagination__arrow--next svg {
	transform: rotate(180deg);
	margin-left: 4px;
}

@media only screen and (max-width: 767px) {
	.pagination__arrow--prev svg {
		margin-right: 5px;
	}

	.pagination__arrow--left svg {
		margin-left: 5px;
	}
}

.pagination__items {
	display: flex;
	align-items: center;
}

.pagination__item {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	font-size: 14px;
	border-radius: 4px;
	margin-right: 8px;
	color: #444444;
}

.pagination__item:last-child {
	margin-right: 0;
}

.pagination__item:hover {
	background: #000;
	color: #fff;
}

/* Overlay */
.overlay {
	background: rgba(81, 81, 81, 0.37);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	transition: 300ms;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}

@media only screen and (max-width: 991px) {
	.overlay {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.overlay {
		display: none;
	}
}

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

/* Header */
@media only screen and (max-width: 991px) {
	.header {
		padding: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 10250;

		padding-bottom: 15px;
	}
}

.header__top {
	background-color: #2b2828;
	color: #fff;
	padding: 12px 0;
}

.header__top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-family: 'FuturaBookC';
	letter-spacing: 0.04em;
	font-size: 11px;
}

@media only screen and (max-width: 991px) {
	.header__top {
		display: none;
	}
}

.header__nav {
	display: flex;
	align-items: center;
}

.header__nav li {
	margin-right: 50px;
}

.header__nav li:last-child {
	margin-right: 0;
}

.header__nav a {
	margin-bottom: -1px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}

.header__nav a:hover {
	border-bottom: 1px solid #fff;
}

.header__info {
	display: flex;
	align-items: center;
}

.header__place {
	margin-right: 52px;
	margin-bottom: -1px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	transition: 300ms;
	cursor: pointer;
}

.header__place:hover {
	border-bottom: 1px solid #fff;
}

.header__place-head {
	display: flex;
	align-items: center;
}

.header__place-name {
	margin-right: 25px;
}

.header__place-arrow {
	flex-shrink: 0;
}

.header__phone {
	margin-right: 60px;
	margin-bottom: -1px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}

.header__phone:hover {
	border-bottom: 1px solid #fff;
}

.header__container {
	display: flex;
	align-items: center;
	display: none;
}

@media only screen and (max-width: 991px) {
	.header__container {
		display: flex;
	}
}

.header__contact {
	margin-bottom: -1px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}

.header__contact:hover {
	border-bottom: 1px solid #fff;
}

.header__main {
	width: 100%;
	background: #fff;
}

.header__main.fixed {
	position: fixed;
	top: 0;
	z-index: 105;
}

.header__main.fixed .header__hover {
	top: 76px;
}

.header__main-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 26px 0;
	padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {
	.header__main-container {
		padding: 25px 0 0;
		align-items: center;
	}
}

.header__main-items {
	display: flex;
	align-items: center;
}

.header__main-items.active {
	display: block;
}

@media only screen and (max-width: 991px) {
	.header__main-items {
		display: none;
	}
}

.header__main-item {
	margin-right: 60px;
	margin-bottom: -3px;
	cursor: pointer;
}

.header__main-item:hover .header__main-link {
	border-bottom: 3px solid #000;
}

.header__main-item:hover .header__hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	text-decoration: none;
}

.header__main-item:last-child {
	margin-right: 0;
}

.header__main-link {
	border-bottom: 3px solid transparent;
	text-decoration: none;
	font-family: 'FuturaBookC';
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

.header__icons {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header__icons {
		margin-bottom: 5px;
	}
}

.header__icons a {
	display: flex;
	margin-right: 40px;
	align-items: flex-start;
}

.header__icons a:hover {
	transform: scale(1.3);
}

.header__icons a:last-child {
	margin-right: 0;
}

.header__icons a svg {
	fill: #fff;
	padding-right: 2px;
}

@media only screen and (max-width: 991px) {
	.header__icons .header__icons-star {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.header__icons .header__icons-search {
		position: absolute;
		top: 33px;
		left: 65px;
		display: none;
	}
}

.header__icons-bag {
	position: relative;
}

@media only screen and (max-width: 991px) {
	.header__icons-bag {
		width: 20px;
		height: 20px;
	}
	.header__icons-bag svg {
		padding-bottom: 5px;
	}
}

.header__icons-number {
	position: absolute;
	top: -3px;
	right: -5px;
	left: auto;
	background: #000000;
	border-radius: 28px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	font-weight: 700;
	color: #fff;
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.header__icons-number {
		width: 13px;
		height: 13px;
		font-size: 8px;
	}
}

.header__icons-number::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index: 10;
}

.header .header__icons-search--hidden {
	display: none;
}

.header .header__icons-search--hidden svg {
	fill: #fff;
}

@media only screen and (max-width: 991px) {
	.header .header__icons-search--hidden {
		display: flex;
		align-items: flex-start;
	}
}

.header__logo {
	position: relative;
	z-index: 11;
	flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
	.header__logo {
		margin-left: 10px;
		width: 81px;
		height: 15px;
	}
}

.header__logo img {
	width: 100%;
	height: 100%;
}

.header__burger {
	display: none;
	width: 20px;
	margin-right: 31px;
}

@media only screen and (max-width: 991px) {
	.header__burger {
		display: block;
	}
}

.header__burger a {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.header__burger a span {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	background-color: #222;
}

.header__burger a span:before,
.header__burger a span:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	background-color: #222;
}

.header__burger a span:before {
	top: -8px;
}

.header__burger a span:after {
	top: 8px;
}

.header__search {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 0 226px;
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
	transform: translateY(10px);
}

@media only screen and (max-width: 991px) {
	.header__search {
		display: none;
	}
}

.header__search.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 10;
}

.header__search-container {
	display: flex;
	align-items: center;
	margin-bottom: 53px;
}

.header__search-field {
	position: relative;
	display: flex;
	align-items: center;
	width: 504px;
	margin-right: 79px;
}

.header__search-field input {
	color: #000;
	font-size: 18px;
	font-family: 'FuturaBookC';
	border: none;
	border-bottom: 1px solid #c1c1c1;
	width: 100%;
	padding: 0 20px 8px 50px;
	text-transform: uppercase;
}

.header__search-button {
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.header__search-button img {
	width: 100%;
	height: 100%;
}

.header__search-close {
	cursor: pointer;
}

.header__search-filters {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 126px;
	max-width: 603px;
	width: 100%;
}

.header__search-filters .notetext {
	white-space: nowrap;
}

.header__search-filter {
	font-size: 15px;
	color: #707070;
	font-family: 'FuturaBookC';
}

.header__hover {
	position: absolute;
	top: 115px;
	right: 0;
	left: 0;
	padding: 87px 0 128px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms;
	box-shadow: 0px 50px 100px rgba(87, 87, 87, 0.08);
	z-index: 1000;
}

@media only screen and (max-width: 991px) {
	.header__hover {
		display: none;
	}
}

.header__hover::after {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 26px;
	margin-top: -26px;
	background-color: transparent;
}

.header__hover-inner {
	width: 100%;
	display: flex;
}

.header__hover-container {
	margin-right: 218px;
}

@media only screen and (max-width: 1450px) {
	.header__hover-container {
		margin-right: 135px;
	}
}

.header__hover-img {
	width: 264px;
	height: 205px;
	flex-shrink: 0;
	margin-bottom: 27px;
}

.header__hover-subscription {
	display: flex;
	align-items: center;
	font-size: 10px;
	font-family: 'FuturaBookC';
}

.header__hover-subscription img {
	margin-left: 7px;
}

.header__hover-items {
	display: flex;
	margin-top: 12px;
}

.header__hover-item {
	display: flex;
	flex-direction: column;
	margin-right: 240px;
	height: 100%;
}

.header__hover-item:last-child {
	margin-right: 0;
}

.header__hover-name {
	flex-grow: 10;
	margin-bottom: 43px;
	font-family: 'FuturaMediumC';
	font-size: 11px;
	letter-spacing: 0.1em;
	max-width: 102px;
	min-height: 23px;
}

.header__hover-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.header__hover-link {
	display: flex;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #000;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 0.5px solid transparent;
}

.header__hover-link:hover {
	border-bottom: 0.5px solid #000;
}

.header__hover-link:last-child {
	margin-bottom: 0;
}

.header-mobile {
	background-color: #fff;
	padding: 35px 38px 50px 21px;
	display: none;
	position: fixed;
	width: 100%;
	top: 70px;
	min-height: calc(100vh - 70px);
	overflow: scroll;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-mobile.active {
	display: block;
}

.header-mobile__location {
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #43484b;
	font-family: 'FuturaBookC';
	font-weight: 400;
}

.header-mobile__entrance {
	margin-bottom: 60px;
	display: none;
}

.header-mobile__entrance a {
	display: flex;
	align-items: center;
}

.header-mobile__user {
	margin-right: 18px;
}

.header-mobile__link {
	font-family: 'FuturaBookC';
	letter-spacing: 0.03em;
	color: #43484b;
	font-size: 16px;
}

.header-mobile__items {
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
}

.header-mobile__item {
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.header-mobile__item:last-child {
	margin-bottom: 0;
}

.header-mobile__dropdown {
	padding: 35px 0 20px;
	display: none;
}

.header-mobile__dropdown ul {
	padding-left: 50px;
}

.header-mobile__dropdown ul li {
	font-size: 16px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
	text-transform: inherit;
}

.header-mobile__dropdown ul li:last-child {
	margin-bottom: 0;
}

.header-mobile__wrapper {
	margin-bottom: 45px;
}

.header-mobile__info {
	font-size: 16px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}

.header-mobile__info:last-child {
	margin-bottom: 0;
}

.header-mobile__contacts {
	display: flex;
	justify-content: space-between;
}

.header-mobile__container {
	display: flex;
	flex-direction: column;
}

.header-mobile__container a {
	margin-bottom: 15px;
	font-size: 16px;
}

.header-mobile__container a:last-child {
	margin-bottom: 0;
}

.header-mobile__social {
	display: flex;
	align-items: center;
}

.header-mobile__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 57px;
	background: #f9f9f9;
	border-radius: 50%;
	margin-right: 26px;
}

.header-mobile__social a:last-child {
	margin-right: 0;
}

.header__registration {
	position: absolute;
	top: 0;
	right: 0;
	width: 819px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	padding: 256px 0 100px 0;
	height: 100vh;
	transition: 300ms;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 767px) {
	.header__registration {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 139px 32px 101px;
		z-index: 100;
		width: 100%;
	}
}

.header__registration-soc {
	margin-top: 30px;
	text-align: center;
}

.header__registration-soc span {
	margin-bottom: 10px;
	display: block;
}

.header__registration.active {
	opacity: 1;
	visibility: visible;
}

.header__registration-discount.active {
	display: none;
}

.header__registration-discount__title {
	font-family: 'FuturaDemiC';
	font-size: 25px;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
}

.header__registration-discount__text {
	max-width: 395px;
	line-height: 1.5;
	margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
	.header__registration-discount__text {
		font-size: 14px;
		max-width: 255px;
		margin-bottom: 41px;
	}
}

.header__registration-discount__buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.header__registration-discount__btn {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 14px;
	border-radius: 4px;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.header__registration-discount__btn {
		font-size: 10px;
		padding: 16px 0;
	}
}

.header__registration-discount__btn:last-child {
	margin-bottom: 0;
}

.header__registration-wrapper {
	display: none;
}

.header__registration-wrapper.active {
	display: block;
}

.header__registration-entrance {
	width: 496px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance {
		width: 100%;
	}
}

.header__registration-entrance.active {
	display: block;
}

.header__registration-entrance__title {
	font-family: 'FuturaDemiC';
	font-size: 25px;
	letter-spacing: 0.08em;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__title {
		margin-bottom: 41px;
		font-size: 18px;
	}
}

.header__registration-entrance__fields {
	margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__fields {
		margin-bottom: 34px;
	}
}

.header__registration-entrance__fields .private__field {
	margin-bottom: 24px;
}

.header__registration-entrance__fields .private__field:last-child {
	margin-bottom: 0;
}

.header__registration-entrance__btn {
	width: 100%;
	margin-bottom: 45px;
	border-radius: 4px;
}

.header__registration-entrance__btn--hidden {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__btn--hidden {
		display: block !important;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__btn {
		font-size: 10px;
		padding: 17px 0;
		display: none;
	}
}

.header__registration-entrance__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__footer {
		margin-bottom: 31px;
	}
}

.header__registration-entrance__footer .checkbox {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__footer .checkbox__text {
		font-size: 14px;
	}
}

.header__registration-entrance__link {
	font-size: 16px;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.header__registration-entrance__link {
		font-size: 14px;
	}
}

.header__registration-entrance__link:hover {
	border-bottom: 1px solid transparent;
}

.header__registration-close {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
	z-index: 100;
}

.header__registration-arrow {
	position: absolute;
	top: -30px;
	left: 0;
	cursor: pointer;
}

.header__registration-title {
	max-width: 360px;
	font-family: 'FuturaDemiC';
	line-height: 1.5;
	font-size: 30px;
	letter-spacing: 0.08em;
	color: #333333;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.header__registration-title {
		font-size: 24px;
		margin-bottom: 35px;
	}
}

.header__registration-info {
	max-width: 397px;
	margin-bottom: 53px;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.header__registration-form {
	margin-bottom: 65px;
}

.header__registration-field {
	position: relative;
	display: block;
	margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
	.header__registration-field {
		margin-bottom: 25px;
	}
}

.header__registration-field input {
	padding: 30px 15px 15px 15px !important;
	color: #000 !important;
}

.header__registration-btn {
	font-size: 14px;
	padding: 15px 0;
}

.header__registration-text {
	position: absolute;
	top: 8px;
	left: 21px;
	font-size: 14px;
	letter-spacing: 0.4px;
	color: #9c9c9c;
}

.header__registration-btn {
	width: 100%;
}

.header__registration-mail a {
	display: inline-flex;
	font-family: 'FuturaDemiC';
	letter-spacing: 0.4px;
	color: #333333;
	border-bottom: 1px solid #333333;
}

.header__registration-mail a:hover {
	border-bottom: 1px solid transparent;
}

.header__registration-container {
	display: flex;
}

.header__registration-code {
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.header__registration-confirmation {
	display: none;
	position: relative;
}

.header__registration-confirmation.active {
	display: block;
}

/* Search-mobile */
.search-mobile {
	padding: 0 0 41px;
	margin-top: 46px;
	display: none;
}

.search-mobile.active {
	display: block;
}

.search-mobile__field {
	position: relative;
	width: 100%;
}

.search-mobile__field input {
	background: rgba(118, 118, 128, 0.12);
	border-radius: 10px;
	padding: 11px 26px 11px 20px;
	font-size: 14px;
	border: none;
	width: 100%;
}

.search-mobile__field input::-webkit-input-placeholder {
	color: #7a7777;
}

.search-mobile__field input:-moz-placeholder {
	color: #7a7777;
}

.search-mobile__field input::-moz-placeholder {
	color: #7a7777;
}

.search-mobile__field input:-ms-input-placeholder {
	color: #7a7777;
}

.search-mobile__btn {
	border: none;
	cursor: pointer;
	background: transparent;
	position: absolute;
	top: 0;
	right: 15px;
}

/* Showcase */
.showcase {
	margin-bottom: 228px;
	margin-top: 140px;
}

@media only screen and (max-width: 991px) {
	.showcase {
		margin-bottom: 137px;
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.showcase {
		margin-top: 0;
	}
}

.showcase__inner {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.showcase__inner {
		flex-direction: column-reverse;
		justify-content: center;
	}
}

.showcase__info {
	margin-right: 20px;
}

.showcase__img {
	display: flex;
	align-items: flex-start;
}

.showcase__title {
	max-width: 357px;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 0.16em;
	margin-bottom: 25px;
	font-family: 'FuturaLightC';
}

@media only screen and (max-width: 1450px) {
	.showcase__title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.showcase__title {
		display: none;
	}
}

.showcase__text {
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	.showcase__text {
		display: none;
	}
}

.showcase__text span {
	display: block;
	margin-bottom: 10px;
}

.showcase__text span:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.showcase__btn {
		display: none;
	}
}

.showcase__content {
	display: none;
	text-align: center;
	color: #494949;
	line-height: 1.7;
	margin: -50px auto 0;
	max-width: 280px;
}

@media only screen and (max-width: 767px) {
	.showcase__content {
		display: block;
		margin-top: 30px;
	}
}

/* New */
.new {
	margin-bottom: 220px;
}

@media only screen and (max-width: 1450px) {
	.new {
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.new {
		margin-bottom: 157px;
	}
}

.new__title {
	text-align: center;
	margin-bottom: 85px;
	font-size: 38px;
}

@media only screen and (max-width: 767px) {
	.new__title {
		font-size: 30px;
		margin-bottom: 58px;
	}
}

.new__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

@media only screen and (max-width: 1450px) {
	.new__cards {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px 14px;
	}
}

@media only screen and (max-width: 991px) {
	.new__cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.new__cards {
		display: block;
	}
}

.card {
	background: #fffbf8;
	border-radius: 4px;
	padding: 60px 70px 66px 71px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1450px) {
	.card {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.card {
		padding: 57px 61px 49px;
	}
}

.card__specification {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-grow: 10;
}

.card__form {
}

.tanais-order .btn.btn-default {
	background: #0c0b0b !important;
}

.tanais-order .btn.btn-default:hover {
	background: #fff !important;
	border: 1px solid #0c0b0b;
	color: #0c0b0b;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #0c0b0b !important;
}

.card__filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.card__filter {
		font-size: 7px;
		margin-bottom: 13px;
	}
}

.card__rating {
	display: flex;
}

.card__rating span {
	display: block;
	color: #767676;
	font-size: 12px;
	font-family: 'FuturaMediumC';
	line-height: 14px;
	transform: translateY(1px);
}

@media only screen and (max-width: 767px) {
	.card__rating span {
		font-size: 8px;
	}
}

.card__rating img {
	margin-right: 6px;
}

@media only screen and (max-width: 767px) {
	.card__rating img {
		margin-right: 4px;
	}
}

.card__title {
	letter-spacing: 0.045em;
	font-family: 'FuturaMediumC';
	font-size: 16px;
	margin-bottom: 20px;
	height: 40px;
	display: flex;
	align-items: flex-start;
	text-transform: uppercase;
}

@media only screen and (max-width: 1450px) {
	.card__title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.card__title {
		font-size: 13px;
		letter-spacing: 0.08em;
		max-width: 180px;
	}
}

.card__image {
	margin-bottom: 10px;
	height: 327px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1450px) {
	.card__image {
		height: 218px;
	}
}

@media only screen and (max-width: 991px) {
	.card__image  {
		height: auto;
	}
}

/* .card__form {
  height: 87px;
} */

.card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.card__image {
		margin-bottom: 29px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.card__image {
		margin-bottom: 29px;
	}
}

.card__text {
	font-size: 16px;
	margin-bottom: 24px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.card__text {
		font-size: 13px;
		height: auto;
		margin-bottom: 35px;
	}
}

.card__items {
	margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
	.card__items {
		margin-bottom: 30px;
	}
}

.card__item {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.card__item {
		margin-bottom: 11px;
	}
}

.card__item:last-child {
	margin-bottom: 0;
}

.card__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.card__name {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #2f2b2b;
}

@media only screen and (max-width: 767px) {
	.card__name {
		font-size: 12px;
	}
}

.card__percent {
	font-size: 12px;
	font-family: 'FuturaBookC';
	letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
	.card__percent {
		font-size: 10px;
	}
}

.card__line {
	width: 100%;
	height: 4px;
	background: #f5f5f5;
	border-radius: 6.5px;
}

.card__line div {
	height: 100%;
	background: #484848;
	border-radius: 6.5px;
}

.card__radios {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.card__radios {
		margin-bottom: 18px;
	}
}

.card__radio {
	margin-right: 4px;
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.card__radio:last-child {
	margin-right: 0;
}

.card__radio input {
	display: none;
}

.card__radio span {
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 7px 0;
	font-size: 12px;
	color: #929292;
	font-family: 'FuturaBookC';
	display: flex;
	align-items: center;
	justify-content: center;
}

.card__radio.selected span {
	border: 1px solid #000000;
	color: #000000;
}

@media only screen and (max-width: 767px) {
	.card__radio span {
		font-size: 11px;
	}
}

.card__price {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.card__price .btn.btn-link.btn-md {
		width: 102px;
	}
}

.card__price span {
	display: block;
	margin-right: 32px;
	font-family: 'FuturaMediumC';
}

@media only screen and (max-width: 767px) {
	.card__price span {
		font-size: 16px;
		margin-right: 15px;
		flex-shrink: 0;
	}
}

.card__button {
	width: calc(33% - 4px);
	border-radius: 4px;
	padding: 9px 0;
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.card__button {
		font-size: 12px;
		padding: 8px 0;
		letter-spacing: 0.1em;
		text-transform: capitalize;
		white-space: nowrap;
		width: 120px;
	}
}

/* Catalog */
.catalog {
	margin-bottom: 270px;
}

@media only screen and (max-width: 767px) {
	.catalog {
		margin-bottom: 174px;
	}
}

.catalog__title {
	text-align: center;
	margin-bottom: 120px;
	font-size: 38px;
}

@media only screen and (max-width: 767px) {
	.catalog__title {
		font-size: 30px;
		margin-bottom: 77px;
	}
}

.catalog__image {
	position: absolute;
	top: -100px;
	right: 50%;
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
	width: 456px;
	height: 442px;
	z-index: 2;
}

@media only screen and (max-width: 1336px) {
	.catalog__image {
		width: 360px;
		height: 360px;
	}
}

@media only screen and (max-width: 991px) {
	.catalog__image {
		width: 260px;
	}
}

@media only screen and (max-width: 767px) {
	.catalog__image {
		width: 325px;
	}
}

.catalog__image img {
	width: 100%;
	height: 100%;
}

.catalog__items {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.catalog__item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.catalog__item {
		flex-direction: column;
	}
}

.catalog__item:last-child {
	margin-bottom: 0;
}

.catalog__link {
	font-size: 50px;
	letter-spacing: 0.07em;
	display: flex;
	position: relative;
}

@media only screen and (max-width: 1450px) {
	.catalog__link {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.catalog__link {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.catalog__link {
		font-size: 25px;
		margin-bottom: 40px;
	}
	.catalog__link:last-child {
		margin-bottom: 0;
	}
}

.catalog__link:hover {
	color: #000000;
	font-family: 'FuturaMediumC';
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.catalog__link:hover {
		color: #000000;
	}
}

.catalog__link:hover .catalog__image {
	opacity: 1;
	visibility: visible;
}

.catalog__link:hover .catalog__link-text {
	position: relative;
	z-index: 100;
	border-bottom: 4px solid #000;
}

.catalog__link-text {
	padding-bottom: 15px;
	margin-bottom: -15px;
	border-bottom: 4px solid transparent;
}

.catalog__devider {
	font-size: 0;
	padding: 0 68px;
	position: relative;
}

.catalog__devider::before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000000;
	border-radius: 50%;
}

@media only screen and (max-width: 1450px) {
	.catalog__devider {
		padding: 0 30px 0 40px;
	}
}

@media only screen and (max-width: 991px) {
	.catalog__devider {
		padding: 0 25px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.catalog__devider {
		display: none;
	}
}

/* Stock */
.stock {
	margin-bottom: 220px;
}

@media only screen and (max-width: 767px) {
	.stock {
		margin-bottom: 190px;
	}
}

.stock__title {
	text-align: center;
	margin-bottom: 85px;
	font-size: 38px;
}

@media only screen and (max-width: 767px) {
	.stock__title {
		font-size: 30px;
		margin-bottom: 106px;
	}
}

.stock__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

@media only screen and (max-width: 1450px) {
	.stock__items {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px 14px;
	}
}

@media only screen and (max-width: 991px) {
	.stock__items {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.stock__items {
		grid-template-columns: 1fr;
	}
}

/* Process */
.process {
	margin-bottom: 175px;
}

@media only screen and (max-width: 1450px) {
	.process {
		margin-bottom: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.process {
		margin-bottom: 140px;
	}
}

.process__title {
	text-align: center;
	font-size: 38px;
	margin-bottom: 85px;
	margin-right: 159px;
}

@media only screen and (max-width: 1450px) {
	.process__title {
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.process__title {
		margin-bottom: 65px;
	}
}

@media only screen and (max-width: 767px) {
	.process__title {
		font-size: 30px;
		text-align: left;
		margin-bottom: 31px;
		padding-right: 34px;
	}
}

.process__text {
	max-width: 444px;
	line-height: 1.7;
	margin: 0 auto;
	margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
	.process__text {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.process__text {
		max-width: 100%;
		margin-bottom: 106px;
	}
}

.process__items {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.process__items {
		justify-content: center;
	}
}

.process__item {
	margin-right: 115px;
	display: flex;
	align-items: flex-start;
}

.process__item:first-child {
	margin-right: 149px;
}

.process__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1450px) {
	.process__item {
		margin-right: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.process__item {
		margin-right: 65px;
	}
}

@media only screen and (max-width: 767px) {
	.process__item {
		margin-right: 0;
		height: 367px;
		width: 100%;
	}
	.process__item:not(:nth-child(2)) {
		display: none;
	}
}

.process__item:last-child {
	margin-right: 0;
	align-self: flex-start;
	padding-top: 70px;
}

/* Improvement */
.improvement {
	margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
	.improvement {
		margin-bottom: 70px;
	}
}

.improvement__head {
	display: flex;
	align-items: flex-start;
	margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
	.improvement__head {
		display: block;
	}
}

.improvement__title {
	max-width: 375px;
	font-size: 35px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 122px;
}

@media only screen and (max-width: 991px) {
	.improvement__title {
		font-size: 30px;
		max-width: 100%;
		margin-bottom: 71px;
		margin-right: 0;
	}
}

.improvement__text {
	line-height: 1.7;
	max-width: 762px;
}

@media only screen and (max-width: 991px) {
	.improvement__text {
		max-width: 100%;
		margin-bottom: 70px;
	}
}

.improvement__video {
	max-height: 100%;
}

.improvement__video img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.improvement__video {
		height: 272px;
	}
}

/* About-product */
.about-product {
	margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
	.about-product {
		margin-bottom: 103px;
	}
}

.about-product__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 37px;
}

@media only screen and (max-width: 767px) {
	.about-product__items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 14px 14px;
	}
}

.about-product__item {
	background: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 120px 99px 82px 110px;
}

@media only screen and (max-width: 767px) {
	.about-product__item:last-child {
		grid-column-end: 3;
	}
}

@media only screen and (max-width: 1450px) {
	.about-product__item {
		padding: 75px 60px;
	}
}

@media only screen and (max-width: 991px) {
	.about-product__item {
		padding: 32px 17px;
	}
}

.about-product__item--image {
	grid-column: span 2;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.about-product__item--image {
		grid-column: span 1;
	}
}

.about-product__item--image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-product__name {
	font-size: 25px;
	font-family: 'FuturaBookC';
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.about-product__name {
		font-size: 18px;
		margin-bottom: 28px;
	}
}

.about-product__text {
	line-height: 1.7;
	max-width: 230px;
}

@media only screen and (max-width: 767px) {
	.about-product__text {
		font-size: 16px;
		line-height: 1.1;
	}
}

/* Blog-coffee */
.blog-coffee {
	margin-bottom: 254px;
}

@media only screen and (max-width: 767px) {
	.blog-coffee {
		margin-bottom: 110px;
	}
}

.blog-coffee__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.blog-coffee__container .blog-coffee__image {
	width: 100%;
	max-width: 66.3%;
	margin-bottom: 0;
}

@media only screen and (max-width: 1450px) {
	.blog-coffee__container .blog-coffee__image {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1450px) {
	.blog-coffee__container {
		margin-bottom: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__container {
		flex-direction: column-reverse;
		margin: 0 -20px;
		align-items: flex-start;
		margin-bottom: 80px;
	}
}

.blog-coffee__title {
	max-width: 270px;
	margin-bottom: 50px;
	font-size: 38px;
}

@media only screen and (max-width: 991px) {
	.blog-coffee__title {
		margin-bottom: 31px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__title {
		max-width: 100%;
		font-size: 30px;
	}
}

.blog-coffee__text {
	line-height: 1.7;
	max-width: 280px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__text {
		max-width: 100%;
		margin-bottom: 0;
	}
}

.blog-coffee__link {
	display: flex;
	font-family: 'FuturaBookC';
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: underline;
}

.blog-coffee__link:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__link {
		display: none;
	}
}

.blog-coffee__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	flex-direction: column;
}

.blog-coffee__items .blog-coffee__image {
	height: 350px;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	.blog-coffee__items .blog-coffee__image {
		height: 250px;
	}
}

.blog-coffee__item {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__item:last-child {
		display: none;
	}
}

.blog-coffee__item:hover .blog-coffee__image img {
	transform: scale(1.2);
}

.blog-coffee__image {
	display: block;
	margin-bottom: 45px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 1450px) {
	.blog-coffee__image {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__image {
		height: 300px;
		max-width: 100%;
		margin-bottom: 30px;
		width: 100%;
	}
}

.blog-coffee__image img {
	width: 100%;
	height: 100%;
	transition: 600ms;
	object-fit: cover;
}

@media only screen and (max-width: 1450px) {
	.blog-coffee__image img {
		width: 550px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__image img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__image {
		height: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.blog-coffee__info {
		margin-top: 40px;
		padding: 0 20px;
	}
}

.blog-coffee__name {
	font-family: 'FuturaBookC';
	font-size: 25px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__name {
		font-size: 16px;
		margin-bottom: 17px;
	}
}

.blog-coffee__content {
	line-height: 1.7;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__content {
		font-size: 16px;
		margin-bottom: 14px;
	}
}

.blog-coffee__date {
	color: #5e5e5e;
}

@media only screen and (max-width: 767px) {
	.blog-coffee__date {
		font-size: 16px;
	}
}

/* Footer */
.footer {
	padding-top: 66px;
	border-top: 0.5px solid #d6d6d6;
}

.footer__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 77px;
}

@media only screen and (max-width: 767px) {
	.footer__main {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.footer__nav {
		margin-bottom: 55px;
	}
}

.footer__nav li {
	margin-bottom: 14px;
}

.footer__nav li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footer__nav li {
		margin-bottom: 25px;
		font-size: 14px;
		font-family: 'FuturaLightC';
	}
}

.footer__nav a {
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}

.footer__nav a:hover {
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.footer__logo {
		order: -1;
		margin-bottom: 44px;
		height: 17px;
	}
}

.footer__contacts {
	width: 273px;
}

@media only screen and (max-width: 991px) {
	.footer__contacts {
		width: 209px;
	}
}

.footer__contacts li {
	margin-bottom: 24px;
}

.footer__contacts li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footer__contacts li {
		margin-bottom: 15px;
		font-size: 14px;
		font-family: 'FuturaLightC';
	}
}

.footer__bottom {
	background-color: #222020;
	color: #fff;
	padding: 37px 0 47px;
}

@media only screen and (max-width: 767px) {
	.footer__bottom {
		padding: 30px 0;
	}
}

.footer__bottom-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.footer__bottom-container {
		justify-content: center;
	}
}

.footer__rights {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.footer__rights {
		display: none;
	}
}

.footer__social a {
	margin-right: 35px;
}

.footer__social a:hover {
	transform: scale(1.5);
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__cards {
	display: flex;
	align-items: center;
	width: 273px;
}

@media only screen and (max-width: 991px) {
	.footer__cards {
		width: 209px;
	}
}

@media only screen and (max-width: 767px) {
	.footer__cards {
		display: none;
	}
}

.footer__card {
	display: flex;
	margin-right: 26px;
}

.footer__card:last-child {
	margin-right: 0;
}

/* Products */
.products {
	padding-top: 196px;
	margin-bottom: 214px;
}

@media only screen and (max-width: 767px) {
	.products {
		margin-bottom: 107px;
		padding-top: 119px;
	}
}

.products__title {
	max-width: 657px;
	font-size: 62px;
	letter-spacing: 4.8px;
	line-height: 1.2;
	color: #fd9090;
	margin: 0 auto 100px;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.products__title {
		max-width: 304px;
		font-size: 25px;
		margin: 0 auto 55px;
	}
}

.products__btn {
	margin: 0 auto 152px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	background: #de6e6e;
	padding: 22px 0;
	width: 297px;
}

@media only screen and (max-width: 991px) {
	.products__btn {
		margin: 0 auto 66px;
	}
}

.products__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 27px;
	margin-bottom: 267px;
}

@media only screen and (max-width: 1450px) {
	.products__items {
		margin-bottom: 200px;
	}
}

@media only screen and (max-width: 991px) {
	.products__items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px 20px;
		margin-bottom: 114px;
	}
}

.products__item:nth-child(even) .products__image {
	height: 374px;
}

@media only screen and (max-width: 1450px) {
	.products__item:nth-child(even) .products__image {
		height: 280px;
	}
}

@media only screen and (max-width: 991px) {
	.products__item:nth-child(even) .products__image {
		height: 100%;
	}
}

.products__image {
	display: flex;
	flex-direction: column;
}

.products__image img {
	width: 100%;
	height: 100%;
	margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
	.products__image img {
		height: 241px;
		margin-bottom: 15px;
	}
}

.products__text {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
}

@media only screen and (max-width: 991px) {
	.products__text {
		font-size: 12px;
		line-height: 1.8;
	}
}

.products__content {
	line-height: 1.5;
	font-size: 40px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #797979;
	max-width: 1062px;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.products__content {
		line-height: 2.3;
		font-size: 18px;
	}
}

/* Production */
.production {
	background: #fff8f7;
	padding: 111px 0 129px;
	margin-bottom: 249px;
}

@media only screen and (max-width: 767px) {
	.production {
		margin-bottom: 131px;
		padding: 73px 0 108px;
	}
}

.production__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.production__inner {
		flex-direction: column;
	}
}

.production__title {
	max-width: 379px;
	font-size: 40px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 87px;
}

@media only screen and (max-width: 767px) {
	.production__title {
		font-size: 25px;
		margin-bottom: 50px;
	}
}

.production__text {
	font-size: 16px;
	line-height: 1.9;
	max-width: 465px;
}

@media only screen and (max-width: 767px) {
	.production__text {
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 1450px) {
	.production__image {
		width: 435px;
		height: 590px;
	}
}

@media only screen and (max-width: 767px) {
	.production__image {
		width: 327px;
		height: 335px;
		display: flex;
		justify-content: center;
	}
}

/* Individual */
.individual {
	margin-bottom: 300px;
}

@media only screen and (max-width: 991px) {
	.individual {
		margin-bottom: 217px;
	}
}

.individual__title {
	font-family: 'FuturaLightC';
	letter-spacing: 1.3px;
	font-size: 40px;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	margin-bottom: 145px;
	font-weight: 300;
}

@media only screen and (max-width: 767px) {
	.individual__title {
		font-size: 25px;
		max-width: 258px;
		margin-bottom: 75px;
	}
}

.individual__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 84px 180px;
}

@media only screen and (max-width: 991px) {
	.individual__items {
		grid-gap: 84px 45px;
	}
}

@media only screen and (max-width: 767px) {
	.individual__items {
		grid-template-columns: 1fr;
		grid-gap: 70px;
	}
}

.individual__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.individual__item {
		text-align: center;
	}
}

.individual__image {
	margin-bottom: 18px;
}

.individual__text {
	max-width: 202px;
	line-height: 1.7;
}

/* Range */
.range {
	margin-bottom: 283px;
}

@media only screen and (max-width: 991px) {
	.range {
		margin-bottom: 227px;
	}
}

.range__title {
	font-size: 40px;
	text-align: center;
	letter-spacing: 1.3px;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 auto 100px;
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	.range__title {
		font-size: 25px;
		margin: 0 auto 80px;
		max-width: 245px;
	}
}

.range__tabs {
	margin-bottom: 190px;
}

@media only screen and (max-width: 767px) {
	.range__tabs {
		margin-right: -20px;
		margin-bottom: 70px;
	}
}

.range__tabs .tabs__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 191px;
}

.range__tabs .tabs__nav:after {
	display: none;
}

@media only screen and (max-width: 767px) {
	.range__tabs .tabs__nav {
		width: 100%;
		overflow: scroll;
		margin-right: -20px;
		padding-right: 20px;
		justify-content: flex-start;
		margin-bottom: 81px;
	}
}

.range__tabs .tabs__nav-item {
	margin-right: 60px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	font-family: 'FuturaLightC';
}

@media only screen and (max-width: 767px) {
	.range__tabs .tabs__nav-item {
		margin-bottom: 35px;
		font-size: 20px;
		white-space: nowrap;
	}
}

.range__tabs .tabs__nav-item:hover {
	border-bottom: 1px solid #000000;
}

.range__tabs .tabs__nav-item.active {
	border-bottom: 1px solid #000000;
}

.range__tabs .tabs__nav-item:last-child {
	margin-right: 0;
}

.range .tabs__item {
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	.range .tabs__item {
		margin-right: 0;
	}
}

.range__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.range__info {
		justify-content: inherit;
	}
}

.range__content {
	margin-right: 159px;
}

@media only screen and (max-width: 991px) {
	.range__content {
		margin-right: 0;
	}
}

.range__name {
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.range__name {
		display: none;
	}
}

.range__text {
	max-width: 453px;
	line-height: 1.7;
	margin-bottom: 103px;
}

@media only screen and (max-width: 991px) {
	.range__text {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.range__text {
		max-width: 100%;
	}
}

.range__btn {
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	padding: 22px 0;
	background: #de6e6e;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 297px;
}

@media only screen and (max-width: 767px) {
	.range__btn {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	.range__btn {
		width: 100%;
	}
}

@media only screen and (max-width: 1450px) {
	.range__image {
		width: 430px;
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.range__image {
		display: none;
	}
}

.range__hover {
	display: none;
}

.range__hover img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.range__hover {
		display: block;
		height: 337px;
		margin-bottom: 59px;
	}
}

/* Reviews */
.reviews {
	margin-bottom: 287px;
}

@media only screen and (max-width: 991px) {
	.reviews {
		margin-bottom: 190px;
	}
}

.reviews__title {
	font-size: 40px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	margin-bottom: 130px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.reviews__title {
		margin-bottom: 85px;
		font-size: 25px;
	}
}

.reviews__items {
	display: grid;
	justify-content: center;
	grid-template-columns: 350px 350px 350px;
	grid-gap: 30px;
}

@media only screen and (max-width: 1450px) {
	.reviews__items {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 991px) {
	.reviews__items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.reviews__items {
		grid-template-columns: 1fr;
	}
}

.reviews__item {
	padding: 48px 37px 24px 35px;
	background: #ffffff;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
	border-radius: 12px;
}

@media only screen and (max-width: 767px) {
	.reviews__item {
		padding: 48px 30px 24px 30px;
	}
}

.reviews__user {
	display: flex;
	align-items: center;
	padding-bottom: 13px;
	margin-bottom: 17px;
	border-bottom: 1px solid #cdcecf;
}

.reviews__user.online .reviews__user-img::before {
	display: block;
}

.reviews__user-img {
	margin-right: 15px;
	flex-shrink: 0;
	position: relative;
}

.reviews__user-img::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 5px;
	right: 0;
	background: url(../images/indicator.svg) 50% / cover no-repeat;
	display: none;
}

.reviews__user-name {
	font-family: 'Roboto Lt';
	font-size: 16px;
	margin-bottom: 11px;
	color: #363a40;
}

.reviews__user-post {
	font-family: 'Roboto';
	font-size: 12px;
	color: #67758d;
}

.reviews__text {
	font-family: 'Roboto';
	font-size: 14px;
	color: #67758d;
	line-height: 1.7;
	margin-bottom: 40px;
}

.reviews__img {
	display: flex;
	justify-content: flex-end;
}

/* Mailing */
.mailing {
	margin-bottom: 171px;
}

@media only screen and (max-width: 767px) {
	.mailing {
		margin-bottom: 90px;
	}
}

.mailing__inner {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 145px;
}

@media only screen and (max-width: 1450px) {
	.mailing__inner {
		padding-right: 0;
	}
}

.mailing__card {
	padding: 60px 80px 70px 0;
	width: 695px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	position: relative;
	background: #f9f9f9;
}

@media only screen and (max-width: 991px) {
	.mailing__card {
		align-items: center;
		padding: 60px 20px 70px 20px;
	}
}

.mailing__title {
	max-width: 175px;
	font-family: 'FuturaDemiC';
	line-height: 1.16;
	font-size: 24px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
	.mailing__title {
		max-width: 100%;
	}
}

.mailing__text {
	line-height: 1.5;
	margin-bottom: 41px;
}

.mailing__field {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.mailing__field input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	padding-right: 20px;
	background: inherit;
}

.mailing__image {
	position: absolute;
	top: 50px;
	left: -330px;
}

@media only screen and (max-width: 1450px) {
	.mailing__image {
		width: 450px;
		top: 68px;
		left: -250px;
	}
}

@media only screen and (max-width: 991px) {
	.mailing__image {
		display: none;
	}
}

/* About */
.about {
	padding: 121px 0 450px;
}

@media only screen and (max-width: 991px) {
	.about {
		padding: 38px 0 50px;
	}
}

.about__showcase {
	margin-bottom: 250px;
}

@media only screen and (max-width: 991px) {
	.about__showcase {
		margin-bottom: 57px;
	}
}

@media only screen and (max-width: 767px) {
	.about__showcase {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.about__showcase img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.about__showcase-main {
		display: none;
	}
}

.about__showcase-mobile {
	display: none;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.about__showcase-mobile {
		display: block;
	}
}

.about__container {
	margin-bottom: 490px;
	max-width: 1005px;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.about__container {
		margin-bottom: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.about__container {
		margin-bottom: 145px;
	}
}

.about__text {
	max-width: 1005px;
	font-family: 'Gilroy';
	font-weight: 200;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 0 auto 90px;
	font-size: 40px;
}

@media only screen and (max-width: 991px) {
	.about__text {
		font-size: 18px;
	}
}

.about__production {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 135px;
	margin-bottom: 180px;
}

@media only screen and (max-width: 1450px) {
	.about__production {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__production {
		margin-bottom: 57px;
	}
}

.about__production-image {
	width: 856px;
	height: 463px;
	margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
	.about__production-image {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.about__production-image {
		height: 334px;
		margin-bottom: 57px;
	}
}

.about__production-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about__production-text {
	max-width: 846px;
	font-size: 24px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.about__production-text {
		font-size: 18px;
	}
}

.about__images {
	max-width: 856px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 217px;
}

@media only screen and (max-width: 767px) {
	.about__images {
		width: 248px;
		margin-bottom: 145px;
	}
}

@media only screen and (max-width: 767px) {
	.about__images img:last-child {
		display: none;
	}
}

.about__content {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.about__content {
		justify-content: flex-start;
	}
}

.about__description {
	max-width: 807px;
	font-size: 24px;
	line-height: 1.7;
	margin-bottom: 379px;
}

@media only screen and (max-width: 767px) {
	.about__description {
		display: none;
	}
}

.about__image-main {
	position: absolute;
	bottom: -155px;
	right: 50%;
}

@media only screen and (max-width: 991px) {
	.about__image-main {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__image-main {
		position: static;
		height: 324px;
		display: flex;
		justify-content: center;
	}
}

.about__image-small {
	position: absolute;
	bottom: 210px;
	left: 0;
}

@media only screen and (max-width: 1450px) {
	.about__image-small {
		bottom: 330px;
	}
}

@media only screen and (max-width: 991px) {
	.about__image-small {
		display: none;
	}
}

.about__best {
	display: flex;
	margin-bottom: 277px;
}

@media only screen and (max-width: 991px) {
	.about__best {
		margin-bottom: 161px;
		flex-direction: column-reverse;
	}
}

.about__best-img {
	flex-shrink: 0;
	margin-right: 115px;
}

@media only screen and (max-width: 1450px) {
	.about__best-img {
		margin-right: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.about__best-img {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__best-img {
		display: flex;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.about__best-img img {
		height: 379px;
		width: 100%;
	}
}

.about__best-container {
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.about__best-container {
		margin-bottom: 60px;
	}
}

.about__best-title {
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-family: 'Gilroy';
	font-size: 40px;
	margin-bottom: 70px;
	font-weight: 300;
}

@media only screen and (max-width: 767px) {
	.about__best-title {
		font-size: 25px;
		margin-bottom: 30px;
	}
}

.about__best-text {
	max-width: 615px;
	line-height: 1.7;
	font-size: 24px;
}

@media only screen and (max-width: 1450px) {
	.about__best-text {
		max-width: 500px;
	}
}

@media only screen and (max-width: 991px) {
	.about__best-text {
		margin-bottom: 51px;
		max-width: 100%;
		font-size: 18px;
	}
}

.about__mood {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.about__mood {
		flex-direction: column;
	}
}

.about__mood-info {
	margin-right: 103px;
}

@media only screen and (max-width: 767px) {
	.about__mood-info {
		margin-right: 0;
	}
}

.about__mood-title {
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-family: 'Gilroy';
	font-size: 40px;
	margin-bottom: 70px;
	font-weight: 300;
	max-width: 275px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.about__mood-title {
		font-size: 25px;
		margin-bottom: 35px;
	}
}

.about__mood-text {
	line-height: 1.7;
	max-width: 473px;
	font-size: 24px;
}

@media only screen and (max-width: 991px) {
	.about__mood-text {
		margin-bottom: 91px;
		max-width: 100%;
		font-size: 18px;
	}
}

.about__mood-img {
	margin-right: -140px;
}

@media only screen and (max-width: 1450px) {
	.about__mood-img {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__mood-img {
		display: flex;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.about__mood-img img {
		height: 338px;
		width: 100%;
	}
}

/* Shops */
.shops {
	padding: 143px 0 100px;
}

@media only screen and (max-width: 1450px) {
	.shops {
		padding: 95px 0 100px;
	}
}

@media only screen and (max-width: 767px) {
	.shops {
		padding: 69px 0 70px;
	}
}

.shops__title {
	margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
	.shops__title {
		margin-bottom: 51px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__title {
		font-size: 18px;
		font-family: 'FuturaDemiC';
		text-align: center;
	}
}

.shops__text {
	max-width: 752px;
	line-height: 1.7;
	color: #2f2b2b;
	margin-bottom: 83px;
}

@media only screen and (max-width: 767px) {
	.shops__text {
		margin-bottom: 144px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__text p {
		margin-bottom: 25px;
	}
}

.shops__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 235px 43px;
}

@media only screen and (max-width: 1450px) {
	.shops__items {
		grid-gap: 100px 40px;
	}
}

@media only screen and (max-width: 991px) {
	.shops__items {
		grid-gap: 80px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__items {
		grid-template-columns: 1fr;
		grid-gap: 104px;
	}
}

.shops__place {
	font-family: 'FuturaBookC';
	font-size: 20px;
	color: #2f2b2b;
	margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
	.shops__place {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__place {
		margin-bottom: 38px;
	}
}

.shops__image {
	margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
	.shops__image {
		margin-bottom: 29px;
	}
}

.shops__container {
	display: flex;
	justify-content: space-between;
}

.shops__name {
	font-size: 20px;
	font-family: 'FuturaBookC';
	color: #2f2b2b;
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	.shops__name {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__name {
		font-size: 20px;
		margin-bottom: 11px;
	}
}

.shops__contacts li {
	margin-bottom: 15px;
	color: #2f2b2b;
}

@media only screen and (max-width: 991px) {
	.shops__contacts li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__contacts li {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.shops__contacts li:last-child {
	margin-bottom: 0;
}

.shops__delivery {
	max-width: 148px;
	display: flex;
	text-align: right;
	font-size: 20px;
	font-family: 'FuturaBookC';
	display: none;
}

@media only screen and (max-width: 991px) {
	.shops__delivery {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.shops__delivery {
		display: none;
	}
}

/* Contacts */
.contacts {
	padding: 105px 0 100px;
}

@media only screen and (max-width: 767px) {
	.contacts {
		padding: 67px 0 80px;
	}
}

.contacts__title {
	text-align: center;
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.contacts__title {
		font-family: 'FuturaDemiC';
		font-size: 18px;
		margin-bottom: 41px;
	}
}

.contacts__showcase {
	margin-bottom: 93px;
}

.contacts__showcase img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.contacts__showcase {
		margin-bottom: 47px;
	}
}

@media only screen and (max-width: 767px) {
	.contacts__image-main {
		display: none;
	}
}

.contacts__image-mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.contacts__image-mobile {
		display: block;
		width: 100%;
	}
}

.contacts__items {
	display: flex;
	justify-content: space-between;
	padding: 0 80px;
}

@media only screen and (max-width: 991px) {
	.contacts__items {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.contacts__items {
		flex-direction: column;
	}
}

.contacts__info {
	width: 337px;
}

@media only screen and (max-width: 767px) {
	.contacts__info {
		margin-bottom: 65px;
	}
}

.contacts__connection {
	margin-bottom: 76px;
}

.contacts__connection-title {
	font-size: 20px;
	font-family: 'FuturaBookC';
	margin-bottom: 22px;
}

.contacts__mail {
	margin-bottom: 35px;
}

.contacts__mail:last-child {
	margin-bottom: 0;
}

.contacts__mail span {
	display: block;
	margin-bottom: 5px;
}

.contacts__mail a {
	font-family: 'FuturaBookC';
	font-size: 18px;
	color: #244d8b;
}

.contacts__mail a:hover {
	text-decoration: underline;
}

.contacts__production {
	margin-bottom: 85px;
}

.contacts__production-title {
	font-size: 20px;
	font-family: 'FuturaBookC';
	margin-bottom: 27px;
}

.contacts__production-name {
	font-family: 'FuturaBookC';
	display: block;
	margin-bottom: 8px;
}

.contacts__production-info {
	line-height: 1.7;
}

.contacts__shops {
	margin-bottom: 57px;
}

.contacts__shops-title {
	font-size: 20px;
	font-family: 'FuturaBookC';
	margin-bottom: 14px;
}

.contacts__shops a {
	font-family: 'FuturaBookC';
	text-decoration: underline;
}

.contacts__shops a:hover {
	text-decoration: none;
}

.contacts__distributor-title {
	font-family: 'FuturaBookC';
	font-size: 20px;
	margin-bottom: 23px;
}

.contacts__distributor span {
	display: block;
	line-height: 1.7;
}

.contacts__form {
	width: 337px;
}

@media only screen and (max-width: 767px) {
	.contacts__form {
		width: 100%;
	}
}

.contacts__form-title {
	font-family: 'FuturaBookC';
	font-size: 20px;
	margin-bottom: 30px;
}

.contacts__fields {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.contacts__button {
	width: 131px;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: 'FuturaMediumC';
}

.contacts__textarea {
	margin-bottom: 32px;
	color: #000;
}

.contacts__field {
	margin-bottom: 16px;
}

.contacts__field:last-child {
	margin-bottom: 0;
}

.field {
	width: 100%;
}

.field input {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	color: #000;
	border: 1px solid #b9b9b9;
	border-radius: 4px;
}

.field input::-webkit-input-placeholder {
	color: #9a9c9f;
}

.field input:-moz-placeholder {
	color: #9a9c9f;
}

.field input::-moz-placeholder {
	color: #9a9c9f;
}

.field input:-ms-input-placeholder {
	color: #9a9c9f;
}

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

.textarea textarea {
	width: 100%;
	height: 203px;
	padding: 15px;
	font-size: 18px;
	color: #000;
	border: 1px solid #b9b9b9;
	border-radius: 4px;
	resize: none;
}

.textarea textarea::-webkit-input-placeholder {
	color: #9a9c9f;
}

.textarea textarea:-moz-placeholder {
	color: #9a9c9f;
}

.textarea textarea::-moz-placeholder {
	color: #9a9c9f;
}

.textarea textarea:-ms-input-placeholder {
	color: #9a9c9f;
}

/* FAQ */
.faq {
	padding: 134px 0 100px;
}

@media only screen and (max-width: 767px) {
	.faq {
		padding: 70px 0 85px;
	}
}

.faq__title {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.faq__title {
		font-size: 18px;
		text-align: center;
		font-family: 'FuturaDemiC';
		margin-bottom: 70px;
	}
}

.faq__tabs-nav {
	display: flex;
	align-items: center;
	margin-bottom: 107px;
}

@media only screen and (max-width: 767px) {
	.faq__tabs-nav {
		overflow: scroll;
		margin-right: -20px;
		padding-right: 20px;
	}
}

.faq__tabs-link {
	margin-right: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.faq__tabs-link {
		white-space: nowrap;
	}
}

.faq__tabs-link.active {
	font-family: 'FuturaBookC';
	border-bottom: 1px solid #000000;
}

.faq__tabs-link:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.faq__tabs-link a {
		white-space: nowrap;
	}
}

.faq__tabs-items {
	max-width: 866px;
}

.faq__tabs-item {
	display: none;
}

.faq__tabs-item.active {
	display: block;
}

.faq__name {
	text-transform: uppercase;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.faq__name {
		font-family: 'FuturaBookC';
		margin-bottom: 86px;
	}
}

.faq__item {
	margin-bottom: 24px;
	border-bottom: 1px solid #cdcecf;
}

.faq__item:last-child {
	margin-bottom: 0;
}

.faq__item-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	cursor: pointer;
}

.faq__item-title {
	font-family: 'FuturaBookC';
}

.faq__item-arrow {
	transition: 300ms;
}

.faq__item-arrow.active {
	transform: rotate(180deg);
}

.faq__item-body {
	margin-bottom: 19px;
	display: none;
}

.faq__item-text {
	line-height: 1.7;
	max-width: 678px;
}

@media only screen and (max-width: 767px) {
	.faq__item-text {
		max-width: 100%;
	}
}

/* Breadcrumbs */
.breadcrumbs__inner {
	display: inline;
}

.breadcrumbs__inner li {
	display: inline;
	color: #000;
	letter-spacing: 0.04em;
	font-size: 14px;
}

.breadcrumbs__inner li:last-child:after {
	display: none;
}

.breadcrumbs__inner li:after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 7px;
	background: url(../images/breadcrumbs-img.svg) 50% / cover no-repeat;
	margin: 0 18px;
}

.breadcrumbs__inner a {
	color: #a4a4a4;
}

/* Article */
.article {
	padding: 84px 0 100px;
}

@media only screen and (max-width: 991px) {
	.article {
		padding: 65px 0 80px;
	}
}

.article .breadcrumbs {
	margin-bottom: 55px;
}

.article__wrapper {
	max-width: 770px;
	margin: 0 auto 98px;
}

@media only screen and (max-width: 767px) {
	.article__wrapper {
		margin: 0 auto 183px;
	}
}

.article__title {
	font-size: 30px;
	font-family: 'FuturaMediumC';
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.article__title {
		margin-bottom: 25px;
	}
}

.article__publication {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	color: #9e9e9e;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

@media only screen and (max-width: 767px) {
	.article__publication {
		margin-bottom: 45px;
	}
}

.article__publication-date {
	color: #9e9e9e;
	font-size: 16px;
}

.article__image {
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	.article__image {
		height: 212px;
		margin-bottom: 25px;
	}
	.article__image.article__image--height {
		height: 305px;
		margin-bottom: 63px;
	}
	.article__image.article__image--big {
		height: 300px;
		margin-bottom: 117px;
	}
	.article__image.article__image--high {
		height: 311px;
		margin-bottom: 167px;
	}
}

.article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article__content {
	line-height: 1.7;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.article__content {
		margin-bottom: 85px;
	}
}

.article__content--margin {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.article__content--margin {
		display: none;
	}
}

.article__content P {
	margin-bottom: 40px;
}

.article__content P:last-child {
	margin-bottom: 0;
}

.article__subtitle {
	font-family: 'FuturaMediumC';
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.article__subtitle--hidden {
		display: none;
	}
}

.article__links {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 86px;
}

@media only screen and (max-width: 767px) {
	.article__links {
		flex-wrap: wrap;
		padding-bottom: 51px;
		margin-bottom: 24px;
	}
}

.article__link {
	display: flex;
	font-family: 'FuturaBookC';
	margin-right: 35px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.article__link {
		margin-right: 49px;
		margin-bottom: 10px;
	}
}

.article__link:hover {
	border-bottom: 1px solid transparent;
}

.article__link:last-child {
	margin-right: 0;
}

.article__comments {
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.article__comments {
		margin-bottom: 45px;
	}
}

.article__comments-title {
	font-family: 'FuturaBookC';
	font-size: 16px;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.article__comments-title {
		margin-bottom: 61px;
	}
}

.article__comment {
	margin-bottom: 50px;
}

.article__comment:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.article__comment:last-child {
		display: none;
	}
}

.article__comment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.article__comment-head {
		margin-bottom: 10px;
	}
}

.article__comment-name {
	font-family: 'FuturaBookC';
	letter-spacing: 0.01em;
	color: #263238;
}

.article__comment-date {
	font-size: 16px;
	color: #848484;
}

@media only screen and (max-width: 767px) {
	.article__comment-date {
		display: none;
	}
}

.article__textarea {
	width: 720px;
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	.article__textarea {
		width: 100%;
		margin-bottom: 37px;
	}
}

.article__textarea textarea {
	height: 276px;
}

@media only screen and (max-width: 767px) {
	.article__textarea textarea {
		height: 167px;
	}
}

.article__button {
	width: 190px;
	border-radius: 4px;
	font-size: 16px;
	font-family: 'Montserrat';
	text-transform: inherit;
}

@media only screen and (max-width: 767px) {
	.article__button {
		width: 100%;
	}
}

.article__items-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 52px;
}

@media only screen and (max-width: 767px) {
	.article__items-container {
		display: flex;
		overflow: auto;
		grid-gap: 26px;
	}
}

.informative-map {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.informative-map {
		flex-shrink: 0;
		width: 240px;
	}
}

.informative-map:hover .informative-map__image img {
	transform: scale(1.2);
}

.informative-map__image {
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.informative-map__image {
		white-space: nowrap;
		width: 203px;
	}
}

.informative-map__image img {
	width: 100%;
	height: 100%;
	transition: 600ms;
}

.informative-map__title {
	display: block;
	font-family: 'FuturaBookC';
	font-size: 25px;
	margin-bottom: 15px;
	height: 56px;
}

@media only screen and (max-width: 1450px) {
	.informative-map__title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.informative-map__title {
		font-size: 18px;
		height: auto;
	}
}

.informative-map__text {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #000000;
}

@media only screen and (max-width: 767px) {
	.informative-map__text {
		font-size: 16px;
	}
}

.informative-map__date {
	color: #5e5e5e;
}

@media only screen and (max-width: 767px) {
	.informative-map__date {
		font-size: 16px;
	}
}

/* Blog */
.blog {
	padding: 100px 0;
}

@media only screen and (max-width: 767px) {
	.blog {
		padding: 78px 0;
	}
}

.blog__title {
	text-align: center;
	margin-bottom: 91px;
	font-size: 52px;
	color: #000;
	font-family: 'FuturaMediumC';
}

@media only screen and (max-width: 767px) {
	.blog__title {
		font-size: 24px;
		margin-bottom: 72px;
	}
}

.blog__tabs-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 111px;
}

@media only screen and (max-width: 991px) {
	.blog__tabs-nav {
		margin-bottom: 64px;
		overflow: scroll;
		margin-right: -20px;
		padding-right: 20px;
		justify-content: flex-start;
	}
}

.blog__tabs-item {
	display: none;
}

.blog__tabs-item.active {
	display: block;
}

.blog__tabs-link {
	margin-right: 45px;
	padding-bottom: 1px;
	border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 991px) {
	.blog__tabs-link {
		margin-right: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.blog__tabs-link {
		margin-right: 50px;
		white-space: nowrap;
	}
}

.blog__tabs-link:hover {
	border-bottom: 2px solid #000;
}

.blog__tabs-link.active {
	font-family: 'FuturaMediumC';
	border-bottom: 2px solid #000;
}

.blog__tabs-link:last-child {
	margin-right: 0;
}

.blog__cards {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 185px;
}

@media only screen and (max-width: 767px) {
	.blog__cards {
		flex-direction: column-reverse;
		margin-bottom: 96px;
	}
}

.blog__card {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1450px) {
	.blog__card {
		margin-right: 50px;
	}
	.blog__card:last-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog__card {
		margin-right: 0;
		width: 100%;
	}
	.blog__card:last-child {
		margin-bottom: 91px;
	}
}

.blog__card:hover .blog__card-img img {
	transform: scale(1.2);
}

.blog__card-img {
	margin-bottom: 40px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.blog__card-img {
		height: 230px;
		margin-bottom: 20px;
	}
}

.blog__card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 600ms;
}

.blog__card-title {
	font-family: 'FuturaBookC';
	font-size: 25px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.blog__card-title {
		font-size: 18px;
	}
}

.blog__card-text {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.blog__card-text {
		font-size: 16px;
	}
}

.blog__container {
	margin-bottom: 93px;
}

.blog__container-title {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
	.blog__container-title {
		font-size: 18px;
		text-align: left;
		margin-bottom: 35px;
	}
}

.blog__container-body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 80px 70px;
}

@media only screen and (max-width: 1450px) {
	.blog__container-body {
		grid-gap: 60px 50px;
	}
}

@media only screen and (max-width: 991px) {
	.blog__container-body {
		grid-template-columns: 1fr;
		grid-gap: 40px 30px;
	}

	.blog__container-body .informative-map {
		width: 100%;
	}

	.blog__container-body .informative-map__image img {
		object-fit: cover;
	}
}

.blog__container-body .informative-map:nth-child(3) {
	grid-row: span 2;
}

@media only screen and (max-width: 767px) {
	.blog__container-body .informative-map:nth-child(3) {
		display: none;
	}
}

.blog__content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 237px;
}

@media only screen and (max-width: 991px) {
	.blog__content {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 125px;
	}
}

.blog__content:hover .blog__content-image img {
	transform: scale(1.2);
}

.blog__content-description {
	display: flex;
	flex-direction: column;
	margin-left: 75px;
}

@media only screen and (max-width: 991px) {
	.blog__content-description {
		margin-left: 0;
		margin-top: 24px;
	}
}

.blog__content-title {
	font-family: 'FuturaBookC';
	font-size: 25px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.blog__content-title {
		font-size: 18px;
	}

	.blog__content-date {
		font-size: 16px;
	}

	.blog__content-text {
		font-size: 16px;
	}
}

.blog__content-image {
	overflow: hidden;
	width: 935px;
	height: 600px;
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 1450px) {
	.blog__content-image {
		width: 570px;
		height: 370px;
	}
}

@media only screen and (max-width: 991px) {
	.blog__content-image {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.blog__content-image {
		width: 100%;
		height: 230px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.blog__content-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 600ms;
}

.blog__content-text {
	margin-bottom: 10px;
}

.blog__info {
	margin-bottom: 140px;
}

@media only screen and (max-width: 991px) {
	.blog__info {
		margin-bottom: 74px;
	}
}

.blog__info--margin {
	margin-bottom: 149px;
}

.blog__info:last-child {
	margin-bottom: 0;
}

.blog__info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 124px;
}

@media only screen and (max-width: 767px) {
	.blog__info-header {
		margin-bottom: 61px;
	}
}

.blog__info-title {
	font-family: 'FuturaMediumC';
	font-size: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.blog__info-title {
		font-size: 18px;
	}
}

.blog__info-link {
	display: flex;
	align-items: center;
}

.blog__info-link:hover img {
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.blog__info-link {
		font-size: 10px;
	}
}

.blog__info-link img {
	margin-left: 15px;
	flex-shrink: 0;
	transition: 300ms;
}

.blog__info-body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 70px;
}

@media only screen and (max-width: 991px) {
	.blog__info-body {
		grid-gap: 26px;
		overflow: auto;
		display: flex;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog__info-body .informative-map__image {
		width: 203px !important;
	}
}

.blog__process {
	position: relative;
}

@media only screen and (max-width: 991px) {
	.blog__process {
		overflow: auto;
	}
}

.blog__process-title {
	max-width: 280px;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'FuturaBookC';
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1450px) {
	.blog__process-title {
		position: static;
		max-width: 100%;
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 991px) {
	.blog__process-title {
		font-size: 18px;
		margin-bottom: 25px;
	}
}

.blog__process-container {
	margin-bottom: 165px;
}

@media only screen and (max-width: 991px) {
	.blog__process-container {
		margin-bottom: 86px;
	}
}

.blog__process-item {
	display: flex;
	align-items: center;
	margin-bottom: 190px;
}

@media only screen and (max-width: 1450px) {
	.blog__process-item {
		justify-content: center;
	}
}

@media only screen and (max-width: 991px) {
	.blog__process-item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 12px;
		margin-bottom: 72px;
	}
}

@media only screen and (max-width: 991px) {
	.blog__process-item .informative-map {
		width: 100%;
	}
}

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

@media only screen and (max-width: 991px) {
	.blog__process-item:last-child {
		display: flex;
		flex-direction: column;
		margin-bottom: 86px;
	}
	.blog__process-item:last-child .informative-map {
		margin-right: 0;
		margin-bottom: 69px;
	}
	.blog__process-item:last-child .informative-map:last-child {
		margin-bottom: 0;
	}
	.blog__process-item:last-child .informative-map__image {
		height: 261px;
	}
}

.blog__process-item--right {
	justify-content: flex-end;
}

@media only screen and (max-width: 1450px) {
	.blog__process-item--right {
		justify-content: center;
	}
}

.blog__process-item .informative-map {
	margin-right: 70px;
}

.blog__process-item .informative-map:last-child {
	margin-right: 0;
}

.blog .informative-map__image {
	flex-grow: 10;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.blog .informative-map__image {
		margin-bottom: 13px;
		width: 100% !important;
		height: 250px;
		flex-grow: 0;
	}
}

/* Product */
.product {
	padding: 79px 0 100px;
	overflow: hidden;
}

.product__name {
	font-family: 'FuturaMediumC';
	margin-bottom: 15px;
}

.product__code {
	color: #a1a1a1;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.product__code {
		font-size: 12px;
	}
}

.product__content {
	line-height: 1.7;
	margin-bottom: 50px;
}

.product__content p {
	margin-bottom: 45px;
}

.product__content p:last-child {
	margin-bottom: 0;
}

.product__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 150px;
	align-items: flex-start;
	margin-bottom: 75px;
}

.product__items--grid {
	grid-gap: 30px 140px;
}

@media only screen and (max-width: 991px) {
	.product__items {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.product__items {
		grid-gap: 40px;
		margin-bottom: 45px;
		grid-template-columns: 1fr 1fr;
	}
}

.product__item {
	font-size: 16px;
	color: #717171;
}

@media only screen and (max-width: 767px) {
	.product__item {
		font-size: 12px;
	}
}

.product__item-name {
	height: 15px;
	font-size: 16px;
	color: #717171;
	margin-bottom: 21px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.product__item-name {
		margin-bottom: 15px;
	}
}

.product__item-info {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'FuturaMediumC';
	color: #000000;
}

@media only screen and (max-width: 767px) {
	.product__item-info {
		font-family: 'FuturaBookC';
		max-width: 122px;
	}
}

.product__process {
	margin-bottom: 68px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.product__process {
		margin-bottom: 42px;
	}
}

.product__process p {
	margin-bottom: 10px;
}

.product__process p:last-child {
	margin-bottom: 0;
}

.product__process-title {
	font-family: 'FuturaMediumC';
	margin-bottom: 22px;
}

.product__region {
	margin-bottom: 285px;
	line-height: 1.7;
}

.product__region--margin {
	margin-bottom: 95px;
}

@media only screen and (max-width: 1450px) {
	.product__region {
		margin-bottom: 175px;
	}
}

@media only screen and (max-width: 767px) {
	.product__region {
		margin-bottom: 75px;
	}
}

.product__region p {
	margin-bottom: 40px;
}

.product__region p:last-child {
	margin-bottom: 0;
}

.product__region-title {
	font-family: 'FuturaMediumC';
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.product__region-title {
		margin-bottom: 20px;
	}
}

.product__image {
	margin-bottom: 383px;
}

@media only screen and (max-width: 991px) {
	.product__image {
		margin-bottom: 100px;
	}
}

.product__cards-title {
	text-align: center;
	font-size: 20px;
	font-family: 'FuturaMediumC';
	margin-bottom: 115px;
}

@media only screen and (max-width: 767px) {
	.product__cards-title {
		margin-bottom: 50px;
	}
}

.product__cards-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 11px;
}

@media only screen and (max-width: 1450px) {
	.product__cards-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 600px) {
	.product__cards-container {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

.product .card__items {
	display: none;
}

@media only screen and (max-width: 767px) {
	.product .card__items {
		display: block;
	}
}

.product__place {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.product__place span {
	display: block;
	margin-right: 25px;
}

.product__place a {
	color: #000000;
	font-family: 'FuturaBookC';
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
	.product__place a {
		font-size: 14px;
	}
}

.product__place a:hover {
	text-decoration: none;
}

.product__text {
	line-height: 1.7;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.product__text {
		font-size: 13px;
		font-family: 'Montserrat';
	}
}

.product__text p {
	margin-bottom: 2px;
}

.product__text p:last-child {
	margin-bottom: 0;
}

.product__reviews {
	margin-bottom: 128px;
	width: 730px;
}

@media only screen and (max-width: 767px) {
	.product__reviews {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product__reviews {
		margin-bottom: 59px;
	}
}

.product__reviews-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 125px;
}

@media only screen and (max-width: 767px) {
	.product__reviews-header {
		flex-direction: column;
		align-items: center;
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.product__reviews-info {
		margin-bottom: 30px;
	}
}

.product__reviews-number {
	display: flex;
	align-items: center;
	letter-spacing: 0.005em;
	color: #828282;
	font-family: 'FuturaBookC';
	font-size: 14px;
}

.product__reviews-number span {
	letter-spacing: 0.01em;
	color: #263238;
	font-family: 'FuturaMediumC';
	margin-right: 45px;
}

.product__reviews-btn {
	width: 167px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	color: #000000;
	font-family: 'FuturaBookC';
	font-size: 16px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
	.product__reviews-btn {
		font-size: 14px;
	}
}

.product__reviews-btn:hover {
	background: #000000;
	color: #fff;
}

.product__reviews-items {
	margin-bottom: 128px;
}

@media only screen and (max-width: 991px) {
	.product__reviews-items {
		margin-bottom: 54px;
	}
}

.product__reviews-item {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.product__reviews-item {
		flex-direction: column;
		align-items: flex-start;
	}
}

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

.product__reviews-container {
	flex-shrink: 0;
	margin-right: 105px;
}

@media only screen and (max-width: 767px) {
	.product__reviews-container {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product__reviews-user {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.product__reviews-name {
	font-family: 'FuturaMediumC';
	font-size: 20px;
	color: #263238;
	letter-spacing: 0.01em;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.product__reviews-name {
		font-size: 18px;
		font-family: 'FuturaBookC';
	}
}

.product__reviews-date {
	font-size: 13px;
	color: #848484;
	font-family: 'Montserrat';
}

@media only screen and (max-width: 767px) {
	.product__reviews-date {
		font-size: 14px;
		font-family: 'FuturaLightC';
	}
}

.product__reviews-text {
	max-width: 451px;
	line-height: 1.7;
	color: #000000;
}

@media only screen and (max-width: 767px) {
	.product__reviews-text {
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 378px) {
	.product__reviews-text {
		max-width: 328px;
	}
}

.product__reviews-answer {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #9e9e9e;
	display: none;
}

@media only screen and (max-width: 767px) {
	.product__reviews-answer {
		display: block;
	}
}

.product__reviews-answer img {
	margin-right: 18px;
}

.product__reviews-form {
	position: relative;
}

.product__reviews-textarea {
	height: 276px;
}

@media only screen and (max-width: 767px) {
	.product__reviews-textarea {
		margin-bottom: 29px;
		height: auto;
	}
}

.product__reviews-textarea textarea {
	border: 1px solid #dedede;
	padding: 45px 45px 109px 35px;
	height: 100%;
	color: #000;
}

.product__reviews-textarea input {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	color: #000;
	border: 1px solid #b9b9b9;
	border-radius: 4px;
	margin-bottom: 15px;
	font-family: 'FuturaLightC';
}

.product__reviews-button {
	width: 167px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	color: #000000;
	font-family: 'FuturaBookC';
	font-size: 16px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 1;
	transition: 300ms;
}

@media only screen and (max-width: 767px) {
	.product__reviews-button {
		font-size: 14px;
		position: static;
		width: 100%;
	}
}

.product__reviews-button:hover {
	background: #000000;
	color: #fff;
}

.product .card__items--hide {
	display: block;
}

@media only screen and (max-width: 767px) {
	.product .card__items--hide {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.product .card:not(:first-child) {
		display: block;
	}
}

.product .breadcrumbs {
	margin-bottom: 102px;
}

@media only screen and (max-width: 991px) {
	.product .breadcrumbs {
		display: none;
	}
}

.product .card-info {
	margin-bottom: 220px;
}

@media only screen and (max-width: 767px) {
	.product .card-info--tea {
		margin-bottom: 36px !important;
	}
}

@media only screen and (max-width: 1450px) {
	.product .card-info {
		margin-bottom: 130px;
		grid-gap: 110px;
	}
}

@media only screen and (max-width: 767px) {
	.product .card-info {
		grid-template-columns: 1fr;
		grid-gap: 35px;
		margin-bottom: 115px;
	}
}

@media only screen and (max-width: 767px) {
	.product .card-info__btn {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product .tabs {
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.product .tabs__items {
		width: 100%;
	}
}

.product .dropdown {
	width: 730px;
	margin-bottom: 175px;
}

.product .dropdown--width {
	width: 730px;
}

@media only screen and (max-width: 767px) {
	.product .dropdown {
		width: 100%;
		margin-bottom: 69px;
	}
}

.product--coffee .dropdown__item-body {
	max-width: 740px;
	font-size: 16px;
}

.dropdown__item {
	margin-bottom: 24px;
	border-bottom: 1px solid #cdcecf;
}

.dropdown__item-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	cursor: pointer;
}

.dropdown__item-title {
	font-family: 'FuturaMediumC';
}

.dropdown__item-arrow {
	transition: 300ms;
}

.dropdown__item-arrow.active {
	transform: rotate(180deg);
}

.dropdown__item-body {
	line-height: 1.7;
	margin-bottom: 19px;
	display: none;
}

.dropdown__item-body.active {
	display: block;
}

.card-info {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 426px;
	grid-gap: 307px;
}

.card-info--tea .card__items {
	display: none;
}

.card-info__title h1 {
	font-size: 25px;
	font-family: 'FuturaMediumC';
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #262424;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.card-info__title h1 {
		font-size: 22px;
	}
}

.card-info__title a {
	display: none;
}

.card-info__title a.active svg {
	fill: #000;
}

.card-info__title a svg {
	fill: #fff;
}

.card-info__container {
	padding-top: 70px;
	padding-right: 70px;
}

@media only screen and (max-width: 991px) {
	.card-info__container {
		padding-right: 0;
		display: flex;
		flex-direction: column;
	}
}

.card-info__name {
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #a2a2a2;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.card-info__name--font {
	font-size: 14px;
	text-transform: capitalize;
}

.card-info__text {
	line-height: 1.3;
	margin-bottom: 23px;
}

.card-info__weight span {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.15em;
	color: #a2a2a2;
}

@media only screen and (max-width: 767px) {
	.card-info__weight span {
		display: none;
	}
}

.card-info__fields {
	margin-bottom: 28px;
}

.card-info__fields form {
	display: inline-flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.card-info__fields form {
		width: 100%;
	}
}

.card-info__field {
	margin-right: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	list-style: none;
}

@media only screen and (max-width: 767px) {
	.card-info__field {
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #e7e7e7;
		width: 100%;
		height: 30px;
		margin-right: 4px;
		border-radius: 4px;
		padding-bottom: 0;
	}
}

.card-info__field span {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.card-info__field span {
		margin-bottom: 0;
		font-size: 12px;
		padding-bottom: 0;
	}
}

.card-info__field.selected span {
	color: #000;
	border-bottom: 1px solid #272323;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.card-info__field.selected span {
		border: 1px solid #000000;
		width: 95px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		width: 100%;
		padding-bottom: 0;
	}
}

.card-info__price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	font-family: 'FuturaMediumC';
	letter-spacing: 0.1em;
	color: #111010;
}

@media only screen and (max-width: 991px) {
	.card-info__price {
		margin-bottom: 20px;
		order: -1;
	}
}

.card-info__price svg {
	fill: #fff;
}

.card-info__star.active svg {
	fill: #000;
}

.card-info__new-price {
	font-family: 'FuturaBookC';
	font-size: 25px;
	text-transform: uppercase;
	color: #0e0d0d;
	margin-bottom: 29px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.card-info__new-price {
		display: block;
	}
}

.card-info__btn {
	width: 100%;
	height: 48px;
	letter-spacing: 0.275em;
	font-size: 14px;
}

@media only screen and (max-width: 991px) {
	.card-info__btn {
		font-family: 'Montserrat';
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.25em;
		padding: 14px 0 14px;
		border-radius: 4px;
	}
}

.rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}

.rating--width {
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.rating--width {
		margin-bottom: 17px;
		justify-content: flex-end !important;
	}
}

.rating--width svg {
	width: 15px;
	height: 14px;
}

@media only screen and (max-width: 767px) {
	.rating--width svg {
		width: 12px;
		height: 11px;
	}
}

.rating--width svg:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 991px) {
	.rating {
		justify-content: center;
	}
}

/* NX - чтобы звезды не мигали .rating:hover .rating__star svg path:first-child {*/
/*  fill: #cdcecf;*/
/*}*/

.rating__input {
	display: none;
}

/* NX - чтобы звезды не мигали .rating__input:checked ~ .rating__star > svg path:first-child {*/
/*  fill: #000;*/
/*}*/
.rating__star.active > svg path:first-child {
	fill: #000;
}
.nx_class_star.active path:first-child {
	fill: #000;
}

.rating__star {
	position: relative;
	margin-right: 8px;
	cursor: pointer;
}

.rating__star:last-child {
	margin-right: 0;
}

.rating__star svg path:first-child {
	fill: rgba(186, 186, 186, 0.87);
}

/* NX - чтобы звезды не мигали .rating__star:hover svg path:first-child,*/
/*.rating__star:hover ~ .rating__star svg path:first-child {*/
/*  fill: #000 !important;*/
/*}*/

.tabs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tabs__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.tabs__nav {
		justify-content: flex-start;
		overflow-x: auto;
		width: 100%;
	}
}

.tabs__nav-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 57px;
}

.tabs__nav-wrapper:after {
	content: '';
	display: block;
	width: 2500px;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translateX(-37%);
}

.tabs__nav-item {
	font-family: 'FuturaMediumC';
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-right: 130px;
	padding-bottom: 20px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.tabs__nav-item {
		white-space: nowrap;
		margin-right: 92px;
	}
}

.tabs__nav-item.active {
	border-bottom: 4px solid #000000;
}

.tabs__nav-item:last-child {
	margin-right: 0;
}

.tabs__item {
	max-width: 734px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.tabs__item {
		max-width: 100%;
		margin-right: 0;
	}
}

.tabs__item.active {
	display: block;
}

.private__container .tabs__item {
	max-width: 100%;
	margin-right: 0;
}

/* Sort */
.sort {
	padding-bottom: 145px;
}

@media only screen and (max-width: 991px) {
	.sort {
		padding: 50px 0;
	}
}

.sort__showcase {
	margin-bottom: 61px;
}

@media only screen and (max-width: 991px) {
	.sort__showcase {
		display: none;
	}
}

.sort__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 167px;
}

@media only screen and (max-width: 991px) {
	.sort__container {
		flex-direction: column;
		margin-bottom: 55px;
	}
}

.sort__title {
	font-size: 24px;
	letter-spacing: 0.04em;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (max-width: 1450px) {
	.sort__title {
		max-width: 150px;
		font-size: 19px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.sort__title {
		max-width: 240px;
		text-align: center;
		font-family: 'FuturaDemiC';
		text-align: center;
		font-size: 18px;
		margin: 0 auto;
		margin-bottom: 125px;
	}
}

.sort__items {
	max-width: 587px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 8px;
}

@media only screen and (max-width: 991px) {
	.sort__items {
		flex-wrap: nowrap;
		overflow: auto;
		max-width: 100%;
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.sort__items {
		margin-right: -20px;
	}
}

.sort__item {
	display: flex;
	font-family: 'FuturaBookC';
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #514e4e;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	.sort__item {
		white-space: nowrap;
	}
}

.sort__item:hover {
	font-family: 'FuturaMediumC';
	border-bottom: 1px solid #000000;
}

.sort__item.active {
	font-family: 'FuturaMediumC';
	border-bottom: 1px solid #000000;
}

.sort__button {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	color: #383838;
	cursor: pointer;
	letter-spacing: 0.1em;
}

.sort__button--mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sort__button--mobile.active {
		position: absolute;
		z-index: 1002;
		right: 30px;
		top: -90px;
		cursor: pointer;
		display: block;
	}
}

.sort__button.active .sort__button-image--close {
	display: none;
}

.sort__button.active .sort__button-image--open {
	display: flex;
}

.sort__button-text {
	padding-top: 2px;
}

.sort__button-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}

.sort__button-image--open {
	display: none;
}

.sort .breadcrumbs {
	margin-bottom: 72px;
}

@media only screen and (max-width: 991px) {
	.sort .breadcrumbs {
		display: none;
	}
}

.sort__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 26px 25px;
}

@media only screen and (max-width: 1450px) {
	.sort__cards {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 25px;
	}
}

@media only screen and (max-width: 991px) {
	.sort__cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.sort__cards {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sort .card:not(:first-child) {
		display: block;
	}
}

.filters {
	display: none;
	margin-bottom: 296px;
	background: #fff;
}

@media only screen and (max-width: 991px) {
	.filters {
		margin-bottom: 75px;
	}
}

.filters.active {
	display: block;
}

@media only screen and (max-width: 767px) {
	.filters.active {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 500;
		overflow: auto;
		height: 100vh;
		padding: 60px 30px 30px 31px;
	}
}

.filters__close {
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-family: 'FuturaMediumC';
	color: #383838;
	margin-bottom: 61px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.filters__close {
		display: flex;
	}
}

.filters form {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.filters form {
		flex-direction: column-reverse;
	}
}

.filters__items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
	.filters__items {
		flex-direction: column;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.filters__item {
		margin-bottom: 49px;
	}
	.filters__item:last-child {
		margin-bottom: 0;
	}
}

.filters__item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'FuturaBookC';
	color: #0e0e0e;
	margin-bottom: 35px;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.filters__item-header {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.filters__item-header {
		margin-bottom: 0;
		position: relative;
		width: 100%;
	}

	.filters__item-header::before {
		position: absolute;
		right: 0;
		top: 0;
		width: 9px;
		height: 9px;
		border: solid #0e0d0d;
		border-width: 1px 1px 0 0;
		transform: rotate(135deg);
		display: block;
		content: '';
	}
}

.filters__item-arrow {
	display: none;
}

@media only screen and (max-width: 767px) {
	.filters__item-arrow {
		display: block;
	}
}

.filters__item-body {
	display: flex;
}

@media only screen and (max-width: 991px) {
	.filters__item-body {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.filters__item-body {
		display: none;
		margin-top: 45px;
	}
}

.filters__item-checkbox {
	margin-right: 124px;
}

@media only screen and (max-width: 1450px) {
	.filters__item-checkbox {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.filters__item-checkbox {
		margin-right: 0;
		margin-bottom: 16px;
	}
}

.filters__item-checkbox:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.filters__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.filters__buttons {
		margin-bottom: 54px;
	}
}

.filters__buttons button {
	font-family: 'FuturaBookC';
	font-size: 14px;
	margin-right: 51px;
	padding: 11px 0;
	width: 156px;
	cursor: pointer;
	border: none;
	transition: 300ms;
}

@media only screen and (max-width: 767px) {
	.filters__buttons button {
		width: 140px;
		margin-right: 31px;
		font-size: 13px;
		font-family: 'FuturaMediumC';
		letter-spacing: 1.5px;
	}
}

.filters__buttons button:last-child {
	margin-right: 0;
}

.filters__buttons-white {
	color: #000;
	border: 1px solid #d8d8d8 !important;
	background: #fff;
	font-family: 'FuturaBookC';
	font-size: 14px;
	text-align: center;
	width: 156px;
	height: 45px;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.filters__buttons-white:hover {
	color: #fff;
	border: 1px solid transparent !important;
	background: #000;
}

.filters__buttons-black {
	color: #fff;
	background-color: #000;
	font-family: 'FuturaBookC';
	font-size: 14px;
	text-align: center;
	width: 156px;
	height: 45px;
	border: 1px solid transparent !important;
	cursor: pointer;
	transition: 300ms;
}

.filters__buttons-black:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #d8d8d8 !important;
}

.checkbox {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	position: relative;
}

.checkbox__inner {
	flex-shrink: 0;
	margin-right: 14px;
}

.checkbox__inner input {
	display: none;
}

.checkbox__inner input:checked + span {
	background: url(../images/checked.svg) 50% no-repeat;
	background-color: #454545;
}

.checkbox__inner span {
	display: inline-block;
	border: 1px solid #e2e2e2;
	width: 17px;
	height: 19px;
	transition: 300ms;
	background-position: 50%;
	border-radius: 4px;
}

.checkbox__text {
	font-size: 16px;
	color: #030303;
}

.radio {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.radio__inner {
	flex-shrink: 0;
	margin-right: 14px;
	vertical-align: middle;
}

.radio__inner input {
	display: none;
}

.radio__inner input:checked + span {
	border: 1px solid #000;
	border-width: 2px;
}

.radio__inner input:checked + span:after {
	opacity: 1;
	visibility: visible;
}

.radio__inner span {
	display: inline-block;
	position: relative;
	border: 1px solid #e2e2e2;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.radio__inner span::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
	visibility: hidden;
}

.radio__text {
	font-size: 16px;
	color: #030303;
}

/* Favorites */
.favorites {
	padding: 196px 0 100px;
}

@media only screen and (max-width: 991px) {
	.favorites {
		padding: 85px 0;
	}
}

.favorites__title {
	font-family: 'FuturaBookC';
	font-size: 24px;
	letter-spacing: 0.04em;
	margin-bottom: 66px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.favorites__title {
		margin-bottom: 33px;
		text-align: center;
		font-size: 18px;
		font-family: 'FuturaDemiC';
	}
}

.favorites__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 26px 26px;
}

@media only screen and (max-width: 767px) {
	.favorites__cards {
		grid-template-columns: 1fr;
		grid-gap: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.favorites .card:not(:first-child) {
		display: block;
	}
}

.favorites .card--tea .card__text {
	margin-bottom: 43px;
}

/* Delivery */
.delivery {
	padding: 150px 0 215px;
}

@media only screen and (max-width: 991px) {
	.delivery {
		padding: 61px 0 121px;
	}
}

.delivery__image {
	display: flex;
	margin: 0 auto 55px;
	width: 113px;
}

@media only screen and (max-width: 767px) {
	.delivery__image {
		width: 61px;
	}
}

.delivery__image img {
	width: 100%;
	height: 100%;
}

.delivery__order {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 75px;
	font-size: 30px;
	font-family: 'FuturaMediumC';
}

@media only screen and (max-width: 767px) {
	.delivery__order {
		font-size: 18px;
		margin-bottom: 27px;
	}
}

.delivery__order a {
	display: flex;
	margin-left: 5px;
	border-bottom: 1px solid #000;
}

.delivery__order a:hover {
	border-bottom: 1px solid transparent;
}

.delivery__track {
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
	.delivery__track {
		font-size: 14px;
		margin-bottom: 42px;
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 20px;
	}
}

.delivery__track a {
	display: flex;
	margin-left: 5px;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.delivery__track a {
		margin-left: 0;
		margin-top: 10px;
	}
}

.delivery__track a:hover {
	text-decoration: none;
}

.delivery__text {
	max-width: 646px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.7;
	margin-bottom: 91px;
}

@media only screen and (max-width: 767px) {
	.delivery__text {
		text-align: left;
		margin: 0 0 27px 0;
		font-size: 14px;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sale_order_full_table {
		padding: 20px !important;
		text-align: left;
		font-size: 14px;
	}
}

.delivery__info {
	display: flex;
	justify-content: center;
	margin-bottom: 116px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.delivery__info {
		margin-bottom: 48px;
		justify-content: flex-start;
		font-size: 14px;
	}
}

.delivery__social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.delivery__social a {
	margin-right: 37px;
}

.delivery__social a:hover {
	transform: rotate(-360deg);
}

.delivery__social a:last-child {
	margin-right: 0;
}

/* Private */
.private {
	padding: 125px 0;
}

@media only screen and (max-width: 991px) {
	.private {
		padding: 52px 0;
	}
}

.private__header {
	display: flex;
	margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
	.private__header {
		display: none;
	}
}

.private__header-user {
	max-width: 111px;
	margin-right: 283px;
}

@media only screen and (max-width: 1450px) {
	.private__header-user {
		margin-right: 140px;
	}
}

.private__header-name {
	font-size: 25px;
	font-family: 'FuturaBookC';
	color: #000000;
	margin-bottom: 17px;
}

.private__header-discount {
	font-family: 'FuturaMediumC';
	font-size: 16px;
	letter-spacing: 0.44px;
	display: none;
}

.private__header-discount span {
	display: block;
	color: #333333;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'FuturaLightC';
}

.private__header-title {
	font-family: 'FuturaBookC';
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 45px;
}

.private .tabs {
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

@media only screen and (max-width: 991px) {
	.private .tabs {
		flex-direction: column;
	}
}

.private .tabs__items {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.private .tabs__item {
		max-width: 100%;
		margin-right: 0;
	}
}

.private .tabs__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
	margin-right: 258px;
	flex-shrink: 0;
}

@media only screen and (max-width: 1450px) {
	.private .tabs__nav {
		margin-right: 125px;
	}
}

@media only screen and (max-width: 991px) {
	.private .tabs__nav {
		display: flex;
		overflow: auto;
		width: 100%;
		justify-content: flex-start;
		flex-direction: row;
		margin-right: -20px;
	}
}

.private .tabs__nav:after {
	display: none;
}

.private .tabs__nav-item {
	font-family: 'FuturaBookC';
	font-size: 16px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #989898;
	padding-bottom: 10px;
	margin-bottom: 27px;
	margin-right: 0;
}

@media only screen and (max-width: 991px) {
	.private .tabs__nav-item {
		white-space: nowrap;
		margin-bottom: 60px;
		margin-right: 26px;
		font-size: 10px;
	}
}

.private .tabs__nav-item.active {
	color: #000;
	border-bottom: 2px solid #000;
}

.private__title {
	font-size: 13px;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding-bottom: 24px;
	margin-bottom: 38px;
	border-bottom: 0.5px solid #eeeeee;
}

@media only screen and (max-width: 991px) {
	.private__title {
		margin-bottom: 23px;
		padding-bottom: 30px;
	}
}

.private__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-bottom: 64px;
	border-bottom: 0.5px solid #eeeeee;
}

.private__content:last-child {
	margin-bottom: 0;
}

.private__content--margin {
	margin-bottom: 81px;
}

.private__content--margin:first-child {
	padding-top: 62px;
	border-top: 0.5px solid #eeeeee;
}

@media only screen and (max-width: 991px) {
	.private__content {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 29px;
		margin-bottom: 53px;
	}
}

.private__card {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.private__card {
		margin-bottom: 34px;
	}
}

.private__card-image {
	flex-shrink: 0;
	margin-right: 43px;
	width: 42px;
	height: 42px;
}

.private__card-info {
	max-width: 92%;
}

.private__card-status {
	width: fit-content;
	padding: 7px 13px;
	margin-bottom: 28px;
	background: #63bd87;
	font-size: 16px;
	letter-spacing: 0.44px;
	text-transform: capitalize;
	font-family: 'FuturaBookC';
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.private__card-status--canceled {
	background: #dc411f;
}

.private__card-number {
	font-family: 'FuturaBookC';
	letter-spacing: 0.44px;
	color: #333333;
	margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
	.private__card-number {
		font-family: 'FuturaMediumC';
	}
}

.private__card-text {
	line-height: 1.7;
	color: #333333;
	margin-bottom: 10px;
	font-size: 16px;
}

.private__card-price {
	margin-bottom: 12px;
}

.private__repeat {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media only screen and (max-width: 991px) {
	.private__repeat {
		flex-direction: initial;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 10px;
	}
}

.private .private__repeat-btn {
	margin-bottom: 0 !important;
}

.private__repeat-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #a3a3a3;
	font-size: 13px;
	letter-spacing: 0.75px;
	color: #000000;
	padding: 12px 0;
	width: 143px;
	margin-bottom: 33px !important;
	font-family: 'FuturaBookC';
}

@media only screen and (max-width: 991px) {
	.private__repeat-btn {
		padding: 9px 0;
	}
}

.private__repeat-btn:hover {
	color: #fff;
	border: 0.5px solid transparent;
	background: #000;
}

.private__repeat-links {
	display: flex;
	flex-direction: column;
	text-align: right;
	margin-top: 33px;
}

@media only screen and (max-width: 767px) {
	.private__repeat-links {
		margin-top: 0;
	}
}

.private__repeat-link {
	font-family: 'FuturaBookC';
	font-size: 16px;
	text-decoration: underline;
	letter-spacing: 0.44px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
	.private__repeat-link {
		font-size: 12px;
	}
	.private__repeat-link:last-child {
		display: none;
	}
}

.private__repeat-link:hover {
	text-decoration: none;
}

.private__repeat-link:last-child {
	margin-bottom: 0;
}

.private__field {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
	.private__field {
		margin-bottom: 25px;
	}
}

.private__field input {
	padding: 30px 15px 15px 15px;
	color: #000;
}

.private__field-text {
	position: absolute;
	top: 8px;
	left: 21px;
	font-size: 14px;
	letter-spacing: 0.4px;
	color: #9c9c9c;
}

.private__form {
	max-width: 496px;
}

@media only screen and (max-width: 991px) {
	.private__form {
		max-width: 100%;
	}
}

.private__form-btn {
	width: 100%;
	text-transform: capitalize;
}

.private__delivery-title {
	font-family: 'FuturaBookC';
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.private__delivery-title {
		font-size: 12px;
		margin-bottom: 25px;
	}
}

.private__delivery-info {
	max-width: 213px;
	letter-spacing: 0.44px;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.private__delivery-btn {
	font-size: 13px;
	letter-spacing: 0.75px;
	padding: 10px 0;
	border-radius: 4px;
	background: #ffffff;
	border: 0.5px solid #a3a3a3;
	width: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.private__delivery-btn:hover {
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.private .private__repeat-link {
		display: flex;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.private .private__repeat-link:last-child {
		display: none;
	}
}

.private__purchases {
	display: flex;
	justify-content: space-between;
	margin-bottom: 96px;
	max-width: 762px;
	flex-grow: 10;
}

@media only screen and (max-width: 767px) {
	.private__purchases {
		display: block;
	}
}

.private__purchases-content {
	width: 427px;
}

@media only screen and (max-width: 767px) {
	.private__purchases-content {
		margin-bottom: 43px;
		width: 100%;
	}
}

.private__purchases-wrapper {
	width: 268px;
	margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
	.private__purchases-wrapper {
		width: 100%;
	}
}

.private__purchases-number {
	font-family: 'FuturaBookC';
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.44px;
	margin-bottom: 37px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.private__purchases-number {
		margin-bottom: 25px;
	}
}

.private__purchases-number--hide {
	text-transform: uppercase;
	margin-bottom: 0;
}

.private__purchases-container {
	margin-bottom: 35px;
	line-height: 1.5;
	color: #333333;
}

@media only screen and (max-width: 767px) {
	.private__purchases-container {
		margin-bottom: 21px;
	}
}

@media only screen and (max-width: 767px) {
	.private__purchases-phone {
		display: none;
	}
}

.private__purchases-date {
	line-height: 1.5;
	margin-bottom: 5px;
}

.private__purchases-status {
	text-transform: uppercase;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.private__purchases-status {
		display: none;
	}
}

.private__purchases-repeat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.private__purchases-steps {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.private__purchases-steps__container {
		margin-bottom: 45px;
	}
}

.private__purchases-step {
	position: relative;
	display: flex;
	padding-bottom: 30px;
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #9c9c9c;
}

@media only screen and (max-width: 767px) {
	.private__purchases-step {
		font-size: 16px;
	}
	.private__purchases-step:last-child {
		padding-bottom: 0;
	}
}

.private__purchases-step.completed::before {
	background: #65bc5d;
}

.private__purchases-step.completed:after {
	background: #65bc5d;
}

.private__purchases-step:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	left: 3px;
	top: 2px;
	z-index: -1;
}

.private__purchases-step::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #e5e5e5;
	border-radius: 50%;
	margin-right: 40px;
	margin-top: 2px;
}

.private__purchases-step:last-child {
	margin-bottom: 0;
}

.private__purchases-step span {
	display: block;
	font-family: 'FuturaBookC';
	letter-spacing: 0.44px;
	color: #333333;
	margin-bottom: 5px;
}

.private__purchases-buttons {
	align-items: center;
	justify-content: space-between;
	display: none;
}

@media only screen and (max-width: 767px) {
	.private__purchases-buttons {
		display: flex;
	}
}

.private__purchases-button {
	border-radius: 4px;
	background: #ffffff;
	border: 0.5px solid #a3a3a3;
	font-family: 'FuturaBookC';
	letter-spacing: 0.75px;
	color: #000;
	font-size: 14px;
	padding: 10px 0;
	width: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.private__purchases-items {
	margin-bottom: 95px;
	max-width: 66%;
}

@media only screen and (max-width: 1300px) {
	.private__purchases-items {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.private__purchases-items {
		margin-bottom: 32px;
		padding-bottom: 70px;
		max-width: 100%;
		border-bottom: 0.5px solid #eeeeee;
	}
}

.private__purchases-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
	.private__purchases-item {
		margin-bottom: 60px;
	}
}

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

.private__purchases-product {
	display: flex;
	align-items: center;
}

.private__purchases-product__container {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.private__purchases-product__container {
		display: block;
	}
}

.private__purchases-img {
	margin-right: 26px;
}

@media only screen and (max-width: 767px) {
	.private__purchases-img {
		margin-right: 16px;
	}
}

.private__purchases-name {
	font-family: 'FuturaBookC';
	font-size: 14px;
	letter-spacing: 0.25px;
	color: #333333;
	margin-right: 50px;
}

@media only screen and (max-width: 991px) {
	.private__purchases-name {
		margin-right: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.private__purchases-name {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 10px;
	}
}

.private__purchases-amount {
	display: flex;
	align-items: center;
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #5f5f5f;
}

@media only screen and (max-width: 767px) {
	.private__purchases-amount {
		flex-direction: column;
		align-items: flex-start;
		font-size: 10px;
	}
}

.private__purchases-amount span {
	display: block;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.private__purchases-amount span {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.private__purchases-price {
	font-family: 'FuturaBookC';
	font-size: 16px;
	letter-spacing: 0.44px;
	color: #333333;
}

@media only screen and (max-width: 767px) {
	.private__purchases-price {
		margin-bottom: 10px;
	}
}

.private__purchases-outcomes {
	max-width: 514px;
}

@media only screen and (max-width: 991px) {
	.private__purchases-outcomes {
		max-width: 74.6%;
	}
}

@media only screen and (max-width: 767px) {
	.private__purchases-outcomes {
		max-width: 100%;
	}
}

.private__purchases-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.25px;
	color: #676767;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.private__purchases-total {
		font-size: 10px;
		margin-bottom: 10px;
	}
}

.private__purchases-total b {
	font-size: 16px;
	font-family: 'FuturaBookC';
	letter-spacing: 0.25px;
	color: #000000;
}

@media only screen and (max-width: 767px) {
	.private__purchases-total b {
		font-size: 12px;
	}
}

.private__purchases-total:last-child {
	margin-bottom: 0;
}

/* Delivery-payment */
.delivery-payment {
	padding: 215px 0 538px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment {
		padding: 94px 0 538px;
	}
}

.delivery-payment__container {
	margin-bottom: 170px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__container {
		margin-bottom: 83px;
	}
}

.delivery-payment__container:last-child {
	margin-bottom: 0;
}

.delivery-payment__head {
	margin-bottom: 112px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__head {
		margin-bottom: 60px;
	}
}

.delivery-payment__head--margin {
	margin-bottom: 0;
}

.delivery-payment__title {
	margin-bottom: 62px;
	font-family: 'FuturaMediumC';
	letter-spacing: 0.04em;
	font-size: 35px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__title {
		font-size: 25px;
		margin-bottom: 41px;
	}
}

.delivery-payment__title:last-child {
	margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__title:last-child {
		margin-bottom: 50px;
	}
}

.delivery-payment__text {
	max-width: 865px;
	line-height: 170%;
	color: #2f2b2b;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__text {
		font-size: 14px;
	}
}

.delivery-payment__text p {
	margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__text p:first-child {
		display: none;
	}
}

.delivery-payment__text p:last-child {
	margin-bottom: 0;
}

.delivery-payment__item {
	margin-bottom: 103px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__item {
		margin-bottom: 50px;
	}
}

.delivery-payment__item:last-child {
	margin-bottom: 0;
}

.delivery-payment__subtitle {
	font-family: 'FuturaMediumC';
	font-size: 25px;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__subtitle {
		font-size: 18px;
		margin-bottom: 13px;
	}
}

.delivery-payment__method {
	margin-top: 33px;
	display: flex;
	align-items: center;
}

.delivery-payment__method a {
	display: flex;
	margin-right: 46px;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__method a {
		margin-right: 36px;
	}
}

.delivery-payment__method a:last-child {
	margin-right: 0;
}

.delivery-payment__link {
	display: inline-flex;
	margin-top: 25px;
	font-family: 'FuturaDemiC';
	padding-top: 1px;
	color: #2f2b2b;
	border-bottom: 1px solid #2f2b2b;
}

@media only screen and (max-width: 767px) {
	.delivery-payment__link {
		font-size: 14px;
	}
}

.delivery-payment__link:hover {
	border-bottom: 1px solid transparent;
}

/* Feedbacks */
.feedbacks {
	padding: 105px 0 246px;
}

@media only screen and (max-width: 991px) {
	.feedbacks {
		padding: 24px 0 327px;
	}
}

.feedbacks__showcase {
	height: 521px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	margin-bottom: 115px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__showcase {
		height: 430px;
		margin-bottom: 43px;
	}
}

.feedbacks__showcase-title {
	font-family: 'FuturaMediumC';
	font-size: 55px;
	letter-spacing: 0.04em;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__showcase-title {
		font-size: 50px;
	}
}

.feedbacks__showcase-text {
	max-width: 450px;
	text-align: center;
	font-family: 'FuturaBookC';
	font-size: 25px;
	letter-spacing: 0.04em;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__showcase-text {
		max-width: 236px;
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 58px;
	}
}

.feedbacks__showcase-btn {
	text-transform: capitalize;
	padding: 16px 0;
	width: 248px;
	font-family: 'FuturaBookC';
}

@media only screen and (max-width: 767px) {
	.feedbacks__showcase-btn {
		font-size: 14px;
		width: 225px;
		padding: 17px 0;
	}
}

.feedbacks__rating {
	justify-content: flex-start;
}

.feedbacks__rating svg {
	fill: rgba(186, 186, 186, 0.87);
	margin-right: 6px;
}

.feedbacks__rating svg.active {
	fill: #000;
}

.feedbacks .product__reviews-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.feedbacks .product__reviews-info {
		margin-bottom: 47px;
	}
}

.feedbacks .product__reviews-number {
	margin-top: 13px;
}

.feedbacks .product__reviews-number span {
	margin-right: 25px;
}

.feedbacks__items {
	margin-bottom: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.feedbacks__items-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.feedbacks__item {
	background: #ffffff;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
	border-radius: 6px;
	margin-bottom: 100px;
	padding: 30px 32px 59px 31px;
	max-width: 1125px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.feedbacks__item {
		padding: 36px 23px 50px 13px;
		margin-bottom: 49px;
	}
}

@media only screen and (max-width: 767px) {
	.feedbacks__item:nth-child(3) {
		display: none;
	}
}

.feedbacks__item:nth-child(2) {
	max-width: 972px;
	padding: 30px 32px 91px 31px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__item:nth-child(2) {
		order: 1;
		padding: 36px 32px 71px 25px;
	}
}

.feedbacks__item:first-child {
	margin-bottom: 40px;
}

.feedbacks__item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__item-header {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 10px;
	}
}

.feedbacks__item .rating {
	margin-bottom: 10px;
	justify-content: flex-start;
	padding-left: 87px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__item .rating {
		padding-left: 63px;
	}
}

.feedbacks__user {
	display: flex;
	align-items: center;
}

.feedbacks__user-image {
	margin-right: 24px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__user-image {
		width: 45px;
		height: 45px;
		margin-right: 20px;
	}
}

.feedbacks__user-name {
	font-family: 'Roboto Lt';
	font-size: 20px;
	color: #363a40;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.feedbacks__user-name {
		font-size: 18px;
	}
}

.feedbacks__user-date {
	font-family: 'Roboto';
	font-size: 14px;
	color: #67758d;
}

@media only screen and (max-width: 767px) {
	.feedbacks__user-date {
		font-size: 10px;
	}
}

.feedbacks__text {
	padding-left: 84px;
	color: #67758d;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.feedbacks__text {
		font-size: 14px;
		padding-left: 66px;
	}
}

@media only screen and (max-width: 767px) {
	.feedbacks__form {
		display: none;
	}
}

.feedbacks__form-title {
	font-size: 30px;
	font-family: 'Roboto Lt';
	letter-spacing: -0.35px;
	color: #363a40;
	margin-bottom: 45px;
}

.feedbacks__form-rating {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.feedbacks__form-rating span {
	font-size: 25px;
	color: #67758d;
	margin-right: 40px;
}

.feedbacks__form-button {
	display: flex;
	justify-content: flex-end;
}

.feedbacks__form-btn {
	text-transform: capitalize;
	width: 301px;
	height: 48px;
	padding: 13px 16px 13px 24px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feedbacks__form-btn:hover svg {
	fill: #000;
}

.feedbacks__form-btn svg {
	fill: #fff;
	transition: 300ms;
}

.feedbacks__textarea {
	margin-bottom: 40px;
}

.feedbacks__textarea textarea {
	padding: 24px 32px;
	font-size: 16px;
}

.feedbacks__textarea textarea::-webkit-input-placeholder {
	width: 344px;
	line-height: 1.7;
}

.feedbacks__textarea textarea:-moz-placeholder {
	width: 344px;
	line-height: 1.7;
}

.feedbacks__textarea textarea::-moz-placeholder {
	width: 344px;
	line-height: 1.7;
}

.feedbacks__textarea textarea:-ms-input-placeholder {
	width: 344px;
	line-height: 1.7;
}

.error {
	margin-bottom: 135px;
}

@media only screen and (max-width: 991px) {
	.error {
		margin-bottom: 50px;
	}
}

.error__inner {
	padding-top: 20px;
	text-align: center;
}

.error__img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.error__img {
		max-width: 84%;
		margin: 0 auto;
	}
}

.error__text {
	font-size: 35px;
	margin-bottom: 51px;
	font-family: 'FuturaLightC';
	font-weight: 300;
}

@media only screen and (max-width: 767px) {
	.error__text {
		margin-bottom: 57px;
		font-size: 18px;
	}
}

.error__btn {
	width: 232px;
	margin: 0 auto;
	text-transform: initial;
	font-family: 'FuturaMediumC';
	letter-spacing: initial;
}

@media only screen and (max-width: 767px) {
	.error__btn {
		height: 49px;
		max-width: 100%;
		width: 228px;
		font-size: 14px;
	}
}

.error__content {
	transform: translateY(-95%);
}

@media only screen and (max-width: 767px) {
	.error__content {
		transform: translateY(-20px);
	}
}

.basket-info {
	display: none;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 915px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	padding-top: 154px;
	padding-bottom: 70px;
	z-index: 1000;
	overflow-y: scroll;
}

@media only screen and (max-width: 991px) {
	.basket-info {
		width: 100%;
		z-index: 2;
		padding: 20px;
		padding-top: 100px;
		padding-bottom: 70px;
		position: fixed;
	}
}

.basket-info::before {
	position: absolute;
	left: 0;
	background: rgba(81, 81, 81, 0.37);
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	right: 0;
}

.basket-info::-webkit-scrollbar {
	display: none;
}

.basket-info.active {
	display: block;
}

.basket-info__inner {
	max-width: 597px;
	margin: 0 auto;
}

.basket-info__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 78px;
}

@media only screen and (max-width: 991px) {
	.basket-info__top {
		margin-bottom: 45px;
	}
}

.basket-info__title {
	font-family: 'FuturaDemiC';
	font-size: 25px;
	letter-spacing: 0.08em;
	color: #333333;
}

@media only screen and (max-width: 991px) {
	.basket-info__title {
		font-size: 18px;
	}
}

.basket-info__close {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.basket-info__items {
	margin-bottom: 26px;
}

@media only screen and (max-width: 991px) {
	.basket-info__items {
		margin-bottom: 22px;
	}
}

.basket-info__item {
	font-family: 'FuturaLightC';
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.basket-info__item {
		margin-bottom: 12px;
		font-size: 12px;
	}
}

.basket-info__item:last-child {
	margin-bottom: 0;
}

.basket-info__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'FuturaMediumC';
	margin-bottom: 34px;
}

@media only screen and (max-width: 991px) {
	.basket-info__total {
		margin-bottom: 46px;
	}
}

.basket-info__total span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.basket-info__total span {
		font-size: 14px;
	}
}

.basket-info__total p {
	display: block;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.basket-info__total p {
		font-size: 14px;
	}
}

.basket-info__field {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.basket-info__field input {
	width: 210px;
	height: 43px;
	border: 0.5px solid #000000;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 40px 0 15px;
	font-family: 'FuturaDemiC';
	color: #000000;
}

@media only screen and (max-width: 991px) {
	.basket-info__field input {
		width: 135px;
		padding-left: 10px;
	}
}

.basket-info__field input::-webkit-input-placeholder {
	color: #7b7979;
	font-family: 'FuturaLightC';
}

.basket-info__field input:-moz-placeholder {
	color: #7b7979;
	font-family: 'FuturaLightC';
}

.basket-info__field input::-moz-placeholder {
	color: #7b7979;
	font-family: 'FuturaLightC';
}

.basket-info__field input:-ms-input-placeholder {
	color: #7b7979;
	font-family: 'FuturaLightC';
}

.basket-info__btn {
	border: none;
	background: none;
	display: flex;
	align-items: center;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: 300ms;
}

.basket-info__btn.active svg path {
	fill: #000000;
}

.basket-info__content {
	padding-top: 90px;
}

@media only screen and (max-width: 991px) {
	.basket-info__content {
		margin-top: 71px;
		padding-top: 40px;
	}
}

.basket-info__grids {
	margin-bottom: 134px;
}

@media only screen and (max-width: 991px) {
	.basket-info__grids {
		margin-bottom: 64px;
	}
}

.basket-info__grid {
	display: flex;
	align-items: center;
}

.basket-info__img {
	display: flex;
	align-items: flex-start;
	margin-right: 29px;
}

@media only screen and (max-width: 767px) {
	.basket-info__img {
		display: flex;
		align-items: flex-start;
		margin-right: 13px;
	}
}

.basket-info__info {
	display: grid;
	grid-template-columns: 1fr 55px;
	width: 100%;
	flex-grow: 10;
}

@media only screen and (max-width: 767px) {
	.basket-info__info {
		display: grid;
		grid-template-columns: 1fr 45px;
		width: 100%;
		flex-grow: 10;
	}
}

.basket-info__name {
	max-width: 80%;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.basket-info__name a {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.basket-info__name a {
		font-size: 12px;
	}
}

.basket-info__name > span {
	margin-bottom: 32px;
	font-weight: 300;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.045em;
	font-family: 'FuturaLightC';
	display: block;
}

@media only screen and (max-width: 7671px) {
	.basket-info__name > span {
		font-size: 8px;
		margin-bottom: 36px;
	}
}

.basket-info__number {
	font-size: 14px;
	font-family: 'FuturaLightC';
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.basket-info__number {
		font-size: 10px;
		max-width: 87px;
	}
}

.basket-info__delete {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.basket-info__delete span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 13px;
	letter-spacing: 0.045em;
	font-family: 'FuturaLightC';
	display: block;
}

@media only screen and (max-width: 767px) {
	.basket-info__delete span {
		font-size: 10px;
		white-space: nowrap;
	}
}

.basket-info__remove {
	letter-spacing: 0.08em;
	font-family: 'FuturaBookC';
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.basket-info__remove {
		font-size: 10px;
		font-weight: 400;
	}
}

.basket-info__button {
	width: 100%;
	border-radius: 4px;
}

@media only screen and (max-width: 767px) {
	.basket-info__button {
		font-size: 10px;
		font-family: 'FuturaBookC';
	}
}

.city-overlay {
	background: rgba(81, 81, 81, 0.37);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	transition: 300ms;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}

@media only screen and (max-width: 991px) {
	.city-overlay {
		display: none;
	}
}

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

.city-map {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	background: #fff;
	z-index: 106;
	max-width: 813px;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.city-map {
		padding-top: 100px;
		z-index: 10;
		max-width: 100%;
		padding: 100px 16px 30px;
		overflow: scroll;
	}
}

.city-map.active {
	display: block;
}

.city-map__inner {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 82px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.city-map__inner {
		padding-top: 0;
		max-width: 100%;
	}
}

.city-map__close {
	width: 22px;
	height: 22px;
	margin-left: auto;
	cursor: pointer;
	margin-bottom: 77px;
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 991px) {
	.city-map__close {
		display: none;
	}
}

.city-map__close img {
	width: 100%;
	height: 100%;
}

.city-map__form {
	margin-bottom: 64px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.city-map__form {
		margin-bottom: 56px;
	}
}

.city-map__form input {
	width: 100%;
	font-family: 'FuturaDemiC';
	font-size: 25px;
	border: none;
	align-items: center;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	padding-right: 45px;
}

@media only screen and (max-width: 991px) {
	.city-map__form input {
		padding-bottom: 13px;
		font-size: 16px;
	}
}

.city-map__form input::-webkit-input-placeholder {
	color: #cdcdcd;
}

.city-map__form input:-moz-placeholder {
	color: #cdcdcd;
}

.city-map__form input::-moz-placeholder {
	color: #cdcdcd;
}

.city-map__form input:-ms-input-placeholder {
	color: #cdcdcd;
}

.city-map__form button {
	border: none;
	background: none;
	position: absolute;
	right: 4px;
	display: flex;
	align-items: center;
	top: 35%;
	transform: translateY(-50%);
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	.city-map__form button {
		width: 20px;
		height: 21px;
	}
}

.city-map__mobile {
	display: none;
}

@media only screen and (max-width: 991px) {
	.city-map__mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 38px;
	}
}

.city-map__back {
	display: flex;
	align-items: flex-start;
}

.city-map__location {
	display: flex;
	align-items: flex-start;
}

.city-map__description {
	font-family: 'FuturaLightC';
	font-weight: 300;
	letter-spacing: 0.08em;
	margin-bottom: 91px;
}

@media only screen and (max-width: 991px) {
	.city-map__description {
		font-size: 16px;
		margin-bottom: 52px;
		line-height: 22px;
	}
}

.city-map__list {
	overflow-y: scroll;
	height: 365px;
}

.city-map__list::-webkit-scrollbar {
	width: 2px;
	background-color: #ebebeb;
}

.city-map__list::-webkit-scrollbar-thumb {
	background-color: #0f0f0f;
	width: 2px;
}

.city-map__list li {
	margin-bottom: 20px;
}

.city-map__list li:last-child {
	margin-bottom: 0;
}

.city-map__list li a {
	font-family: 'FuturaBookC';
	letter-spacing: 0.08em;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

@media only screen and (max-width: 991px) {
	.city-map__list li a {
		font-size: 16px;
		font-weight: 400;
	}
}

.search-page__title {
	margin: 325px 0 50px 0;
	font-size: 24px;
	letter-spacing: 0.04em;
	color: #000000;
	font-family: 'FuturaBookC';
}

@media only screen and (max-width: 991px) {
	.search-page__title {
		margin: 60px 0;
	}
}

@media only screen and (max-width: 767px) {
	.search-page__title {
		display: none;
	}
}

.search-page__search {
	position: relative;
	width: 747px;
	margin: 110px 0 150px 0;
}

@media only screen and (max-width: 991px) {
	.search-page__search {
		margin: 20px 0 40px 0;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.search-page__search {
		margin: 0 0 25px 0;
	}
}

.search-page__search input {
	width: 100%;
	padding: 15px 20px 15px 60px;
	font-size: 16px;
	letter-spacing: 0.04em;
	border: 0;
	border-bottom: 1px solid #c1c1c1;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-family: 'FuturaBookC';
}

@media only screen and (max-width: 767px) {
	.search-page__search input {
		padding: 0 20px;
		height: 36px;
		background: rgba(118, 118, 128, 0.12);
		border-radius: 10px;
		border-bottom: 0;
	}
}

.search-page__search input::-moz-placeholder {
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	color: #000;
}

.search-page__search input::-ms-input-placeholder {
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	color: #000;
}

.search-page__search input::placeholder {
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: 'FuturaBookC';
	text-transform: uppercase;
	color: #000;
}

.search-page__close {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	display: none;
}

@media only screen and (max-width: 767px) {
	.search-page__close {
		width: 15px;
		height: 15px;
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.sort__cards-search {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.sort__cards-search--page .card:nth-child(2) {
		background: #fff8f8;
	}
	.sort__cards-search--page .card:nth-child(3) {
		background: #fefbff;
	}
}

.header-mobile__location {
	text-decoration: underline;
}

.btn.btn-link.btn-md {
	width: calc(33% - 4px);
	border-radius: 4px;
	padding: 9px 0;
	font-size: 10px;
}

@media only screen and (max-width: 991px) {
	.card-info__title {
		margin-bottom: 10px;
		order: -1;
	}
}

@media only screen and (max-width: 767px) {
	.popup-window-buttons .btn-default {
		padding: 11px;
		font-size: 12px;
		max-width: 62%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.popup-window-titlebar-text,
	.popup-window-titlebar-text-version {
		justify-content: center;
		font-family: inherit;
		padding: 0 !important;
		color: #000000 !important;
		text-align: center;
	}

	.popup-window-titlebar {
		text-align: center;
		margin-top: 31px;
	}

	.popup-window-close-icon:after {
		width: 15px !important;
		height: 15px !important;
	}
}

.smart-filter-parameters-box-buttons {
	align-items: center;
	justify-content: center;
	margin-top: 95px;
	display: none;
}

.smart-filter-parameters-box-buttons.active {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.smart-filter-parameters-box-buttons.active {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 1001;
		padding: 40px;
		padding-top: 135px;
		padding-bottom: 10px;
		margin-top: 0;
		justify-content: space-between;
		background: #fff;
	}

	.filters__buttons-white {
		width: 140px;
	}

	.filters__buttons-black {
		width: 140px;
	}
}

.smart-filter-input-checkbox {
	position: relative;
}

.filter__checkbox--type {
	display: none;
}

.filter__checkbox--type:checked {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	bottom: -15px;
	position: relative;
}

.form-check-input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 19px;
	transition: 300ms;
	background-position: 50%;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
}

.form-check-input:checked {
	position: absolute;
	background: url(../images/checked.svg) 50% no-repeat;
	background-color: #454545;
}

.smart-filter-parameters-box-container .col {
	max-width: 587px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 37px;
	position: absolute;
	left: 50%;
	transform: translateX(-40%);
	top: 3px;
}

@media only screen and (max-width: 1450px) {
	.smart-filter-parameters-box-container .col {
		left: 47%;
	}
}

@media only screen and (max-width: 991px) {
	.smart-filter-parameters-box-container .col {
		flex-wrap: nowrap;
		left: 0;
		top: 72px;
		max-width: 100%;
		transform: translateX(0);
		overflow: auto;
		width: 100%;
		padding-bottom: 24px;
		gap: 0;
	}

	.smart-filter-parameters-box-container .col .radio {
		margin: 0 16px;
		margin-bottom: 0;
	}
	.smart-filter-parameters-box-container .col .radio:first-child {
		margin-left: 0;
	}
}

.eslog-btn-default {
	background: #030303;
	transition: 300ms;
}

.eslog-btn-default:hover {
	background: #fff;
	border: 1px solid #0c0b0b;
	color: #0c0b0b;
}

.smart-filter-input-checkbox input {
	display: none;
}

.smart-filter-checkbox-text {
	padding-left: 30px;
	font-size: 16px;
	color: #030303;
}

.smart-filter-form {
	margin-bottom: 50px;
}

.smart-filter-title {
	display: none;
}

.filter-smart-top .smart-filter-parameters-box-title {
	display: none;
}

.filter-smart-top .smart-filter-block {
	display: block !important;
}

@media only screen and (max-width: 767px) {
	.smart-filter-block {
		display: none;
	}
}

.filter__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 150px;
}

@media only screen and (max-width: 991px) {
	.filter__top {
		display: block;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.filter__top {
		margin-bottom: 0;
	}
}

.filter__pages {
	position: relative;
}

.nx-filter-block {
	display: none;
}

.nx-filter-block.active {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.nx-filter-block {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: #fff;
		z-index: 1000;
		padding: 40px;
		padding-top: 250px;
		overflow: scroll;
	}

	.nx-filter-block.active {
		grid-gap: 49px;
		flex-direction: column;
		justify-content: initial;
	}
}

.smart-filter-input-group-checkbox-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 50px;
}

@media only screen and (max-width: 1450px) {
	.smart-filter-input-group-checkbox-list {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}

@media only screen and (max-width: 767px) {
	.smart-filter-input-group-checkbox-list {
		margin-top: 20px;
	}
}

.smart-filter-button-box .smart-filter-block {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.smart-filter-parameters-box {
		width: 100%;
	}
}

/* Instruction */

.instruction {
	margin-bottom: 150px;
}

.instruction__wrapper {
	position: relative;
	margin-bottom: 174px;
}

@media only screen and (max-width: 767px) {
	.instruction__wrapper {
		margin-bottom: 78px;
	}
}

.instruction__image {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1450px) {
	.instruction__image {
		height: 600px;
	}
	.instruction__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.instruction__image {
		height: 270px;
	}
}

.instruction__wrapper-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'FuturaBookC';
}

.instruction__wrapper-content p {
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.045em;
	margin-bottom: 24px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.instruction__wrapper-content p {
		font-size: 10px;
		margin-bottom: 14px;
	}
}

.instruction__wrapper-content span {
	display: block;
	font-weight: 400;
	font-size: 55px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ffffff;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.instruction__wrapper-content span {
		font-size: 18px;
		font-weight: 500;
		max-width: 180px;
		margin-bottom: 25px;
	}
}

.instruction__wrapper-content a {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.045em;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.instruction__wrapper-content a {
		font-size: 12px;
	}
}

.instruction__listing {
	font-family: 'FuturaBookC';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	padding-bottom: 33px;
	color: #282828;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 118px;
}

@media only screen and (max-width: 767px) {
	.instruction__listing {
		font-size: 12px;
		margin: 0 -20px;
		padding: 0 20px;
		padding-bottom: 24px;
		margin-bottom: 50px;
	}
}

.instruction__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 120px;
}

@media only screen and (max-width: 1450px) {
	.instruction__items {
		grid-gap: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.instruction__items {
		grid-template-columns: 1fr;
		grid-gap: 70px;
	}
}

.instruction__subtitle {
	font-family: 'FuturaBookC';
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.045em;
	color: #000000;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.instruction__subtitle {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.instruction__text {
	font-family: 'FuturaLightC';
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000000;
	line-height: 129.2%;
}

@media only screen and (max-width: 767px) {
	.instruction__text {
		font-size: 13px;
	}
}

.instruction__text p {
	margin-bottom: 20px;
}

.instruction__text p:last-child {
	margin-bottom: 0;
}

.instruction__description {
	margin: 134px 0 190px;
	font-family: 'FuturaLightC';
	font-weight: 300;
	font-size: 40px;
	letter-spacing: 0.045em;
	color: #000000;
}

@media only screen and (max-width: 991px) {
	.instruction__description {
		margin: 60px 0;
	}
}

@media only screen and (max-width: 767px) {
	.instruction__description {
		margin: 80px 0;
		font-size: 25px;
	}
}

.instruction__img {
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 1450px) {
	.instruction__img {
		height: 350px;
	}
	.instruction__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.instruction__img {
		height: 100%;
	}
}

.bx-catalog-subscribe-button {
	width: calc(33% - 4px);
	border-radius: 4px;
	padding: 9px 0;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0 !important;
	text-align: center;
}

.bx-catalog-subscribe-button span {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.bx-catalog-subscribe-button {
		padding: 8px 0;
		letter-spacing: 0.1em;
		text-transform: capitalize;
	}

	.bx-catalog-subscribe-button span {
		font-size: 12px !important;
	}
}

.popup-window-buttons .btn {
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 11px !important;
	height: 44px;
	font-size: 14px;
}

.popup-window-buttons .btn:last-child {
	margin-bottom: 0 !important;
}

.bx-subscribe-desc {
	display: none;
}

.bx_subscribe_checkbox_container {
	display: none;
}

.bx-sls .dropdown-icon {
	height: 27px !important;
}

.tanais-order .bx-sls .bx-ui-sls-clear {
	margin-top: 10px !important;
}

.bx-soa .tanais-form-group .bx-soa-custom-label {
	z-index: 1;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	padding-top: 10px !important;
}

#bx-soa-tanais-order .tanais-form-control {
	height: 51px !important;
	padding-top: 18px !important;
}
