@import url('reset.css');

@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url('../../fonts/Gilroy-Bold.woff2') format('woff2'),
		url('../../fonts/Gilroy-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url('../../fonts/Gilroy-Medium.woff2') format('woff2'),
		url('../../fonts/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: icons;
	font-display: swap;
	src: url('../../fonts/icons.woff2') format('woff2'),
		url('../../fonts/icons.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.hide {
	display: none !important;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

#watermark {
	font-family: Gilroy;
	font-size: 10px;
	color: #fff;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev {
	left: -25px;
	width: 50px;
	height: 50px;
	background: url('../img/prev.png') no-repeat;
}

.slick-next {
	right: -25px;
	width: 50px;
	height: 50px;
	background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background-color: red;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

*:hover,
*:focus {
	outline: 0;
}

body {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	background: #1a1a1a;
	color: #fff;
}

body.hidden {
	overflow: hidden;
}

.wrapper {
	font-family: Gilroy;
	width: 100%;
	max-width: 1210px;
	padding: 0 50px;
	margin: 0 auto;
}

.product-list__true.button {
	font-family: Gilroy;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 8px; /* Регулируйте этот параметр, чтобы изменить степень закругления углов */
	background-color: #9147ff; /* Цвет фона кнопки */
	color: #fff; /* Цвет текста на кнопке */
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.button {
	background: #ffa825;
	color: #fff;
	padding: 10px 35px;
	-webkit-border-radius: 55px;
	border-radius: 55px;
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: -0.02em;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.button:hover {
	background: #dd8604;
}
header {
	background-color: #333;
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.topLineSection {
	padding: 10px 20px;
	background-color: #474242;
	padding-bottom: 15px;
	position: relative;
	z-index: 6;
	margin-bottom: 30px;
	overflow: hidden;
}

.topLineWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#logo {
	font-family: Gilroy;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#logo span:first-child {
	color: #fff;
}

#logo span:last-child {
	color: yellow;
}

.topLineRight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.topLineRightItem {
	font-family: Gilroy;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}

.topLineRightItem:last-child {
	margin-right: 0;
}

.topLineRightItem svg {
	margin-right: 4px;
	fill: #313234;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.topLineRightItem:hover svg {
	fill: #fff;
}

.headerSliderSection {
	margin-bottom: 30px;
}

.headerSliderBigWrap {
	position: relative;
}

.headerSliderBigWrap .slick-list,
.headerSliderBigWrap .slick-track,
.headerSliderBigWrap .slick-initialized .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.headerSliderBigWrap .slick-dots,
.itemImg .slick-dots {
	bottom: 10px;
}

.headerSliderBigWrap .slick-dots li,
.itemImg .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.headerSliderBigWrap .slick-dots li.slick-active,
.itemImg .slick-dots li.slick-active {
	background: #fff;
}

.headerSlideArrow,
.itemSlideArrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 15px;
	cursor: pointer;
}

.headerSlideArrow svg,
.itemSlideArrow svg {
	fill: rgba(255, 255, 255, 0.4);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.headerSlideArrow:hover svg,
.itemSlideArrow:hover svg {
	fill: #fff;
}

.headerSlideArrow.prev,
.itemSlideArrow.prev {
	left: 4px;
}

.headerSlideArrow.next,
.itemSlideArrow.next {
	right: 4px;
}

.headerSliderItem {
	min-height: 300px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 20px 85px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.headerSliderItem .name {
	font-weight: 600;
	margin-bottom: 9px;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: -0.02em;
}

.headerSliderItem .offer {
	margin-bottom: 17px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.22;
	max-width: 410px;
}

.mainCatalogSection {
	padding-bottom: 40px;
}

.mainCatalogWrap {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mainCatalogItem {
	font-family: Gilroy;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	height: 338px;
	margin: 0 15px;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.mainCatalogItem img {
	font-family: Gilroy;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.mainCatalogItem:hover img {
	font-family: Gilroy;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.29);
	box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.29);
	-webkit-filter: drop-shadow(0px 14px 25px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 14px 25px rgba(0, 0, 0, 0.15));
}

.bottomSection {
	padding-bottom: 50px;
	position: relative;
	z-index: 6;
}

.latestPurchasesWrapper {
	font-family: Gilroy;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

.latestPurchasesTitle {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.latestPurchasesTitle h4 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #ffffff;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	padding: 4px 11px 3px 14px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

.latestPurchases {
	width: 2038px;
	margin: 0 -7px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.latestPurchasesItem {
	margin: 0 7px;
}

.latestPurchasesItem:last-child {
	margin-right: 0;
}

.latestPurchasesItem img {
	max-width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.latestPurchasesItem p {
	margin-top: 7px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.bottomDigitsWrap {
	padding-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottomDigitsItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottomDigitsItem .digit {
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	margin-right: 19px;
}

.bottomDigitsItem p {
	color: #ffa825;
	font-size: 22px;
	line-height: 1.1;
}

footer {
	background: #141416;
	padding: 50px 0;
	position: relative;
	z-index: 6;
}

.footerWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.footerItem {
	margin: 0 20px;
}

.footerItem img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.copyright {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.1;
	color: #636363;
}

.headerSubstrate {
	position: absolute;
	z-index: 3;
	top: -111px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	overflow: hidden;
	height: 970px;
	width: 100%;
}

.headerSubstrate img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 4;
}

.headerSubstrateBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1050px;
	background: #333;
	z-index: 2;
}

header {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

header .wrapper {
	font-family: Gilroy;
	position: relative;
	padding-bottom: 0px;
}

.headerWrap {
	min-height: 500px;
	padding: 20px 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* z-index: 10000; */
}

.headerText {
	font-family: Gilroy;
	position: relative;
	z-index: 6;
}

.headerText h1 {
	font-family: Gilroy;
	max-width: 485px;
	font-size: 48px;
	line-height: 59px;
	letter-spacing: -0.02em;
	margin-bottom: 19px;
}

.headerText h1 strong {
	font-family: Gilroy;
	color: #ffa825;
	font-weight: 700;
	display: block;
}

.headerText p {
	font-family: Gilroy;
	max-width: 370px;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #969696;
}

.headerImg {
	position: absolute;
	right: 30%;
	top: 20px;
	-webkit-transform: translate(605px, 0);
	-ms-transform: translate(605px, 0);
	transform: translate(605px, 0);
}

.catalogWrap {
	margin: 36px -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalogItem {
	font-family: Gilroy;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	margin: 0 15px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalogItem .img {
	width: 100%;
	margin-bottom: 10px;
}

.catalogItem .img img {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 180px;
	object-fit: cover;
}

.catalogItem h3 {
	font-family: Gilroy;
	width: 100%;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.catalogItem h3 a {
	font-family: Gilroy;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.catalogItem h3 a:hover {
	font-family: Gilroy;
	color: #ffa825;
}

.catalogItem p {
	font-family: Gilroy;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 9px;
}

.catalogItemData {
	font-family: Gilroy;
	margin: auto;
	margin-bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalogItemData .price {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-right: 15px;
}

.catalogItemData a.button {
	font-family: Gilroy;
	font-size: 16px;
	line-height: 19px;
	padding: 6px 25px;
}

.product-list__true.button {
	font-family: Gilroy;
	font-size: 16px;
	line-height: 19px;
	padding: 6px 25px;
	/* Добавьте другие стили, если необходимо */
}

.rouble {
	font-family: Gilroy;
	margin-left: 2px;
}

.dayOfferSection {
	font-family: Gilroy;
	margin-top: -25px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 6;
}

.dayOfferMobTitle {
	display: none;
}

.dayOfferWrap {
	font-family: Gilroy;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 90px;
	min-height: 535px;
}

.dayOfferImg {
	width: 405px;
	margin-right: 36px;
}

.dayOfferImg img {
	max-width: 100%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.dayOfferText {
	width: 390px;
}

.dayOfferText h2 {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: -0.02em;
}

.dayOfferText p {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 22px;
}

.dayOfferPrice {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dayOfferPrice .newPrice {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
}

.dayOfferPrice .oldPrice {
	margin-left: 13px;
	color: #651200;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	text-decoration: line-through;
}

.dayOfferButton a.button {
	font-size: 24px;
	line-height: 29px;
	color: #651200;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff;
	-webkit-border-radius: 41px;
	border-radius: 41px;
}

.dayOfferButton a.button:hover {
	background: #651200;
	color: #fff;
}

.catalogSection {
	margin-top: -20px;
	padding-bottom: 20px;
}

.itemSection {
	padding: 53px 0;
}

.itemWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.itemImg {
	width: 485px;
	margin-right: 52px;
	position: relative;
}

.itemImg img {
	width: 112%;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 300px;
	object-fit: contain;
}

.itemText {
	width: 440px;
}

.itemText h1 {
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: -0.02em;
}

.itemText p {
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 24px;
}

.itemPrice {
	margin-bottom: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemPrice .newPrice {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
}

.itemPrice .oldPrice {
	margin-left: 22px;
	color: #ffa825;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-decoration: line-through;
}

.itemButton .button {
	font-size: 32px;
	line-height: 39px;
	padding: 11px 48px;
	border: 0;
}

.advanSection {
	background: url('../img/advan-bg.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 90px;
	min-height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.advanSection h2 {
	text-align: center;
	margin-bottom: 36px;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
}

.advanWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advanItem {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.advanItem p {
	margin-left: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.advanItem:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.advanItem:nth-child(2n-1) {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 80px;
}

.similarSection {
	padding-top: 10px;
	padding-bottom: 20px;
}

.similarSection h2 {
	text-align: center;
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
}

.guaranteeSection {
	padding-top: 27px;
	padding-bottom: 212px;
	overflow: hidden;
}

.guaranteeTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 123px;
}

.guaranteeTitle h1 {
	margin-left: 12px;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.guaranteeTitle h1 strong {
	color: #ffa825;
	font-weight: 600;
}

.guaranteeWrap {
	position: relative;
	padding-right: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.guaranteeWrap:nth-child(2n-1) {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.guaranteeWrap:nth-child(2) {
	margin-bottom: 230px;
}

.guaranteeWrap:nth-child(3) {
	margin-bottom: 200px;
}

.guaranteeWrap:nth-child(4) {
	margin-bottom: 246px;
}

.guaranteeImg {
	position: absolute;
	z-index: 2;
}

#guaranteeImg1 {
	top: -179px;
	left: -363px;
}

#guaranteeImg2 {
	top: -358px;
	right: -233px;
}

#guaranteeImg3 {
	top: -401px;
	left: -363px;
}

#guaranteeImg4 {
	top: -412px;
	right: -266px;
}

.guaranteeText {
	position: relative;
	z-index: 3;
	max-width: 610px;
}

.guaranteeText h2 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.guaranteeText h2 strong {
	display: block;
	color: #ffa825;
	font-weight: 600;
}

.guaranteeText p {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #969696;
}

.reviewsTitleSection {
	overflow: hidden;
	padding-top: 119px;
	padding-bottom: 58px;
}

.reviewsTitleWrap {
	padding-right: 130px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.reviewsTitleImg {
	position: absolute;
	top: -377px;
	left: -364px;
	z-index: 2;
}

.reviewsTitleText {
	max-width: 530px;
	position: relative;
	z-index: 3;
}

.reviewsTitleText h1 {
	margin-bottom: 17px;
	font-size: 40px;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.reviewsTitleText h1 strong {
	color: #ffa825;
	font-weight: 600;
}

.reviewsTitleText p {
	font-size: 24px;
	line-height: 29px;
	color: #969696;
	margin-bottom: 55px;
}

.reviewsTitleButtons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.reviewsTitleButtons .button {
	font-size: 28px;
	line-height: 34px;
	padding: 13px 30px;
	margin-right: 23px;
}

.reviewsTitleButtons .lastReviews {
	font-size: 24px;
	line-height: 29px;
	color: #969696;
	border-bottom: 1px solid #969696;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.reviewsTitleButtons .lastReviews:hover {
	color: #ffa825;
	border-bottom-color: #ffa825;
}

ul.reviewsTitleList {
	margin-top: 151px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.reviewsTitleList li {
	margin-right: 105px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 24px;
}

ul.reviewsTitleList li:last-child {
	margin-right: 0;
}

ul.reviewsTitleList li img {
	margin-right: 15px;
}

ul.reviewsTitleList li strong {
	font-weight: 700;
	color: #ffa825;
}

.reviewsSection {
	padding-bottom: 35px;
}

.reviewsWrap {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reviewsItem {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px;
	margin-bottom: 50px;
	position: relative;
}

.reviewsItem .date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: 12px;
}

.reviewsItemWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.reviewsItemImg {
	width: 73px;
}

.reviewsItemImg img {
	width: 73px;
	height: 73px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviewsItemText {
	width: -webkit-calc(100% - 73px);
	width: calc(100% - 73px);
	padding-left: 13px;
	padding-right: 115px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.reviewsItemText .mail {
	margin-bottom: 7px;
	color: #ffa825;
}

.reviewsItemText h4 {
	margin-bottom: 10px;
}

.reviewsItemText .mark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.reviewsItemText .mark img {
	margin-left: 8px;
}

.reviewsItemContent {
	background: #19191b;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 19px 23px;
	font-size: 14px;
	line-height: 17px;
}

.reviewsItemContent p {
	margin-bottom: 10px;
}

.reviewsItemContent p:last-child {
	margin-bottom: 0;
}

ul.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.pagination li {
	margin: 0 9px;
	font-size: 14px;
	line-height: 1;
}

ul.pagination li a {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

ul.pagination li a:hover {
	background: #ffa825;
	color: #fff;
}

ul.pagination li a:hover svg {
	fill: #fff;
}

ul.pagination li a svg {
	fill: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

ul.pagination li.active a {
	background: #ffa825;
	color: #fff;
}

ul.pagination li span {
	display: block;
	-webkit-transform: translate(0, 6px);
	-ms-transform: translate(0, 6px);
	transform: translate(0, 6px);
}

ul.pagination li.prev {
	margin-left: 0;
	margin-right: 26px;
}

ul.pagination li.next {
	margin-right: 0;
	margin-left: 26px;
}

ul.pagination li.next svg {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.leaveReviewSection {
	min-height: 994px;
	padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url('../img/leave-review-bg.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: 70px;
}

.leaveReviewSection button {
	padding: 10px 37px;
	background: #651200;
	-webkit-border-radius: 41px;
	border-radius: 41px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border: none;
	color: #fff;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.leaveReviewSection button:hover {
	background: #ffa825;
}

.leaveReviewWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.leaveReviewLeft {
	width: 500px;
	padding-right: 66px;
}

.leaveReviewLeft h2 {
	margin-bottom: 19px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.1;
	padding-right: 10px;
}

.leaveReviewLeft p {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.leaveReviewRight {
	width: -webkit-calc(100% - 500px);
	width: calc(100% - 500px);
}

.input {
	margin-bottom: 30px;
}

.input:last-child {
	margin-bottom: 0;
}

.input p {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.input input {
	width: 100%;
	height: 52px;
	padding: 0 30px;
	background: #ffffff;
	-webkit-border-radius: 58px;
	border-radius: 58px;
	border: none;
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #333;
}

.input input::-webkit-input-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #b3b3b3;
}

.input input::-moz-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #b3b3b3;
}

.input input:-ms-input-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #b3b3b3;
}

.input input::placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #b3b3b3;
}

.input textarea {
	width: 100%;
	height: 241px;
	resize: none;
	padding: 25px 30px;
	background: #ffffff;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	border: none;
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #333;
}

.input textarea::-webkit-input-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #b3b3b3;
}

.input textarea::-moz-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #b3b3b3;
}

.input textarea:-ms-input-placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #b3b3b3;
}

.input textarea::placeholder {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #b3b3b3;
}

.setReviewMark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.setReviewMark:last-child {
	margin-right: 0;
}

.setReviewMark input {
	display: none;
}

.setReviewMark label {
	cursor: pointer;
	margin-right: 8px;
}

.setReviewMark label:last-child {
	margin-right: 0;
}

.setReviewMark label svg {
	fill: #651200;
}

.setReviewMark input:checked ~ label svg {
	fill: #fff;
}

.setReviewMark input:checked + label svg {
	fill: #651200;
}

.burger {
	width: 23px;
	display: none;
	position: relative;
}

.burger .line {
	width: 100%;
	height: 2px;
	margin-bottom: 4px;
	background: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.burger .line:last-child {
	margin-bottom: 0;
}

.burger.active .line:nth-child(2) {
	opacity: 0;
}

.burger.active .line:first-child {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	-ms-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}

.burger.active .line:last-child {
	-webkit-transform: rotate(45deg) translate(-3px, -3px);
	-ms-transform: rotate(45deg) translate(-3px, -3px);
	transform: rotate(45deg) translate(-3px, -3px);
}

ul.mobMenu {
	font-family: Gilroy;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: #111;
	padding-top: 90px;
	text-align: center;
	display: none;
}

ul.mobMenu li {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

ul.mobMenu li a {
	display: block;
	padding: 15px 0;
	color: #fff;
}

@media screen and (max-width: 1100px) {
	.headerSliderSection {
		margin: 25px 0;
	}
	.product-list__true.button {
		font-family: Gilroy;
		font-size: 13px;
		line-height: 16px;
		padding: 4px 19px;
		/* Добавьте другие стили, если необходимо */
	}
	.headerSliderItem {
		min-height: 244px;
		padding: 15px 68px;
	}

	.headerSliderItem .name {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	.headerSliderItem .offer {
		font-size: 28px;
		line-height: 34px;
		max-width: 320px;
	}

	.headerSliderButton .button {
		padding: 9px 31px;
		font-size: 16px;
		line-height: 19px;
	}

	.headerSlideArrow.prev,
	.itemSlideArrow.prev {
		left: 0;
	}

	.headerSlideArrow.next,
	.itemSlideArrow.next {
		right: 0;
	}

	.mainCatalogSection {
		padding-bottom: 25px;
	}

	.mainCatalogWrap {
		margin: 0 -13px;
	}

	.mainCatalogItem {
		font-family: Gilroy;
		width: -webkit-calc(25% - 26px);
		width: calc(25% - 26px);
		margin: 0 13px;
		margin-bottom: 25px;
		height: 275px;
	}

	.bottomSection {
		padding-bottom: 40px;
	}

	.bottomDigitsWrap {
		padding-top: 15px;
	}

	.bottomDigitsItem .digit {
		margin-right: 16px;
		font-size: 48px;
	}

	.bottomDigitsItem p {
		font-size: 18px;
	}

	footer {
		padding: 46px 0;
	}

	.copyright {
		font-size: 16px;
	}

	.footerWrap {
		margin-bottom: 18px;
	}

	.footerItem {
		margin: 0 15px;
	}

	.footerItem:first-child img {
		max-width: 55px;
	}

	.footerItem:nth-child(2) img {
		max-width: 70px;
	}

	.footerItem:nth-child(3) img {
		max-width: 123px;
	}

	.footerItem:nth-child(4) img {
		max-width: 72px;
	}

	.footerItem:last-child img {
		max-width: 111px;
	}

	.headerSubstrate {
		top: -75px;
		height: 816px;
	}

	.headerSubstrate img {
		width: 1124px;
		height: 816px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.headerWrap {
		min-height: 435px;
	}

	.headerText h1 {
		font-family: Gilroy;
		font-size: 40px;
		line-height: 49px;
		max-width: 400px;
	}

	.headerText p {
		font-family: Gilroy;
		font-size: 20px;
		max-width: 290px;
	}

	.headerImg {
		max-width: 723px;
		right: 50%;
		top: 5px;
		-webkit-transform: translate(532px, 0);
		-ms-transform: translate(532px, 0);
		transform: translate(532px, 0);
	}

	.catalogItem {
		font-family: Gilroy;
		margin-bottom: 40px;
	}

	.catalogItem h3 {
		font-family: Gilroy;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 3px;
	}

	.catalogItem p {
		font-family: Gilroy;
		font-size: 15px;
		line-height: 13px;
		margin-bottom: 7px;
	}

	.catalogItemData .price {
		font-family: Gilroy;
		font-size: 18px;
		line-height: 22px;
	}

	.catalogItemData a.button {
		font-family: Gilroy;
		font-size: 13px;
		line-height: 16px;
		padding: 4px 19px;
	}

	.dayOfferSection {
		margin-top: 5px;
	}

	.dayOfferWrap {
		font-family: Gilroy;
		min-height: 396px;
		padding-top: 10px;
		padding-bottom: 50px;
	}

	.dayOfferImg {
		width: 321px;
		margin-right: 29px;
	}

	.dayOfferText {
		width: 310px;
	}

	.dayOfferText h2 {
		margin-bottom: 5px;
		font-size: 23px;
		line-height: 28px;
	}

	.dayOfferText p {
		font-size: 14px;
		line-height: 17px;
	}

	.dayOfferPrice {
		margin-bottom: 11px;
	}

	.dayOfferPrice .newPrice {
		font-size: 28px;
		line-height: 34px;
	}

	.dayOfferPrice .oldPrice {
		margin-left: 11px;
		font-size: 22px;
		line-height: 27px;
	}

	.dayOfferButton a.button {
		padding: 7px 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		font-size: 18px;
		line-height: 22px;
	}

	.catalogSection {
		margin-top: 15px;
		padding-bottom: 10px;
	}

	.itemImg {
		width: 456px;
		margin-right: 32px;
	}

	.itemText {
		width: 390px;
	}

	.itemText h1 {
		margin-bottom: 7px;
		font-size: 36px;
		line-height: 44px;
	}

	.itemText p {
		font-size: 18px;
		line-height: 22px;
	}

	.itemPrice {
		margin-bottom: 16px;
	}

	.itemPrice .newPrice {
		font-size: 36px;
		line-height: 44px;
	}

	.itemPrice .oldPrice {
		margin-left: 19px;
		font-size: 28px;
		line-height: 34px;
	}

	.itemButton a.button {
		font-size: 28px;
		line-height: 34px;
		padding: 10px 45px;
	}

	.advanSection {
		min-height: 376px;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.advanSection h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.advanItem {
		margin-bottom: 30px;
	}

	.advanItem p {
		font-size: 18px;
		line-height: 22px;
	}

	.advanItem:nth-child(2n-1) {
		padding-right: 60px;
	}

	.advanItem:first-child img {
		width: 38px;
	}

	.advanItem:nth-child(2) img {
		width: 51px;
	}

	.advanItem:nth-child(3) img {
		width: 48px;
	}

	.advanItem:last-child img {
		width: 41px;
	}

	.similarSection h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 35px;
	}

	.guaranteeSection {
		padding-top: 31px;
		padding-bottom: 148px;
	}

	.guaranteeTitle {
		margin-bottom: 98px;
	}

	.guaranteeTitle img {
		max-width: 36px;
	}

	.guaranteeTitle h1 {
		margin-left: 10px;
		font-size: 24px;
	}

	.guaranteeWrap {
		padding-right: 30px;
	}

	.guaranteeWrap:nth-child(2n-1) {
		padding-right: 0;
		padding-left: 39px;
	}

	.guaranteeWrap:nth-child(2) {
		margin-bottom: 179px;
	}

	.guaranteeWrap:nth-child(3) {
		margin-bottom: 155px;
	}

	.guaranteeWrap:nth-child(4) {
		margin-bottom: 194px;
	}

	.guaranteeText {
		max-width: 480px;
	}

	.guaranteeText h2 {
		font-size: 32px;
		line-height: 1.12;
		margin-bottom: 15px;
	}

	.guaranteeText p {
		font-size: 19px;
	}

	#guaranteeImg1 {
		max-width: 1238px;
		top: -142px;
		left: 50%;
		-webkit-transform: translate(-710px, 0);
		-ms-transform: translate(-710px, 0);
		transform: translate(-710px, 0);
	}

	#guaranteeImg2 {
		max-width: 1204px;
		top: -282px;
		left: 50%;
		-webkit-transform: translate(-595px, 0);
		-ms-transform: translate(-595px, 0);
		transform: translate(-595px, 0);
	}

	#guaranteeImg3 {
		max-width: 1078px;
		top: -316px;
		left: 50%;
		-webkit-transform: translate(-685px, 0);
		-ms-transform: translate(-685px, 0);
		transform: translate(-685px, 0);
	}

	#guaranteeImg4 {
		max-width: 832px;
		top: -326px;
		left: 50%;
		-webkit-transform: translate(-190px, 0);
		-ms-transform: translate(-190px, 0);
		transform: translate(-190px, 0);
	}

	.reviewsTitleSection {
		padding-top: 148px;
		padding-bottom: 46px;
	}

	.reviewsTitleWrap {
		padding-right: 0;
		width: 100%;
	}

	.reviewsTitleText {
		max-width: 505px;
	}

	.reviewsTitleImg {
		left: -400px;
	}

	.reviewsSection {
		padding-bottom: 22px;
	}

	.reviewsItem {
		margin-bottom: 30px;
	}

	.reviewsItem .date {
		font-size: 8px;
		line-height: 10px;
	}

	.reviewsItemWrap {
		margin-bottom: 21px;
	}

	.reviewsItemImg {
		width: 59px;
	}

	.reviewsItemImg img {
		width: 59px;
		height: 59px;
	}

	.reviewsItemText {
		width: -webkit-calc(100% - 59px);
		width: calc(100% - 59px);
		padding-left: 10px;
		padding-right: 95px;
		font-size: 14px;
		line-height: 17px;
	}

	.reviewsItemText .mail {
		margin-bottom: 5px;
	}

	.reviewsItemText h4 {
		margin-bottom: 9px;
	}

	.reviewsItemContent {
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 15px 19px;
		font-size: 11px;
		line-height: 13px;
	}

	ul.pagination {
		margin-top: 10px;
	}

	.leaveReviewSection {
		min-height: 739px;
		margin-bottom: 30px;
	}

	.leaveReviewSection button {
		font-size: 18px;
		line-height: 22px;
		padding: 7px 26px;
	}

	.leaveReviewWrap {
		margin-bottom: 25px;
	}

	.leaveReviewLeft {
		width: 372px;
		padding-right: 49px;
	}

	.leaveReviewLeft h2 {
		margin-bottom: 14px;
		padding-right: 15px;
		font-size: 32px;
	}

	.leaveReviewLeft p {
		font-size: 18px;
		line-height: 22px;
	}

	.leaveReviewRight {
		width: -webkit-calc(100% - 372px);
		width: calc(100% - 372px);
	}

	.input {
		margin-bottom: 25px;
	}

	.input p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.input input {
		height: 39px;
		padding: 0 22px;
		font-size: 18px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	.input input::-webkit-input-placeholder {
		font-size: 18px;
	}

	.input input::-moz-placeholder {
		font-size: 18px;
	}

	.input input:-ms-input-placeholder {
		font-size: 18px;
	}

	.input input::placeholder {
		font-size: 18px;
	}

	.input textarea {
		height: 179px;
		padding: 19px;
		font-size: 18px;
		line-height: 22px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	.input textarea::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 22px;
	}

	.input textarea::-moz-placeholder {
		font-size: 18px;
		line-height: 22px;
	}

	.input textarea:-ms-input-placeholder {
		font-size: 18px;
		line-height: 22px;
	}

	.input textarea::placeholder {
		font-size: 18px;
		line-height: 22px;
	}

	.setReviewMark label svg {
		width: 31px;
		height: 30px;
	}
	#logo {
		font-family: Gilroy;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}
}

@media screen and (max-width: 960px) {
	.wrapper {
		font-family: Gilroy;
		padding-left: 40px;
		padding-right: 40px;
	}

	.topLineSection {
		padding-top: 22px;
		padding-bottom: 16px;
	}

	#logo {
		font-family: Gilroy;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}

	.headerSliderSection {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.headerSliderItem {
		padding: 15px 47px;
	}

	.mainCatalogSection {
		padding-bottom: 20px;
	}

	.mainCatalogItem {
		font-family: Gilroy;
		width: -webkit-calc(33.33% - 26px);
		width: calc(33.33% - 26px);
		margin-bottom: 30px;
		height: 282px;
	}

	.bottomDigitsItem .digit {
		font-size: 36px;
		line-height: 39px;
	}

	.bottomDigitsItem p {
		font-size: 16px;
	}

	.headerWrap {
		min-height: 367px;
	}

	.headerText h1 {
		font-family: Gilroy;
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 13px;
		max-width: 360px;
	}

	.headerSubstrate {
		height: 611px;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.headerSubstrate img {
		width: 976px;
		height: auto;
		top: -15px;
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
	}

	.headerImg {
		max-width: 385px;
		top: 10px;
		-webkit-transform: translate(490px, 0);
		-ms-transform: translate(490px, 0);
		transform: translate(490px, 0);
	}

	.catalogItem {
		font-family: Gilroy;
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
	}

	.itemSection {
		padding: 30px 0;
	}

	.itemImg {
		width: 363px;
		margin-right: 26px;
	}

	.itemText {
		width: 305px;
	}

	.itemText h1 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 8px;
	}

	.itemText p {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 13px;
	}

	.itemPrice {
		margin-bottom: 13px;
	}

	.itemPrice .newPrice {
		font-size: 28px;
		line-height: 34px;
	}

	.itemPrice .oldPrice {
		margin-left: 17px;
		font-size: 22px;
		line-height: 27px;
	}

	.itemButton a.button {
		font-size: 22px;
		line-height: 27px;
		padding: 7px 36px;
	}

	.advanSection {
		min-height: 300px;
	}

	.advanSection h2 {
		margin-bottom: 25px;
		font-size: 21px;
		line-height: 26px;
	}

	.advanItem {
		margin-bottom: 25px;
	}

	.advanItem p {
		font-size: 14px;
		line-height: 17px;
		margin-left: 15px;
	}

	.advanItem:nth-child(2n-1) {
		padding-right: 50px;
	}

	.advanItem:first-child img {
		width: 30px;
	}

	.advanItem:nth-child(2) img {
		width: 41px;
	}

	.advanItem:nth-child(3) img {
		width: 38px;
	}

	.advanItem:last-child img {
		width: 33px;
	}

	.similarSection {
		padding-bottom: 10px;
	}

	.similarSection h2 {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 26px;
	}

	.guaranteeSection {
		padding-top: 22px;
		padding-bottom: 140px;
	}

	.guaranteeTitle {
		margin-bottom: 79px;
	}

	.guaranteeTitle img {
		max-width: 29px;
	}

	.guaranteeTitle h1 {
		margin-left: 8px;
		font-size: 20px;
	}

	.guaranteeWrap {
		padding-right: 0;
	}

	.guaranteeWrap:nth-child(2n-1) {
		padding-left: 0;
	}

	.guaranteeWrap:nth-child(2) {
		margin-bottom: 145px;
	}

	.guaranteeWrap:nth-child(3) {
		margin-bottom: 126px;
	}

	.guaranteeWrap:nth-child(4) {
		margin-bottom: 155px;
	}

	.guaranteeText {
		max-width: 380px;
	}

	.guaranteeText h2 {
		font-size: 24px;
		line-height: 1.12;
	}

	.guaranteeText p {
		font-size: 15px;
	}

	#guaranteeImg1 {
		max-width: 996px;
		top: -114px;
		left: 50%;
		-webkit-transform: translate(-550px, 0);
		-ms-transform: translate(-550px, 0);
		transform: translate(-550px, 0);
	}

	#guaranteeImg2 {
		max-width: 969px;
		top: -228px;
		left: 50%;
		-webkit-transform: translate(-465px, 0);
		-ms-transform: translate(-465px, 0);
		transform: translate(-465px, 0);
	}

	#guaranteeImg3 {
		max-width: 867px;
		top: -256px;
		left: 50%;
		-webkit-transform: translate(-550px, 0);
		-ms-transform: translate(-550px, 0);
		transform: translate(-550px, 0);
	}

	#guaranteeImg4 {
		max-width: 669px;
		top: -262px;
		left: 50%;
		-webkit-transform: translate(-150px, 0);
		-ms-transform: translate(-150px, 0);
		transform: translate(-150px, 0);
	}

	.reviewsTitleSection {
		padding-top: 157px;
		padding-bottom: 41px;
	}

	.reviewsTitleText {
		max-width: 365px;
	}

	.reviewsTitleText h1 {
		font-size: 36px;
		margin-bottom: 16px;
	}

	.reviewsTitleText p {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 16px;
	}

	.reviewsTitleButtons {
		display: block;
	}

	.reviewsTitleButtons .button {
		margin-bottom: 16px;
	}

	.reviewsTitleButtons .lastReviews {
		font-size: 22px;
		line-height: 27px;
	}

	.reviewsTitleImg {
		top: -395px;
		left: 50%;
		-webkit-transform: translate(-780px, 0);
		-ms-transform: translate(-780px, 0);
		transform: translate(-780px, 0);
	}

	ul.reviewsTitleList {
		margin-top: 87px;
	}

	ul.reviewsTitleList li {
		margin-right: 50px;
		font-size: 16px;
		line-height: 19px;
	}

	.reviewsSection {
		padding-bottom: 18px;
	}

	.reviewsItem .date {
		font-size: 6px;
		line-height: 7px;
	}

	.reviewsItemWrap {
		margin-bottom: 17px;
	}

	.reviewsItemImg {
		width: 45px;
	}

	.reviewsItemImg img {
		width: 45px;
		height: 45px;
	}

	.reviewsItemText {
		width: -webkit-calc(100% - 45px);
		width: calc(100% - 45px);
		padding-left: 8px;
		padding-right: 70px;
		font-size: 10px;
		line-height: 12px;
	}

	.reviewsItemText .mail {
		margin-bottom: 5px;
	}

	.reviewsItemText h4 {
		margin-bottom: 7px;
	}

	.reviewsItemText .mark {
		font-size: 10px;
		line-height: 13px;
	}

	.reviewsItemContent {
		-webkit-border-radius: 15px;
		border-radius: 15px;
		padding: 11px 14px;
		font-size: 10px;
		line-height: 12px;
	}

	.leaveReviewSection {
		min-height: 658px;
		margin-bottom: 24px;
	}

	.leaveReviewSection button {
		font-size: 16px;
		line-height: 19px;
		padding: 7px 23px;
	}

	.leaveReviewWrap {
		margin-bottom: 20px;
	}

	.leaveReviewLeft {
		width: 331px;
		padding-right: 45px;
	}

	.leaveReviewLeft h2 {
		margin-bottom: 13px;
		padding-right: 17px;
		font-size: 28px;
	}

	.leaveReviewLeft p {
		font-size: 16px;
		line-height: 19px;
	}

	.leaveReviewRight {
		width: -webkit-calc(100% - 331px);
		width: calc(100% - 331px);
	}

	.input {
		margin-bottom: 20px;
	}

	.input p {
		font-size: 16px;
		line-height: 19px;
	}

	.input input {
		height: 34px;
		padding: 0 19px;
		font-size: 16px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
	}

	.input input::-webkit-input-placeholder {
		font-size: 16px;
	}

	.input input::-moz-placeholder {
		font-size: 16px;
	}

	.input input:-ms-input-placeholder {
		font-size: 16px;
	}

	.input input::placeholder {
		font-size: 16px;
	}

	.input textarea {
		height: 160px;
		padding: 17px;
		font-size: 16px;
		line-height: 19px;
	}

	.input textarea::-webkit-input-placeholder {
		font-size: 16px;
		line-height: 19px;
	}

	.input textarea::-moz-placeholder {
		font-size: 16px;
		line-height: 19px;
	}

	.input textarea:-ms-input-placeholder {
		font-size: 16px;
		line-height: 19px;
	}

	.input textarea::placeholder {
		font-size: 16px;
		line-height: 19px;
	}

	.setReviewMark label svg {
		width: 28px;
		height: 27px;
	}
}

@media screen and (max-width: 750px) {
	.wrapper {
		font-family: Gilroy;
		padding-left: 25px;
		padding-right: 25px;
	}

	.topLineRight {
		display: none;
	}

	.burger {
		display: block;
	}

	.headerSliderSection {
		margin-bottom: 19px;
	}

	.headerSliderItem {
		min-height: 152px;
		padding: 15px 34px;
	}

	.headerSliderItem .name {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 9px;
	}

	.headerSliderItem .offer {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 19px;
		max-width: 180px;
	}

	.headerSliderButton .button {
		font-size: 10px;
		line-height: 12px;
		padding: 6px 19px;
	}

	.headerSlideArrow,
	.itemSlideArrow {
		padding: 9px;
	}

	.headerSlideArrow svg,
	.itemSlideArrow svg {
		width: 7px;
	}

	.headerSliderBigWrap .slick-dots {
		bottom: 5px;
	}

	.headerSliderBigWrap .slick-dots li {
		width: 3px;
		height: 3px;
		margin: 0 3px;
	}

	.mainCatalogSection {
		padding-bottom: 7px;
	}

	.mainCatalogItem {
		font-family: Gilroy;
		width: -webkit-calc(50% - 26px);
		width: calc(50% - 26px);
		height: 269px;
		margin-bottom: 28px;
	}

	.bottomSection {
		padding-bottom: 35px;
	}

	.bottomSection > .wrapper {
		font-family: Gilroy;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bottomDigitsWrap {
		padding-top: 10px;
		display: block;
		margin: 0 auto;
	}

	.bottomDigitsItem {
		margin-bottom: 29px;
	}

	.bottomDigitsItem:last-child {
		margin-bottom: 0;
	}

	.bottomDigitsItem br {
		display: none;
	}

	.bottomDigitsItem p {
		font-size: 24px;
		line-height: 26px;
	}

	.latestPurchasesWrapper {
		font-family: Gilroy;
		max-width: 100%;
		padding: 0 18px;
		padding-bottom: 25px;
	}

	.latestPurchases {
		width: 100%;
	}

	.latestPurchasesItem img {
		width: 100%;
	}

	footer {
		padding: 30px 0;
	}

	.copyright {
		font-size: 14px;
	}

	.footerWrap {
		margin-bottom: 11px;
	}

	.footerItem {
		margin: 0 10px;
	}

	.footerItem:first-child img {
		max-width: 34px;
	}

	.footerItem:nth-child(2) img {
		max-width: 44px;
	}

	.footerItem:nth-child(3) img {
		max-width: 76px;
	}

	.footerItem:nth-child(4) img {
		max-width: 45px;
	}

	.footerItem:last-child img {
		max-width: 69px;
	}

	.headerWrap {
		min-height: auto;
		padding-top: 285px;
		padding-bottom: 35px;
		display: block;
	}

	.headerText {
		font-family: Gilroy;
		text-align: center;
	}

	.headerText h1 {
		font-family: Gilroy;
		max-width: 100%;
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 10px;
	}

	.headerText p {
		font-family: Gilroy;
		max-width: 100%;
		font-size: 18px;
	}

	.headerSubstrate img {
		width: 1080px;
		top: -70px;
		-webkit-transform: translate(-645px, 0);
		-ms-transform: translate(-645px, 0);
		transform: translate(-645px, 0);
	}

	.headerImg {
		max-width: 230px;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.catalogItem {
		font-family: Gilroy;
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-bottom: 25px;
	}

	.dayOfferSection {
		margin-top: -25px;
		padding-top: 100px;
		padding-bottom: 170px;
	}

	.dayOfferWrap {
		font-family: Gilroy;
		min-height: auto;
		display: block;
		padding: 0;
	}

	.dayOfferMobTitle {
		display: block;
		text-align: center;
		margin-bottom: 16px;
		font-weight: 700;
		font-size: 24px;
		line-height: 29px;
		letter-spacing: -0.02em;
	}

	.dayOfferImg {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.dayOfferText {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dayOfferText h2 {
		display: none;
	}

	.dayOfferText p {
		text-align: center;
		margin-bottom: 17px;
	}

	.dayOfferPrice {
		margin-bottom: 0;
		margin-right: 16px;
	}

	.catalogSection {
		margin-top: 20px;
	}

	.itemSection {
		padding-top: 26px;
		padding-bottom: 15px;
	}

	.itemWrap {
		display: block;
	}

	.itemImg {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.itemImg img {
		width: auto;
		max-width: 112%;
	}

	.itemText {
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.itemText h1 {
		width: 100%;
	}

	.itemText p {
		width: 100%;
	}

	.itemPrice {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.advanSection {
		min-height: 225px;
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.advanSection h2 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 19px;
	}

	.advanItem {
		margin-bottom: 20px;
	}

	.advanItem p {
		font-size: 11px;
		line-height: 13px;
		margin-left: 11px;
	}

	.advanItem:nth-child(2n-1) {
		padding-right: 30px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.advanItem:first-child img {
		width: 23px;
	}

	.advanItem:nth-child(2) img {
		width: 31px;
	}

	.advanItem:nth-child(3) img {
		width: 29px;
	}

	.advanItem:last-child img {
		width: 25px;
	}

	.similarSection {
		padding-bottom: 20px;
	}

	.similarSection h2 {
		font-size: 16px;
		line-height: 19px;
	}

	.guaranteeSection {
		padding-top: 18px;
		padding-bottom: 79px;
	}

	.guaranteeTitle {
		margin-bottom: 343px;
	}

	.guaranteeTitle img {
		max-width: 29px;
	}

	.guaranteeTitle h1 {
		margin-left: 8px;
		font-size: 20px;
	}

	.guaranteeWrap:nth-child(2) {
		margin-bottom: 404px;
	}

	.guaranteeWrap:nth-child(3) {
		margin-bottom: 417px;
	}

	.guaranteeWrap:nth-child(4) {
		margin-bottom: 386px;
	}

	.guaranteeText {
		max-width: 100%;
	}

	.guaranteeText h2 {
		font-size: 24px;
		line-height: 1.12;
	}

	.guaranteeText p {
		font-size: 16px;
	}

	#guaranteeImg1 {
		max-width: 1090px;
		top: -385px;
		left: 50%;
		-webkit-transform: translate(-370px, 0);
		-ms-transform: translate(-370px, 0);
		transform: translate(-370px, 0);
	}

	#guaranteeImg2 {
		max-width: 1080px;
		top: -505px;
		left: 50%;
		-webkit-transform: translate(-725px, 0);
		-ms-transform: translate(-725px, 0);
		transform: translate(-725px, 0);
	}

	#guaranteeImg3 {
		max-width: 970px;
		top: -555px;
		left: 50%;
		-webkit-transform: translate(-390px, 0);
		-ms-transform: translate(-390px, 0);
		transform: translate(-390px, 0);
	}

	#guaranteeImg4 {
		max-width: 720px;
		top: -505px;
		left: 50%;
		-webkit-transform: translate(-360px, 0);
		-ms-transform: translate(-360px, 0);
		transform: translate(-360px, 0);
	}

	.reviewsTitleSection {
		padding-top: 424px;
		padding-bottom: 60px;
	}

	.reviewsTitleText {
		max-width: 100%;
	}

	.reviewsTitleText h1 {
		margin-bottom: 7px;
	}

	.reviewsTitleText p {
		font-size: 18px;
		line-height: 22px;
	}

	.reviewsTitleButtons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.reviewsTitleButtons .button {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 24px;
		margin-right: 18px;
	}

	.reviewsTitleButtons .lastReviews {
		font-size: 18px;
		line-height: 22px;
	}

	.reviewsTitleImg {
		max-width: 1260px;
		top: -625px;
		left: 50%;
		-webkit-transform: translate(-520px, 0);
		-ms-transform: translate(-520px, 0);
		transform: translate(-520px, 0);
	}

	ul.reviewsTitleList {
		display: block;
		margin-top: 55px;
	}

	ul.reviewsTitleList li {
		margin-right: 0;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 50px;
	}

	ul.reviewsTitleList li:last-child {
		margin-bottom: 0;
	}

	.reviewsSection {
		padding-bottom: 13px;
	}

	.reviewsWrap {
		display: block;
		margin: 0;
	}

	.reviewsItem {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.reviewsItem .date {
		font-size: 8px;
		line-height: 10px;
	}

	.reviewsItemWrap {
		margin-bottom: 21px;
	}

	.reviewsItemImg {
		width: 59px;
	}

	.reviewsItemImg img {
		width: 59px;
		height: 59px;
	}

	.reviewsItemText {
		width: -webkit-calc(100% - 59px);
		width: calc(100% - 59px);
		padding-left: 10px;
		padding-right: 95px;
		font-size: 14px;
		line-height: 17px;
	}

	.reviewsItemText h4 {
		margin-bottom: 9px;
	}

	.reviewsItemText .mark {
		font-size: 12px;
		line-height: 14px;
	}

	.reviewsItemContent {
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 15px 19px;
		font-size: 11px;
		line-height: 13px;
	}

	ul.pagination li {
		margin: 0 5px;
	}

	.leaveReviewSection {
		min-height: auto;
		margin-bottom: 25px;
		padding-top: 73px;
		padding-bottom: 86px;
	}

	.leaveReviewSection button {
		font-size: 15px;
	}

	.leaveReviewWrap {
		display: block;
	}

	.leaveReviewLeft {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.leaveReviewLeft h2 {
		margin-bottom: 7px;
		padding-right: 0;
	}

	.leaveReviewRight {
		width: 100%;
	}
	#logo {
		font-family: Gilroy;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}
}

@media screen and (max-width: 440px) {
	.reviewsTitleButtons .button {
		font-size: 14px;
		line-height: 17px;
		margin-right: 12px;
		padding: 9px 27px;
	}

	.reviewsTitleButtons .lastReviews {
		font-size: 12px;
		line-height: 15px;
	}
	#logo {
		font-family: Gilroy;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
}

@media screen and (max-width: 400px) {
	.wrapper {
		font-family: Gilroy;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery {
		margin: 0 auto; /* Центрируем галерею по горизонтали */
	}
	.product-list__true.button {
		font-family: Gilroy;
		font-size: 10px;
		line-height: 12px;
		padding: 3px 14px;
		/* Добавьте другие стили, если необходимо */
	}

	.topLineSection {
		padding-top: 19px;
		padding-bottom: 10px;
	}

	#logo {
		font-family: Gilroy;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}

	.headerSliderSection {
		margin-bottom: 14px;
	}

	.headerSliderItem {
		min-height: 101px;
		padding: 13px 23px;
	}

	.headerSliderItem .name {
		font-size: 7px;
		line-height: 8px;
		margin-bottom: 6px;
	}

	.headerSliderItem .offer {
		font-size: 10px;
		line-height: 13px;
		max-width: 115px;
		margin-bottom: 8px;
	}

	.headerSliderButton .button {
		padding: 4px 12px;
		font-size: 7px;
		line-height: 8px;
	}

	.headerSlideArrow,
	.itemSlideArrow {
		padding: 6px;
	}

	.headerSlideArrow svg,
	.itemSlideArrow svg {
		width: 5px;
	}

	.headerSliderBigWrap .slick-dots {
		bottom: 0;
	}

	.mainCatalogSection {
		padding-bottom: 10px;
	}

	.mainCatalogWrap {
		margin: 0 -7px;
	}

	.mainCatalogItem {
		font-family: Gilroy;
		width: -webkit-calc(50% - 14px);
		width: calc(50% - 14px);
		margin: 0 7px;
		margin-bottom: 14px;
		height: 181px;
	}

	.latestPurchasesWrapper {
		font-family: Gilroy;
		padding: 0 11px;
		padding-bottom: 15px;
	}

	.latestPurchases {
		margin: 0 -4px;
	}

	.latestPurchasesItem {
		margin: 0 4px;
	}

	.latestPurchasesItem p {
		font-size: 7px;
		line-height: 8px;
	}

	.latestPurchasesTitle {
		top: -6px;
	}

	.latestPurchasesTitle h4 {
		font-size: 7px;
		line-height: 9px;
		padding: 2px 10px 3px 11px;
	}

	.bottomSection {
		padding-bottom: 25px;
	}

	.bottomDigitsWrap {
		padding-top: 15px;
	}

	.bottomDigitsItem {
		margin-bottom: 18px;
	}

	.bottomDigitsItem .digit {
		font-size: 23px;
		line-height: 25px;
		margin-right: 10px;
	}

	.bottomDigitsItem p {
		font-size: 15px;
		line-height: 17px;
	}

	footer {
		padding: 20px 0;
	}

	.copyright {
		font-size: 9px;
	}

	.footerWrap {
		margin-bottom: 8px;
	}

	.footerItem {
		margin: 0 7px;
	}

	.footerItem:first-child img {
		max-width: 23px;
	}

	.footerItem:nth-child(2) img {
		max-width: 30px;
	}

	.footerItem:nth-child(3) img {
		max-width: 52px;
	}

	.footerItem:nth-child(4) img {
		max-width: 31px;
	}

	.footerItem:last-child img {
		max-width: 44px;
	}

	.headerWrap {
		padding-top: 220px;
		padding-bottom: 10px;
	}

	.headerText h1 {
		font-family: Gilroy;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 8px;
	}

	.headerText p {
		font-family: Gilroy;
		font-size: 15px;
	}

	.headerSubstrate img {
		width: 900px;
		-webkit-transform: translate(-535px, 0);
		-ms-transform: translate(-535px, 0);
		transform: translate(-535px, 0);
	}

	.headerImg {
		max-width: 180px;
		top: 5px;
	}

	.catalogWrap {
		margin: 0 -7px;
	}

	.catalogItem {
		font-family: Gilroy;
		width: -webkit-calc(50% - 14px);
		width: calc(50% - 14px);
		margin: 0 7px;
		margin-bottom: 14px;
	}

	.catalogItem .img {
		font-family: Gilroy;
		margin-bottom: 5px;
	}

	.catalogItem h3 {
		font-family: Gilroy;
		font-size: 14px;
		line-height: 17px;
	}

	.catalogItem p {
		font-family: Gilroy;
		margin-bottom: 5px;
		font-size: 8px;
		line-height: 10px;
	}

	.catalogItemData .price {
		font-family: Gilroy;
		font-size: 13px;
		line-height: 16px;
		margin-right: 9px;
	}

	.catalogItemData a.button {
		font-family: Gilroy;
		font-size: 10px;
		line-height: 12px;
		padding: 3px 14px;
	}

	.dayOfferPrice {
		margin-right: 11px;
	}

	.dayOfferPrice .newPrice {
		font-size: 19px;
		line-height: 24px;
	}

	.dayOfferPrice .oldPrice {
		margin-left: 8px;
		font-size: 15px;
		line-height: 19px;
	}

	.dayOfferButton a.button {
		padding: 5px 21px;
		font-size: 13px;
		line-height: 15px;
	}

	.catalogSection {
		padding-bottom: 20px;
	}

	.itemImg {
		margin-bottom: 10px;
	}

	.itemImg img {
		-webkit-border-radius: 18px;
		border-radius: 18px;
		align-items: center;
	}

	.itemText h1 {
		font-size: 21px;
		line-height: 26px;
		margin-bottom: 6px;
	}

	.itemText p {
		margin-bottom: 10px;
	}

	.itemPrice .newPrice {
		font-size: 21px;
		line-height: 26px;
	}

	.itemPrice .oldPrice {
		margin-left: 12px;
		font-size: 16px;
		line-height: 19px;
	}

	.itemButton a.button {
		font-size: 16px;
		line-height: 19px;
		padding: 6px 28px;
	}

	.advanItem p {
		font-size: 10px;
		line-height: 12px;
		margin-left: 6px;
	}

	.advanItem:nth-child(2n-1) {
		padding-right: 20px;
	}

	.reviewsTitleSection {
		padding-top: 329px;
		padding-bottom: 35px;
	}

	.reviewsTitleText h1 {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.reviewsTitleText p {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 13px;
	}

	.reviewsTitleImg {
		max-width: 1000px;
		top: -490px;
		left: 50%;
		-webkit-transform: translate(-410px, 0);
		-ms-transform: translate(-410px, 0);
		transform: translate(-410px, 0);
	}

	ul.reviewsTitleList {
		margin-top: 35px;
	}

	ul.reviewsTitleList li {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 35px;
	}

	ul.reviewsTitleList li:last-child {
		margin-bottom: 0;
	}

	.reviewsSection {
		padding-bottom: 5px;
	}

	.reviewsItem {
		margin-bottom: 20px;
	}

	.reviewsItem .date {
		position: static;
		font-size: 12px;
		line-height: 14px;
		text-align: right;
		margin-bottom: 10px;
	}

	.reviewsItemWrap {
		margin-bottom: 15px;
	}

	.reviewsItemImg {
		width: 59px;
	}

	.reviewsItemImg img {
		width: 59px;
		height: 59px;
	}

	.reviewsItemText {
		width: -webkit-calc(100% - 59px);
		width: calc(100% - 59px);
		padding-left: 10px;
		padding-right: 0;
		font-size: 14px;
		line-height: 17px;
	}

	.reviewsItemText .mark {
		font-size: 13px;
		line-height: 16px;
	}

	ul.pagination li {
		font-size: 10px;
	}

	ul.pagination li a {
		width: 22px;
		height: 22px;
	}

	ul.pagination li.prev {
		margin-right: 5px;
	}

	ul.pagination li.next {
		margin-left: 5px;
	}
}

.interactive_img {
	cursor: pointer;
}

#img_dummy {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #000000db;
	opacity: 0;
	transition: opacity 0.2s;
	/*padding-left: 2%;*/
	padding-right: 2vmin;
	z-index: -90;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}
#img_template {
	cursor: pointer;
	max-width: 85%;
	max-height: 85%;
	/*opacity: 0;*/
	transition: opacity 0.2s;
}
#arrow_prev,
#arrow_next {
	cursor: pointer;
	display: none;
	height: 20%;
	width: auto;
	opacity: 0.5;
	transition: opacity 0.2s;
	z-index: 100;
}
#arrow_prev:hover,
#arrow_next:hover {
	opacity: 1;
}
#arrow_next {
	filter: drop-shadow(2px 4px 6px black);
}
#arrow_prev {
	filter: drop-shadow(2px -4px 6px black);
	transform: rotate(180deg);
}
#x_close {
	position: absolute;
	width: 6vmin;
	height: auto;
	top: 2%;
	right: 2%;
	opacity: 0.5;
	transition: opacity 0.2s;
	filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}
#x_close:hover {
	opacity: 1;
}
