* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
}
img {
	height: auto;
	border: 0;
}
button,
input[type="submit"] {
	border: none;
	cursor: pointer;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	margin-top: 0.4em;
	margin-bottom: 1.6em;
	clear: both;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
p {
	margin: 0 0 1.75em;
}
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}
nav ul {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
a {
	background: transparent;
	cursor: pointer;
}
a,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
input,
button {
	-webkit-border-radius: 0;
	border-radius: 0;

	-webkit-appearance: none !important;
	-moz-appearance: none;
	appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield !important;
}
textarea {
	overflow: auto;
	resize: none;
}
button {
	overflow: visible;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
@font-face {
	font-family: "GothamPro-Medium";
	src: url(/catalog/view/theme/default/fonts/GothamPro-Medium.woff) format("truetype");

	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url(/catalog/view/theme/default/fonts/Montserrat-Bold.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "OpenSans-Bold";
	src: url(/catalog/view/theme/default/fonts/OpenSans-Bold.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "OpenSans-Regular";
	src: url(/catalog/view/theme/default/fonts/OpenSans-Regular.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "OpenSans-SemiBold";
	src: url(/catalog/view/theme/default/fonts/OpenSans-SemiBold.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "Raleway";
	src: url(/catalog/view/theme/default/fonts/Raleway-Regular.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "Roboto-Bold";
	src: url(/catalog/view/theme/default/fonts/Roboto-Bold.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "Roboto-Medium";
	src: url(/catalog/view/theme/default/fonts/Roboto-Medium.woff) format("truetype");

	font-display: swap;
}
@font-face {
	font-family: "Roboto-Regular";
	src: url(/catalog/view/theme/default/fonts/Roboto-Regular.woff) format("truetype");

	font-display: swap;
}

body {
	font-family: "Roboto-Regular";
	font-size: 14px;
	font-weight: 400;
	color: rgb(54, 54, 54);
	line-height: normal;
	background-color: rgb(250 250 250);

	text-rendering: auto;
	text-decoration-skip: objects;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.body-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100vh;
}
.body-container > .all-content {
	flex: 1 0 auto;
	width: 100%;
}
footer {
	flex: 0 0 auto;
}

.wrapper {
	max-width: 1350px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.big-card-small-descr p {
	margin: 0;
}

.btn-menu,
.btn-menu-open {
	display: none;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100;
}

.hidden-menu,
.hidden-top-menu {
	display: none;
}
/*modal*/
.content-modal-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	background-color: rgba(7, 0, 0, 0.788235294117647);
	transition: 0.4s;
	opacity: 0;
}
.content-modal-block {
	display: none;
}
.visible-item {
	visibility: visible;
	opacity: 1;
}

.content-modal-display {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 350px;
	height: 100%;
	max-height: 350px;
	padding: 15px;
	padding-bottom: 20px;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	visibility: visible;
	overflow-y: auto;
	background-color: #f6f4ee;
	transition: 0.4s;
	opacity: 1;
}
.cross {
	width: 11px;
	height: 11px;
	margin-bottom: 15px;
	margin-left: auto;
	color: rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}
.content-modal-block input,
.content-modal-block textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #faf9f6;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #eaeaea;
	border-right: none;
	border-radius: 5px;
	outline: none;
}
.content-modal-block input[type="submit"] {
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 15px;
	color: rgb(83, 160, 71);
	border: 1px solid rgb(83, 160, 71);
}
.content-modal-block-inside {
	display: flex;
	flex-direction: column;
}
.quick_see {
	cursor: pointer;
}
/*modal*/

.top-header {
	padding-top: 11px;
	padding-bottom: 13px;
	background-color: rgb(43, 43, 43);
}
.bottom-header {
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 5px 1px rgba(59, 59, 59, 0.1);
	border: 1px solid rgb(237, 237, 237);
}
footer {
	padding-top: 47px;
	padding-bottom: 43px;
	background-color: rgb(43, 43, 43);
}
.bottom-header .wrapper,
.top-header .wrapper,
footer .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 198px;
}
.logo-header img {
	width: 100%;
	max-width: 198px;
}
.logo-footer {
	width: 100%;
	max-width: 301px;
}
.logo-footer img {
	width: 100%;
}
a.tel {
	display: flex;
	align-items: center;
	min-width: 200px;
	font-family: Roboto-Bold;
	font-size: 20px;
	color: rgb(255, 255, 255);
	letter-spacing: 0.4px;
}
header a.tel {
	margin-right: 25px;
	margin-left: 10px;
}
.footer-icon {
	margin-right: 5px;
	font-size: 16px;
}
footer ul li {
	margin-right: 43px;
	margin-left: 43px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	letter-spacing: 0.28px;
}
footer ul,
.bottom-header ul {
	display: flex;
	align-items: center;
	margin: 0;
	list-style: none;
}

.lang {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 161px;
	height: 66px;
	font-size: 12px;
	color: rgb(111, 111, 111);
	letter-spacing: 0.24px;
	border-right: 1px solid rgb(244, 244, 244);
	border-left: 1px solid rgb(244, 244, 244);
}
.bottom-header .wrapper > ul {
	justify-content: space-between;
	width: 100%;
}
.bottom-header .wrapper > ul li:last-of-type a,
.hidden-menu-links li:last-of-type a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 43px;
	font-family: "OpenSans-SemiBold";
	border-left: 1px solid rgb(244, 244, 244);
}
.bottom-header .wrapper > ul li:first-of-type a,
.hidden-menu-links li:first-of-type a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 198px;
	height: 46px;
	padding-right: 39px;
	position: relative;
	font-family: "OpenSans-SemiBold";
	color: rgb(43, 43, 43);
	background-color: rgb(254, 201, 9);
	border-radius: 5px;
}
.bottom-header .wrapper > ul li:first-of-type a:before {
	position: absolute;
	top: auto;
	bottom: auto;
	left: 17px;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 600;
	color: rgb(43, 43, 43);
	content: "\f0c9";
}
.search-wrap {
	width: 100%;
	max-width: 609px;
	margin-right: 48px;
	margin-left: 48px;
	position: relative;
}
.search-wrap #search {
	margin-bottom: 0;
}
.search-wrap input {
	width: 100%;
	max-width: 609px;
	padding: 12px 14px;
	padding-right: 55px;
	background-color: rgb(245, 245, 245);
	border: 0;
	border-radius: 5px;
	outline: none;
}
.search-wrap .button-find {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	color: rgb(83 83 83);
	text-align: center;
	background-color: rgb(0 0 0 / 0%);
	border-radius: 0 5px 5px 0;
}
.alert {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 8px 25px 8px 15px;
}
.cart-block {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 130px;
	margin-right: 12px;
	position: relative;
	background: none;
}
#cart {
	margin-bottom: 0;
}
.cart-block svg {
	width: 33px;
	font-size: 29px;
	color: white;
}
.cart-text {
	display: flex;
	flex-direction: column;
	margin-left: 12px;
}
.cart-title {
	margin-bottom: 3px;
	font-size: 12px;
	color: rgb(145, 145, 145);
	letter-spacing: 0.24px;
}
.cart-value {
	font-family: "Roboto-Bold";
	font-size: 15px;
	color: rgb(255, 255, 255);
}
.cart-currency {
	font-family: "Roboto-Regular";
	font-size: 12px;
}
.cart-block .cart-index-value {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 21px;
	font-family: "OpenSans-Regular";
	font-size: 12px;
	color: rgb(67, 67, 67);
	text-align: center;
	background-color: rgb(242, 197, 10);
	border-radius: 50%;
}

.dropbtn {
	display: flex;
	align-items: center;
	width: 161px;
	height: 66px;
	padding: 5px 25px;
	cursor: pointer;
}
.dropdown {
	position: relative;
}
.dropdown-content {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 1;
	background-color: rgb(255 255 255);
	border: 1px solid rgb(244, 244, 244);
}
.dropbtn img {
	padding-right: 10px;
}
.dropbtn::after {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 28px;
	right: 27px;
	border: 1px solid rgb(111, 111, 111);
	border-top-color: rgb(0 0 0 / 0%);
	border-left-color: rgb(0 0 0 / 0%);
	content: "";
	transform: rotate(45deg);
}
.dropdown-content a {
	display: block;
	padding: 8px 0 8px 25px;
	text-decoration: none;
	border-bottom: 1px solid rgb(244, 244, 244);
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content a:hover {
	background-color: rgb(244, 244, 244);
}
.main-page {
	background-image: url(/catalog/view/theme/default/images/main-bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 60px;
	/*	background-size:100% 100%;*/
}
.banner-block {
	margin-bottom: 60px;
}
.banner-block img {
	display: none;
	width: 100%;
}
.banner-block img:first-child {
	display: block;
}
.slick-initialized .banner-block img {
	display: block;
}

.banner-block .slick-next,
.banner-block .slick-prev {
	width: 60px;
	height: 60px;
	z-index: 9;
	transition: all 0.3s ease 0s;

	will-change: transform, opacity, zoom;
}
.banner-block .slick-next {
	right: 20px;
}
.banner-block .slick-prev {
	left: 20px;
}
.banner-block .slick-prev:before,
.banner-block .slick-next:before {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	border: 2px solid rgb(255, 255, 255);
	border-top: 0;
	border-left: 0;
	transition: all 0.3s ease 0s;
	transform: rotate(-45deg);
	opacity: 1;

	will-change: transform, opacity, zoom;
}
.banner-block .slick-prev:before {
	right: 0;
	left: 20px;
	/*content:'\e875';*/
	content: "";
	transform: rotate(135deg);
}
.banner-block .slick-next:before {
	/*content:'\e876';*/
	content: "";
}
.banner-block .slick-prev:hover:before,
.banner-block .slick-next:hover:before {
	border: 2px solid rgb(255, 255, 255);
	border-top: 0;
	border-left: 0;
	opacity: 0.5;
}

.main-page h2 {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	font-family: Roboto-Medium;
	font-size: 22px;
	font-weight: 400;
	color: rgb(54, 54, 54);
	line-height: 21px;
}
.main-page h2:before {
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
	content: url(/catalog/view/theme/default/images/title-before.png);
}
.main-page h3 {
	font-size: 15px;
	font-weight: 400;
	color: rgb(190, 190, 190);
	line-height: 21px;
}
.items-wrap-title {
	margin-bottom: 30px;
}

.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(25% - 12px);
	max-width: 315px;
	margin: 0 8px;
	margin-bottom: 10px;
	padding: 43px 8px 35px;
	position: relative;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 9px 1px rgba(156, 156, 156, 0.05);
	transition: transform 0.1s linear;
}
.slick-slider .card {
	display: flex !important;
}
.card:hover {
	transform: scale(1.02);
}
.card-choice:before {
	display: flex;
	justify-content: center;
	padding-left: 30px;
	position: absolute;
	top: 32px;
	left: 17px;
	font-family: Roboto-Medium;
	font-size: 12px;
	color: rgb(54, 54, 54);
	overflow: hidden;
	background-image: url(/catalog/view/theme/default/images/check-in.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	content: "Вибір профі";
}

.card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 235px;
	height: 170px;
	margin-bottom: 10px;
	background-color: rgb(255, 255, 255);
}
.card-img img {
	max-width: 100%;
	max-height: 100%;
}
.card-title {
	max-width: 230px;
	margin-top: auto;
	margin-bottom: auto;
	font-family: Roboto-Medium;
	font-size: 17px;
	color: rgb(54, 54, 54);
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.card-descr {
	margin-top: auto;
	margin-bottom: 8px;
	padding-top: 10px;
	font-size: 15px;
	color: rgb(123, 123, 123);
	line-height: 21px;
	text-align: center;
}
.card-price {
	display: flex;
	margin-top: 5px;
	margin-bottom: 20px;
	letter-spacing: 0.28px;
}
.card-price-all,
.big-value-weight {
	display: flex;
	align-items: baseline;
	color: rgb(54, 54, 54);
}
.card-price-num,
.weight-num {
	font-family: "OpenSans-Bold";
	font-size: 25px;
}
.card-price-currency,
.weight-kg {
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

.big-value-container .card-price-currency,
.big-value-container .weight-kg {
	font-size: 17px;
}

.to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 42px;
	margin-right: 5px;
	padding: 11px;
	font-family: Roboto-Medium;
	font-size: 15px;
	color: rgb(67, 67, 67);
	letter-spacing: 0.28px;
	border-radius: 5px;
	transition: background-color 0.1s linear;
}
.to-cart.in-cart .text-to-cart,
.to-cart.out-cart .text-in-cart {
	display: none;
}
.to-cart.in-cart {
	background-color: rgb(233, 234, 236);
}
.to-cart.in-cart:hover {
	background-color: rgba(233, 234, 236, 0.8);
}

.to-cart.out-cart {
	background-color: rgb(254, 201, 9);
}
.to-cart.out-cart:hover {
	background-color: rgba(254, 201, 9, 0.8);
}

.counter-block {
	display: flex;
	align-items: center;
	width: 39px;
	height: 42px;
	overflow: hidden;
	background-color: rgb(233, 234, 236);
	border-radius: 5px;
}
.counter-block input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 42px;
	font-family: Roboto-Medium;
	font-size: 15px;
	font-size: 18px;
	color: rgb(157, 157, 157);
	color: rgb(67, 67, 67);
	text-align: center;
	letter-spacing: 0.31px;
	background-color: rgb(0 0 0 / 0%);
	border: 0;
}
.counter-block .counter {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	height: 42px;
	color: rgb(136, 136, 136);
}
.counter-block input[type="number"]::-webkit-inner-spin-button,
.counter-block input[type="number"]::-webkit-outer-spin-button {
	margin: 0;

	-webkit-appearance: none;
}
.counter-block span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 20px;
	font-size: 10px;
	background-color: rgb(228, 228, 228);
	border: none;
	border-left: 0;
	cursor: pointer;
}
.counter-block .counter__plus {
	border-radius: 0 4px 0 0;
}
.counter-block .counter__minus {
	border-top: 0;
	border-radius: 0 0 4px;
}
.card-cart-value {
	display: flex;
	align-items: center;
}
.items-wrap-content {
	display: flex;
	justify-content: flex-start;
	margin-right: -8px;
	margin-bottom: 60px;
	margin-left: -8px;
}
.items-slider .card:nth-child(n + 5) {
	display: none;
}

/* 404 */
.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 150px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/catalog/view/theme/default/images/404bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.not-found .not1 {
	margin-bottom: 35px;
	font-family: Roboto-Bold;
	font-size: 166px;
	color: rgb(242, 197, 10);
	line-height: 0.8;
}
.not-found .not2 {
	margin-bottom: 18px;
	font-family: Roboto-Medium;
	font-size: 38px;
	text-align: center;
}
.not-found .not3 {
	max-width: 575px;
	margin-bottom: 30px;
	font-size: 18px;
	color: rgb(54, 54, 54);
	line-height: 32px;
	text-align: center;
}
.not-found a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 60px;
	font-family: Roboto-Medium;
	font-size: 20px;
	color: rgb(255 255 255);
	color: rgb(67, 67, 67);
	line-height: 12.56px;
	background-color: rgb(254, 201, 9);
	border-radius: 5px;
}
.footer-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: rgb(0 0 0 / 0%);
	background-image: url(/catalog/view/theme/default/images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-404 img {
	width: 100%;
	max-width: 630px;
	margin-top: -115px;
	margin-right: 30px;
	margin-left: 60px;
}
.footer-404:before {
	width: 215px;
	height: 145px;
	position: absolute;
	top: -45px;
	left: -65px;
	background-image: url(/catalog/view/theme/default/images/404-footer-l.png);
	background-size: contain;
	content: "";
}
.footer-404:after {
	width: 215px;
	height: 190px;
	position: absolute;
	top: -10px;
	right: 0;
	background-image: url(/catalog/view/theme/default/images/404-footer-r.png);
	background-size: contain;
	content: "";
}

/* 404 */

.bread-crumbs {
	margin-bottom: 15px;
}
.bread-crumbs a,
.bread-crumbs span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
	color: rgb(111, 111, 111);
	line-height: 25px;
	letter-spacing: 0.28px;
}
.bread-crumbs a:after {
	position: absolute;
	right: -9px;
	bottom: -1px;
	font-size: 12px;
	content: "\/";
}

.catalog-wrap ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
	margin-right: -8px;
	margin-bottom: 40px;
	margin-left: -8px;
}
.catalog-wrap li {
	width: calc(33% - 16px);
	height: 294px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
	list-style: none;
}
.catalog-wrap a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	position: relative;
	box-shadow: 0 4px 9px 1px rgba(156, 156, 156, 0.05);
	transition: transform 0.3s linear;
}
.catalog-wrap a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(/catalog/view/theme/default/images/category-gradient.png);
	content: "";
}
.catalog-wrap a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	object-fit: cover;
}
.catalog-title {
	margin-right: 15px;
	padding-right: 16px;
	padding-left: 15px;
	z-index: 3;
	font-family: Roboto-Medium;
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	text-transform: uppercase;
	border-left: 11px solid rgb(254, 201, 9);
	transition: background-color 0.1s linear;
}
.catalog-wrap a:hover .catalog-title {
	background-color: rgb(254, 201, 9);
}
.catalog-wrap a:hover {
	transform: scale(1.02);
}
.text-block p {
	font-size: 18px;
	line-height: 35px;
}
.btn-menu-open svg {
	display: none;
}
.inside-category-wrap {
	display: flex;
	align-items: flex-start;
}
.inside-category-items {
	flex-wrap: wrap;
	width: 100%;
}
.inside-category-items .card {
	width: calc(33% - 16px);
	margin-bottom: 27px;
}
.inside-category-menu {
	min-width: 290px;
	margin-right: 25px;
}
.inside-category-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	font-family: Roboto-Medium;
	font-size: 15px;
	color: rgb(69, 69, 69);
	letter-spacing: 0.3px;
	text-transform: uppercase;
	background-color: rgb(242, 197, 10);
}
.inside-category-menu ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 9px 1px rgba(156, 156, 156, 0.05);
	list-style: none;
}
.inside-category-menu ul a {
	display: flex;
	align-items: center;
	min-height: 61px;
	padding: 10px 65px 10px 22px;
	position: relative;
	color: rgb(69, 69, 69);
	line-height: 17px;
	letter-spacing: 0.28px;
	border-bottom: 1px solid rgb(237, 237, 237);
	transition: background-color 0.1s linear;
}
.inside-category-menu ul a:hover {
	background-color: rgba(242, 217, 10, 0.65);
}
.inside-category-menu ul a:after {
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: auto;
	border: 1px solid rgb(199, 199, 199);
	border-top: 0;
	border-left: 0;
	content: "";
	transform: rotate(-45deg);
	opacity: 1;
}
.big-card-block {
	margin-bottom: 70px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 9px 1px rgba(156, 156, 156, 0.05);
}
.similar-card-wrap {
	margin-bottom: 42px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 9px 1px rgba(156, 156, 156, 0.05);
}
.item-options {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.item-options tr {
	display: flex;
}
.item-options tr:nth-of-type(odd) {
	background-color: rgb(237 237 237);
}

.item-options td {
	width: 100%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 45px;
	line-height: 30px;
}
.item-options td:nth-of-type(1) {
	max-width: 480px;
	font-family: Roboto-Bold;
}

.item-options-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 23px;
	padding-bottom: 22px;
	font-family: Roboto-Medium;
	font-size: 25px;
	color: rgb(54, 54, 54);
	line-height: 30px;
	text-align: center;
	border-top: 1px solid rgb(244, 244, 244);
}
.similar-container {
	display: flex;
	justify-content: flex-start;
	margin-right: -8px;
	margin-left: -8px;
	padding-left: 50px;
}
.similar-title {
	padding: 30px 20px 20px 50px;
	font-family: Roboto-Medium;
	font-size: 25px;
	line-height: 30px;
}
.similar-container .card:nth-child(n + 6) {
	display: none;
}
.similar-container .card-choice:before {
	top: 20px;
	left: 25%;
}
.big-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 35px 17px 50px;
	background-color: rgb(237, 237, 237);
}
.big-card-title {
	width: 40%;
	margin-right: 50px;
	font-family: Roboto-Medium;
	font-size: 25px;
	text-transform: uppercase;
}
.big-card-small-descr {
	display: flex;
	justify-content: flex-end;
	width: 60%;
	font-size: 15px;
	line-height: 30px;
}
.big-card-img {
	display: flex;
	width: 100%;
	max-width: 348px;
	padding-top: 45px;
	padding-right: 32px;
	padding-bottom: 45px;
}
.big-card-img img {
	width: 100%;
}
.big-card-bottom {
	display: flex;
	align-items: center;
}
.big-info-title {
	margin-bottom: 15px;
	font-family: Roboto-Bold;
	line-height: 30px;
}
.big-card-info {
	width: 100%;
	border-left: 1px solid rgb(244, 244, 244);
}
.big-options,
.big-descr,
.big-value {
	padding: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(244, 244, 244);
}
.big-options {
	padding-bottom: 0;
}
.big-value {
	padding-bottom: 40px;
	border-bottom: 0;
}
.big-descr p {
	margin-bottom: 10px;
	font-size: 14px;
	color: rgb(97, 97, 97);
	line-height: 30px;
}
.options-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.options-list p {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: calc(50% - 18px);
	margin-right: 18px;
	font-size: 15px;
}

.options-list p img {
	margin-right: 15px;
}
.big-value-container {
	display: flex;
	align-items: center;
}
.big-price-weight {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 445px;
	margin-right: 25px;
	padding-top: 14px;
	padding-bottom: 9px;
	border: 1px solid rgb(244, 244, 244);
	border-radius: 5px;
}
.big-price-weight .card-price-all {
	justify-content: center;
	width: 100%;
	max-width: 177px;
	border-right: 1px solid rgb(244, 244, 244);
}
.big-value-weight {
	justify-content: center;
	width: 100%;
	max-width: 131px;
}
.big-counter-cart {
	display: flex;
	align-items: center;
	width: 100%;
}
.big-counter-cart .to-cart {
	width: 100%;
	max-width: 226px;
	height: 64px;
	font-size: 20px;
}
.big-counter-cart .counter-block {
	width: 65px;
	min-width: 65px;
	height: 64px;
	margin-right: 24px;
}
.big-counter-cart .counter-block input {
	width: 67px;
	height: 64px;
	font-size: 23px;
}
.big-counter-cart .counter-block .counter__minus {
	width: 28px;
	height: 64px;
	font-size: 16px;
	color: rgb(136, 136, 136);
	background-color: rgb(228, 228, 228);
	border-radius: 5px 0 0 5px;
}
.big-counter-cart .counter-block .counter__plus {
	width: 29px;
	height: 64px;
	font-size: 16px;
	color: rgb(136, 136, 136);
	background-color: rgb(228, 228, 228);
	border-radius: 0 5px 5px 0;
}
.btn-primary {
	color: rgb(43, 43, 43) !important;
	background-color: rgb(254 201 9) !important;
	background-image: none !important;
	border-color: rgb(202 202 202) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: rgba(254, 201, 9, 0.8) !important;
	border-color: rgba(202, 202, 202, 0.8) !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.search-mob {
	display: none;
}
/*hidden-menu*/
@media screen and (max-width: 1350px) {
	.alert {
		width: 97%;
		margin: 0 20px 20px;
	}
}
@media screen and (max-width: 1170px) {
	.inside-category-menu {
		min-width: 240px;
		margin-right: 15px;
	}
	.options-list p {
		min-width: 270px;
		max-width: calc(50% - 18px);
		margin-bottom: 20px;
	}
	.big-price-weight {
		flex-direction: column;
		max-width: 240px;
		margin-right: 18px;
		padding: 18px 24px;
	}
	.big-price-weight .card-price-all {
		justify-content: center;
		width: 100%;
		max-width: 100%;
		padding-bottom: 16px;
		white-space: nowrap;
		border-right: 0;
		border-bottom: 1px solid rgb(244, 244, 244);
	}

	.big-value-weight {
		max-width: initial;
		padding-top: 15px;
	}
	.big-counter-cart {
		flex-direction: column;
		align-items: flex-start;
	}
	.big-counter-cart .counter-block {
		width: 226px;
		min-width: 125px;
		height: 63px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.big-counter-cart .counter-block input {
		width: 110px;
		height: 63px;
	}
	.big-counter-cart .counter-block .counter__minus,
	.big-counter-cart .counter-block .counter__plus {
		width: 57px;
		height: 63px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.items-slider .slick-track {
		display: flex;
	}
	.items-slider .card:nth-child(n + 5) {
		display: flex;
	}
	.items-wrap-content {
		margin-right: 0;
		margin-left: 0;
	}
	.items-slider .card {
		max-width: initial;
		height: auto !important;
	}
	.visible-item-overflow {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	header nav {
		display: none;
	}
	header .hidden-menu nav {
		display: block;
	}
	.btn-menu-open {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 55px;
		top: 105px;
		right: 0;
		left: auto;
		z-index: 10;
		font-family: "GothamPro-Medium";
		font-size: 20px;
		color: rgb(43, 43, 43);
		letter-spacing: 0.64px;
		background-color: rgb(242, 197, 10);
		box-shadow: 0 3px 7px rgba(26, 26, 26, 0.18);
		border-radius: 24px 0 0 25px;
		cursor: pointer;
	}
	.btn-menu-close {
		width: 17px;
		height: 17px;
		position: relative;
		cursor: pointer;
		transform: rotate(45deg);
	}
	.btn-menu-close span {
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		top: 8px;
		left: 2px;
		background: rgb(0 0 0);
		transform: rotate(0deg);
	}
	.btn-menu-close span:nth-of-type(1) {
		transform: rotate(90deg);
	}
	.hidden-menu ul {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
		margin: 0;
		position: relative;
		z-index: 2;
	}

	.hidden-menu .menu {
		width: 100%;
	}
	.hidden-menu .menu li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 20px 45px;
		position: relative;
		letter-spacing: 0.28px;
		border-top: 1px solid rgb(237, 237, 237);
		cursor: pointer;
	}
	.hidden-menu {
		box-sizing: border-box;
		display: block;
		justify-content: space-between;
		width: 320px;
		height: 100%;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		/*right:0; - меню справа*/
		z-index: 999;
		font-size: 14px;
		text-align: center;
		overflow-y: auto;
		background-color: rgb(255, 255, 255);
		transition: transform 0.5s;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		/* -webkit-transform:translateX(105%);
				transform:translateX(105%); - меню справа*/
		will-change: transform;
	}
	.hidden-menu.hidden-display {
		transition: transform 0.5s;
		transform: translateX(0%) !important;
	}
	.hidden-menu .hidden-menu-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		width: 100%;
		padding-right: 15px;
		padding-left: 10px;
		background-color: rgb(242, 197, 10);
	}
	.hidden-menu .menu {
		width: 100%;
	}
	.hidden-menu-top .logo-header {
		max-width: 155px;
	}
	.hidden-menu-links ul {
		flex-direction: column-reverse;
	}
	.hidden-menu-links li:first-of-type a {
		justify-content: center;
		width: 100%;
		height: 55px;
		padding-right: 0;
	}
	.hidden-menu-links li:last-of-type a {
		border-top: 1px solid rgb(244, 244, 244);
	}
	.hidden-cart {
		justify-content: center;
		padding-top: 26px;
		padding-bottom: 25px;
		background-color: rgb(43, 43, 43);
	}
	.hidden-cart.cart-block .cart-index-value {
		top: 23px;
		left: 122px;
	}
	.hidden-menu-lang {
		display: flex;
	}
	.hidden-menu-lang a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		padding: 22px 0;
		color: rgb(111, 111, 111);
		letter-spacing: 0.28px;
		border: 1px solid rgb(244, 244, 244);
	}
	.hidden-menu-lang img {
		margin-right: 13px;
	}
	.not-found {
		margin-bottom: 100px;
	}
	.footer-404 img {
		max-width: 430px;
		margin-top: -85px;
	}
	.footer-404:before {
		width: 170px;
		height: 115px;
		top: -25px;
		left: -25px;
	}
	.footer-404:after {
		width: 170px;
		height: 150px;
	}
	.catalog-wrap li {
		width: calc(50% - 16px);
	}

	.items-slider .slick-prev,
	.items-slider .slick-next {
		width: 30px;
		height: 30px;
		z-index: 9;
		transition: all 0.3s ease 0s;

		will-change: transform, opacity, zoom;
	}
	.items-slider .slick-prev {
		left: -20px;
	}
	.items-slider .slick-next {
		right: -20px;
	}
	.items-slider .slick-prev:before,
	.items-slider .slick-next:before {
		box-sizing: border-box;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 8px;
		right: 10px;
		border: 2px solid rgb(254 201 9);
		border-top: 0;
		border-left: 0;
		content: "";
		transition: all 0.3s ease 0s;
		transform: rotate(-45deg);
		opacity: 1;

		will-change: transform, opacity, zoom;
	}
	.items-slider .slick-prev:before {
		right: 0;
		left: 10px;
		transform: rotate(135deg);
	}

	footer .wrapper {
		flex-direction: column;
	}
	footer {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.logo-footer {
		margin-bottom: 70px;
	}
	footer ul {
		flex-direction: column;
		margin-bottom: 20px;
	}
	footer ul li {
		margin-right: 0;
		margin-bottom: 48px;
		margin-left: 0;
	}
	footer a.tel {
		font-size: 22px;
	}
	.top-header a.tel {
		display: none;
	}

	.bottom-header {
		display: none;
	}
	header {
		margin-bottom: 12px;
	}
	.search-wrap {
		margin-right: 40px;
		margin-left: 45px;
	}
	.cart-block {
		margin-right: 0;
	}
	.tel.hidden-menu-tel {
		justify-content: center;
		margin: 0;
		padding: 25px;
		background-color: rgb(43, 43, 43);
	}
	.inside-category-wrap {
		flex-direction: column;
		align-items: center;
	}
	.inside-category-menu {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.inside-category-title {
		padding: 15px;
	}
	.inside-category-menu ul {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.inside-category-menu li {
		width: calc(25% - 30px);
		margin-right: 15px;
		margin-left: 15px;
		position: relative;
	}
	.inside-category-menu ul a {
		height: 100%;
		min-height: auto;
		padding: 10px 45px 10px 10px;
		line-height: 15px;
		border-bottom: 1px solid rgb(237, 237, 237);
	}
	.inside-category-menu li:after {
		width: 1px;
		height: calc(100% - 10px);
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		right: -15px;
		bottom: 0;
		background-color: rgb(237 237 237);
		content: "";
	}
	.inside-category-menu li:nth-child(4n):after {
		content: none;
	}
	.similar-container .card:nth-child(n + 5) {
		display: none;
	}
	.similar-title {
		padding: 30px 20px 20px 25px;
	}
	.similar-container {
		padding-left: 25px;
	}
	.big-card-block {
		margin-bottom: 30px;
	}
	.big-card-top {
		padding: 17px 30px 17px 40px;
	}
	.options-list p {
		min-width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.alert {
		width: 96%;
	}
}

@media screen and (max-width: 768px) {
	.inside-category-items .card {
		width: calc(50% - 16px);
		max-width: 370px;
		margin-bottom: 18px;
	}
	.inside-category-menu li {
		width: calc(33% - 30px);
	}

	.footer-404:after,
	.footer-404:before {
		content: none;
	}
	.not-found .not1 {
		font-size: 146px;
	}
	.footer-404 img {
		max-width: 300px;
		margin-top: -45px;
		margin-right: 0;
		margin-left: 0;
	}
	.wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}
	.items-slider .slick-prev {
		left: -10px;
	}
	.items-slider .slick-next {
		right: -10px;
	}
	.items-wrap-content {
		margin-bottom: 50px;
	}
	.banner-block {
		margin-bottom: 30px;
	}
	.search-wrap {
		margin-right: 30px;
		margin-left: 30px;
	}
	.banner-block .slick-next,
	.banner-block .slick-prev {
		width: 40px;
		height: 40px;
	}
	.banner-block .slick-prev:before,
	.banner-block .slick-next:before {
		width: 20px;
		height: 20px;
		top: 10px;
		right: 15px;
	}
	.banner-block .slick-prev {
		left: 5px;
	}
	.banner-block .slick-next {
		right: 5px;
	}
	.banner-block .slick-prev:before {
		right: 0;
		left: 15px;
	}
	.inside-category-menu li:nth-child(4n):after {
		content: "";
	}
	.inside-category-menu li:nth-child(3n):after {
		content: none;
	}
	.inside-category-menu ul a {
		padding: 10px 30px 10px 10px;
	}
	.inside-category-menu ul a:after {
		right: 5px;
	}
	.item-options td {
		padding-left: 20px;
	}
	.similar-container .card:nth-child(n + 4) {
		display: none;
	}
	.similar-container .card-choice:before {
		left: 10%;
	}
	.similar-container .card {
		width: calc(33% - 12px);
	}
	.big-card-block {
		margin-bottom: 20px;
	}
	.big-card-top {
		flex-direction: column;
		align-items: center;
		padding: 20px 10px 20px 10px;
	}
	.big-card-title {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.big-card-small-descr {
		display: flex;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.big-card-img {
		min-width: 250px;
		max-width: 318px;
		padding-right: 0;
	}
	.big-counter-cart .to-cart {
		max-width: 200px;
	}
	.big-counter-cart .counter-block {
		width: 200px;
	}
	.alert {
		width: 97%;
		margin: 0 10px 15px;
	}
}
@media screen and (max-width: 700px) {
	.big-card-block {
		margin-bottom: 0;
	}
	.big-card-bottom {
		flex-direction: column;
		display: block;
	}
	.big-card-img {
		max-height: 315px;
		justify-content: center;
		max-width: 100%;
		padding-top: 30px;
		padding-right: 0;
		padding-right: 60px;
		padding-bottom: 35px;
		padding-left: 60px;
		border-right: 0;
		border-bottom: 1px solid rgb(244, 244, 244);
	}
	.big-card-img img {
		max-width: 250px;
	}
	.big-options,
	.big-descr,
	.big-value {
		padding: 20px 16px;
	}
	.big-info-title {
		margin-bottom: 8px;
	}
	.big-counter-cart {
		width: auto;
	}
	.big-value-container {
		justify-content: center;
	}
}
@media screen and (max-width: 550px) {
	.search-wrap {
		margin-right: 18px;
		margin-left: 15px;
	}
	.logo-header {
		max-width: 140px;
	}
	.similar-container {
		flex-direction: column;
		align-items: center;
		padding-right: 25px;
		padding-left: 25px;
	}
	.similar-container .card {
		width: 100%;
	}
	.similar-title {
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	.catalog-title {
		font-size: 17px;
	}
	.items-wrap-title {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
	}
	.items-wrap-content {
		margin-bottom: 35px;
	}
	.not-found .not1 {
		margin-bottom: 20px;
		font-size: 120px;
	}
	.not-found .not2 {
		font-size: 26px;
	}
	.not-found .not3 {
		font-size: 16px;
		line-height: 28px;
	}
	.not-found {
		margin-bottom: 40px;
		padding-top: 5px;
		background-image: none;
	}
	.catalog-wrap ul {
		margin-bottom: 10px;
	}
	.catalog-wrap li {
		width: 100%;
		height: 235px;
		margin-right: 4px;
		margin-bottom: 10px;
		margin-left: 4px;
	}
	.text-block p {
		font-size: 15px;
		line-height: 30px;
	}

	footer {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.logo-footer {
		max-width: 250px;
		margin-bottom: 40px;
	}
	footer ul {
		margin-bottom: 0;
	}

	.top-header .logo-header {
		margin-left: 20px;
		margin-right: 20px;
		min-width: 140px;
	}
	.top-header .cart-block {
		min-width: 40px;
	}
	.top-header .cart-text {
		display: none;
	}
	.btn-menu-open {
		width: 32px;
		height: 32px;
		padding: 0;
		position: absolute;
		top: 19px;
		right: auto;
		left: 17px;
		background-color: rgb(0 0 0 / 0%);
	}
	.btn-menu-open span {
		display: none;
	}
	.btn-menu-open svg {
		font-size: 30px;
		font-weight: 600;
		color: rgb(233, 233, 232);
	}
	.top-header {
		padding-left: 40px;
	}
	header {
		position: relative;
	}
	.btn-menu-open svg {
		display: block;
	}
	.search-wrap input {
		padding: 10px 14px;
		padding-right: 45px;
	}
	.search-wrap .button-find {
		width: 45px;
		height: 37px;
	}
	.top-header {
		padding-top: 16px;
		padding-bottom: 17px;
	}
	.bottom-header {
		display: flex;
		margin-bottom: 5px;
		padding-top: 8px;
		padding-bottom: 9px;
	}
	header {
		margin-bottom: 5px;
	}
	.bottom-header .dropdown,
	.bottom-header .wrapper > ul li:last-of-type {
		display: none;
	}
	.bottom-header .wrapper,
	.bottom-header li,
	.bottom-header .wrapper > ul li:first-of-type a {
		width: 100%;
	}
	.bottom-header .wrapper > ul li:first-of-type a {
		justify-content: center;
		padding-right: 0;
	}
	.bottom-header .wrapper > ul li:first-of-type a:before {
		font-size: 22px;
	}

	.banner-block .slick-next,
	.banner-block .slick-prev {
		width: 30px;
		height: 30px;
	}
	.banner-block .slick-prev:before,
	.banner-block .slick-next:before {
		width: 15px;
		height: 15px;
		top: 5px;
		right: 10px;
	}
	.banner-block .slick-prev {
		left: 0;
	}
	.banner-block .slick-next {
		right: 0;
	}
	.banner-block .slick-prev:before {
		right: 0;
		left: 10px;
	}
	.inside-category-menu {
		display: none;
	}
	.inside-category-items {
		justify-content: center;
	}
	.inside-category-items .card {
		width: 100%;
	}
	.card-choice:before {
		left: 5px;
	}
	.item-options tr {
		flex-direction: column;
	}
	.item-options td {
		padding-top: 5px;
		padding-right: 8px;
		padding-bottom: 10px;
		padding-left: 10px;
		line-height: 25px;
	}
	.item-options td:nth-of-type(1) {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.item-options-title {
		font-size: 20px;
	}
	.big-card-top {
		padding: 14px 10px 14px 10px;
	}
	.big-card-small-descr {
		font-size: 14px;
		line-height: 27px;
	}
	.big-value-container {
		flex-direction: column;
	}
	.big-value-container .card-price-num,
	.big-value-container .weight-num {
		font-size: 23px;
	}
	.big-value-container .card-price-currency,
	.big-value-container .weight-kg {
		font-size: 15px;
	}
	.big-price-weight {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 14px 18px;
	}
	.big-counter-cart {
		width: 100%;
	}
	.big-counter-cart .to-cart {
		width: 100%;
		max-width: 100%;
		height: 45px;
		font-size: 16px;
	}
	.big-counter-cart .counter-block {
		width: 100%;
		height: 45px;
	}
	.big-counter-cart .counter-block .counter__minus,
	.big-counter-cart .counter-block .counter__plus {
		width: 70px;
		height: 45px;
		font-size: 16px;
	}
	.big-counter-cart .counter-block input {
		width: 100%;
		height: 45px;
	}
	.alert {
		width: 96%;
	}
	.card:hover,
	.catalog-wrap a:hover {
		transition: none;
		transform: none;
	}
	.catalog-wrap a:hover .catalog-title {
		background-color: rgb(0 0 0 / 0%);
		transition: none;
	}
	.main-page {
		background-image: none;
	}
	.search-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.search-mob {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 40px;
		color: rgb(255 255 255);
		text-align: center;
		background-color: rgb(0 0 0 / 0%);
		border-radius: 5px;
		font-size: 22px;
		border: 1px solid;
		z-index: 1;
	}
	.search-wrap #search {
		display: none;
		left: -40px;
		right: 0;
		/* width: calc(100% + 40px); */
		position: absolute;
		padding-top: 2px;
		transition: border 0.3s linear;
		align-items: center;
		border-bottom: 1px solid rgb(254 201 9);
		border-top: 1px solid rgb(254 201 9);
		background: rgb(38 38 38);
		top: 55px;
		padding: 0.5em;
	}
	.search-wrap.active {
		position: static;
	}
	.search-wrap.active #search {
		display: flex;
		z-index: 1;
	}
	.search-wrap.active .button-find {
		top: 7px;
		right: 7px;
	}
}
@media screen and (max-width: 400px) {
	.alert {
		width: 94.5%;
	}
}
@media screen and (max-width: 375px) {
	.btn-menu-open {
		left: 10px;
	}
	.top-header {
		padding-left: 30px;
	}
	.top-header .logo-header {
		margin-left: 15px;
		margin-right: 15px;
	}
	.search-wrap {
		margin-right: 15px;
		margin-left: 10px;
	}
	.search-mob {
		width: 40px;
		height: 38px;
		border-radius: 5px;
		font-size: 19px;
	}
	.search-wrap.active #search {
		left: -30px;
		width: calc(100% + 30px);
	}
}

.simplecheckout-block input[type="radio"] {
}
.simplecheckout-block input:before {
	content: "";
	height: 16px;
	border: 1px solid #444;
	width: 16px;
	top: -3px;
	border-radius: 3px;
	display: block;
	position: absolute;
	margin-left: -7px;
}
.simplecheckout-block input:after {
	content: "\f00c";
	font-size: 19px;
	opacity: 0;
	font-family: "FontAwesome";
	transition: all 0.3s ease;
	color: #fec909;
	position: absolute;
	left: -5px;
	top: -6px;
}
.simplecheckout-block input[type="radio"]:checked:after {
	opacity: 1;
}
